Commit graph

593 commits

Author SHA1 Message Date
fluxgen
5c4fe96fc1 minor update 2002-07-20 00:06:45 +00:00
fluxgen
3b0b45af36 updated for the latest functionname changes in Image.hh 2002-07-19 21:45:00 +00:00
fluxgen
b2294758df forgot const ref for setRootCommand 2002-07-19 21:44:06 +00:00
fluxgen
45acae5e76 updated to match image new function names 2002-07-19 21:35:37 +00:00
fluxgen
89faf228ea function name change 2002-07-19 21:26:11 +00:00
fluxgen
abe8ed2968 updated BColor function names 2002-07-19 21:18:29 +00:00
fluxgen
650924679a colormap to m_colormap 2002-07-19 21:16:53 +00:00
fluxgen
46a3d8ceb3 changed function name 2002-07-19 21:14:11 +00:00
fluxgen
56bbd4e580 changed function names in BColor, BTexture, BImage and BImageControl 2002-07-19 20:33:15 +00:00
fluxgen
a602e936b1 fixed slitlist loading bug, the list was just reading until space, but now it reads the entire line. And a typeo on XINERAMA 2002-07-19 16:10:18 +00:00
fluxgen
d8d2b3aa13 added algorithm include 2002-07-14 01:00:23 +00:00
fluxgen
220be8333b doxygen comments 2002-07-14 00:30:44 +00:00
fluxgen
64e5dc9321 changed decoration default 2002-07-13 21:37:52 +00:00
fluxgen
b831814482 fixed check on valid win and screen pointer in setFocusedWindow 2002-07-13 14:04:46 +00:00
fluxgen
1c7a33c64c minor indentation and comments 2002-07-10 14:51:32 +00:00
fluxgen
9574ba4f0c minor comment 2002-07-10 14:46:42 +00:00
fluxgen
be37152cec obsolete Font struct 2002-07-10 14:38:43 +00:00
fluxgen
d74111a69b comments 2002-06-29 10:44:50 +00:00
fluxgen
8d7690f2ab fixed transient check 2002-06-14 09:59:49 +00:00
fluxgen
c98ab8e5b5 resize/move window even without decor 2002-06-04 09:50:58 +00:00
fluxgen
31c6c63de1 fixed bug 554646, windows that are not maximizable by default wont get a tab by default now 2002-06-02 23:42:10 +00:00
fluxgen
3075af90d6 minor fixes 2002-06-02 23:35:30 +00:00
fluxgen
304d3e4fd5 removed insert window after last focused, temporary fix 2002-06-02 22:57:52 +00:00
fluxgen
66b1894bf2 removed FONT_ELEMENT_SIZE 2002-06-02 22:48:38 +00:00
fluxgen
3675a7be42 slit client bug fixed 2002-06-02 22:43:20 +00:00
fluxgen
7f123ab240 removed comment from propwwmhints 2002-05-30 15:49:10 +00:00
fluxgen
c3dce81be1 changed (void) to () and fixed if-statements in getMWMHints 2002-05-30 00:46:22 +00:00
fluxgen
b43aed4072 cleaning, changed (void) to (), removed unused variable, added comments, moved MwmHints Decor and Func into class FluxboxWindow 2002-05-30 00:38:22 +00:00
fluxgen
550fbdcf85 fixed invert highlight on toggle-items when they are selected 2002-05-29 21:15:07 +00:00
fluxgen
44a1fce815 removed assertion 2002-05-29 19:10:04 +00:00
fluxgen
ffbf15dd45 slit order filename 2002-05-29 06:22:31 +00:00
fluxgen
095ed342bd slit order 2002-05-29 06:21:59 +00:00
fluxgen
0c4d60adc2 removed sstream include 2002-05-24 13:25:25 +00:00
fluxgen
372ffd8bd3 fixed default include 2002-05-24 13:24:02 +00:00
fluxgen
0b1e5a15dc minor indentation 2002-05-24 11:38:32 +00:00
fluxgen
b839dcaf1e iterator fix 2002-05-23 09:48:22 +00:00
fluxgen
ea4c11a52e const fixes 2002-05-22 00:36:56 +00:00
fluxgen
5a78e63212 fixed transient checking in a function 2002-05-21 21:25:10 +00:00
fluxgen
57cd3c5c7c added configurable geometry 2002-05-19 17:56:55 +00:00
fluxgen
75f83132ea const on draw function 2002-05-19 15:37:29 +00:00
fluxgen
67f09e6f00 const correct 2002-05-19 15:35:39 +00:00
fluxgen
e9b1b9b8fa minor stuff 2002-05-19 12:57:47 +00:00
fluxgen
2d0aa410a0 minor stuff 2002-05-19 12:22:55 +00:00
fluxgen
c0a9d432ea remove titlebar 2002-05-19 10:43:23 +00:00
fluxgen
71a158e1af save style on change 2002-05-18 12:38:13 +00:00
fluxgen
63f6204c78 moved creation of titlebar and handle into functions and other minor cleaning 2002-05-17 16:35:58 +00:00
fluxgen
6d706bbccb moved creation of titlebar and handle into functions 2002-05-17 16:34:27 +00:00
fluxgen
ddabec794c added cassert include 2002-05-17 16:32:33 +00:00
fluxgen
160485f469 minor intel compiler fix 2002-05-17 16:30:24 +00:00
fluxgen
b10ecba532 fixed transient check in destructor 2002-05-17 13:27:20 +00:00
fluxgen
e1f76359f5 const 2002-05-17 11:58:47 +00:00
fluxgen
eb8234442e more const 2002-05-17 11:55:41 +00:00
fluxgen
70ececc5d7 strstream to sstream and minor fix with the a warning 2002-05-17 11:16:26 +00:00
fluxgen
c0e2ccff44 removed const on return values of fundamental types 2002-05-17 11:07:36 +00:00
fluxgen
d210e29fce removed const on return values of fundamental types and changed strftime_format to std::string 2002-05-17 11:02:30 +00:00
fluxgen
bda94a6c1a const-correct on Resource class 2002-05-17 10:59:58 +00:00
fluxgen
e296c91a18 removed const on return values of fundamental types and const-correct on BTexture 2002-05-17 10:59:30 +00:00
fluxgen
b77eec73c5 removed const on return values of fundamental types 2002-05-17 10:51:48 +00:00
fluxgen
099577431b minor indentation 2002-05-15 09:37:27 +00:00
fluxgen
849acb4303 const 2002-05-15 09:36:57 +00:00
fluxgen
58c6885c23 changed menustyle.framefont/titlefont to nonpointer 2002-05-15 09:35:49 +00:00
fluxgen
87762aee8a Bool to bool 2002-05-08 14:25:40 +00:00
fluxgen
712d0513b7 added reconfigure for the list 2002-05-08 14:24:57 +00:00
fluxgen
930991589c Desktop wheeling option added 2002-05-08 14:19:12 +00:00
fluxgen
8ccfea478c fixed slit saving and some clean up 2002-05-08 14:12:28 +00:00
fluxgen
3fa8408801 changed from pointer to referens in slitmenu constructor 2002-05-08 14:01:21 +00:00
fluxgen
b53183cfe3 added desktopwheeling option 2002-05-08 10:14:51 +00:00
fluxgen
1f5c8b5ba1 fixed checking on focused_window in handleKeyEvents 2002-05-08 09:33:11 +00:00
fluxgen
05588b7505 minor fix 2002-05-07 17:14:01 +00:00
fluxgen
7deacd55ac minor cleaning 2002-05-07 15:23:00 +00:00
fluxgen
f9467a5572 updated copyright 2002-05-07 15:22:07 +00:00
fluxgen
69a18f36e6 removed some options, they are in CXXFLAGS in confingure.in now 2002-05-07 15:21:08 +00:00
fluxgen
bf605136d0 fixed const 2002-05-07 15:07:02 +00:00
fluxgen
e027cad57d minor cleaning 2002-05-07 14:09:32 +00:00
fluxgen
0ec9f1a21d changed clientmenu to regular 2002-05-07 13:57:09 +00:00
fluxgen
9caf24483d const iterators in updateGnomeList 2002-05-07 13:54:42 +00:00
fluxgen
c8eeaea88f fixed bug [ 552723 ] removing decorations while shaded in toggleDecor 2002-05-07 13:50:34 +00:00
fluxgen
a10c34918c const on updateGnome* functions 2002-05-07 13:31:11 +00:00
fluxgen
eaecf66a23 fixed more checking on the fontstruct 2002-05-07 08:15:18 +00:00
fluxgen
fbf610b774 indentation and on_top/auto_raise savings 2002-05-03 13:14:06 +00:00
fluxgen
3cc006d7b5 removed NULL 2002-05-02 07:19:02 +00:00
fluxgen
5e9343fc7f fixed ScreenList and added MoveTabPrev/Next, FirstTab/LastTab key bindings 2002-05-02 07:14:22 +00:00
fluxgen
74d77991bc added FIRSTTAB, LASTTAB, MOVETABPREV and MOVETABNEXT 2002-05-02 07:10:03 +00:00
fluxgen
0f1dd8e8b5 added moveNext/movePrev 2002-05-02 07:09:22 +00:00
fluxgen
41775ff631 fixed bug [ 515483 ] XMMS Problem, with the handles = true 2002-04-28 20:09:31 +00:00
fluxgen
da517e6074 minor stuff 2002-04-28 19:54:10 +00:00
fluxgen
6749157af4 dont save on shutdown 2002-04-28 18:57:10 +00:00
fluxgen
4e242cbdc6 save_rc public 2002-04-28 18:55:43 +00:00
fluxgen
644f8a56fc reconfigure in case statement 2002-04-28 18:47:47 +00:00
fluxgen
86c9f77aa2 indentation and const fix 2002-04-28 16:58:36 +00:00
fluxgen
6023193635 Save settings when we change them 2002-04-28 16:00:27 +00:00
fluxgen
a1c872415a minor fixes 2002-04-28 15:54:59 +00:00
fluxgen
bd878465b9 fixed shade bug while no tabs and rotated 2002-04-28 08:49:31 +00:00
fluxgen
2f19847b98 fixed bug in workspace warping 2002-04-26 18:27:39 +00:00
fluxgen
db81115d91 fixed m_multibyte 2002-04-26 09:32:20 +00:00
fluxgen
4fbb93a6b6 fixed minor font string 2002-04-20 10:33:10 +00:00
fluxgen
7f43f5bf11 fixed workspace warping 2002-04-20 10:27:13 +00:00
fluxgen
7f08b3ae46 minor stuff 2002-04-19 09:34:10 +00:00
fluxgen
9b8c02c542 added ToggleTab 2002-04-19 09:33:42 +00:00
fluxgen
7c2c942f3c fixed workspace warping bug when moving a tabgroup 2002-04-17 07:24:59 +00:00
fluxgen
0790b898ea root window scrolling 2002-04-17 06:57:10 +00:00
fluxgen
d1b6fa2729 minor stuff in redrawTitle 2002-04-17 06:42:04 +00:00
fluxgen
875d63b6d9 tabs default off 2002-04-14 22:27:57 +00:00
fluxgen
3e08be1c2a always true on tab 2002-04-14 22:26:43 +00:00
fluxgen
0d708fa2be fixed remove of handle in propertyNotify 2002-04-14 11:54:59 +00:00
fluxgen
507fbd3be7 added workspace warping option 2002-04-12 15:14:09 +00:00
fluxgen
7669a04b24 minor fixes 2002-04-12 15:06:07 +00:00
fluxgen
17227b5d09 added workspace_warping option and removed some const 2002-04-12 14:58:29 +00:00
fluxgen
58fb11717a added workspace_warping option 2002-04-12 14:56:15 +00:00
fluxgen
af9a5aa8a4 added workspace warping 2002-04-12 14:54:57 +00:00
fluxgen
7d8560db64 fixed for-loop 2002-04-12 13:02:56 +00:00
fluxgen
c25795a910 typedef ScreenList 2002-04-12 13:02:12 +00:00
fluxgen
46e9b6e546 update from Workspace changes 2002-04-09 23:20:40 +00:00
fluxgen
bd7951bcda clean up 2002-04-09 23:18:12 +00:00
fluxgen
8afd178252 update from Workspace changes and removed grab/ungrab 2002-04-09 23:16:28 +00:00
fluxgen
67e5c6381e removed LinkedList.cc/hh 2002-04-09 12:34:22 +00:00
fluxgen
97cf0e209b removed 2002-04-09 12:30:26 +00:00
fluxgen
7b65db9172 fixed getHeight 2002-04-09 12:22:06 +00:00
fluxgen
674aa1fc95 minor fixes 2002-04-09 12:13:44 +00:00
cout
30fe2fb8fe Replaced LinkedList structures with std::map, std::vector, and std::list. 2002-04-09 12:09:03 +00:00
fluxgen
4d6f6ba54f added action RootMenu 2002-04-09 09:42:16 +00:00
fluxgen
b7ca86795e added RootMenu action 2002-04-09 09:40:18 +00:00
fluxgen
45364e82b3 clean up 2002-04-08 22:37:49 +00:00
fluxgen
02253281ee updated to match BaseMenu 2002-04-08 22:36:30 +00:00
fluxgen
1b64d4cfac added comments 2002-04-08 22:29:45 +00:00
fluxgen
c3fef77fa4 updated BasemenuItem 2002-04-08 22:24:50 +00:00
fluxgen
0e60ec478f minor indentation 2002-04-08 22:23:41 +00:00
fluxgen
d496d26c1a int to unsigned int 2002-04-08 18:58:47 +00:00
fluxgen
1ab9ee4954 identation 2002-04-08 18:57:53 +00:00
fluxgen
f234dd3db1 fixed signed/unsigned in Xinerama stuff 2002-04-08 18:57:04 +00:00
fluxgen
675f28ad9e fixed iconbar update bug 2002-04-04 22:39:52 +00:00
fluxgen
a959fc2fdf fixed some bools and indentation 2002-04-04 14:28:54 +00:00
fluxgen
3796077a94 moved Decor to FluxboxWindow 2002-04-04 14:27:56 +00:00
fluxgen
b1c398b775 minor const fix 2002-04-04 14:26:47 +00:00
fluxgen
1a69dd6e09 fixed ToggleDecor key action 2002-04-04 14:23:54 +00:00
fluxgen
598cd8a7fd added toggleDecoration and setDecoration functions 2002-04-04 14:23:30 +00:00
fluxgen
e4d3840f26 added startMoving, stopMoving, startResizing and stopResizing and fixed bug 528101 2002-04-04 13:19:10 +00:00
fluxgen
1717c11280 minor fix 2002-04-04 11:32:16 +00:00
fluxgen
2526e4bce8 moved nls defines to enums in namespace FBNLS 2002-04-04 11:28:19 +00:00
fluxgen
16b40d64c2 to std::string in locale and some other fixes 2002-04-04 00:21:48 +00:00
fluxgen
53e66b4906 removed int insert(const char **,... 2002-04-03 23:08:19 +00:00
fluxgen
70f3639c02 std::string for title and icon title in FluxboxWindow 2002-04-03 23:04:01 +00:00
fluxgen
36dcc230a2 char * to const char * 2002-04-03 23:00:10 +00:00
fluxgen
05761f6059 Fixed some signed/unsigned warnings 2002-04-03 12:08:54 +00:00
fluxgen
0f8e4f1f2d saner search in prev/next focus, and added bool doSkipWindow 2002-04-02 23:14:54 +00:00
fluxgen
11324be64f add new window after the last focused 2002-04-02 23:14:07 +00:00
fluxgen
0dfac0a999 signed/unsigned fixes 2002-04-02 23:13:38 +00:00
pekdon
81fb2b9fb6 Oopss.. typo 2002-03-29 21:47:58 +00:00
fluxgen
b7ca5d7466 forgot the std in debugmsg 2002-03-27 18:47:44 +00:00
fluxgen
14cd008c76 fixed getIconName in addIcon 2002-03-27 18:47:12 +00:00
fluxgen
0f270ee38f added some headers and fixed namespace std 2002-03-27 15:37:19 +00:00
fluxgen
ca942ddf89 Font.hh/cc 2002-03-23 15:15:47 +00:00
fluxgen
8daa080d11 some signed/unsigned stuff 2002-03-23 15:14:45 +00:00
pekdon
e133cf83a3 Xinerama 2002-03-23 02:02:01 +00:00
fluxgen
1022df4212 to namespace 2002-03-22 11:51:46 +00:00
fluxgen
537c89c9c4 minor fix 2002-03-21 11:05:41 +00:00
fluxgen
f44b282b00 added FbTk font to MenuStyle 2002-03-21 10:54:29 +00:00
fluxgen
3d3985609c first 2002-03-21 10:51:48 +00:00
fluxgen
3b330a5f62 signed/unsigned warnings 2002-03-20 14:10:03 +00:00
fluxgen
e072c2c744 rearrange private/public order 2002-03-20 14:08:45 +00:00
fluxgen
c5d1f0239d removed include BaseDisplay.hh and fixed include unistd.h 2002-03-20 11:50:36 +00:00
fluxgen
10d6e7a358 namespace istead of struct 2002-03-20 11:32:03 +00:00
fluxgen
ccf9f5749e we don't like to modify the arguments, const-correctness and other strange code in Xinerama 2002-03-19 21:19:55 +00:00
fluxgen
95aeda2627 Xinerama support 2002-03-19 14:30:43 +00:00
fluxgen
02466ab040 Fixed timer pointer 2002-03-19 00:16:44 +00:00
fluxgen
f666e3cd77 fixed timer pointer 2002-03-19 00:15:58 +00:00
fluxgen
c52f13c5f2 fixed pointer 2002-03-19 00:12:36 +00:00
fluxgen
9291eb0911 moved the update timer routines from BaseDisplay to BTimer and fixed indentation 2002-03-19 00:09:59 +00:00
fluxgen
6c1f079fbd indentation and timer 2002-03-19 00:07:00 +00:00
fluxgen
3ac8394996 update getMenu from slit 2002-03-19 00:05:49 +00:00
fluxgen
a29dd8e476 fixed indentation and timer var 2002-03-19 00:04:36 +00:00
fluxgen
e6e1db0ad6 moved timer update to BTimer, update of timer is done i BTimer::updateTimers() 2002-03-18 23:41:08 +00:00
fluxgen
c5bdfbfd50 removed add/removeTimer and fixed some stupid return referenses 2002-03-18 23:39:53 +00:00
fluxgen
46a715d217 copyright msg 2002-03-18 20:29:16 +00:00
fluxgen
f6254d8804 include guard 2002-03-18 20:28:24 +00:00
fluxgen
5f30e3a4fd parameter to prevFocus/nextFocus 2002-03-18 20:26:32 +00:00
fluxgen
5aa47abd86 added parameter to NEXTWINDOW/PREVWINDOW 2002-03-18 20:25:42 +00:00
fluxgen
c6b11959cf added parameter to next/prev Focus and optionsbits for them 2002-03-18 20:20:09 +00:00
fluxgen
3a23ff8bdc added isLowerTab() and lastFocusTime 2002-03-18 19:58:06 +00:00
fluxgen
6d4bd4d720 indentation 2002-03-18 15:46:42 +00:00
fluxgen
50e3ef9b4a changed to std::max/min and fixed some if-statments 2002-03-18 15:42:34 +00:00
fluxgen
2604c09bb0 using std::max/min 2002-03-18 15:32:50 +00:00
fluxgen
bcfcc6403a moved Atoms into FbAtoms 2002-03-18 15:28:25 +00:00
fluxgen
0e0f5800e1 Added FbAtoms.hh FbAtoms.cc 2002-03-18 15:23:36 +00:00
fluxgen
1e761e6b71 first 2002-03-18 15:23:08 +00:00
fluxgen
762fa526ef fixed minor KDE stuff 2002-03-11 12:29:57 +00:00
fluxgen
91d51a4d16 clean up 2002-03-08 12:21:46 +00:00
fluxgen
c92e9899e9 changed name on InitMenu to initMenu 2002-03-08 12:19:07 +00:00
fluxgen
4fc50aed36 fixed bug in ::removeNetizen and changed name from InitMenu to initMenu 2002-03-08 12:18:22 +00:00
fluxgen
018599a9fe expand keyfilename 2002-03-01 16:58:51 +00:00
fluxgen
32cb305aad fixed default arguments for titlebar 2002-03-01 15:28:56 +00:00
fluxgen
1e9ee6cca4 minor fix 2002-03-01 14:53:14 +00:00
fluxgen
1eb1551cbc indentation 2002-02-28 15:47:36 +00:00
fluxgen
eaba89e7f3 back to basemenu insert/remove 2002-02-28 15:46:01 +00:00
fluxgen
34b2b9637b removed add/removeWorkspace and fixed indent 2002-02-28 15:44:39 +00:00
fluxgen
4921925c17 changed to remove/add workspace in Workspacemenu 2002-02-27 23:47:47 +00:00
fluxgen
188d53a879 added remove/add workspace 2002-02-27 23:43:41 +00:00
fluxgen
0cba1e7dff fixed the focusbug when deleting a window which calls Fluxbox::setFocusedWindow and the calls FluxboxWindow::setFocusFlag on the same window 2002-02-27 22:04:01 +00:00
fluxgen
f049bb407a using sendToWorkspace 2002-02-26 22:44:25 +00:00
fluxgen
61cfe16b70 added setupConfigFiles 2002-02-26 22:42:58 +00:00