Commit Graph

44 Commits

Author SHA1 Message Date
Sanel Zukan
e399841a6d a massive fix of FLTK headers inclusion; 2008-09-15 11:00:23 +00:00
Sanel Zukan
7c79890fc2 Better linking order 2008-08-25 13:25:34 +00:00
Sanel Zukan
ef7c53d33d Renamings to clarify some actions
Commented building of test/notify; previous code that was tested
was removed long time ago
2008-08-10 17:49:38 +00:00
Sanel Zukan
530a815246 eiconman:
Implemented dialog for icon properties.
EDEBUG, EWARNING, EASSERT replaced with E_DEBUG, E_WARNING, E_ASSERT

ehelp:
Imported ehelp. It is meant for displaying ede help or some of
documented programs in the browser, no matter where help is installed.

Remanining thing is to be added in configure script so it can set correct
paths, when configure be written.

Documented ehelp.
2008-08-07 14:22:05 +00:00
Sanel Zukan
3ea8f1d1f8 Fixed conversion for 32bit images 2008-06-09 15:07:11 +00:00
Sanel Zukan
8d4a1dba28 Removed NotifyBox. It should be replaced with notification stuff
Added some dbus code. Desktop changes are reported via 'org.equinoxproject.Eiconman.DesktopChanged' signal
2008-04-07 15:35:02 +00:00
Sanel Zukan
1fe32fef71 Let etip-compiler be silent.
Removed Crash handler code from evoke. ecrasher is for that.
Add some transparency to desktop icons when they are moved.
2008-01-15 14:42:44 +00:00
Sanel Zukan
64683f504e Let trash icon be updated when something is deleted. 2007-11-28 12:42:52 +00:00
Sanel Zukan
4b3ae53570 XDestroyImage uses free() so we must malloc() it's data 2007-11-14 16:13:07 +00:00
Sanel Zukan
bd107c4007 Use wallpaper sizes for creating drawable area 2007-11-14 15:01:32 +00:00
Sanel Zukan
9efcf193ef Let unneeded wallpaper resources be freed after image
was drawn to rootpmap
2007-11-14 14:45:59 +00:00
Sanel Zukan
dbe560d3a5 Removed, for now 2007-11-12 15:30:11 +00:00
Sanel Zukan
d8e4d986db eiconman now uses settings code.
Removed dead utf8 parts.
Misc stuff...
2007-11-06 14:33:19 +00:00
Sanel Zukan
b571876fe6 Synced code with edelib changes.
Directory notifier added (still needs a work).
Internal changes for easier directory events handling.
2007-09-03 12:26:58 +00:00
Sanel Zukan
1781407ef0 Added some basic UTF-16 to UTF-8 code. Works nicely with mozilla/seamonkey
clipboard, but messes everything else. More work, more work...
Also added terminating char when strncpy is used. I miss that strlcpy...
2007-07-30 12:46:37 +00:00
Sanel Zukan
3f239d2d9b Updated. 2007-07-20 16:08:16 +00:00
Sanel Zukan
0d49cdffc2 XXXProgram rules will trigger installation when 'jam install' is given.
Some Translation.jam changes.
Moved build used variables to Jamrules.
2007-07-18 16:14:10 +00:00
Sanel Zukan
7aebc21172 Added/modified Jamfiles for new builds.
Removed obsolete Makefiles.
2007-07-18 13:35:22 +00:00
Sanel Zukan
adc3a8efcd Ok let's see:
* DND now should work reasonable (still not finished DND on icons)
* Added menus (icon specific, desktop)
* Icon renaming works too
* Some code to change icons fonts (unfinished)
* Desktop main instance will be now first created and then call rest of
  init data. This will allow init data to re-use desktop instance and peek
  it's own data (area() for example). Previously, calling such functions would
  crash app since constructor didn't finished with creation of desktop instance.
2007-07-02 10:28:18 +00:00
Sanel Zukan
4521b56042 Rethumbed init data, so Desktop::instance() call can be
called from DesktopIcon constructor. In previous case, Desktop constructor
wasn't finished, but Desktop::instance() was called in the mean time which
yields crashing.
2007-06-29 11:22:29 +00:00
Sanel Zukan
186b594f2d Icon labels have pseudo-shadow.
Other stuff I forgot.
2007-06-28 14:31:14 +00:00
Sanel Zukan
cbc6571b77 NotifyBox is now window... to simplify a bunch of things. 2007-06-28 11:21:24 +00:00
Sanel Zukan
2bb9e5dc4c Finished tile code. Tiled image is showed as rootpmap too :) 2007-06-27 17:52:20 +00:00
Sanel Zukan
abbae67bf4 Route some certain events to parent Window, so later
additional X events can be caught with desktop_xmessage_handler.
2007-06-27 14:42:47 +00:00
Sanel Zukan
0e53194249 Selection overlay will now be correctly redrawed.
Tiled background code. Needs some cleanup.
2007-06-26 16:33:25 +00:00
Sanel Zukan
ea32acf7fa .desktop files are read by DesktopFile
Added selection box, but needs more work with redrawing
DND mess; still not work as expected
2007-06-25 09:20:49 +00:00
Sanel Zukan
c951b708ce DND stuff (unfinished). 2007-06-23 11:31:36 +00:00
Sanel Zukan
f006fb0d0f Small fix in case of desktop icon without image.
Rootpmap accepts now works for 16/24 bit displays with 16/24/32 bit images.
2007-06-22 09:43:15 +00:00
Sanel Zukan
d91784d0de Deny pixmap creation if screen is not in 16/24 depth. 2007-06-20 11:01:44 +00:00
Sanel Zukan
c153f4f114 Root pixmap is set when wallpaper is choosed (pseudo transparency).
When icons are moved, correct shape is applied on that window.
...maybe something forgot to add...
2007-06-20 10:58:07 +00:00
Sanel Zukan
84339d9232 eiconman will not accept any shortcut (meaning Esc will not close it) 2007-06-19 10:10:42 +00:00
Sanel Zukan
c2adf77325 NotifyBox almost finished.
Atom initialization moved to one place.
Added few ede specific atoms with implementation.
Added sample test.
2007-06-19 09:59:15 +00:00
Sanel Zukan
6529e02a7d NotifyBox added. Still needs work. 2007-06-18 16:46:27 +00:00
Sanel Zukan
202b4ffb29 eiconman based on fltk1. Most of the stuff is
revised from scratch.
2007-06-18 14:18:35 +00:00
Sanel Zukan
04e1c63cb2 Implemented save_config().
eiconman recognize plain files besides .desktop files.
2007-05-25 17:45:17 +00:00
Sanel Zukan
4ef5be0c9b Removed multiple views support. Slow for my taste especially in case different
huge background images for each view; also eats up memory. Not to say that complicates code.
Added dnd basics.
2007-05-24 12:53:03 +00:00
Sanel Zukan
78c471744c Work,work... 2007-05-23 12:43:50 +00:00
Sanel Zukan
5d3300c410 Selection box is in dotted style 2007-05-22 17:49:50 +00:00
Sanel Zukan
31dbe6db27 Looks like I forgot this one 2007-05-22 16:29:53 +00:00
Sanel Zukan
9c4fb55bc7 Made correctly working selection box 2007-05-22 16:27:33 +00:00
Sanel Zukan
0c8e41bd37 Imported new eiconman 2007-05-22 14:53:17 +00:00
Sanel Zukan
5ad0687e1e Imported Jamfiles for subprojects.
It compiles everything, except few programs who uses old fltk2 api.
2007-03-16 15:18:54 +00:00
Sanel Zukan
fcf808bd82 Now did a real chmod -x. 2007-03-15 01:06:18 +00:00
Vedran Ljubovic
65018f75b7 Importing EDE2 code to svn... NOTE: It doesn't compile! Stuff thats broken: edewm, eworkpanel, eiconman,
emenueditor
2006-08-20 18:43:09 +00:00