aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-07-03smart handling of NotifyUngrab crossing eventsThomas Lübking2-5/+12
2016-07-01ignore font for empty title height calculationThomas Lübking3-22/+23
2016-07-01re-fix alt+tab'bing through tabbed windowsThomas Lübking2-5/+12
2016-07-01fix tabbing of unfocusable clientsThomas Lübking1-1/+4
2016-07-01do not leave stale oplock behindThomas Lübking1-1/+3
2016-07-01avoid calling into XLibThomas Lübking1-4/+12
2016-07-01ensure to update the current client tab from menuThomas Lübking1-0/+3
2016-07-01do not move unfocused windows to the desktop layerThomas Lübking1-1/+2
2016-07-01add _NET_WM_NAME to FbWindow::setNameThomas Lübking1-0/+8
2016-07-01fix tab selection by mousepressThomas Lübking1-0/+16
2016-06-26merge remember focusnew into focusprotectionThomas Lübking4-36/+33
2016-06-26Add FocusProtection featuresThomas Lübking5-2/+102
2016-06-26remove strut when property is withdrawnThomas Lübking1-0/+2
2016-06-26fix tracking of MWM hints in case of removalThomas Lübking1-4/+8
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