Commit Graph

4098 Commits

Author SHA1 Message Date
Kim Woelders 728e987637 Add -help option, remove cruft, move some lines of code.
SVN revision: 41860
2009-08-18 17:27:11 +00:00
Kim Woelders 53e593fd6e Fix build with render but without composite.
SVN revision: 41859
2009-08-18 17:27:08 +00:00
Kim Woelders 2b75b624de Fix font configuration file search order (default should be fonts.cfg).
SVN revision: 41597
2009-08-04 18:23:08 +00:00
Kim Woelders 2ec0640a1c Add some window size sanity checks.
SVN revision: 41594
2009-08-04 16:11:44 +00:00
Kim Woelders afabf24589 Remove cruft.
SVN revision: 41593
2009-08-04 16:11:38 +00:00
Kim Woelders f8f7426f55 Missed some 2008->2009.
SVN revision: 41592
2009-08-04 16:11:35 +00:00
Kim Woelders cc6c1e4e45 Set menu window state to active to always show an active border.
SVN revision: 41591
2009-08-04 16:11:33 +00:00
Kim Woelders cd7bbdba20 Strip trailing whitespace when parsing .desktop files.
SVN revision: 41590
2009-08-04 16:11:30 +00:00
Kim Woelders 9b388ef28a Update po.
SVN revision: 41514
2009-07-27 17:00:51 +00:00
Kim Woelders 43446d89c2 Reapply pt_BR.po update from launchpad.
SVN revision: 41513
2009-07-27 17:00:43 +00:00
Kim Woelders 8f4c4f5df0 Revert "Updated translation files to UTF-8 encoding, Updated pt_BR.po from launchpad."
SVN revision: 41512
2009-07-27 17:00:40 +00:00
Kim Woelders 1efa1b5f57 Add missing header.
SVN revision: 41511
2009-07-27 16:46:57 +00:00
Kim Woelders cdaddb3376 Remove unused parameter.
SVN revision: 41510
2009-07-27 16:46:54 +00:00
Kim Woelders 8ae039e08e Save some code bytes in tclass parser. Cosmetics.
SVN revision: 41509
2009-07-27 16:46:50 +00:00
Kim Woelders e548e23db1 Correct break->continue. Cosmetics.
SVN revision: 41508
2009-07-27 16:46:48 +00:00
Kim Woelders 4f8026a66d Update README.xml (Yasufumi Haga).
SVN revision: 41507
2009-07-27 16:41:52 +00:00
Kim Woelders a169e53627 Use xrender cursor for restart cursor.
SVN revision: 41417
2009-07-18 10:19:25 +00:00
Kim Woelders d10bb9b662 Refactor restart cursor code.
SVN revision: 41416
2009-07-18 10:19:23 +00:00
Kim Woelders 4ad43f8b31 Fix property fetch functions.
ecore_x_window_prop_card32_list_get would not set return pointer to
NULL if the window does not exist.
All functions would return 0 in stead of -1 if the property is
absent.

SVN revision: 41415
2009-07-18 10:19:21 +00:00
Kim Woelders ac6315952b One page html docs. Fix distcheck and rpmbuild.
By default install docs but not man (as before recent changes).

SVN revision: 41414
2009-07-18 10:19:19 +00:00
Kim Woelders 904d1f4e02 Dragbar bindings have been removed from bindings.cfg.
SVN revision: 41413
2009-07-18 10:19:16 +00:00
Aron Xu 51c658831b Updated translation files to UTF-8 encoding, Updated pt_BR.po from launchpad.
SVN revision: 41378
2009-07-17 06:43:11 +00:00
Aron Xu 11eda10f99 Updated translations from launchpad
SVN revision: 41273
2009-07-08 11:34:18 +00:00
Mike Frysinger 150e90fd17 e16: make sure we include e16(1) in the dist target so that distros dont need to depend on xmlto and related docbook packages simply to generate one man page
SVN revision: 41235
2009-07-03 01:25:39 +00:00
Kim Woelders 9dc1554ce4 1.0.0.001
SVN revision: 41210
2009-06-27 06:05:46 +00:00
Kim Woelders 83a77fc97b Update po.
SVN revision: 41107
2009-06-18 20:04:35 +00:00
Kim Woelders bb53ec7781 Fix size (container window shape) of windows resized by a window match.
SVN revision: 41106
2009-06-18 20:04:27 +00:00
Kim Woelders 05f5d283fb Update credits.
SVN revision: 41105
2009-06-18 20:04:25 +00:00
Kim Woelders f0859b954c Prevent area switch while shading (ticket 332).
SVN revision: 41018
2009-06-12 16:07:28 +00:00
Kim Woelders 09e67b2f44 Warning fixes (based on patches by pfritz and gahr, tickets 331,342).
SVN revision: 40997
2009-06-10 17:45:10 +00:00
Kim Woelders 6f4b66903e Attempt to fix bs.po encoding properly.
SVN revision: 40996
2009-06-10 17:45:07 +00:00
Peter Wehrfritz 5e66a497cf remove compile warning
SVN revision: 40977
2009-06-08 23:25:26 +00:00
Aron Xu df1918935e Fixed encoding and EOL
SVN revision: 40966
2009-06-08 12:26:46 +00:00
Aron Xu 9ab73f401c Fixed charset for bs.po in e16
SVN revision: 40965
2009-06-08 11:20:19 +00:00
Kim Woelders cbe99194b6 Update po.
SVN revision: 40953
2009-06-07 20:01:03 +00:00
Kim Woelders ff60719c9d Look up menu icons in ~/.e16/icons too (patch by Pietro Cerutti, ticket 328).
SVN revision: 40952
2009-06-07 20:00:55 +00:00
Kim Woelders 60e4f4f67d Avoid referencing freed memory.
SVN revision: 40951
2009-06-07 20:00:53 +00:00
Kim Woelders 21823a5e80 Fix potential crash when closing magnifier window (noted by Pietro Cerutti).
SVN revision: 40950
2009-06-07 20:00:51 +00:00
Kim Woelders 00e66bbe9b Autofoo cleanups, switch to non-deprecated macros.
SVN revision: 40949
2009-06-07 20:00:49 +00:00
Kim Woelders 07c58cb73b Bump version.
SVN revision: 40948
2009-06-07 20:00:43 +00:00
Kim Woelders e3f1547fb7 1.0.0.
SVN revision: 40885
2009-06-03 16:12:39 +00:00
Peter Wehrfritz bd102107a6 some minor tweaks
SVN revision: 40863
2009-05-31 13:19:00 +00:00
Peter Wehrfritz 99c1c915ff German translation is now complete, I will do a review later
SVN revision: 40859
2009-05-30 14:35:30 +00:00
Kim Woelders d1e027ff0b Update po.
SVN revision: 40858
2009-05-30 08:07:40 +00:00
Kim Woelders 3b7398492a Add missing autosave when changing virtual desktop size.
SVN revision: 40857
2009-05-30 08:07:33 +00:00
Kim Woelders 79ba2b00bc Another attempt to improve aspect ratio handling (pager sizing).
SVN revision: 40856
2009-05-30 08:07:30 +00:00
Kim Woelders cc87d01dab Fix problem with incorrect xinerama screen info.
In multihead setup XineramaQueryScreens seems to report screen 0 info
on screen 1. In this case XineramaIsActive even returns False so
XineramaQueryScreens should return NULL (nvidia problem?).

SVN revision: 40855
2009-05-30 08:07:28 +00:00
Kim Woelders 5584d042a0 Comment out some inactive code.
SVN revision: 40854
2009-05-30 08:07:26 +00:00
Kim Woelders bb219abae2 Aspect ratio handling tweaks (fix for ticket 327)
SVN revision: 40845
2009-05-28 21:56:48 +00:00
Kim Woelders 14c3b532e5 Better pager size increments (fix for ticket 327).
SVN revision: 40844
2009-05-28 21:56:45 +00:00