aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk
AgeCommit message (Expand)AuthorFilesLines
2007-03-21fix a little compile error on some machinesmarkt1-0/+2
2007-03-19active menu item wasn't getting reset properly when closed from [exec] with b...markt1-4/+4
2007-03-11fixed parentrelative menu highlight bugmarkt1-12/+12
2007-03-07don't mark menu as focused, even if it gets a FocusIn, when it's not visiblemarkt1-1/+3
2007-03-05fixed compiling error with xft disabledmarkt1-1/+1
2007-03-04more little changes to typeahead (thanks Matteo, plus changes from me)markt1-16/+16
2007-03-04little bug fix for menu typeahead (thanks Matteo)markt1-0/+2
2007-03-04moved some code around (regarding event handling) in preparation for upcoming...markt3-5/+28
2007-03-03added support for typeahead in menusmarkt11-76/+528
2007-03-02add XK_KP_Enter to menumarkt1-0/+1
2007-02-28whoops, didn't mean to add thesemarkt4-0/+0
2007-02-28ignore borders when doing FocusLeft, etc.markt4-0/+0
2007-02-28some code simplification and bug fixesmarkt2-148/+82
2007-02-27lots of unrelated fixesmarkt1-0/+4
2007-02-25little sanity checkmarkt1-0/+2
2007-02-21ButtonRelease should only trigger actions if ButtonPress was on the same buttonmarkt1-0/+2
2007-02-09added mouse bindings to the keys filemarkt2-1/+7
2007-02-04clicking on the edge of a button didn't workmarkt1-2/+3
2007-01-27bunch of cleanup, little bug fixesmarkt2-36/+23
2007-01-26fix some crashes with empty menus, and fixed default workspace namesmarkt1-7/+6
2007-01-25don't raise windows above OverrideRedirect windows, or else they eventually g...markt1-28/+14
2007-01-21various changes to menu behaviormarkt2-8/+26
2007-01-14several fixes for background option in stylesmarkt1-2/+2
2007-01-08fix another 64-bit window propertymarkt1-1/+1
2007-01-07I overkilled RefCount. Too tired. Heres the proper fix.simonb1-39/+18
2007-01-07fix intrinsic problem with refcountsimonb1-18/+39
2007-01-07per-window transparency, including apps and menu support, plus some simonb3-9/+10
2007-01-06set opacity properlymarkt1-1/+1
2007-01-06make "force pseudotransparency" menu item work immediatelymarkt3-32/+25
2007-01-06move triangle drawing into FbDrawablesimonb3-20/+85
2007-01-05only grab keybindings on screens managed by fluxboxmarkt2-54/+45
2007-01-05use LC_TIME for interpreting clock locale.simonb1-1/+1
2007-01-05fix loading of rotated fonts on style changesimonb7-14/+37
2007-01-05change default Xft font so that it works properly with rotation (see simonb4-12/+37
2007-01-02scaling color values so that they have the right intensitymarkt2-9/+9
2006-12-22more dead functionsmarkt6-2/+19
2006-12-19Change to data structure for keybindings, ungrab and grab keys when switchingmarkt1-8/+8
2006-11-12removed duplicate headers, patch from Slava Semushin aka php-coderfluxgen2-7/+0
2006-11-07cosmetic patch from slava againmathias4-6/+0
2006-10-30Cosmetic patch from Slava Semushinmathias8-209/+223
2006-10-27cosmetic patch from slava semushin, removes whitespaces andmathias8-159/+186
2006-10-16added CachedPixmapfluxgen1-0/+1
2006-10-16cached pixmap helper, works like auto ptr for cached pixmapsfluxgen2-0/+121
2006-08-14fix minor menu separator highlight issuesimonb1-1/+1
2006-08-09it never existed (what never existed?)markt1-4/+4
2006-08-09remove FbTk::Menu::enter/leaveNotifyEvent -- caused problems with placing sub...markt2-74/+9
2006-08-08fix some compiler warnings in gcc 4.1markt1-4/+4
2006-07-26fix torn menus on execmarkt1-2/+2
2006-07-23use a timer to make sure focus always reverts if possiblemarkt1-1/+1
2006-07-21unfix *lock modifiers, ignore scroll lock on eventsmarkt2-5/+5