Commit Graph

212 Commits

Author SHA1 Message Date
Kim Woelders a87641f97e Warning fixes for gcc-4.6.
SVN revision: 56392
2011-01-30 00:07:50 +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 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 de10fdb02f Remove unused include path (top_srcdir).
SVN revision: 43370
2009-10-31 13:02:15 +00:00
Kim Woelders 3b79831679 edox: Don't show top bar when showing theme info.
SVN revision: 42803
2009-09-29 16:02:53 +00:00
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 c74bad6add Add back font path that shouldn't have been removed.
SVN revision: 38375
2008-12-31 11:40:07 +00:00
Kim Woelders 7981dbc822 imlib2/ttf loading tweaks.
SVN revision: 38363
2008-12-30 22:40:05 +00:00
Kim Woelders c62a952fd6 Adjust imlib2/ttf paths.
SVN revision: 38362
2008-12-30 22:40:03 +00:00
Kim Woelders b5546a2d1a edox: Add default background image.
SVN revision: 38360
2008-12-30 17:02:40 +00:00
Kim Woelders d97d1a1d27 Fix imlib2/ttf text vertical positioning with certain fonts.
SVN revision: 38359
2008-12-30 16:32:30 +00:00
Kim Woelders 962153d8e3 Move compiler warning stuff to m4 macro. Add --enable-werror.
SVN revision: 37666
2008-11-15 17:33:31 +00:00
Kim Woelders 1676ba36e7 HAVE_XINERAMA->USE_XINERAMA as for the other extensions.
SVN revision: 37554
2008-11-08 17:00:09 +00:00
Kim Woelders d1299c5fc2 Refactor.
SVN revision: 36570
2008-10-10 15:46:38 +00:00
Kim Woelders 85441fc071 Fix line break in link.
SVN revision: 36569
2008-10-10 15:45:46 +00:00
Kim Woelders 4c65fb0088 Simplify last change.
SVN revision: 36063
2008-09-17 21:08:19 +00:00
Kim Woelders c458e2f703 Fix dox links followed by punctuation.
SVN revision: 36060
2008-09-17 20:13:49 +00:00
Kim Woelders c996c089c1 Remove .cvsignore.
SVN revision: 35637
2008-08-23 23:29:40 +00:00
Carsten Haitzler d59109944d fix binary files.
SVN revision: 35521
2008-08-17 23:25:04 +00:00
Kim Woelders e7f01c2d6f Add -brs to indent profile.
SVN revision: 34096
2008-03-23 11:54:24 +00:00
Kim Woelders adc1f679e1 Forgot 2008, use same copyright notice format as used elsewhere.
SVN revision: 34082
2008-03-22 14:50:15 +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 5090099325 Fix compiler warnings (gcc 4.3?).
SVN revision: 33668
2008-02-03 16:47:22 +00:00
Kim Woelders d39fb25ea0 edox: Add ../ttfonts to TT font path.
SVN revision: 33210
2007-12-22 11:49:56 +00:00
Kim Woelders 11b8af5646 edox: Fall back to "fixed" font.
SVN revision: 33209
2007-12-22 11:48:04 +00:00
Kim Woelders ed03edf14f edox: Deactivate use of XFontStruct (use XFontSet).
SVN revision: 33208
2007-12-22 11:46:39 +00:00
Kim Woelders c49bd4f606 Autofoo cleanups, move to bindir, pkgdatadir and friends.
SVN revision: 32474
2007-11-07 22:05:18 +00:00
Kim Woelders c5f33fc0a7 Move to new AC_INIT style.
SVN revision: 32323
2007-11-03 11:57:31 +00:00
Kim Woelders e9af7d30b6 Enable using arrow keys for navigation.
Enable reloading file ('r').
Cleanups.


SVN revision: 32131
2007-10-21 13:14:10 +00:00
Kim Woelders d1ff1cfec1 Fix centering when running e16 in window.
SVN revision: 30127
2007-05-28 17:09:11 +00:00
Kim Woelders ade6499592 Move definition of __UNUSED__ to config.h.
SVN revision: 28802
2007-03-18 21:59:46 +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 83bcbbaee1 2007.
SVN revision: 27952
2007-01-13 19:14:29 +00:00
Kim Woelders e893fd6223 Cleanups, HAS_...->HAVE_...
SVN revision: 27575
2006-12-27 16:34:48 +00:00
Kim Woelders ee5916ecf4 Autofoo cleanups.
SVN revision: 26724
2006-10-20 22:39:35 +00:00
Kim Woelders 1f64627f18 Shhh.
SVN revision: 25698
2006-09-10 18:50:03 +00:00
Kim Woelders 870989a27e Avoid unnecessary library dependencies in eesh and edox. Cleanups.
SVN revision: 25668
2006-09-09 22:21:48 +00:00
Mike Frysinger 09cd5fd217 use a proper check for XOpenDisplay() return
SVN revision: 22154
2006-04-16 04:13:18 +00:00
Kim Woelders 056248c884 2006.
SVN revision: 19591
2006-01-07 07:20:58 +00:00
Mike Frysinger 09096fe116 make xinerama a configure option and fix the configure help output
SVN revision: 18668
2005-11-27 17:54:56 +00:00
Kim Woelders 10dc9968b2 Fix "About theme" when e16-docs is not installed.
SVN revision: 15097
2005-06-03 18:10:48 +00:00
Kim Woelders 2cb4df9350 Close properly.
SVN revision: 15007
2005-05-29 09:32:18 +00:00
Kim Woelders 99d717e187 Copyright updates. More enlightenment->e16.
SVN revision: 13794
2005-03-19 16:40:18 +00:00
Kim Woelders 40d3913eea Remove some obsolete stuff.
SVN revision: 13732
2005-03-14 20:19:34 +00:00
Kim Woelders a787113cc8 Remove unused files.
SVN revision: 11503
2004-09-02 17:56:46 +00:00
Kim Woelders dfd5ee27a8 Tidy up a bit (removed ancient ChangeLog's and other obsolete stuff).
SVN revision: 11012
2004-07-25 10:47:56 +00:00
Kim Woelders a5de9656e8 Bye bye Imlib1 and Fnlib.
SVN revision: 11010
2004-07-25 09:34:43 +00:00
Michael Jennings b7b4ac2714 Tue Jul 20 15:41:18 2004 Michael Jennings (mej)
Minor munchings for Makefile.am magnificence.
----------------------------------------------------------------------


SVN revision: 10942
2004-07-20 19:42:16 +00:00
Kim Woelders 8170f7b851 Fix compile with Imlib1.
SVN revision: 10906
2004-07-18 19:01:16 +00:00