summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* WIP: xfconf migrationBrian Tarricone2008-06-2710-652/+354
* rearrange stuff a little; menu module doesn't need most of libxfdesktop.aBrian Tarricone2008-05-011-2/+2
* position the tooltip window a bit more like normal tooltipsBrian Tarricone2008-05-011-2/+2
* use new monitors-changed code to simplify screen/monitor setup quite a bitBrian Tarricone2008-04-301-130/+54
* support GdkScreen::monitors-changed signal for gtk 2.13+Brian Tarricone2008-04-301-0/+43
* nick's netk->wnck patch, with some bugfixes and crash fixes (bug 3487)Brian Tarricone2008-04-267-115/+132
* * fix settings registration for menu and windowlistBrian Tarricone2007-12-161-16/+34
* add comment referring to bug #Brian Tarricone2007-12-011-1/+1
* fix settings only getting applied to screen 0 in a multihead setup whenBrian Tarricone2007-11-151-14/+35
* ok, this should fix the annoying spurious drag when double-clickingBrian Tarricone2007-11-151-0/+5
* revert useless fix for bug 3426Brian Tarricone2007-11-151-32/+12
* pass 0 for the button to gtk_menu_popup() always, even if we know theBrian Tarricone2007-11-091-1/+3
* possibly fix fake drag when double-clicking an icon causes an error dialogBrian Tarricone2007-11-071-12/+32
* fix warningBrian Tarricone2007-11-071-0/+3
* rewrite entire icon positions file to clean out stale entries (bug 3267)Brian Tarricone2007-11-071-24/+44
* mess with tooltipsBrian Tarricone2007-10-202-28/+63
* fix crash when switching icon stylesBrian Tarricone2007-10-202-21/+20
* redo menu system, part 2. the desktop context menus with file icons andBrian Tarricone2007-10-209-313/+323
* use correct function prototype, even tho it doesn't really matter in thisBrian Tarricone2007-10-202-2/+4
* Redo how the menu system works so i can support multiple menus on theBrian Tarricone2007-10-2010-148/+270
* auto-generate marshalling functionsBrian Tarricone2007-10-204-38/+33
* * semi-fix a problem with loading file iconsBrian Tarricone2007-10-202-8/+10
* 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
* Don't set workspace for sticky windows. Possibly related to bug #3317.Jasper Huijsmans2007-06-221-2/+6
* add 'zoomed' option to backdrop styles. this is a combination scaling/croppingBrian Tarricone2007-05-112-2/+19
* ditch frapmenu and use libxfce4menu instead. awesome.Brian Tarricone2007-03-231-0/+2
* ok, i should actually read patches before i apply them. change datatypeBrian Tarricone2007-03-231-3/+3
* fix multiple separators in windowlist menu when showing workspace names isBrian Tarricone2007-03-231-1/+4
* add windowlist prefs:Brian Tarricone2007-03-191-32/+103
* always init/shutdown thunar-vfs if either file icons are enabled or we'reBrian Tarricone2007-03-192-10/+3
* make sure thunar-vfs gets inited if we need it for the desktop menuBrian Tarricone2007-03-191-0/+12
* use nearest-neighbor interpolation when compositing a backdrop image when theBrian Tarricone2007-02-251-4/+20
* import a snapshot of jannis' FrapMenu and rework the desktop menu to useBrian Tarricone2007-02-212-1/+5
* remove use of __FUNCTION__ as it breaks sun's compiler (bug 2924)Brian Tarricone2007-02-181-1/+1
* Inadvertently committed some local private changes - reverted.Olivier Fourdan2007-01-193-34/+17
* Update versionOlivier Fourdan2007-01-193-17/+34
* fix some more possible NULL derefsBrian Tarricone2006-12-081-7/+20
* fix possible NULL pointer derefs (klocwork id 630)Brian Tarricone2006-12-081-6/+18
* fix possible crash with nonexistent or empty backdrop list fileBrian Tarricone2006-12-081-0/+3
* fix monitor number validity checking when read from config fileBrian Tarricone2006-12-081-3/+2
* this NULL pointer should probably never happen, but klockwork noticed it,Brian Tarricone2006-12-081-8/+15
* pass --prefix option to dbus-binding-tool, as it's required in dbus 0.72,Brian Tarricone2006-11-141-2/+2
* fix coming out of xinerama stretch mode, sorta. still needs more work, butBrian Tarricone2006-11-131-8/+9
* * move removable icon enable call to after special icon so special icons showBrian Tarricone2006-11-091-6/+34
* fix < vs. >= typo :-PBrian Tarricone2006-11-061-1/+1
* * remove spurious 'realized' check in xfdesktop_icon_view_remove_all(), asBrian Tarricone2006-11-061-61/+93
* change icon cell sizing to be pix size * 2.5. this should mitigate some ofBrian Tarricone2006-11-061-2/+2
* reset the root window's back pixmap and those magic window properties whenBrian Tarricone2006-11-061-0/+3
* fix typo to re-fix bug 2437Brian Tarricone2006-11-041-4/+5