aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.cc
AgeCommit message (Expand)AuthorFilesLines
2006-10-27cosmetic patch from slava semushin, removes whitespaces andmathias1-128/+141
2006-08-09it never existed (what never existed?)markt1-4/+3
2006-08-08fix some compiler warnings in gcc 4.1markt1-3/+4
2006-08-06distinguish between startup and restartmarkt1-0/+18
2006-08-05a little fix for auto-grouping after restartmarkt1-5/+3
2006-08-04don't re-apply remembered settings on restart if they are set as window prope...markt1-1/+1
2006-08-02rename session.screen*.iconbar.deiconifyMode to session.screen0.userFollowModelmarkt1-0/+1
2006-08-02update _NET_WORKAREA on screen resizemarkt1-0/+1
2006-08-02fix ClickTabFocus and MouseTabFocus in nlsmarkt1-7/+6
2006-07-27little fix-up, just in case some transient windows have their own transientsmarkt1-1/+2
2006-07-27don't switch windows with transients in initWindows() - just do transient latermarkt1-25/+19
2006-07-26added resource and menu item for maximizing over tabsmarkt1-0/+4
2006-07-25fix m_background_loadedmarkt1-0/+2
2006-07-23also move icons when removing a workspacemarkt1-0/+8
2006-07-22ewmh compliance updatesmarkt1-1/+1
2006-07-20allow negative width and heightmarkt1-2/+2
2006-07-20keep tabs in same order on restart (except some extremely unlikely cases)markt1-14/+12
2006-07-19preserve order of focused windows on restartmarkt1-0/+1
2006-07-13remove lock from RootTheme and redundant loadTheme from fluxboxmarkt1-2/+0
2006-07-12replacing some instances of focusedWindow()->fbwindow() with focusedFbWindow()markt1-11/+4
2006-07-09fix detach focus again 8)markt1-1/+2
2006-07-09setting focus the right waymarkt1-3/+1
2006-07-06changing between internal and external tabs doesn't affect iconified windowsmarkt1-0/+9
2006-07-06re-fixing the focus after fixing the crash bugmarkt1-4/+6
2006-07-04some dead resources and the functions that go with themmarkt1-1/+0
2006-07-02updated documentation and another dead functionmarkt1-2/+0
2006-07-01more dead functionsmarkt1-12/+0
2006-06-28more focus issues with linear cycling and tabbed windowsmarkt1-3/+2
2006-06-28Fix some focus issues on detach and restartmarkt1-0/+1
2006-06-26fix _NET_FRAME_EXTENTSsimonb1-4/+22
2006-06-21fix nls... notably classify text on conversion whether its for X or simonb1-28/+28
2006-06-10fixed resize box bug. The text used to determine the size used space, which c...fluxgen1-3/+3
2006-05-20improve native language handling, move messages and menu labels to simonb1-23/+18
2006-05-13moved destroyAndClearList from Screen.cc to STLUtil::destroyAndClearfluxgen1-14/+7
2006-05-07more utf8 changes, notably window titlessimonb1-1/+2
2006-04-25fix a bunch of comments, make default textures obvioussimonb1-1/+2
2006-04-24fix memory leaks in menu codesimonb1-0/+5
2006-04-24external tabs as defaultsimonb1-1/+1
2006-04-22fix crash when toolbar disabledsimonb1-7/+0
2006-04-22couple of memory fixes from valgrindsimonb1-1/+4
2006-04-22minor cosmetic tweaks, thanks Semushin Slavak, php-coder AT ngs rusimonb1-2/+0
2006-04-16add reversewheeling option simonb1-0/+1
2006-04-11fixed size_t issue with prevWorkspace, minor cosmetic changes to Screen.hhmathias1-1/+1
2006-04-02size_t fixes, thanks Semushin Slava aka php-coderfluxgen1-2/+4
2006-03-26rotated fonts, buttons, containers. Used for tabs for nowsimonb1-10/+3
2006-03-23fixed duplicate ClickTabFocus menu item, thanks malfluxgen1-23/+0
2006-03-22more external tab work, tidying and tab width config optionsimonb1-3/+14
2006-03-22external tabs features and bugfixessimonb1-18/+217
2006-03-20external tabssimonb1-1/+5
2006-03-18added addManagedResource, which adds a resource to BScreen and will be destro...fluxgen1-23/+17