Commit Graph

4551 Commits

Author SHA1 Message Date
Kim Woelders 46c772cb19 Non-time-limited animations should not run until next ?!?
SVN revision: 81816
2012-12-28 16:04:22 +00:00
Kim Woelders 9c491af2e0 Restore old pointer warping behavior on maximization.
- Fewer round trips
- Don't warp while animated
- Eliminate redundant warp
- Simpler

SVN revision: 81815
2012-12-28 16:04:19 +00:00
Kim Woelders 5d5e0dcacc When using XI2, handle focus change events via XI2.
SVN revision: 81757
2012-12-27 18:22:01 +00:00
Kim Woelders 3d6195ba33 When using XI2, handle enter/leave events via XI2.
SVN revision: 81756
2012-12-27 18:21:58 +00:00
Kim Woelders 82f3f3a359 When using XI2, handle all keyboard and pointer events via XI2.
SVN revision: 81755
2012-12-27 18:21:56 +00:00
Kim Woelders c304c45531 Cleanup around XI2 event selection.
SVN revision: 81754
2012-12-27 18:21:53 +00:00
Kim Woelders e3b6e0988d Fix major memory leak when using XI2 events.
SVN revision: 81753
2012-12-27 18:21:50 +00:00
Kim Woelders 5b3556e386 Wrap XAllowEvents().
SVN revision: 81752
2012-12-27 18:21:48 +00:00
Kim Woelders edab78096b Remove some commented out stuff.
SVN revision: 81751
2012-12-27 18:21:44 +00:00
Kim Woelders 91fe77b6c5 Trivial cleanups.
SVN revision: 81699
2012-12-25 18:20:05 +00:00
Kim Woelders a01c953c54 Wrap some calls to XGrab/UngrabKeyboard() + cosmetics.
SVN revision: 81698
2012-12-25 18:19:59 +00:00
Kim Woelders 9f867c81d3 Window slide code cosmetics.
SVN revision: 81676
2012-12-24 11:05:50 +00:00
Kim Woelders a12e3a7a42 Prefix local functions with _.
SVN revision: 81675
2012-12-24 11:05:48 +00:00
Kim Woelders a280a57ccf Use __func__ for function names in debug stuff.
SVN revision: 81674
2012-12-24 11:05:42 +00:00
Kim Woelders 9c69159c88 Update po.
SVN revision: 81673
2012-12-24 10:42:00 +00:00
Kim Woelders aa333a4c2b Fix test for XI2 availability.
SVN revision: 81672
2012-12-24 10:41:54 +00:00
Kim Woelders ba7d9cc4a9 Fix various issues reported by clang. Minor cleanups.
SVN revision: 81671
2012-12-24 10:41:50 +00:00
Massimo Maiurana da6a87c10e updated esperanto and italian translations
SVN revision: 81451
2012-12-20 13:11:37 +00:00
Kim Woelders c1ee9b7b04 Fix en/disabling of maximization animation.
SVN revision: 80903
2012-12-13 21:32:19 +00:00
Kim Woelders 0af135d24e Minor refactoring in MaxSizeHV().
SVN revision: 80902
2012-12-13 21:32:17 +00:00
Kim Woelders 542192954c Make frame debug printout conditional.
SVN revision: 80901
2012-12-13 21:32:14 +00:00
Kim Woelders c8020ed906 Disable "Previously ignored..." debug message.
SVN revision: 80900
2012-12-13 21:32:12 +00:00
Massimo Maiurana 2029f7b878 updating various translations
SVN revision: 80888
2012-12-13 18:43:05 +00:00
Kim Woelders afd652bae3 Update po.
SVN revision: 80543
2012-12-09 10:03:12 +00:00
Kim Woelders 51a19d26e7 Introduce new animation engine.
Based on work by Daniel Manjarres.

One of the major changes is to eliminate the "TimedLoop" construction
where we have "local" animation loops, in which we don't pass through
the main event handler.

SVN revision: 80542
2012-12-09 10:03:07 +00:00
Massimo Maiurana 0543c3d9ae updating various translations
SVN revision: 80532
2012-12-08 18:35:53 +00:00
Massimo Maiurana a74ef6d2cd updating various translations
SVN revision: 80486
2012-12-07 18:53:30 +00:00
Massimo Maiurana 22ca23f6f9 updating esperanto translations
SVN revision: 80224
2012-12-05 09:46:19 +00:00
Massimo Maiurana 49a001374c updating esperanto translations
SVN revision: 79760
2012-11-27 22:20:03 +00:00
Kim Woelders 43f8d05bed Update po.
SVN revision: 79115
2012-11-11 18:13:20 +00:00
Kim Woelders 228500ed5d Add script to place pagers (James Bowlin).
SVN revision: 79114
2012-11-11 18:13:14 +00:00
Kim Woelders b282138a13 Cleanups - ecore_list stuff.
Ecore no longer has ecore_list_... functions, so there is nothing
to keep in sync with.

Disable unused ecore_list functions.

SVN revision: 79113
2012-11-11 18:13:12 +00:00
Kim Woelders cb6ae29fdf ecore-list - Fixup comments.
SVN revision: 79112
2012-11-11 18:13:10 +00:00
Kim Woelders 8bf4e42ce0 ecore-list - Remove EAPI.
SVN revision: 79111
2012-11-11 18:13:04 +00:00
Kim Woelders 7fd4f7a71d Cosmetics.
SVN revision: 78407
2012-10-24 17:20:38 +00:00
Kim Woelders acaf58fd94 Add EventsBlock().
Intended to enable running event loop without processing X events.

SVN revision: 78406
2012-10-24 17:20:32 +00:00
Kim Woelders c76b8f6a2a Focus update tweaks.
Disable grab and stacking updates while focus changes are inhibited.

Disable focus changes during desk/area slides (actually, this is not in
play yet, as we don't run the normal event loop during desk/area slides).

SVN revision: 78405
2012-10-24 17:20:28 +00:00
Kim Woelders 05b03f4204 Enable using libsndfile for sound file loading.
SVN revision: 78308
2012-10-21 15:57:21 +00:00
Kim Woelders 8909a89c48 1.0.12.000.
SVN revision: 78307
2012-10-21 15:57:13 +00:00
Kim Woelders 6ef75b3c3a 1.0.11.
SVN revision: 77385
2012-10-03 20:43:49 +00:00
Kim Woelders bfc0740061 Minor cleanup.
SVN revision: 77381
2012-10-03 17:47:29 +00:00
Kim Woelders e439c02c0b Update po.
SVN revision: 77014
2012-09-22 08:29:29 +00:00
Kim Woelders ec960aeb5e Fix build error with ancient composite.
SVN revision: 77013
2012-09-22 08:29:21 +00:00
Kim Woelders e3f700f696 Fix build error with ancient imlib2.
SVN revision: 77012
2012-09-22 08:29:18 +00:00
Kim Woelders f244c9a479 Debug tweaks.
SVN revision: 77011
2012-09-22 08:29:15 +00:00
Kim Woelders 083ef4dd35 Cosmetics.
SVN revision: 77010
2012-09-22 08:29:11 +00:00
Kim Woelders a234e829ec Remove incorrect __UNUSED__.
SVN revision: 77009
2012-09-22 08:29:02 +00:00
Kim Woelders 82dab9684a 1.0.10.002.
SVN revision: 76336
2012-09-08 07:35:45 +00:00
Kim Woelders e19a697eac Update po.
SVN revision: 76335
2012-09-08 07:35:39 +00:00
Kim Woelders c808d0b259 Fix potential deadlock with multiple simultaneous alerts.
SVN revision: 76138
2012-09-04 19:58:59 +00:00