forked from e16/e16
1
0
Fork 0
Commit Graph

4063 Commits

Author SHA1 Message Date
Kim Woelders c692f63aae Remove theme config stuff in font alias files.
SVN revision: 46172
2010-02-14 19:04:09 +00:00
Kim Woelders 84cedde03c No need to query pointer in move/resize start.
SVN revision: 46171
2010-02-14 19:04:06 +00:00
Kim Woelders 7e909c0907 Simplify loading bindings.cfg.
SVN revision: 46170
2010-02-14 19:04:03 +00:00
Kim Woelders be9141422e Add missing audiofile cflags/libs.
SVN revision: 46119
2010-02-12 19:23:19 +00:00
Sebastian Dransfeld 53f504f564 More ecore_data to separate lib
SVN revision: 45782
2010-02-01 20:20:06 +00:00
Kim Woelders 6e80dcedaa Debug stuff.
SVN revision: 45757
2010-01-31 14:57:22 +00:00
Kim Woelders dff9373b9d Fix multihead focus issue.
If the pointer was warped to another head and entered the root,
the keyboard focus was still on the previous head.

SVN revision: 45756
2010-01-31 14:57:20 +00:00
Kim Woelders 992eff2ec4 Simplify.
SVN revision: 45719
2010-01-29 19:45:06 +00:00
Kim Woelders a7e538be10 Trivial fixes (clang).
SVN revision: 45718
2010-01-29 19:45:04 +00:00
Kim Woelders ca2201f7a4 edox: Fix locale initialisation, remove long time broken multibyte support.
SVN revision: 45717
2010-01-29 19:45:00 +00:00
Kim Woelders 88b900c0ef edox: Header file cleanups.
SVN revision: 45716
2010-01-29 19:44:58 +00:00
Kim Woelders 89dc057e9a "Support" _NET_WM_USER_TIME[_WINDOW].
Should avoid some "property noise" due to apps updating _NET_WM_USER_TIME
on the primary application window.

SVN revision: 45715
2010-01-29 19:44:56 +00:00
Kim Woelders e1ab1d916e Remove grab/ungrab on border part button events.
SVN revision: 45714
2010-01-29 19:44:54 +00:00
Kim Woelders abd9a25754 Remove special fx ipc commands (use eesh set). Some refactoring.
SVN revision: 45713
2010-01-29 19:44:52 +00:00
Kim Woelders 0f0f969f0d Avoid roundtrip in EWindowGetPixmap().
SVN revision: 45712
2010-01-29 19:44:50 +00:00
Kim Woelders 879ffde9c8 Bump version.
SVN revision: 45711
2010-01-29 19:44:47 +00:00
Kim Woelders a68f0ca90f 1.0.2.
SVN revision: 45525
2010-01-24 16:37:21 +00:00
Kim Woelders 6e8926e004 Update po.
SVN revision: 45524
2010-01-24 16:37:18 +00:00
Kim Woelders f370be9251 Do not use shared memory pixmaps.
Fixes old translucent moves when shm pixmaps are not available.

SVN revision: 45489
2010-01-23 14:26:34 +00:00
Kim Woelders 649076a27f Add check, no need for return value in EXFreeGC().
SVN revision: 45488
2010-01-23 14:26:31 +00:00
Kim Woelders 0ace2f68e6 Add function to create inverted shape pixmap.
SVN revision: 45487
2010-01-23 14:26:28 +00:00
Kim Woelders 96037118e2 Fix move/resize sometimes not being terminated properly.
SVN revision: 45358
2010-01-20 16:59:18 +00:00
Kim Woelders 1b5bcab448 Fix potential crash.
SVN revision: 45357
2010-01-20 16:59:16 +00:00
Kim Woelders 02724b2a37 Move some code around.
SVN revision: 45356
2010-01-20 16:59:14 +00:00
Kim Woelders a203086ad7 Ignore++
SVN revision: 45354
2010-01-20 16:26:58 +00:00
Kim Woelders 1bbcd0b2b5 1.0.1.901.
SVN revision: 45210
2010-01-16 11:50:11 +00:00
Kim Woelders 0f77cd716a Minor da.po updates.
SVN revision: 45209
2010-01-16 11:50:09 +00:00
Kim Woelders 0ead506d0a Do not propagate key events.
SVN revision: 45208
2010-01-16 11:50:07 +00:00
Kim Woelders c26e602d3b Update po.
SVN revision: 45118
2010-01-14 18:52:55 +00:00
Kim Woelders 8624b523c2 Change iconbox fallback icon mode back to snapshot.
SVN revision: 45117
2010-01-14 18:52:50 +00:00
Kim Woelders 4b5f64c254 Scale new icons down to 48x48 pixels.
SVN revision: 45112
2010-01-14 16:25:41 +00:00
Kim Woelders 8180b23268 Unmap internal windows before destroying.
Only actually needed if compositing is active.
Fixes rendering bug with progress bars.

SVN revision: 45020
2010-01-10 17:17:11 +00:00
Kim Woelders 7c514a454a Remove some redundant checks.
SVN revision: 45019
2010-01-10 17:17:08 +00:00
Kim Woelders 3ad157b9c8 Avoid some memory leaks with incorrect themes.
SVN revision: 45018
2010-01-10 17:17:06 +00:00
Kim Woelders 1962919a63 Move statement.
SVN revision: 45017
2010-01-10 17:17:04 +00:00
Kim Woelders 4bba9df22b Move EWindowGetNamePixmap() to x.c (and rename).
SVN revision: 45016
2010-01-10 17:17:02 +00:00
Kim Woelders 5fb01c8fbb Show EObj info via ipc when appropriate.
SVN revision: 45015
2010-01-10 17:16:59 +00:00
Kim Woelders ccadd26322 Eliminate Mode.action_inhibit.
This flag should not be needed after introducing the
move/resize event window.

SVN revision: 44956
2010-01-07 16:42:26 +00:00
Kim Woelders 565fd93dfe Tweak configuration loading.
SVN revision: 44955
2010-01-07 16:42:23 +00:00
Kim Woelders c0c53f291c Remove unintended comment.
SVN revision: 44723
2009-12-26 10:35:47 +00:00
Kim Woelders fbfb755575 Remove useless definition.
SVN revision: 44722
2009-12-26 10:35:45 +00:00
Kim Woelders 584c502162 Play with XI2.
SVN revision: 44721
2009-12-26 10:35:42 +00:00
Kim Woelders 76b11091e2 Fix creating GL pixmap in certain situations (when using mesa?).
SVN revision: 44712
2009-12-24 09:19:22 +00:00
Kim Woelders a3bb553efb Fix name clash related to SUSv4 signal.h (patch by Pietro Cerutti, ticket 487).
SVN revision: 44697
2009-12-23 17:44:40 +00:00
Kim Woelders 4ab7430df9 1.0.1.002.
SVN revision: 44659
2009-12-22 16:22:50 +00:00
Kim Woelders ab39bf899e Update po.
SVN revision: 44604
2009-12-20 12:13:34 +00:00
Kim Woelders a35d75b07b Move ESelectInputChange(), change arguments to int.
SVN revision: 44603
2009-12-20 12:13:31 +00:00
Kim Woelders be0c63b4b7 Introduce EPictureSetClip().
SVN revision: 44602
2009-12-20 12:13:29 +00:00
Kim Woelders 4645431e1d Avoid using ERegion..Offset().
SVN revision: 44601
2009-12-20 12:13:27 +00:00
Kim Woelders f4b772f240 Move Picture/Region functions to x.c.
SVN revision: 44600
2009-12-20 12:13:25 +00:00