Commit Graph

467 Commits

Author SHA1 Message Date
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
Lucas De Marchi 6d588aa309 Apply memset-calloc.cocci
Change calls to malloc + memset to calloc whenever an automatic conversion can
be done.

Possible candidates are not treated here, only the ones we can be sure the
conversion is safe.



SVN revision: 51078
2010-08-13 12:53:08 +00:00
Kim Woelders b907c9f828 Fix some warnings.
SVN revision: 48475
2010-04-30 14:04:50 +00:00
Kim Woelders ddaa1d19ac Indent
SVN revision: 46481
2010-02-25 20:09:39 +00:00
Kim Woelders f57262369d Add option to ignore error for missing device (patch by Melvin Meadlin II).
Useful for when devices are external and removed, or when the module
has to be reloaded.

SVN revision: 46480
2010-02-25 20:09:37 +00:00
Kim Woelders 123d3649c2 Fix some warnings on 64 bit platforms.
SVN revision: 46479
2010-02-25 20:09:34 +00:00
Kim Woelders 0812b7d329 Fix linking with --no-add-needed.
SVN revision: 46160
2010-02-14 08:08:54 +00:00
Kim Woelders 5c6abb57ff E-PlayCD: Show device file name in error messages.
SVN revision: 38412
2009-01-01 20:42:25 +00:00
Kim Woelders 6d8b0e7594 E-SD: Fix crash when ESD is not running on startup.
SVN revision: 38411
2009-01-01 20:42:23 +00:00
Kim Woelders f87f3959de Emix: Show device file name in error messages.
SVN revision: 38410
2009-01-01 20:42:20 +00:00
Kim Woelders 4e3c05ed44 E-Wireless: Correct epplet name.
SVN revision: 38409
2009-01-01 20:42:18 +00:00
Kim Woelders 3f5450a1fd About epplet tweaks (edox) - Remove fonts, use default bg.png.
SVN revision: 38407
2009-01-01 20:42:13 +00:00
Kim Woelders f3b3be3324 Remove .cvsignore.
SVN revision: 35637
2008-08-23 23:29:40 +00:00
Kim Woelders 793ebd0127 Remove RCS tags and debian remnants.
SVN revision: 35629
2008-08-23 15:56:25 +00:00
Kim Woelders 718ea6987a Corrupt - Restore.
SVN revision: 35626
2008-08-23 15:42:22 +00:00
Kim Woelders acb7897a96 Corrupt - Remove.
SVN revision: 35625
2008-08-23 15:39:15 +00:00
Kim Woelders 21bf2dc09b Another one.
SVN revision: 35624
2008-08-23 15:28:54 +00:00
Kim Woelders 57abe9ef06 Another one.
SVN revision: 35623
2008-08-23 15:27:48 +00:00
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 efa657cc06 Move glx stuff to separate library.
SVN revision: 32745
2007-11-17 16:16:09 +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 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 d83d1aaf7b Cleanups.
SVN revision: 28793
2007-03-18 04:49:48 +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 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 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
Kim Woelders 69cdceaaf7 Leak--.
SVN revision: 22091
2006-04-13 11:56:04 +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 81fc998f0c Eliminate EBIN.
SVN revision: 22066
2006-04-12 18:20: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
Michael Jennings 7910f9603f Thu Feb 10 23:27:41 2005 Michael Jennings (mej)
Rename package back to just "epplets."

Allow for ~/.e16 in addition to ~/.enlightenment.

Fix E-Disk for 2.6 kernels.
----------------------------------------------------------------------


SVN revision: 13307
2005-02-11 04:29:17 +00:00
Michael Jennings f4550e1e6d Mon Jan 3 14:39:48 2005 Michael Jennings (mej)
Spec file fixes and cleanups.

Re-indented E-Power.c.

Started a new ChangeLog using mezz format since I'm the only one who
messes with this any more.
----------------------------------------------------------------------


SVN revision: 12702
2005-01-03 19:40:50 +00:00
Michael Jennings e3c73ef208 Tue Jul 6 12:53:12 2004 Michael Jennings (mej)
Removed E-Gtkrc as requested by its author.
----------------------------------------------------------------------


SVN revision: 10714
2004-07-06 16:53:32 +00:00
Michael Jennings ede817222e Tue Mar 16 11:47:24 2004 Michael Jennings (mej)
Cleaned up patch to remove suckage.


SVN revision: 9368
2004-03-16 16:39:16 +00:00
Carsten Haitzler 8741181adf patch from elemental... :)
SVN revision: 9361
2004-03-16 01:59:15 +00:00
Carsten Haitzler f902654cb2 and get it RIGHT.
SVN revision: 8097
2003-12-11 22:06:44 +00:00
Carsten Haitzler 6818a3841f a big error has been sitting in e-cpu for... years... DONT assume HZ is 100. :)
SVN revision: 8096
2003-12-11 21:45:59 +00:00
Carsten Haitzler ee786e20c9 if drain and others is unknonw... give up...
SVN revision: 8014
2003-12-07 07:24:37 +00:00
Carsten Haitzler 5f17f8ee9d oops. fd leak. forgot to closedir(). fix.
SVN revision: 7936
2003-11-24 07:48:32 +00:00
Carsten Haitzler 3ca49ec205 actualy handle acpi properly :)
SVN revision: 7932
2003-11-23 22:32:35 +00:00
Michael Jennings 87e13fb40f Mon Aug 25 12:03:45 EDT 2003
(KainX)

Added E-Wireless, requested by Matt Hyclak.


SVN revision: 7371
2003-08-25 16:08:06 +00:00
Michael Jennings 85d07c8a4a Tue Jul 29 22:20:38 EDT 2003
(KainX)

Applied patch from Kim Woelders <kim@woelders.dk> for various build fixes.


SVN revision: 7259
2003-07-30 02:21:17 +00:00
Michael Jennings 4dab0a25e9 Tue Aug 13 23:47:11 2002 Michael Jennings (mej)
RPM build fixes.


SVN revision: 6366
2002-08-14 03:47:19 +00:00
Michael Jennings cadbf66393 Thu Jun 27 14:30:48 EDT 2002
(KainX)

Applied patch from Peter Werner <peterw@ifost.org.au> for OpenBSD support.


SVN revision: 6333
2002-06-27 18:35:52 +00:00
Michael Jennings c3ccfaadab Wed Jun 5 00:24:53 2002 Michael Jennings (mej)
Helps if you actually commit the epplet....


SVN revision: 6304
2002-06-05 04:25:13 +00:00
Michael Jennings 867febee8c Tue Jun 4 15:48:53 EDT 2002
(KainX)

Updated E-Disk to display throughput in bytes, kB, MB, or GB instead of just
kB.

Added a new epplet, E-Bandwidth, which does network usage in a manner similar
to E-Disk.


SVN revision: 6301
2002-06-05 01:40:37 +00:00
Michael Jennings 4fba517cbc Mon Apr 8 16:41:52 2002 Michael Jennings (mej)
Applied patch from Timshel Knoll <timshel@ihug.com.au> for maildir
support in E-Biff.


SVN revision: 6112
2002-04-08 20:42:46 +00:00
Michael Jennings 222f25749d Sun Oct 14 11:14:17 2001 Michael Jennings (mej)
Added the ability to specify a timezone for E-Time.


SVN revision: 5494
2001-10-14 18:18:27 +00:00
Michael Jennings 21eccec6c9 Sat Oct 13 13:01:05 PDT 2001
(KainX)

Fixed the spec file, and hopefully fixed E-Power's insane respawning
habits.


SVN revision: 5486
2001-10-13 20:06:21 +00:00
Michael Jennings 9396292e9c Forgot to commit this back in May. Support for 2.4 kernels.
SVN revision: 4860
2001-06-26 20:01:05 +00:00
Tom Gilbert 8b160403b7 Patch from Jerome De Greef <jdegreef@brutele.be> to save and restore volume
on mute/unmute.


SVN revision: 4385
2001-03-17 16:36:26 +00:00
Adam Lucas 7b375bdd99 A couple of typos that were bugging me. ;-)
SVN revision: 4380
2001-03-16 18:47:13 +00:00
Horms 4a410047ff Some times my pants are on.
Some times they are off.
Thats why I have E-Pants.


SVN revision: 4248
2001-02-18 06:06:38 +00:00
Horms 9cb1a9814b * Fixed typo in E-Pinger.c
* Cleaned up installation of aircut3.ttp and bg.png such that only one
  copy is installed and symlinks are made for *.ABOUT.
* Added E-Pants (Oath!)


SVN revision: 4180
2001-02-09 04:41:27 +00:00
Tom Gilbert e88ba0c353 fix segfault
SVN revision: 4158
2001-01-27 20:22:43 +00:00
Horms e3b58795c3 E-Pinger Icons from Felicity
SVN revision: 4069
2000-12-30 14:27:55 +00:00
Horms f2c58c1212 fixed E-Pinger about
SVN revision: 3984
2000-12-13 02:32:28 +00:00
Horms fec46dc933 E-Pinger isn't broken any more
SVN revision: 3983
2000-12-13 02:27:41 +00:00
Horms c6fedf1002 More E-Pinger
SVN revision: 3948
2000-12-04 08:28:13 +00:00
Horms aee46448ff Added pinger epplet
SVN revision: 3944
2000-12-03 11:54:34 +00:00
Tom Gilbert ec05631ac9 E-Screenshoot can now use scrot to take shots (I recommend it ;-))
Use the popup in the config dialog to select which grabber to use.


SVN revision: 3823
2000-11-09 11:42:56 +00:00
Michael Jennings 57a0742b35 Umm, no. Not needed. I just ran make, make install, and make distcheck.
If your tree is broken, it's your fault.


SVN revision: 3579
2000-10-12 20:54:45 +00:00
Carsten Haitzler 16aa7dbc5d apparently this is missing so it breaks the epplet tree... fix.. :)
SVN revision: 3578
2000-10-12 20:30:37 +00:00
Tom Gilbert d925f9735b need this
SVN revision: 3530
2000-09-20 12:19:37 +00:00
Tom Gilbert 3181ede592 Added E-GtkRc from Tuncer M. Ayaz <tma@wse.de>
Right now the E-GtkRc-Tester app is not built, as it depends on gtk, I'll
add a configure check for that at some point and patch it in fully.


SVN revision: 3529
2000-09-20 12:19:09 +00:00
Carsten Haitzler 60f64aca27 0.5 xec updates fo rmixer
SVN revision: 3425
2000-09-12 23:24:16 +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
Carsten Haitzler 30ab0b0c94 hamster
SVN revision: 3199
2000-08-20 22:37:42 +00:00
Chris Ross 0647687fbc Small change.
SVN revision: 3093
2000-08-12 17:06:32 +00:00
Tom Gilbert ed9b5c152d Patch from richlowe <http://www.spinfrenzy.com/richlowe/RichardLowe.jpg>
to hide buttons on loss of focus.


SVN revision: 3080
2000-08-09 21:12:50 +00:00
Tom Gilbert ec004d9dcf Urm. Oops, that line should've been moved, not deleted :-)
SVN revision: 3075
2000-08-09 15:51:37 +00:00
Tom Gilbert d4bf4afabd Minor fix suggested by Jerome De Greef <jerome_degreef@hotmail.com>
SVN revision: 3069
2000-08-08 15:37:22 +00:00
Michael Jennings a7c1555f43 Wed Aug 2 19:13:31 PDT 2000
(KainX)

I'm an old xload fan, and none of the CPU meters actually measure load
averages.  So I wrote E-LoadMeter.  It displays the 1/5/15-minute load figures
as well as a vertical bar for each.


SVN revision: 2983
2000-08-03 01:57:32 +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 009a3ac0b5 Sat Jul 29 19:23:46 PDT 2000
(KainX)

Added a randomizing function to E-Slides.


SVN revision: 2937
2000-07-30 02:08:06 +00:00
Tom Gilbert 317f30fee5 Tue Jul 25 19:46:51 GMT 2000
Added ftp support to E-Screenshooter on fusion94's request. See config
dialog for details. The ftp password is stored in plaintext I'm afraid ;-)

Right now, the ftp option won't work if you use shell stuff in the dir or
datestamp fields (as by default), you have to use actual names/dirs instead
if you want to ftp... This is just 'cos of the way I do it right now...

This is temporary. I have two ways of fixing it, the painful way (for me),
or the easy way (use wordexp). The thing is, I think wordexp doesn't exist
for some of you guys... So I may have to do it the painful way. I won't get
around to this for a little while...

Hope it's okay for now..


SVN revision: 2923
2000-07-25 18:32:03 +00:00
Horms 320c97df7d * Added Epplet_change_popbutton_label
* Added gatghet type checking to Epplet_draw_popupbutton and
  Epplet_draw_label.


SVN revision: 2895
2000-06-29 23:54:24 +00:00
Michael Jennings 6476a4785c Cosmetic change.
SVN revision: 2771
2000-06-10 04:30:08 +00:00
Michael Jennings 7ad514f605 Fri Jun 9 21:29:32 PDT 2000
(KainX)

Finally got around to restructuring E-Biff.  I think you'll like the new look.


SVN revision: 2770
2000-06-10 04:12:08 +00:00