summaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* WIP: xfconf migrationBrian Tarricone2008-06-271-51/+23
* * fix settings registration for menu and windowlistBrian Tarricone2007-12-161-16/+34
* Redo how the menu system works so i can support multiple menus on theBrian Tarricone2007-10-201-28/+9
* don't require thunar-vfs if file icons are disabledBrian Tarricone2007-07-081-3/+3
* Always use button 0 in gtk_menu_popup() as GTK+ 2.11+ expects the same button...Olivier Fourdan2007-07-011-1/+1
* always init/shutdown thunar-vfs if either file icons are enabled or we'reBrian Tarricone2007-03-191-3/+3
* make sure thunar-vfs gets inited if we need it for the desktop menuBrian Tarricone2007-03-191-0/+12
* import a snapshot of jannis' FrapMenu and rework the desktop menu to useBrian Tarricone2007-02-211-1/+3
* use new ENABLE_FILE_ICONS define instead of HAVE_THUNAR_VFSBrian Tarricone2006-09-281-3/+3
* * add dep on dbus >= 0.34 if thunar-vfs is enabledBrian Tarricone2006-08-231-0/+5
* fix startup from session manager (bug 2171)Brian Tarricone2006-08-151-1/+3
* allow --(option) and -(option) (bug 2083). fix i18n for the version stringBrian Tarricone2006-08-151-20/+32
* cmdline options shouldn't do anything if xfdesktop isn't running (bug 2083)Brian Tarricone2006-08-151-11/+25
* * instruct the session manager to logout on WM_DELETE (bug 1776)Brian Tarricone2006-05-201-6/+10
* fix memleaks. patch from stephen arts <stephen.arts@hva.nl>Brian Tarricone2006-03-141-0/+1
* ... and only have the desktop respond to single-clicksBrian Tarricone2006-03-121-8/+10
* ... and fix link with --disable-desktop-iconsBrian Tarricone2006-03-101-1/+2
* use gtk-menu-images to determine whether or not to show icons in the windowBrian Tarricone2006-02-201-4/+31
* * do some re-encapsulation. i don't like how the MCS stuff was intertwinedBrian Tarricone2006-02-171-13/+33
* rudimentary desktop file icon support is working now. you can't do anythingBrian Tarricone2006-02-101-1/+4
* add window menu on right click on a window iconBrian Tarricone2005-10-081-4/+2
* show icon as selected on single click, activate window on double click.Brian Tarricone2005-09-081-5/+4
* Don't include <libxfce4util/i18n.h> directly.Benedikt Meurer2005-09-011-1/+0
* i'm not too sure how i feel about this yet, since it's kinda hacky. add aBrian Tarricone2005-06-021-56/+12
* i have seen the light: convert all tab indents to 4-space indentsBrian Tarricone2005-01-191-226/+226
* committing nils rennebarth's patch to forward scroll events and otherBrian Tarricone2004-09-251-42/+79
* * xfdesktop cleans up after itself on exit (and doesn't crash)Brian Tarricone2004-09-201-2/+9
* cygwin fixes from maarten boekholdBrian Tarricone2004-09-151-1/+2
* possible bugfix for xfdesktop sometimes (but just sometimes :->) dying on SIG...Danny Milosavljevic2004-08-151-5/+12
* make sure the menu gets reloaded on 'xfdesktop -reload'Brian Tarricone2004-07-181-0/+2
* * fix bug #192 - selecting "quit" builtin when we're a panel plugin shouldBrian Tarricone2004-07-071-1/+1
* re-hook the gettext stuff, update POTFILES.in, update xfdesktop.pot,Brian Tarricone2004-06-191-2/+10
* merging in the new xfdesktop, version is 4.1.5 *crosses fingers*Brian Tarricone2004-06-171-371/+196
* small bugfix, kelnos, please check if that's right :)Danny Milosavljevic2004-05-031-0/+1
* a couple cleanups i missedBrian Tarricone2004-05-031-3/+0
* * add options to settings dialog for window list and desktop menuBrian Tarricone2004-05-031-3/+6
* desktop shouldn't flash a grey window on startup anymoreBrian Tarricone2004-04-261-1/+1
* fix initialisation order, (hopefully) fix the color missing problem, speedBrian Tarricone2004-04-221-4/+8
* keep around the GdkScreen for each xfdesktop/xfbackdrop to reduce theBrian Tarricone2004-04-221-6/+5
* make xfdesktop's icon themes work properly with gtk 2.2 (no GtkIconTheme).Brian Tarricone2004-04-211-12/+0
* have the menu show up on the proper screen when the desktop is clickedBrian Tarricone2004-04-201-1/+1
* woohoo, multiscreen officially works! big thanks to danny for helping meBrian Tarricone2004-04-201-12/+1
* --enable-debug=fullDanny Milosavljevic2004-04-201-1/+0
* multiscreen still doesn't work (get 'BadMatch'). this is as far as i canBrian Tarricone2004-04-201-22/+35
* brand-spankin' new desktop settings dialog (mostly), which should supportBrian Tarricone2004-04-201-13/+17
* reworked desktop handling. now we can have multiple desktops, which shouldBrian Tarricone2004-04-191-69/+94
* * change --version string to conform to xfwm4's style (yeah, i'm a conformist)Brian Tarricone2004-04-151-2/+6
* whoops, let's do that properly, no?Brian Tarricone2004-04-141-1/+1
* add --version/-V to xfdesktopBrian Tarricone2004-04-141-3/+7
* add gmodule glue code, autoconf changes, hookup code in xfdesktop appBrian Tarricone2004-03-221-52/+50