Commit Graph

22 Commits

Author SHA1 Message Date
Kim Woelders 9cb4561227 Indent tweaks, cleanups 2021-08-31 07:47:46 +02:00
Kim Woelders 9d0e6438db Drop unnecessary headers 2021-08-31 07:11:23 +02:00
Kim Woelders 2ea5042e00 Warning cleanups - epplets. 2016-08-19 09:31:22 +02:00
Kim Woelders ee7cfd147d Indent.
SVN revision: 77224
2012-09-30 09:41:07 +00:00
Lucas De Marchi 9c2a943418 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 793ebd0127 Remove RCS tags and debian remnants.
SVN revision: 35629
2008-08-23 15:56:25 +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 6f9b038c1e Now that we are playing around here - Indent!
SVN revision: 22149
2006-04-15 22:04:48 +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
Michael Jennings 2d37f70f9e Tue Aug 1 19:19:35 PDT 2000
(KainX)

Made E-Toolbox's action string checking a little friendlier.


SVN revision: 2968
2000-08-02 02:02:32 +00:00
Michael Jennings 145273f6ab Fri May 5 11:07:42 PDT 2000
(KainX)

MUCH-improved config dialog layout for E-Toolbox.  I don't know why I didn't
think of that myself.  Complete credit and thanks for an excellent patch to
Terje Rosten <terjeros@phys.ntnu.no>.


SVN revision: 2604
2000-05-05 17:56:08 +00:00
Michael Jennings 80affa5fab Wed May 3 18:12:11 PDT 2000
(KainX)

I think the config dialog works now.  I was able to add and delete buttons at
will.  So have at it.  Build some cool toolbars and send me your configs and
icons.  I'll put the good ones in CVS as examples.


SVN revision: 2593
2000-05-04 01:38:06 +00:00
Michael Jennings f95ee57b57 Tue May 2 22:23:09 PDT 2000
(KainX)

The config dialog should now work for the most part.  It still has problems
adding new buttons, and it doesn't like removing labels or images.  But it
works quite well for the most part.  You can even resize it through the GUI.
:-)


SVN revision: 2592
2000-05-03 05:12:09 +00:00
Michael Jennings fb3feb9f85 dphase contributed some new icons. :)
SVN revision: 2588
2000-05-02 04:23:53 +00:00
Michael Jennings 058802b5cd Sun Apr 30 23:53:37 PDT 2000
(KainX)

I fixed some bugs in the epplet config load/save routines which were causing
problems with E-Toolbox.  I also added some stuff, like gadget type checking
and the ability to check a gadget's type.  And E-Toolbox now has a config
dialog; it's untested, though, but it might work. :-)


SVN revision: 2587
2000-05-01 06:42:42 +00:00
Michael Jennings 74bcebe339 Don't use this. It still has issues. I'll have to fix them later or
tomorrow.


SVN revision: 2584
2000-04-30 23:19:22 +00:00
Michael Jennings 59569ccb87 Thu Apr 27 21:29:17 PDT 2000
(KainX)

A configuration dialog for E-Toolbox.  Not that it actually alters anything
yet, but we're getting there. :-)


SVN revision: 2571
2000-04-28 04:22:02 +00:00
Michael Jennings 007a2abb53 Thu Apr 27 14:22:57 PDT 2000
(KainX)

Fixed a bug in the default configuration.  Thanks Vox.


SVN revision: 2567
2000-04-27 21:10:58 +00:00
Michael Jennings 23ccc9c365 Wed Apr 26 20:06:43 PDT 2000
(KainX)

First off, I altered the API library so that images would be properly scaled
before being drawn, rather than just assuming that the image size was okay.  I
also added a function, Epplet_add_sized_popup_entry(), to allow for image
buttons with scaled images in a popup.  Added popup support to E-Toolbox as
well.  You can now have buttons that popup other buttons, and those other
buttons can have images or labels.  So can the popup button itself, and the
popup button can be a "standard" button too.  (The only caviat is that the
popup button must come before any of the buttons in the menu that it pops up;
no biggie.)

I've included a sample config file to demonstrate this.  popup-sample.cfg
shows a single 1x1 up-arrow button which pops up several other buttons.  Nice
and small; stays out of your way until you need it. :-)

I had to fix several issues with the epplet library to make some of this stuff
work, but nothing that violates the spirit of epplets.  For example,
Epplet_gadget_show() now delays the actual drawing of the epplet gadgets until
the epplet itself is unhidden.  And the image button sizing bug with the popup
stuff is fixed.  Stuff like that. =)

I'm going to try to add a GUI configuration interface, as well as come up with
some more sophisticated sample configs.  Just give me time.

Also, if you have a toolbox icon (preferably rendered) or can make one, please
let me know.  E-Toolbox needs an icon. :-)


SVN revision: 2558
2000-04-27 05:25:45 +00:00
Michael Jennings 3898105a26 Mon Apr 24 20:19:34 PDT 2000
(KainX)

E-Toolbox can now auto-resize itself like it should.  I also got standard
buttons working in addition to labels and images.  The default setup is now
prettier as well.  I also included another sample config file to give you an
idea of the flexibility it supports.  And there's more to come, of course.


SVN revision: 2532
2000-04-25 03:08:26 +00:00
Michael Jennings 53aff00113 Sun Apr 23 12:14:41 PDT 2000
(KainX)

Added the first revision of E-Toolbox, a much-needed toolbar epplet.  It's
got a lot already, but there's much more to come.  And unlike certain other
toolbar-type epplets, this one will be done properly and cleanly. :-)


SVN revision: 2517
2000-04-23 19:02:39 +00:00