Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-10-18 | fixed bug #1809786 | fluxgen | 1 | -1/+4 | |
2007-06-29 | updates for compiling with gcc 4.3 | markt | 1 | -0/+10 | |
2006-11-07 | cosmetic patch from slava again | mathias | 1 | -2/+0 | |
2006-04-16 | fix all compiler warnings with -Wall | simonb | 1 | -16/+20 | |
2006-02-16 | updated copyright info | mathias | 1 | -1/+1 | |
2005-05-07 | patch from vadim to fix the issues in input-areas he introduced with his last | mathias | 1 | -24/+36 | |
patch | |||||
2005-05-06 | more keyactions for textbox-patch from Vadim <suhanov_vadim at mail dot ru> | mathias | 1 | -5/+86 | |
2005-05-06 | Fix for #1160244, #1099704, #1094107: | mathias | 1 | -4/+5 | |
if the xkb-extension is enabled and the user switches between his/her keyboardlayouts fluxbox's keybhandling doesn't work well anymore because xkeyevent.state contains also xkb-related flags and thus we have to handle that with caution. KeyUtils now contain 'isolateModifierMask()' to really work only on the modifiers. why not as part of cleanMods() ? because the XLookupString return false results, eg TextBox's would only print chars from the first keyboardlayout. | |||||
2005-01-24 | copyright date | mathias | 1 | -1/+1 | |
2004-12-18 | fix segfaulting when new text is smaller than the oldtext, | mathias | 1 | -0/+1 | |
m_start_pos has to be 0 before calculating anything else. | |||||
2004-11-19 | svn propset svn:keywords "Id" | mathias | 1 | -1/+1 | |
2004-10-08 | entering @ and ~ from germankeyboards work again | akir | 1 | -3/+38 | |
added some stuff to let the user use the numpad too | |||||
2004-10-06 | fix some keymovement issues, dunno if its completly correct that way. perhaps | akir | 1 | -8/+27 | |
a rewrite of the movement stuff is needed one day. modified buttonPressEvent so it will place the cursor to the right place | |||||
2004-09-11 | Font::drawText takes reference to FbDrawable instead of X Drawable + some ↵ | fluxgen | 1 | -2/+2 | |
code cleaning | |||||
2004-08-31 | add autoconf check for std c++ headers | rathnor | 1 | -2/+6 | |
2004-08-11 | fixed fbrun crash when history item is bigger than entry box, sf: [ 1005182 ↵ | fluxgen | 1 | -2/+5 | |
] fix for Bug with RequestID #877004, patch from mangala | |||||
2004-07-15 | delete key | fluxgen | 1 | -1/+4 | |
2004-04-19 | minor fix for old gcc compiler | fluxgen | 1 | -2/+2 | |
2004-03-18 | C-c clears the window, and now @ and | works, patch from Mathias Gumz | fluxgen | 1 | -2/+8 | |
2004-01-21 | fixed cursor bug, thanks Mathias Gumz | fluxgen | 1 | -2/+2 | |
2004-01-08 | cleaning | fluxgen | 1 | -5/+5 | |
2003-12-30 | minor fix from keys | fluxgen | 1 | -2/+2 | |
2003-12-16 | fixed some icc warnings | fluxgen | 1 | -4/+2 | |
2003-10-05 | shuffle bunch of stuff from Keys into FbTk/KeyUtil | rathnor | 1 | -3/+2 | |
2003-09-08 | fixed lock mask for num and scroll lock | fluxgen | 1 | -1/+6 | |
2003-08-26 | text box for input | fluxgen | 1 | -0/+287 | |