6
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
label: if autoheight is set, remove only height information when passing args to getLabel(). (fix usage with multiline + width + autoheight) More... over 13 years ago
setup: add clipboard to setup More... over 13 years ago
config: rename "user" to "custom", my mistake. More... over 13 years ago
config: add position token, with 'auto' or 'user' value. if 'user', top and left token are used for positionning the window. More... over 13 years ago
pygame window: don't set the window position if top/left are < 0. but if not set, force to 0,0 as before in fake mode. This prevent to always set window position to 0,0, even in windowed mode. More... over 13 years ago
config: add new left/top position token for graphics (default to -1) More... over 13 years ago
Set PyGame window position More... over 13 years ago
Passes top and left settings to window parameters. More... over 13 years ago
graphics: fix drawing of label... unfortunatly, padding and view are not implemented :/ More... over 13 years ago
css: seperate string parsing from filename parsing. If filename, auto resolve the real path using Resource class. More... over 13 years ago
textarea: use css for selection-color and cursor-color + update example to add lorem ipsum. More... over 13 years ago
textarea: add tab support + tab_width property (default to 4). + speedup line labels creation by using a cache, to prevent creation of the same label multiple time. (flyweight proxy pattern) More... over 13 years ago
textarea: fix split problem when padding is activated or when using lot of whitespace More... over 13 years ago
textarea: introduce a new textarea supporting selection + clipboard + fix all cursor movements. + add unit tests More... over 13 years ago
textinput: subscribe to shift left/right + key up/down + use Clipboard provider More... over 13 years ago
window: fix warning about float / set_repeat() More... over 13 years ago
core: add Clipboard provider More... over 13 years ago
window+config: in keyboard section, add repeat_delay + repeat_speed to control how much the key will be repeated or not. Very useful when using a real keyboard. (by default, pygame don't repeat any keys.) More... over 13 years ago
textarea: prevent crash when using del + backspace (fast fix, already in rework with new textarea) More... over 13 years ago
patch to fix MTCoverFlow widget; BUG -- when the current selection is the last one and it is removed then the self._selection index refers to an element outside the number of elements in the children list and causes an index out of bounds exception Fix -- check after removing if self._selection is still between 0 and len(self.children) -1 More... over 13 years ago
textinput: preliminary support of control+v in textinput (experimental) More... over 13 years ago
texture: support of 8 bits texture More... over 13 years ago
touch: move tuio specific property access to tuiotouch (otherwise, repr will failed) More... over 13 years ago
doubletap: use uid instead of id for detecting double tap More... over 13 years ago
Merge branch 'master' of github.com:tito/pymt More... over 13 years ago
Fix warning. Add missing space. More... over 13 years ago
Merge branch 'master' of github.com:tito/pymt
hansent
as Thomas Hansen
More... over 13 years ago
baseobject: fix properties for topcenter, and bottom center
hansent
as Thomas Hansen
More... over 13 years ago
textarea: first pass to prevent drawing out of the bounds. correctly adapt the view to the cursor position, and make line splitting more smarter. (fixes issue 334) TODO: add scrollbar + really speedup processing. More... over 13 years ago
bump the version to 0.5.2-dev More... over 13 years ago