6
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected 1 day ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
spellchecking: Remove obsolete TODO More... almost 14 years ago
spellchecking: Add config option for MTSpellVKeyboard to pass in a custom spelling object. (AKA: Make language selectable) More... almost 14 years ago
spellchecking: If no language was provided, just use the first one that's available. More... almost 14 years ago
sidepanel: fix sidepanel positioning (fixe issues 271) More... almost 14 years ago
Merge branch 'master' of github.com:tito/pymt into spellchecking More... almost 14 years ago
widget: if on_update is not on visible_event... register it anyway !!! (otherwise, on_update will be never executed anymore) More... almost 14 years ago
label: no matter what the exception is, if we are not able to convert to str(), use the raw value. More... almost 14 years ago
widget: even if the widget is not visible, dispatch on_update (needed for async loading for eg.) More... almost 14 years ago
Add framework example for spellchecking vkeyboard More... almost 14 years ago
spellchecking: Remove unused register_language() method. If needed, add it back in later. Follow the API-design mantra: If in doubt, leave it out More... almost 14 years ago
Merge branch 'master' into spellchecking More... almost 14 years ago
Merge branch 'master' of github.com:tito/pymt
hansent
as Thomas Hansen
More... almost 14 years ago
removed old transformations.c file from lib
hansent
as Thomas Hansen
More... almost 14 years ago
moved transformations c extension to pymt/c_ext
hansent
as Thomas Hansen
More... almost 14 years ago
new scatter to fix issue 97 and fix issue 209 check out pymt/tests/scatter-test.py to see how it works
hansent
as Thomas Hansen
More... almost 14 years ago
statement: prevent exception stopping with __exit__ More... almost 14 years ago
widgetgallery: activate mttabs More... almost 14 years ago
new scatter widget on teh way
hansent
as Thomas Hansen
More... almost 14 years ago
add relative to to_window etc b/c of change in widget
hansent
as Thomas Hansen
More... almost 14 years ago
add relative to to_window etc b/c of change in widget
hansent
as Thomas Hansen
More... almost 14 years ago
fix issue with wrong size in layout
hansent
as Thomas Hansen
More... almost 14 years ago
filebrowser: remove the default w_limit (fixe issues 226) More... almost 14 years ago
Merge branch 'master' of github.com:tito/pymt More... almost 14 years ago
layout fixes: apply changes suggested in code review
hansent
as Thomas Hansen
More... almost 14 years ago
label: fix unicode decoding (fixes issue 202) More... almost 14 years ago
c ext: move all cython module to pymt/c_ext, and rename to c_<name>. setup: fix setup with new directories + c_ext More... almost 14 years ago
event: prevent crash when the dispatcher call a function without the good number of arguments, with an "accelerated" function in the backtrace. More... almost 14 years ago
fix for Issue 206 More... almost 14 years ago
core: add relative= option to to_local/parent/widget/window function + add unit test (fixes issue 85) More... almost 14 years ago
unittest: fix event tests More... almost 14 years ago