Commit graph

3663 commits

Author SHA1 Message Date
akir
97d2577f1a cosmetic issues, removed unneeded strcasestr-code (is already in StringUtil),
tried to avoid App::instance()->display() calls again.
2004-09-10 16:12:01 +00:00
akir
b453d143bb cosmetic, man, we need a beautifarm :) 2004-09-10 16:04:16 +00:00
akir
ae5637609e updated last changes 2004-09-10 15:56:55 +00:00
akir
a7967dfb25 put App::instance()->display() to FbDrawable::s_display to avoid too much
unnecessary calls
2004-09-10 15:46:08 +00:00
akir
631dfbbc63 cosmetic, tab vs spaces 2004-09-10 15:36:04 +00:00
akir
e51cc63ccb cosmetic, tabs to spaces 2004-09-10 07:15:23 +00:00
rathnor
1081940af3 clean up unused variables, from Ryan O'Hara 2004-09-10 04:03:58 +00:00
akir
c75a703586 tiny cleanup to avoid calling unnecessary FbTk::App::instance() 2004-09-09 21:13:10 +00:00
rathnor
dca2a55d7e mod screenshot menu option in fbgm 2004-09-09 15:25:26 +00:00
akir
28359eadfd *** empty log message *** 2004-09-09 14:34:20 +00:00
akir
e11fb1b473 added forgotten [macrocmd] to menuitems 2004-09-09 14:32:56 +00:00
akir
1d355a9192 transfered ::getRootPixmap from several places to new home, FbPixmap 2004-09-09 14:29:10 +00:00
akir
7507098440 cosmetic, removing unnecessary calls. 2004-09-08 16:50:42 +00:00
akir
1cd19c941c added button2-on-workspacename in workspacemenu jumps to workspacadded
button2-on-workspacename in workspacemenu jumps to workspacee
2004-09-06 21:12:10 +00:00
akir
b470256cf6 fix the segfault-fix of fluxgen some days before. workspacemenu must be
destroyed after rootmenu is cleaned.
2004-09-06 13:17:56 +00:00
fluxgen
0e82d97262 update 2004-09-05 01:14:21 +00:00
fluxgen
23fcec1728 fix for crash on shutdown, the workspacemenu must be destroyed before clientlist. fix for duplicates in iconlist, note: check update(stateSig) in fluxbox.cc, icons might be added twice 2004-09-05 01:11:41 +00:00
fluxgen
fb2e570e8c unique list from removeDuplicate. If we, for some reason, should have duplicate windows in the second argument windowlist 2004-09-05 00:37:16 +00:00
akir
cc7586f483 blank lines again 2004-09-04 04:54:38 +00:00
rathnor
88fd395167 thanks Jason 2004-09-03 17:10:01 +00:00
rathnor
012f661179 fix crash on amd64 2004-09-03 17:05:35 +00:00
akir
d6a32de0f8 added -nearmouse to fbrun 2004-09-03 14:18:48 +00:00
akir
1be3c8b270 cosmetic 2004-09-03 14:17:47 +00:00
akir
8d87514b90 adds -liconv when iconv_close is in libiconv 2004-09-02 16:51:54 +00:00
akir
312828fdbe start of 0.9.11 entries 2004-09-02 16:50:56 +00:00
akir
2951159ed3 updated fixes 2004-09-02 09:55:14 +00:00
akir
f2db83f3fd fix to avoid crash when in remember-submenu and closing the application
-> current clientwindow would be 0x0 -> crash
2004-09-02 09:52:26 +00:00
akir
4b1b3f592a allow blank lines in apps-file
fixed wrong mapping of [TOP] <-> getNormalLayer()
2004-09-02 08:58:06 +00:00
fluxgen
39e88f3f6f update 2004-09-01 19:03:14 +00:00
fluxgen
2455a350e8 foreground and background color as argument 2004-09-01 12:41:11 +00:00
fluxgen
b29b4adc4a fixed multiple screen issue...again 2004-09-01 08:46:55 +00:00
akir
0fbb0bfe8b cosmetic 2004-09-01 08:00:24 +00:00
akir
b12ce691bc fix width for a menuentry, added too much space 2004-09-01 07:53:45 +00:00
akir
efcca46a83 update the list of compiler-issue-fixes 2004-09-01 00:10:50 +00:00
akir
1c2edb9a01 final fix for iconv-issues on sun/sparcs 2004-09-01 00:09:03 +00:00
akir
0c5dae0b45 fix for a compile-error with mips-pro 7.30 (segfaulted) 2004-09-01 00:08:14 +00:00
fluxgen
e231f97955 update 2004-09-01 00:07:26 +00:00
fluxgen
6946aded1b fixed restart issue + sending resize signal when ConfigureNotify 2004-09-01 00:05:52 +00:00
fluxgen
d35bbce98a update 2004-08-31 23:21:41 +00:00
fluxgen
40abe448b1 multiple screen fix, checks for screen number 2004-08-31 23:18:29 +00:00
akir
47160bdb31 fix for the missing CODESET on openbsd 2004-08-31 23:07:58 +00:00
akir
6a098b0797 hopefully final fix for missing iconv 2004-08-31 21:47:56 +00:00
fluxgen
622af75c92 checking for const msg in iconv 2004-08-31 21:25:33 +00:00
fluxgen
82de6ace6d have const msg ptr to iconv 2004-08-31 21:24:05 +00:00
fluxgen
d1df9f8d60 update 2004-08-31 20:29:23 +00:00
fluxgen
9121ec43af checking for have iconv 2004-08-31 20:27:08 +00:00
fluxgen
c37b8ec735 fixed check for iconv, rearranged some stuff 2004-08-31 20:24:23 +00:00
akir
d7a73c6f31 added fixes for 2.95.4-issues 2004-08-31 19:51:08 +00:00
akir
a182e88412 fix for gcc 2.95.4, again make_pair and missing #include <typeinfo> before
typeid-usage
2004-08-31 19:38:42 +00:00
akir
ed88b106da fix for gcc 2.95.4 -> has problems to get the right template-types
for make_pair
2004-08-31 19:27:21 +00:00