summaryrefslogtreecommitdiff
path: root/src/misc.h
Commit message (Expand)AuthorAgeFilesLines
* screen: We always query the root windowOlivier Fourdan2019-05-121-1/+0
* Replace XEvent with XfwmEvent + add xfwm_device_* grabs usageViktor Odintsev2017-11-271-3/+3
* Fix some build warningsViktor Odintsev2017-11-221-0/+6
* worspaces: Cycle via easy-move key + mouse fwd/bwdMike Murdoch2016-06-151-0/+8
* Small code cleanupOlivier Fourdan2015-03-271-2/+0
* Update copyright year.Olivier Fourdan2011-01-051-1/+1
* Mass update: Update (c) yearOlivier Fourdan2010-12-161-1/+1
* * 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-3/+0
* * src/client.c, src/client.h, src/display.c, src/display.h, Olivier Fourdan2008-10-221-2/+2
* Add routine to get the name of a given atom, add client windows to save set t...Olivier Fourdan2008-10-181-0/+2
* Update FSF addressOlivier Fourdan2008-05-311-1/+3
* Split code to prepare further changesOlivier Fourdan2008-05-311-1/+1
* Rework a bit the code for hilight and frame drawingOlivier Fourdan2007-06-121-1/+1
* CleanupOlivier Fourdan2007-05-091-23/+24
* Fix build with -Werror, remove some useless #includes and add some others (ac...Olivier Fourdan2006-12-131-4/+1
* Use X server time to restore focus when sent to the root window (bug #2472), ...Olivier Fourdan2006-11-041-8/+30
* Add support to NET_WM_MOVERESIZEOlivier Fourdan2006-11-011-1/+1
* Set focus flag on windows initially mapped on other desktopsOlivier Fourdan2006-09-111-7/+7
* Add support for opacity lock (patch from Darren Salt <linux@youmustbejoking.d...Olivier Fourdan2006-06-281-0/+12
* Update copyright date and add propertiesOlivier Fourdan2006-02-181-1/+1
* Update datesOlivier Fourdan2005-06-201-1/+1
* Based on patches submitted by pasi.ov@gmail.com :Olivier Fourdan2005-02-011-0/+1
* Add more internal controlsOlivier Fourdan2004-12-091-1/+1
* Fix focus oddities (See bug #502)Olivier Fourdan2004-11-201-1/+1
* Replace gdk_screen_get_monitor_at_point () with our own implementation.Olivier Fourdan2004-10-171-0/+1
* Add CVS Id, like Jasper does with the panel.Olivier Fourdan2004-08-221-1/+2
* Change internals,Olivier Fourdan2004-06-171-2/+0
* Add multiscreen support.Olivier Fourdan2004-06-151-11/+11
* Change internals to prepare multi-screen (not quite there yet)Olivier Fourdan2004-06-041-13/+12
* - Change gtktoxevent API to be GdkScreen and therefore multiscreen compliantOlivier Fourdan2004-05-301-13/+13
* Get rid of out own Xinerama impl. and use GdkScreen routines instead (that fi...Olivier Fourdan2004-05-131-13/+13
* Code cleanup, standardize fn names in hints.[ch]Olivier Fourdan2004-05-041-3/+3
* Remove our internal time event tracking and use GDK_CURRENT_TIME insteadOlivier Fourdan2004-05-041-2/+0
* Resync with xfce_4_0 branch:Olivier Fourdan2004-01-101-1/+1
* Use xfwm4 built-in functions to toggle "always on top" (better, cleaner)Olivier Fourdan2003-12-221-1/+1
* Make sure we use event time for grab/ungrab in resize/move/cycle,Olivier Fourdan2003-10-141-0/+1
* Remove the "stashEventTime()" and "getEventTime()" functions as it causes mor...Olivier Fourdan2003-08-251-2/+0
* Code reorg.Olivier Fourdan2003-08-131-0/+5
* Revert to an old (and probably safer) way of framing new windows.Olivier Fourdan2003-08-071-0/+1
* Improve Xrandr supportOlivier Fourdan2003-06-301-0/+1
* Use small input only window located on screen edges to detect mouse move on t...Olivier Fourdan2003-06-221-1/+1
* Various small cleanups, rerun indent with new settings.Olivier Fourdan2003-05-161-8/+8
* *** empty log message ***Olivier Fourdan2003-04-091-0/+2
* Debugging stuff now provided by libxfce4util. As a result of this changeBenedikt Meurer2003-04-021-1/+0
* Reformat code usign astyle, redesign microdeck theme, include nestu's Spanish...Olivier Fourdan2003-03-161-4/+4
* Major rework of stacking management.Olivier Fourdan2003-03-091-1/+1
* Increase line width for outline move/resizeOlivier Fourdan2003-03-061-1/+1
* Improve window move/resize and expand sourcesOlivier Fourdan2003-02-271-13/+13
* Take the frame into account when receiving a XConfigureRequest for apps that ...Olivier Fourdan2003-02-211-3/+3