Commit Graph

29 Commits

Author SHA1 Message Date
Kim Woelders 9cb4561227 Indent tweaks, cleanups 2021-08-31 07:47:46 +02:00
Kim Woelders 3f57e098f1 Fix issue found by gcc 6.
../../../epplets/E-Exec.c: In function ‘run_contents’:
../../../epplets/E-Exec.c:61:44: error: iteration 49 invokes undefined behavior [-Werror=aggressive-loop-optimizations]
        command_history[i] = command_history[i + 1];
                             ~~~~~~~~~~~~~~~^~~~~~~
../../../epplets/E-Exec.c:60:5: note: within this loop
     for (i = 0; i < MAX_HIST_LEN; i++)
     ^~~
2016-08-19 09:31:22 +02:00
Kim Woelders 2ea5042e00 Warning cleanups - epplets. 2016-08-19 09:31:22 +02:00
Kim Woelders 6f9b038c1e Now that we are playing around here - Indent!
SVN revision: 22149
2006-04-15 22:04:48 +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
Tom Gilbert 3bb45d92dc E-Exec patch from "Jerome De Greef" <jerome_degreef@hotmail.com>
SVN revision: 3254
2000-08-24 17:05:14 +00:00
Michael Jennings 3afb1042d3 Fri Mar 3 14:43:37 PST 2000
(KainX)

Added Jerome De Greef's E-Exec patch and fixed several warnings.


SVN revision: 2177
2000-03-03 22:45:02 +00:00
Michael Jennings bdc5f58647 Tue Feb 1 12:26:41 PST 2000
(KainX)

Patches and an icon from Jerome De Greef <jerome_degreef@hotmail.com>.


SVN revision: 2005
2000-02-01 20:30:37 +00:00
Tom Gilbert 4d856ed2f6 Oops. I screwed StriderZ indenting. I think this is how he had it...
SVN revision: 1955
2000-01-20 20:19:01 +00:00
Tom Gilbert 1d0983e2a6 Thu Jan 20 20:15:26 GMT 2000
(gilbertt)

Argh. Finally got bugged by E-Exec's size not tesselating properly, and so I
added a --proper-size commandline option to fix that right up =)

Sorry StriderZ ;)


SVN revision: 1954
2000-01-20 20:17:11 +00:00
Richard Barnes 6974951172 E-Exec was adding blanks to the history-list...
SVN revision: 1583
1999-12-10 15:53:04 +00:00
Richard Barnes 1e7b2e44e9 Added a popup command history to E-Exec and made it wider.
SVN revision: 1355
1999-11-20 20:56:12 +00:00
Richard Barnes 885174b675 Guess people like it like this...
SVN revision: 1308
1999-11-15 00:42:04 +00:00
Richard Barnes 9928f4f346 Who screwed up my layout?
SVN revision: 1307
1999-11-14 23:38:11 +00:00
Michael Jennings ce2f577578 Fri Nov 12 15:57:40 PST 1999
(KainX)

Wrap-around history.


SVN revision: 1285
1999-11-12 23:32:49 +00:00
Michael Jennings 8a5b31f7f5 Fri Nov 12 15:37:46 PST 1999
(KainX)

Some UI changes to make E-Exec a little more friendly. :-)


SVN revision: 1284
1999-11-12 23:13:13 +00:00
Richard Barnes 294986b62e Gee..wonder how many more commits I can get before 14:00...
Fixed a segfault bug in E-Exec.


SVN revision: 1274
1999-11-12 18:33:56 +00:00
Richard Barnes 1401f9bd62 Added a feature to allow you to scroll off the end of the command history and
back into a blank textbox. Was supposed to already be in, but for some reason
it didn't work.


SVN revision: 1273
1999-11-12 18:24:48 +00:00
Richard Barnes ec6e682ffe Changed epplets/E-Exec.c
Added Epplet_unremember to cb_close.


SVN revision: 1272
1999-11-12 17:56:30 +00:00
Richard Barnes f1e7e6151e look at the Changelog...dammit
SVN revision: 1271
1999-11-12 17:47:01 +00:00
Richard Barnes a87dedb19e Got rid of a segfault bug in the new history stuff...
SVN revision: 1268
1999-11-12 09:50:31 +00:00
Michael Jennings 4ec2ea2a37 *sneeze*
SVN revision: 1267
1999-11-12 07:07:49 +00:00
Richard Barnes bf855d9279 Ok. E-Exec now does command history of up to 15 items. Added
Epplet_change_textbox. Not thoroughly tested, but isn't that what users
are for? *runs*


SVN revision: 1261
1999-11-12 03:46:39 +00:00
Richard Barnes 5d299b6405 Added some code to do a command history. A change to the api is needed for it
to work, so I'm committing this first so I don't screw anything up during the
api modification. currently the relevant code is commented out.


SVN revision: 1258
1999-11-12 01:08:28 +00:00
Richard Barnes 74b51c2e8c Added some buttons for future use...
SVN revision: 1256
1999-11-12 00:49:22 +00:00
Richard Barnes ac6dcea856 Just spiffed it up slightly...i think...
SVN revision: 1251
1999-11-11 03:23:11 +00:00
Richard Barnes f7bb9a97d5 uh...uhuhuhuuhuh...this is gonna be cool...
SVN revision: 1250
1999-11-11 03:02:47 +00:00
Michael Jennings f84d88b726 Fixes.
SVN revision: 1239
1999-11-10 22:46:14 +00:00
Richard Barnes ad52573105 Finally got the crap working right...geez. Give a man cvs access and he
immediately attempts to render it incompilable....is that a word?


SVN revision: 1230
1999-11-09 20:10:10 +00:00