Commit Graph

679 Commits

Author SHA1 Message Date
Kim Woelders 8e60d581e4 Grr - Add icons.
SVN revision: 35622
2008-08-23 15:23:02 +00:00
Kim Woelders 20c9b4743f Grr - Remove icons.
SVN revision: 35621
2008-08-23 15:20:26 +00:00
Carsten Haitzler 76033773df fix binary files.
SVN revision: 35521
2008-08-17 23:25:04 +00:00
Kim Woelders aa4bd04f01 Update ChangeLog.
SVN revision: 34436
2008-05-02 10:23:34 +00:00
Kim Woelders 646713e593 epplets-0.11.
SVN revision: 34435
2008-05-02 10:22:06 +00:00
Kim Woelders a331930ad6 Bump revision. Update ChangeLog.
SVN revision: 32748
2007-11-17 16:29:43 +00:00
Kim Woelders fe73880067 Avoid including debug stuff in binary rpm.
SVN revision: 32747
2007-11-17 16:25:40 +00:00
Kim Woelders 67b96eca0f GLU is not used.
SVN revision: 32746
2007-11-17 16:22:59 +00:00
Kim Woelders efa657cc06 Move glx stuff to separate library.
SVN revision: 32745
2007-11-17 16:16:09 +00:00
Kim Woelders 45e9c1186d Fix instance counting bug (incorrect use of fcntl return code).
SVN revision: 32582
2007-11-11 17:56:29 +00:00
Kim Woelders 0092b853de New AC_INIT, autofoo cleanups. Bump version.
SVN revision: 32580
2007-11-11 17:51:14 +00:00
Kim Woelders 8935abba99 epplets-0.10.
SVN revision: 29833
2007-05-03 22:01:53 +00:00
Kim Woelders 5670b86a0e Remove (generated).
SVN revision: 29831
2007-05-03 21:46:11 +00:00
Kim Woelders b5b938d283 Remove obsolete message.
SVN revision: 28807
2007-03-19 00:59:48 +00:00
Kim Woelders 5bf2662128 Use e16.8 automatic snapshot updates to avoid client message storms when
switching viewport/desk.
Old update mode can be selected using --enable-old-remember.


SVN revision: 28806
2007-03-18 23:56:14 +00:00
Kim Woelders c6358d8d7d Add some (disabled) debug stuff.
SVN revision: 28805
2007-03-18 22:54:02 +00:00
Kim Woelders fdb657042e Oops - Somebody left an XSynchronize in there (bad kwo).
SVN revision: 28804
2007-03-18 22:44:17 +00:00
Kim Woelders 57ec0d1a09 Use libc snprintf if available.
SVN revision: 28803
2007-03-18 22:29:36 +00:00
Kim Woelders d83d1aaf7b Cleanups.
SVN revision: 28793
2007-03-18 04:49:48 +00:00
Kim Woelders 304934aa07 Remove obsolete "new-remember" option.
SVN revision: 28792
2007-03-18 04:29:31 +00:00
Kim Woelders 2a7886d977 Use same configure.in/spec file setup in e16 and epplets.
SVN revision: 28790
2007-03-18 01:08:10 +00:00
Kim Woelders 9a278ce502 Add vendorsuffix.
SVN revision: 28782
2007-03-17 03:39:24 +00:00
Kim Woelders 44976ffae4 Add missing E-Exec icon.
SVN revision: 28781
2007-03-17 02:42:55 +00:00
Kim Woelders 55304afaaa Remove obsolete icon.
SVN revision: 28780
2007-03-17 02:41:39 +00:00
Kim Woelders 2e0d5e8965 Fix potential rendering bug (patch by Melvin Meadlin II).
SVN revision: 28779
2007-03-17 02:38:18 +00:00
Kim Woelders cbb2d2575b Update ChangeLog.
SVN revision: 26194
2006-09-28 21:59:26 +00:00
Kim Woelders ed89a800a9 Fix use of uninitialized data and incorrect indexing.
This fixes broken rendering in certain situations.


SVN revision: 26193
2006-09-28 21:03:04 +00:00
Kim Woelders 57ffc16033 Remove confusing ;.
SVN revision: 22182
2006-04-17 17:33:04 +00:00
Kim Woelders 23954d3e9c No "blanking" between images in E-Slides.
SVN revision: 22157
2006-04-16 08:41:59 +00:00
Mike Frysinger 11981bde8e use the simpler autogen script
SVN revision: 22153
2006-04-16 04:10:35 +00:00
Kim Woelders 6f9b038c1e Now that we are playing around here - Indent!
SVN revision: 22149
2006-04-15 22:04:48 +00:00
Mike Frysinger b103516999 dont use unsigned buffers since it doesnt matter and all the str* funcs expect signed buffers
SVN revision: 22148
2006-04-15 20:04:52 +00:00
Mike Frysinger 933cd9caf2 dont use an unsigned buffer since it doesnt matter and all the str* funcs expect a signed buffer
SVN revision: 22147
2006-04-15 20:02:22 +00:00
Mike Frysinger 48180d5fb0 if we were passed invalid arguments, make sure we set cnt to 0
SVN revision: 22146
2006-04-15 20:00:21 +00:00
Mike Frysinger 3ec039c949 cut unused variables
SVN revision: 22145
2006-04-15 19:56:07 +00:00
Mike Frysinger 35fed46644 if we dont know how to handle a request, then we need to bail, not execute uninitialized memory
SVN revision: 22144
2006-04-15 19:55:45 +00:00
Mike Frysinger 1d4e19dbdc make sure we return value in main and we want to fclose(FILE*), not close() it
SVN revision: 22143
2006-04-15 19:54:29 +00:00
Mike Frysinger cb459a223d cleanup whitespace
SVN revision: 22142
2006-04-15 19:47:32 +00:00
Mike Frysinger 05cd651072 add a prototype and remove unused variable
SVN revision: 22141
2006-04-15 19:46:01 +00:00
Mike Frysinger 6950aa8090 need string prototypes or 64bit hosts hate us
SVN revision: 22140
2006-04-15 19:45:43 +00:00
Mike Frysinger 7bbcf96173 getline() is a gnuism, so we need _GNU_SOURCE
SVN revision: 22139
2006-04-15 19:42:55 +00:00
Mike Frysinger 69bae81b7f include more headers to kill off implicit declaration of function warnings
SVN revision: 22138
2006-04-15 19:39:32 +00:00
Mike Frysinger 1051b27590 remove more obsolete code
SVN revision: 22137
2006-04-15 19:36:13 +00:00
Mike Frysinger a35e81049d cut out old code for default CFLAGS/CPPFLAGS since autoconf nowadays does all of this for us
SVN revision: 22136
2006-04-15 19:29:30 +00:00
Kim Woelders 9c641fb092 Update.
SVN revision: 22094
2006-04-13 13:18:27 +00:00
Kim Woelders 2c53dd40de Fix segv and leak.
SVN revision: 22092
2006-04-13 12:06:25 +00:00
Kim Woelders 69cdceaaf7 Leak--.
SVN revision: 22091
2006-04-13 11:56:04 +00:00
Kim Woelders b8f52611db Fix segv and mem leaks.
SVN revision: 22090
2006-04-13 11:07:27 +00:00
Kim Woelders becd974d33 Fix some mem leaks.
SVN revision: 22089
2006-04-13 11:03:49 +00:00
Kim Woelders e26a45d2dd Pass data install path by function call in stead of by EROOT in epplet.h.
Look up images in epplet data dir.


SVN revision: 22086
2006-04-13 08:26:31 +00:00