Commit Graph

568 Commits

Author SHA1 Message Date
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
Kim Woelders a5885f59ed Static declarations and global/initialised data in header files is bad.
SVN revision: 22074
2006-04-12 23:02:29 +00:00
Kim Woelders 198896156a Fix for e16.8 compatibility.
SVN revision: 22069
2006-04-12 19:24:08 +00:00
Kim Woelders 9d209516ba Add functions to get epplet data and e16 user directories.
SVN revision: 22068
2006-04-12 19:22:45 +00:00
Kim Woelders 81fc998f0c Eliminate EBIN.
SVN revision: 22066
2006-04-12 18:20:45 +00:00
Kim Woelders baee7c2162 Remove unused obsolete macro.
SVN revision: 22064
2006-04-12 16:57:49 +00:00
Kim Woelders 793461e64a Update BuildRequires.
SVN revision: 22063
2006-04-12 16:55:45 +00:00
Kim Woelders 6855a6db1e Fix for e16.8.
SVN revision: 21675
2006-04-01 16:14:34 +00:00
Kim Woelders 99cd5ccb59 Only one cleanup at exit.
SVN revision: 21674
2006-04-01 16:00:17 +00:00
Kim Woelders 40b3c2bc15 Back out changes 1.18->1.20 which mess up E-Cpu (for me, among others).
SVN revision: 21640
2006-03-31 23:20:38 +00:00
Kim Woelders 528b750a2c Move to Imlib2. Build for e16.8.
- This is a quick and dirty port to imlib2. It's posible to clean/speed up
  things considerably here and there.
- It's not unlikely that I missed some spots that require fixups.


SVN revision: 21639
2006-03-31 22:56:17 +00:00
Kim Woelders da95987958 Fix epplet instance counting in cases where a leftover lock file exists
which contains the pid of a running process that is not the epplet that
created it.
For the fix to work it is required that the lock file can be locked
using fcntl. If it cannot be locked (e.g. home dir on NFS mount) the
code falls back to the old behavior.


SVN revision: 20286
2006-02-05 09:27:03 +00:00