aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-06-26replace FbRootWindow::depth with maxDepthThomas Lübking4-6/+9
2016-06-26prevent clients from positioning out of workspaceThomas Lübking1-6/+35
2016-06-26keep cmd menus off struts when the mouse is in itThomas Lübking1-2/+7
2016-05-28improve consistencyMathias Gumz2-9/+10
2016-05-28fix broken text selection for FbTk::TextBoxMathias Gumz1-1/+2
2016-05-28harden focus cycling against client focussingThomas Lübking1-1/+15
2016-04-25Fix menus over a single column wideJuan Gonzalez Lopez1-3/+4
2016-04-25Allow text selectionThomas Lübking2-62/+151
2016-04-06place transient centered on its parentThomas Lübking1-6/+9
2016-02-28Mixed relative and absolute values for appsArkadiusz Bokowy3-84/+98
2016-01-09minor code cosmeticsMathias Gumz2-18/+27
2016-01-09send ConfigureNotify using root coordinatesfoobar08151-1/+27
2016-01-04Add Resize SnapNephiel5-18/+114
2016-01-04merge pull-request 14Mathias Gumz1-0/+2
2015-07-29Update MinOverlapPlacement.ccKen Moore1-1/+2
2015-07-29Update ColSmartPlacement.ccKen Moore1-0/+2
2015-07-29Update RowSmartPlacement.ccKen Moore1-0/+1
2015-05-14Fix hidden toolbar placementPeter Ganzhorn1-3/+11
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-01Fix RIGHTCENTER placement of the toolbar. Instead of subtracting borderwidth ...Peter Ganzhorn1-1/+1
2015-05-01Shape only toolbar corners not touching any edges of the screen. It just look...Peter Ganzhorn1-12/+12
2015-05-01Fix shaped toolbar being drawn incorrectly at TOPCENTER Fix round corners bei...Peter Ganzhorn1-10/+10
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-01ButtonTheme::name 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-05-01doSubmenu function in menutest.cc avoids copying labelstr by using a const re...Mario J. Rugiero1-1/+1
2015-05-01addMatching and insertFromParent functions from FocusableList now avoid copyi...Mario J. Rugiero1-2/+2
2015-05-01Pass pre_command to CommandDialog as const reference to avoid unnecessary cop...Mario J. Rugiero2-2/+2
2015-04-11Don't assume ICONV_NULL = 0Casey Dahlin1-5/+9
2015-02-08Fix: typo during refactoringArkadiusz Bokowy1-2/+2
2015-02-08Move internal code to internal side of FbTk::TransparentMathias Gumz2-20/+23
2015-02-07MinorMathias Gumz1-2/+2
2015-02-07Create buttons for titlebar with proper sizesMathias Gumz1-147/+118
2015-02-07Fix glitch of TabOptions menuMathias Gumz1-0/+1
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 Gumz3-9/+1
2015-02-05Feature: different MenuSearch modesMathias Gumz8-149/+298
2015-02-04Fix problem with too small WinButtonsMathias Gumz1-53/+71
2015-02-04Move nls globals into #ifdef NLSMathias Gumz1-3/+8
2015-02-01Fix crash: click the Remember-menu works againMathias Gumz1-1/+1