Commit Graph

48 Commits

Author SHA1 Message Date
Kim Woelders ee3355669c edge: Cosmetics 2022-07-23 13:44:51 +02:00
Kim Woelders 9c31fe29ed Clean up header file inclusion order.
Fixes building with e.g. -std=c99 and c11 by always including config.h
(which defines _GNU_SOURCE) first.
2015-01-17 19:33:42 +01:00
Kim Woelders a9a568ffe3 Debug printout cleanups. 2014-10-17 21:25:12 +02:00
Kim Woelders af5dcb3987 Change some longs to ints where long is not needed.
SVN revision: 66973
2012-01-08 12:54:08 +00:00
Kim Woelders f0c0a4519c Change TimerAdd() and TimerSetInterval() time to ms.
SVN revision: 55891
2011-01-05 18:05:57 +00:00
Kim Woelders 19b69bb595 Change XWarpPointer wrapping.
SVN revision: 54736
2010-11-20 07:30:26 +00:00
Kim Woelders cdaddb3376 Remove unused parameter.
SVN revision: 41510
2009-07-27 16:46:54 +00:00
Kim Woelders 4d439be211 Correct wrapping here and there.
SVN revision: 36387
2008-10-01 22:19:41 +00:00
Kim Woelders 1dad1ef28f Simplify timers.
SVN revision: 34656
2008-05-24 18:13:17 +00:00
Kim Woelders 6eaca2639c Eliminate redundant VRoot vars.
SVN revision: 34106
2008-03-24 11:12:40 +00:00
Kim Woelders c84ab53640 Fix edge flip brokenness (thanks to Phillip Warner).
SVN revision: 33511
2008-01-17 17:21:29 +00:00
Kim Woelders 967903fbad Fix incorrect tracking of pointer motion when dragging window (noted by Jon Foster).
SVN revision: 33196
2007-12-21 22:04:55 +00:00
Kim Woelders 56ef554b0c Fix edge flip after screen size change.
SVN revision: 32754
2007-11-18 09:47:46 +00:00
Kim Woelders 04b9f3d893 Remove the "excessive flip check" limiting minimum time between edge flips. Cleanups.
SVN revision: 30946
2007-07-23 19:25:08 +00:00
Kim Woelders f59778f757 Add option to do edge flipping only when moving window (based on patch by
Peter Poulsen).


SVN revision: 28968
2007-03-23 22:04:38 +00:00
Kim Woelders 83bcbbaee1 2007.
SVN revision: 27952
2007-01-13 19:14:29 +00:00
Kim Woelders 07acdc4c7a Trivial re-wrapping of XQueryPointer().
SVN revision: 25092
2006-08-24 21:52:28 +00:00
Kim Woelders fb8bd3e398 Rename a few configuration items.
SVN revision: 25079
2006-08-23 21:04:53 +00:00
Kim Woelders f02b00ad9d Change internal window handling API. Now passing Win (pointer to EXID struct) in stead of window XID.
SVN revision: 22397
2006-04-29 19:39:21 +00:00
Kim Woelders 4f4c6523e4 Window handling function api rename/rewrap continued.
SVN revision: 22329
2006-04-23 23:18:23 +00:00
Kim Woelders 27050fe8cc Split off timers.h
SVN revision: 22161
2006-04-16 13:27:38 +00:00
Kim Woelders f7ef3c7a3d Correct window position when dragging window through area/desk switch.
SVN revision: 20198
2006-02-02 18:38:03 +00:00
Kim Woelders 056248c884 2006.
SVN revision: 19591
2006-01-07 07:20:58 +00:00
Kim Woelders ac60a6615a Area stuff belongs with desk stuff.
SVN revision: 18540
2005-11-19 19:32:45 +00:00
Kim Woelders 0dfa113313 General bug hunt - Found a few, pedantic cleanups, dead code removal.
SVN revision: 18153
2005-10-30 19:40:49 +00:00
Kim Woelders 4864ea4c70 Remove eobj.h from E.h, include where needed.
SVN revision: 16749
2005-09-18 06:35:38 +00:00
Kim Woelders 1bc99c9731 Menus: Delay sub-menu closing, link menus in stead of using global array, split off menus.h, cleanups.
SVN revision: 16677
2005-09-10 18:24:20 +00:00
Kim Woelders 9ebaf4a103 Change most desk references from integer to pointer to desk object.
SVN revision: 16515
2005-09-04 07:27:20 +00:00
Kim Woelders c33d194912 Move some global vars around, cleanups.
SVN revision: 16188
2005-08-15 16:57:13 +00:00
Kim Woelders 28534943d2 Wrap XWarpPointer and XQueryPointer.
SVN revision: 16060
2005-08-07 20:33:21 +00:00
Kim Woelders 5124d0981e Split up E.h a bit.
SVN revision: 15796
2005-07-16 16:57:45 +00:00
Kim Woelders 3529ea8228 Partial cleanup of client window property/state stuff.
Set _NET_WM_ALLOWED_ACTIONS values properly.


SVN revision: 15674
2005-07-08 16:48:19 +00:00
Kim Woelders 77175630fc Fix warnings on x86-64 (Tres Melton).
SVN revision: 15203
2005-06-08 16:33:37 +00:00
Kim Woelders 018408379a Stacking work. Cleanups.
SVN revision: 14309
2005-04-23 07:31:18 +00:00
Kim Woelders af3f3e6434 Simplify handling of top-level windows - part 3.
SVN revision: 14217
2005-04-17 21:58:32 +00:00
Kim Woelders 99d717e187 Copyright updates. More enlightenment->e16.
SVN revision: 13794
2005-03-19 16:40:18 +00:00
Kim Woelders a32d4e1e9d Event handling fixes and tweaks (avoid graphics exposure events). Cleanups.
SVN revision: 13564
2005-03-02 19:20:27 +00:00
Kim Woelders b49d17688c Do not pass disp around everywhere.
SVN revision: 13179
2005-02-02 17:12:07 +00:00
Kim Woelders 65f82350c8 Fix various edge flipping bugs (window moving, multihead, configuration).
SVN revision: 12686
2005-01-02 15:38:52 +00:00
Kim Woelders fbbe386efb 0.16.8
SVN revision: 12619
2004-12-28 23:46:49 +00:00
Kim Woelders 82b83dbd84 Enable showing some menu info for debug (+tidy up some menu state stuff).
SVN revision: 11172
2004-08-07 21:00:10 +00:00
Kim Woelders 46cd16985e Trivial renamings.
SVN revision: 10631
2004-06-29 13:19:23 +00:00
Kim Woelders 9177e045fb Fix edge flip with fullscreen windows.
SVN revision: 10602
2004-06-27 22:30:53 +00:00
Kim Woelders ee357f86a7 Initial fullscreen window state handling.
SVN revision: 10403
2004-05-31 20:30:12 +00:00
Kim Woelders 9cf72b8355 Another partial floating window movement fix.
SVN revision: 10254
2004-05-16 15:52:44 +00:00
Kim Woelders 255090d8e7 Partial fix to broken floating windows (moving through edge flip, etc.).
SVN revision: 10250
2004-05-15 22:42:21 +00:00
Kim Woelders 2b847dfbe9 Add X_CFLAGS to INCLUDES. Rename root to VRoot to avoid warnings with -Wshadow.
SVN revision: 10053
2004-05-04 19:04:42 +00:00
Kim Woelders cd3eba9947 Move edge window handling code to new edge.c.
SVN revision: 9663
2004-04-09 12:50:56 +00:00