Commit graph

23 commits

Author SHA1 Message Date
simonb
553104ee1d fix all compiler warnings with -Wall 2006-04-16 11:18:22 +00:00
mathias
ae05ad9a01 updated copyright info 2006-02-16 06:53:05 +00:00
mathias
4ddda95f20 patch from vadim to fix the issues in input-areas he introduced with his last
patch
2005-05-07 19:33:54 +00:00
mathias
d6ee96775d more keyactions for textbox-patch from Vadim <suhanov_vadim at mail dot ru> 2005-05-06 10:02:03 +00:00
mathias
6c057c6903 Fix for #1160244, #1099704, #1094107:
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-05-06 09:22:53 +00:00
mathias
6b8fca511c copyright date 2005-01-24 18:02:34 +00:00
mathias
33d90f7a5e fix segfaulting when new text is smaller than the oldtext,
m_start_pos has to be 0 before calculating anything else.
2004-12-18 02:44:11 +00:00
mathias
993c17cf2e svn propset svn:keywords "Id" 2004-11-19 11:37:27 +00:00
akir
565db1bcda entering @ and ~ from germankeyboards work again
added some stuff to let the user use the numpad too
2004-10-08 11:52:33 +00:00
akir
a5b9315b33 fix some keymovement issues, dunno if its completly correct that way. perhaps
a rewrite of the movement stuff is needed one day.

modified buttonPressEvent so it will place the cursor to the right place
2004-10-06 19:05:12 +00:00
fluxgen
049e40c9eb Font::drawText takes reference to FbDrawable instead of X Drawable + some code cleaning 2004-09-11 23:01:34 +00:00
rathnor
d17bf39a43 add autoconf check for std c++ headers 2004-08-31 15:26:40 +00:00
fluxgen
0e8c418210 fixed fbrun crash when history item is bigger than entry box, sf: [ 1005182 ] fix for Bug with RequestID #877004, patch from mangala 2004-08-11 12:41:28 +00:00
fluxgen
4179d51829 delete key 2004-07-15 13:48:54 +00:00
fluxgen
09c0d67fad minor fix for old gcc compiler 2004-04-19 18:57:30 +00:00
fluxgen
3f615b530f C-c clears the window, and now @ and | works, patch from Mathias Gumz 2004-03-18 14:33:09 +00:00
fluxgen
87629ad23c fixed cursor bug, thanks Mathias Gumz 2004-01-21 12:32:53 +00:00
fluxgen
f25aab1956 cleaning 2004-01-08 22:07:58 +00:00
fluxgen
4a8a7a32d4 minor fix from keys 2003-12-30 18:26:18 +00:00
fluxgen
72b878f78c fixed some icc warnings 2003-12-16 17:06:52 +00:00
rathnor
6984eb8970 shuffle bunch of stuff from Keys into FbTk/KeyUtil 2003-10-05 07:20:47 +00:00
fluxgen
3e3166af39 fixed lock mask for num and scroll lock 2003-09-08 21:26:19 +00:00
fluxgen
7473c2e0b0 text box for input 2003-08-26 23:24:48 +00:00