aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk
AgeCommit message (Expand)AuthorFilesLines
2016-05-28improve consistencyMathias Gumz2-9/+10
2016-05-28fix broken text selection for FbTk::TextBoxMathias Gumz1-1/+2
2016-04-25Fix menus over a single column wideJuan Gonzalez Lopez1-3/+4
2016-04-25Allow text selectionThomas Lübking2-62/+151
2016-02-28Mixed relative and absolute values for appsArkadiusz Bokowy1-2/+33
2016-01-04merge pull-request 14Mathias Gumz1-0/+2
2015-05-02Simplify codeMathias Gumz2-20/+22
2015-05-02Fix bug in detecting text in MenuSearchMathias Gumz1-1/+1
2015-05-01Make sure render new styles into full menuLajos Koszti1-0/+2
2015-05-01roll back 7e17056: m_index does not exist anymoreMathias Gumz1-6/+1
2015-05-01TextBox::textStartPos can be const.Mario J. Rugiero1-1/+1
2015-05-01Make Layer::getLayerNum() const.Mario J. Rugiero1-1/+1
2015-05-01Initialize m_index in MenuItem's constructors.Mario J. Rugiero1-1/+6
2015-05-01Reduce the scope of the variable err in stringTokensBetween.Mario J. Rugiero1-2/+2
2015-04-11Don't assume ICONV_NULL = 0Casey Dahlin1-5/+9
2015-02-08Move internal code to internal side of FbTk::TransparentMathias Gumz2-20/+23
2015-02-07MinorMathias Gumz1-2/+2
2015-02-07Show toggleitems in menuMathias Gumz1-5/+7
2015-02-07CosmeticMathias Gumz1-27/+36
2015-02-07BoyscoutingMathias Gumz2-4/+0
2015-02-07Fix cleaning exposed menu itemsMathias Gumz1-30/+24
2015-02-07Avoid signed/unsigned woes; minor cleanupMathias Gumz1-80/+64
2015-02-06Add uncommited #include "MenuSearch.hh"Mathias Gumz1-0/+1
2015-02-05Cleanup; Remove unused functionMathias Gumz2-7/+1
2015-02-05Feature: different MenuSearch modesMathias Gumz6-146/+292
2015-02-04Move nls globals into #ifdef NLSMathias Gumz1-3/+8
2015-01-31Improve I18n supportMathias Gumz1-44/+121
2015-01-31Clean up FbTk::I18n APIMathias Gumz2-118/+102
2015-01-29Use strncpy() instead of strcpy()Mathias Gumz1-1/+1
2015-01-29Make fluxbox strcat() freeMathias Gumz1-39/+41
2015-01-28Compiler boyscouting: init orderMathias Gumz1-4/+4
2015-01-28Fix correctness of string searchMathias Gumz1-1/+1
2015-01-28Feature: typeahead in menu matches text anywhereMathias Gumz9-550/+381
2015-01-24Improve code documentationMathias Gumz2-16/+24
2015-01-24Fix text rendering in rotated TextButtonsMathias Gumz1-5/+12
2015-01-22Add -no-slit and -no-toolbar flagsMathias Gumz1-2/+1
2015-01-22Remove 'always true' conditionMathias Gumz1-1/+1
2015-01-22Fix broken _NET_REQUEST_FRAME_EXTENTS supportMathias Gumz2-13/+14
2015-01-21Refactor: bundle related members togetherMathias Gumz2-220/+211
2015-01-21Fix potential memory leakMathias Gumz1-11/+3
2015-01-16Fix uncommited change (see 8387742c8...)Mathias Gumz1-1/+1
2015-01-16Fix casting issuesMathias Gumz1-2/+2
2015-01-16Fix uninitialized variables; cosmeticsMathias Gumz5-42/+22
2015-01-16Avoid modulo 0Mathias Gumz1-0/+4
2015-01-16Reduce number of allocations for menu creationMathias Gumz2-7/+29
2015-01-15Refactor menu code: be more explicit and compactMathias Gumz2-133/+117
2015-01-10Code cleanupMathias Gumz3-53/+20
2015-01-10Remove dead codeMathias Gumz2-20/+0
2015-01-10Fix bug: integer underflow in startup phaseMathias Gumz1-1/+7
2015-01-03Fix to make clang happyNable 801-3/+5