summaryrefslogtreecommitdiff
path: root/src/menu.c
Commit message (Expand)AuthorAgeFilesLines
* Use themeable icons for the settings manager and the menu, rework the default...Olivier Fourdan2011-12-121-24/+23
* Update copyright year.Olivier Fourdan2011-01-051-1/+1
* Mass update: Update (c) yearOlivier Fourdan2010-12-161-1/+1
* Remove unused function to make the buildbot happyOlivier Fourdan2010-12-031-9/+0
* Fix hang when closing a submenu (bug 6562)Olivier Fourdan2010-12-031-1/+1
* Fix hang when cancelling a submenu (bug #6562)Olivier Fourdan2010-12-031-4/+3
* * src/*.c, src/*.h: Update year.Olivier Fourdan2009-01-181-1/+1
* * src/misc.h, src/misc.c, src/screen.h, src/screen.c, src/events.c,Olivier Fourdan2009-01-161-1/+1
* * src/inline-stock-rolldown.h, src/inline-stock-maximize.h,Olivier Fourdan2008-10-291-36/+33
* Merge work from Stephan Arts <stephan@xfce.org> (Bug #4065)Olivier Fourdan2008-08-041-0/+1
* Set monitor when positionning menu (Bug #4162)Olivier Fourdan2008-07-071-0/+7
* Rework the window menu, add more actions (above/normal/below, fullscreen/un-f...Olivier Fourdan2008-06-211-8/+12
* Rework move/resize, better keyboard operations, allow move/resize from menu a...Olivier Fourdan2008-06-011-0/+3
* Update FSF addressOlivier Fourdan2008-05-311-2/+4
* Rework a bit the code for hilight and frame drawingOlivier Fourdan2007-06-121-1/+1
* CleanupOlivier Fourdan2007-05-091-1/+1
* Set focus flag on windows initially mapped on other desktopsOlivier Fourdan2006-09-111-10/+10
* Code cleanup.Olivier Fourdan2006-05-151-14/+18
* Some cleanup in headers vs. functions used.Olivier Fourdan2006-05-061-1/+0
* Refactoring and small cleanup.Olivier Fourdan2006-05-041-8/+8
* Use a separate implementation from libxfcegui4 for gtk style and event filter...Olivier Fourdan2006-05-031-8/+10
* Fix desktop names not showing in window menu and other various fixes.Olivier Fourdan2006-03-241-14/+5
* Update copyright date and add propertiesOlivier Fourdan2006-02-181-1/+1
* Update datesOlivier Fourdan2005-06-201-1/+1
* Fix memory leak in menu code reported by David Agraz <dagraz@gmail.com>,Olivier Fourdan2004-12-091-6/+0
* Fix bug #434 (xfwm4 segfaults if window menu open and window is unmapped)Olivier Fourdan2004-11-011-11/+8
* Add CVS Id, like Jasper does with the panel.Olivier Fourdan2004-08-221-1/+2
* Add multiscreen support.Olivier Fourdan2004-06-151-4/+6
* Change internals to prepare multi-screen (not quite there yet)Olivier Fourdan2004-06-041-17/+15
* Change namespace to xfce_* and put back older deprecated fns for backward com...Olivier Fourdan2004-05-311-9/+9
* - Change gtktoxevent API to be GdkScreen and therefore multiscreen compliantOlivier Fourdan2004-05-301-185/+188
* Fix some compiler warnings and get rid of a bunch of deprecated callsOlivier Fourdan2004-05-141-2/+1
* Get rid of out own Xinerama impl. and use GdkScreen routines instead (that fi...Olivier Fourdan2004-05-131-181/+177
* Improve focus transitionOlivier Fourdan2004-03-141-2/+3
* Include patch for desktop names from Aurelien Foret <orelien@chez.com>Olivier Fourdan2004-03-071-4/+20
* Integrate Bernhard Walle <bernhard@bwalle.de> patch to add support for KDE co...Olivier Fourdan2004-01-031-0/+1
* Apply Eduard Roccatello <xfce@roccatello.it> for "always on top"Olivier Fourdan2003-12-211-0/+2
* Bunch of small fixes:Olivier Fourdan2003-09-121-0/+4
* Adopt a MapRequest/MapNotify/UnmapNotify scheme that is similar to xfwm3 that...Olivier Fourdan2003-08-121-1/+1
* Fix submenu item selection when munu was opened with right mouse buttonOlivier Fourdan2003-05-261-1/+1
* Rework the window menuOlivier Fourdan2003-05-231-38/+107
* Disconnect wrap workspaces and wrap windows optionsOlivier Fourdan2003-05-221-118/+115
* Various small cleanups, rerun indent with new settings.Olivier Fourdan2003-05-161-162/+192
* Revert last change in debug.h, use "??" instead of ((__const char *)0)Olivier Fourdan2003-04-051-19/+19
* Debugging stuff now provided by libxfce4util. As a result of this changeBenedikt Meurer2003-04-021-1/+1
* Updated i18n stuff (libxfce4util now provides a i18n.h).Benedikt Meurer2003-04-021-2/+2
* Prefer gdk_screen[width|height] instead of XDisplay[Width|Height]Olivier Fourdan2003-03-271-0/+4
* Reformat code usign astyle, redesign microdeck theme, include nestu's Spanish...Olivier Fourdan2003-03-161-37/+37
* Major rework of stacking management.Olivier Fourdan2003-03-091-1/+1
* Improve window move/resize and expand sourcesOlivier Fourdan2003-02-271-13/+13