Commit Graph

94 Commits

Author SHA1 Message Date
Kim Woelders 23872b2cac Simplify dialog data handling. 2014-04-29 19:42:15 +02:00
Kim Woelders 5fc86cc6ad Refactor dialog apply/exit handling.
Split into separate functions so we don't have to check on val all over
to figure out if it is one or the other.

This also avoids that the apply stuff may be done twice on exit a couple
of places.
2014-04-29 19:42:15 +02:00
Kim Woelders ba7d9cc4a9 Fix various issues reported by clang. Minor cleanups.
SVN revision: 81671
2012-12-24 10:41:50 +00:00
Kim Woelders 7fd4f7a71d Cosmetics.
SVN revision: 78407
2012-10-24 17:20:38 +00:00
Kim Woelders a0e1b55b37 Fix unpacking theme from .etheme file. Has been broken since 1.0.2.
SVN revision: 51518
2010-08-22 14:30:41 +00:00
Lucas De Marchi 4d4401c5d3 Apply badzero.cocci, badnull.cocci and badnull2.cocci
Since badzero.cocci depends on coccinelle knowledge about a variable being a pointer
and about a function returning a pointer, maybe there are false negatives.



SVN revision: 51092
2010-08-13 17:04:13 +00:00
Kim Woelders 4ac03926da Adjustments for indent 2.2.11.
SVN revision: 50909
2010-08-08 19:03:34 +00:00
Kim Woelders 0466673fbf Trim whitespace from translatable strings.
SVN revision: 48723
2010-05-09 19:03:19 +00:00
Kim Woelders d2880aba94 Minor fixes, cleanups.
SVN revision: 44038
2009-11-29 10:35:52 +00:00
Kim Woelders 3222b275fa Oops - Fix segv (thanks to jcwong).
SVN revision: 43450
2009-11-04 16:43:45 +00:00
Kim Woelders 9316bbc762 Enable using theme variants.
SVN revision: 43392
2009-11-01 14:41:21 +00:00
Kim Woelders 1efa1b5f57 Add missing header.
SVN revision: 41511
2009-07-27 16:46:57 +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
Peter Wehrfritz 5e66a497cf remove compile warning
SVN revision: 40977
2009-06-08 23:25:26 +00:00
Kim Woelders 683f7933ff Add theme (font) configuration dialog.
SVN revision: 40121
2009-04-16 22:25:44 +00:00
Kim Woelders 4c79684eae Change font configuration search scheme.
Preparing for theme font configuration files.
Attempting not to break existing user configurations.

SVN revision: 39792
2009-03-29 14:56:45 +00:00
Kim Woelders d5335ecd46 Don't complain about specified null theme. Cleanups.
SVN revision: 38627
2009-01-18 11:17:25 +00:00
Kim Woelders f19a384b73 Remove theme.ttfont_path configuration option.
SVN revision: 38404
2009-01-01 16:15:21 +00:00
Kim Woelders 34d36d4d31 Enable selecting sound from other theme.
SVN revision: 36685
2008-10-15 15:34:58 +00:00
Kim Woelders 7f03196ff8 Clean up theme finding/listing.
SVN revision: 36684
2008-10-15 15:23:24 +00:00
Kim Woelders b15a1fe53a Disable localization of theme files.
SVN revision: 36682
2008-10-15 15:20:20 +00:00
Kim Woelders e03908dc05 Look for theme in <path>/<themename>/e16 too (suggested by Don Harrop).
SVN revision: 36575
2008-10-10 20:55:26 +00:00
Kim Woelders 9acd352563 Eliminate dup in fullfileof().
SVN revision: 36574
2008-10-10 19:49:06 +00:00
Kim Woelders e82903882a Theme element fallback cleanups
- don't create fallback classes before they are needed.
- use of fallbacks was missing a number of places.
- setting theme to "-" will run entirely on fallbacks.


SVN revision: 34885
2008-06-22 13:34:42 +00:00
Kim Woelders 13a6ef8cad Fix sometimes showing invalid items in theme list (e.g. broken symlinks).
SVN revision: 34836
2008-06-16 21:22:41 +00:00
Kim Woelders 4ef9558c14 Forgot 2008.
SVN revision: 34083
2008-03-22 14:51:24 +00:00
Kim Woelders 0a05aafc82 Assume free(0) is ok (if not HAVE_FREE_NULL_BUG will have to be defined).
SVN revision: 33818
2008-02-23 12:09:38 +00:00
Kim Woelders ac3c5764cf Change configuration of alternative font configuration.
SVN revision: 31208
2007-08-07 15:05:08 +00:00
Kim Woelders d75ce59159 Prefer Xft font configuration.
SVN revision: 31040
2007-07-28 13:58:20 +00:00
Kim Woelders 4964388015 Disable theme localisation by default.
SVN revision: 31031
2007-07-28 09:10:43 +00:00
Kim Woelders 3f4eb10e09 Eliminate unused parameter in IPC functions. Move some stuff out of E.h.
SVN revision: 30015
2007-05-18 08:25:06 +00:00
Kim Woelders fd61f15027 Don't crash if trying to start when no theme is found. Add missing newline.
SVN revision: 29878
2007-05-06 13:44:54 +00:00
Kim Woelders f53600e1e8 Cleanups, enable compiling everything as if it were C++.
SVN revision: 28022
2007-01-17 01:10:44 +00:00
Kim Woelders f600c9bce5 Refactor various file property test functions.
SVN revision: 27987
2007-01-15 02:43:54 +00:00
Kim Woelders 83bcbbaee1 2007.
SVN revision: 27952
2007-01-13 19:14:29 +00:00
Kim Woelders 17ab9e559e Allow disabling theme localisation.
SVN revision: 27252
2006-11-27 20:01:05 +00:00
Kim Woelders 5bd5afe9cc Split up, shuffle around file.c (no real changes).
SVN revision: 24166
2006-07-24 21:10:59 +00:00
Kim Woelders 6eb1fbcb72 Change some stuff to const. Minor config tweaks.
SVN revision: 22284
2006-04-21 22:52:59 +00:00
Kim Woelders 5b24f41029 Split up and shuffle around some more.
SVN revision: 22236
2006-04-19 19:13:46 +00:00
Kim Woelders 056248c884 2006.
SVN revision: 19591
2006-01-07 07:20:58 +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 75a5b77287 Defer menu loading. Unload 5 min after last use.
SVN revision: 16923
2005-09-25 00:50:53 +00:00
Kim Woelders be396df37d Fix segv's, X-errors, memleak, wrapping.
SVN revision: 16258
2005-08-21 21:00:55 +00:00
Kim Woelders 5124d0981e Split up E.h a bit.
SVN revision: 15796
2005-07-16 16:57:45 +00:00
Kim Woelders 25fea7cdc5 Use TT font path. Enable specifying additional font paths.
SVN revision: 15795
2005-07-16 16:35:39 +00:00
Kim Woelders d6a7b8abb7 Add string splitting function. Rename string list functions.
SVN revision: 15792
2005-07-16 15:53:53 +00:00
Kim Woelders fd42afa145 Fix memory leaks.
SVN revision: 14735
2005-05-12 16:50:52 +00:00
Kim Woelders 6b071fb6d2 Trivial cleanups.
SVN revision: 14211
2005-04-15 21:07:46 +00:00
Kim Woelders 99d717e187 Copyright updates. More enlightenment->e16.
SVN revision: 13794
2005-03-19 16:40:18 +00:00
Kim Woelders 9c78703d97 Fix remembering command when it contains shell special or blank chars.
SVN revision: 13710
2005-03-12 11:09:33 +00:00