Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-09-11 | Support editing utf-8 text in TextBox | Thomas Lübking | 1 | -1/+2 | |
aka "Flüxbøx" βµγ, pardon, BUG: 720 | |||||
2016-07-03 | smart handling of NotifyUngrab crossing events | Thomas Lübking | 1 | -3/+1 | |
closing a keyboard driven popup had the sideeffect to return the focus where the pointer is, regardless of whether that window had the focus before (due to a NotifyUngrab crossing event), bug #597 This was resolved by simply ignoring NotifyUngrab mode crossings, but that had the unfortunate sideeffects to break focus passing when the mouse was actually moved (in a DnD operation, 730) or the focus shall be passed on for strict mouse focus and a mouse triggered lower action (1012) So instead we record the window that was last entered by a *real* crossing and only ignore the NotifyUngrab event if this window didn't change. BUG: 1012 BUG: 730 CCBUG: 597 | |||||
2008-09-28 | don't let KeyRelease events propagate to windows | Mark Tiefenbruck | 1 | -15/+8 | |
2008-04-21 | some fixes for gcc 3.4 | Thomas Orgis | 1 | -1/+1 | |
2008-01-04 | remove old svn $Id$ tags | Mark Tiefenbruck | 1 | -2/+0 | |
2007-12-30 | remove some (hopefully) unneeded header includes | Mark Tiefenbruck | 1 | -0/+1 | |
2007-03-04 | moved some code around (regarding event handling) in preparation for ↵ | markt | 1 | -2/+20 | |
upcoming features | |||||
2006-10-30 | Cosmetic patch from Slava Semushin | mathias | 1 | -4/+7 | |
2006-07-01 | more dead functions | markt | 1 | -0/+2 | |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2006-01-03 | unused headers | fluxgen | 1 | -1/+0 | |
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-09-10 | cosmetic, tabs to spaces | akir | 1 | -10/+10 | |
2004-06-07 | update NLS string handling... | rathnor | 1 | -1/+4 | |
2004-05-04 | Event Manager fixes/review | rathnor | 1 | -5/+13 | |
2004-04-19 | find eventhandler | fluxgen | 1 | -1/+6 | |
2003-10-14 | fix identification of event targets in event manager | rathnor | 1 | -2/+56 | |
2003-10-02 | address some memory issues shown up with valgrind | rathnor | 1 | -11/+10 | |
2003-08-27 | minor fix | fluxgen | 1 | -3/+2 | |
2003-08-23 | fixed dispatch to parent | fluxgen | 1 | -25/+57 | |
2003-05-17 | minor fix for register empty windows | fluxgen | 1 | -2/+3 | |
2003-03-03 | Add code for toolbar modes | rathnor | 1 | -2/+3 | |
2003-02-23 | minor license text fix | fluxgen | 1 | -2/+2 | |
2002-12-03 | FbWindow add and remove | fluxgen | 1 | -2/+11 | |
2002-12-01 | Indenting from tabs to emacs 4-space | rathnor | 1 | -37/+37 | |
2002-11-27 | initial import | fluxgen | 1 | -0/+92 | |