Commit Graph

  • 15dd0b0a80 Added support for receiving notifications. Sanel Zukan 2012-11-07 12:49:43 +0000
  • c605359ea1 Space cleanup. Sanel Zukan 2012-11-02 11:57:11 +0000
  • 013dfcc481 Removing obsolete efltk rule. Sanel Zukan 2012-10-23 12:44:36 +0000
  • 0301585b3c Get FLTK and X versions. Sanel Zukan 2012-10-23 11:17:30 +0000
  • 07e43f1c2b Cleanup. Sanel Zukan 2012-10-23 10:31:27 +0000
  • 61bd398054 Removing some warning lines. Sanel Zukan 2012-10-23 10:29:20 +0000
  • 4e0bd12967 Use also 'edelib-' matcher for debugger invoke. Also, emit PID to ede-crasher for further inspection. Sanel Zukan 2012-10-23 10:21:34 +0000
  • 1cc61c1d29 Try to read 'core.PID' if can or fallback on 'core'. Sanel Zukan 2012-10-23 10:20:21 +0000
  • b19a713bdf Use str_hash(). Some cleanup. Sanel Zukan 2012-10-08 15:40:25 +0000
  • c39c0718f9 iconv() is a mess between os-es; const char**, char**,... oh my... Sanel Zukan 2012-09-24 14:01:08 +0000
  • 240c195d87 Removing some incomplete code. Sanel Zukan 2012-09-24 13:48:16 +0000
  • 5f89e0a412 Required size_t but not visible in sys/utsname.h. Minix again. Sanel Zukan 2012-09-24 13:46:09 +0000
  • 599356843b Minix does not have pselect(). This is also good time to refactor xmlrpc-c dependency check in main configure.in script. Sanel Zukan 2012-09-24 13:43:51 +0000
  • c3aa1a61e6 Minix does not have setrlimit(). Sanel Zukan 2012-09-24 13:20:02 +0000
  • c26b526dcd Importing svn2cl as it is used from script that makes release archives. Making code DBus optional; all DBus related code is wrapped inside EDELIB_HAVE_DBUS. Sanel Zukan 2012-09-18 17:49:48 +0000
  • 0ad6617df4 Removing locks. We need better way to determin if FLTK has compiled in locking support or not. Sanel Zukan 2012-09-03 13:01:34 +0000
  • 9eca312821 Added missing stdlib.h header. Sanel Zukan 2012-09-03 13:00:09 +0000
  • 2d028fe4a6 Let panel taskbar tries to fetch icons of desired size, if possible. Also squashed a small memory leak in keyboard applet. Sanel Zukan 2012-08-24 14:15:04 +0000
  • b4ad2fb11b ifdef-ed some FLTK 1.3.0 specific code. Sanel Zukan 2012-08-23 02:29:27 +0000
  • 89ec43af74 Added guards in case autoupdate feature is disabled. Sanel Zukan 2012-08-06 14:57:20 +0000
  • 1dde9f92da Menu reload support and clean of some memory leaks. Sanel Zukan 2012-08-06 14:52:09 +0000
  • a45609e945 Added copyright/legal info. Cleared some deprecation warnings. Sanel Zukan 2012-08-06 12:00:25 +0000
  • 705ea3ebf2 Center the window and fixed one spelling issue. Sanel Zukan 2012-08-05 23:01:11 +0000
  • 8eeca59484 Made it static. Sanel Zukan 2012-07-19 08:23:42 +0000
  • 3ff0844756 Removed some old code causing undefined behavior. Sanel Zukan 2012-07-19 08:18:36 +0000
  • a024e66550 Copyright header and window preservation on mouse enter. Sanel Zukan 2012-07-17 08:05:52 +0000
  • 59a16eff0e Fixing panel placement when screen size was changed. Updating main menu to use MenuTooltip code. Sanel Zukan 2012-06-07 09:32:27 +0000
  • db1ebec5d9 Prevent crashes. Have to investigate further. Sanel Zukan 2012-06-03 12:29:12 +0000
  • 39ffa8406b Code cleanup. Sanel Zukan 2012-05-30 10:23:27 +0000
  • fde927b627 Small cleanup. Added link for ede-notify-daemon docs. Sanel Zukan 2012-05-28 14:25:53 +0000
  • eb175fa89f Moving all class declarations to EDE_PANEL_APPLET_CLASS macro. Sanel Zukan 2012-05-28 10:57:50 +0000
  • 9a664ddb92 Cleaning up some warnings. Sanel Zukan 2012-05-28 10:00:09 +0000
  • 0d061c24e7 Marked current code as next versionn Sanel Zukan 2012-05-21 11:29:25 +0000
  • 95130b96e2 Tagging ede to 2.0 ede-2.0@3655 Sanel Zukan 2012-05-18 12:48:25 +0000
  • 874d756e6b Simple script for doing release magic ede-2.0@3315 Sanel Zukan 2012-05-18 12:47:02 +0000
  • 512645123a Reuse desktop folder path from Desktop class. Also small reordering, so only spaces are replaced inside file name, not full desktop path. Sanel Zukan 2012-05-18 12:06:32 +0000
  • a786d9ea7a Added INSTALL_ICON_THEMES option. Sanel Zukan 2012-05-17 13:31:34 +0000
  • 0e592d6e0c Adding wallpapers Sanel Zukan 2012-05-16 12:16:19 +0000
  • 8bc8e23304 Redone animation code. Sanel Zukan 2012-05-16 11:30:41 +0000
  • a5c30864be Removing obsolete locale dir. Added checks for curl/types.h Sanel Zukan 2012-05-16 08:15:49 +0000
  • 037460d4b3 Fixes for new curl versions. Sanel Zukan 2012-05-16 07:55:41 +0000
  • 1addbd0c3c Added missing config.h Sanel Zukan 2012-05-15 13:53:25 +0000
  • 25128549a7 Focus input instead of image box Sanel Zukan 2012-05-15 12:51:09 +0000
  • 1c2cfe3739 Handle case when icon wasn't selected. Sanel Zukan 2012-05-15 12:49:16 +0000
  • eccdcd83ef Icon renaming support. Sanel Zukan 2012-05-15 11:10:40 +0000
  • c2366025b5 Removing old code Sanel Zukan 2012-05-15 10:55:02 +0000
  • 04b5c9d1f0 Better resize support. Sanel Zukan 2012-05-15 10:28:08 +0000
  • 2b81f59d45 Center window before it was shown Sanel Zukan 2012-05-15 09:47:05 +0000
  • 8b14a06a83 Made window to use border box. Sanel Zukan 2012-05-10 13:22:34 +0000
  • b83f16cb17 Small relayout check when body is visible. Sanel Zukan 2012-05-10 13:20:39 +0000
  • b6cc0dbaed Small docs about ede-notify-daemon. Also small update for README Sanel Zukan 2012-05-10 12:31:30 +0000
  • 44cec726b1 Set notification window as notification type. Sanel Zukan 2012-05-10 12:11:45 +0000
  • f844303263 Remove that silly focus box from close button. Also hide those (again silly) cursors for text output field. Sanel Zukan 2012-05-10 12:04:28 +0000
  • ca8146de43 Better icons Sanel Zukan 2012-05-10 11:51:16 +0000
  • 30a2644b8c Icons for notify daemon Sanel Zukan 2012-05-10 11:29:21 +0000
  • 05f5f43aca Browsing files support. Real removal, but yet incomplete Sanel Zukan 2012-05-10 11:19:19 +0000
  • b195c061e0 Updating Sanel Zukan 2012-05-10 11:18:03 +0000
  • 742064b04e Moving login manager to branches. Incomplete too Sanel Zukan 2012-05-10 11:16:46 +0000
  • 0bff00e8c3 Moving file manager code to branches. Incomplete Sanel Zukan 2012-05-10 11:15:07 +0000
  • 3cc94e7060 * daemonization support * better placement, alhough this can be improved * resizing support if text is larger than window Sanel Zukan 2012-05-10 11:09:35 +0000
  • 9635713236 Initial commit of notification daemon Sanel Zukan 2012-05-09 15:56:06 +0000
  • dd496f4780 Make dialog-like windows centered. Work on implementing missing ede-desktop functions Sanel Zukan 2012-05-07 08:53:13 +0000
  • 27b8bd888a Going toward implementing creating icons on desktop Sanel Zukan 2012-04-25 16:28:09 +0000
  • 3c314d9482 Better zooming, small fixes Sanel Zukan 2012-04-25 09:45:52 +0000
  • b16aa99e08 Implementing creating folders from menu. Also, try to store icon of created item when mouse last clicked Sanel Zukan 2012-04-23 12:43:20 +0000
  • 8aa9d550b2 Prevent some memory leaks Sanel Zukan 2012-04-19 12:49:30 +0000
  • 6b78cb3b0a Made it static Sanel Zukan 2012-04-19 10:17:26 +0000
  • 6a06898050 How did I manage to miss this!?@ Sanel Zukan 2012-04-19 10:12:49 +0000
  • 403f4be39d Correctly set tray window sizes so tray app can draw icon(s) on correct place. Sanel Zukan 2012-04-19 10:08:41 +0000
  • 7d884242bd Do not run timeout callbacks when panel is hidden. This will prevent reading cpu or memory status when their widgets are not visible. Sanel Zukan 2012-04-11 16:15:01 +0000
  • 6ef8fead33 Handle case when 'ede-launch ede-launch ...' was given. Sanel Zukan 2012-04-09 19:02:01 +0000
  • 89589e95b1 Do not load itself if given as parameter Sanel Zukan 2012-04-09 11:54:16 +0000
  • dcd742392f Implemented old #93 request: panel feature to be placed on screen by dragging (only putting it to top and bottom are available) and setting panel percentage width. Sanel Zukan 2012-04-04 09:58:23 +0000
  • 9d38486f61 Small change and attempt to fix workspace switch bug, but without success. Next time... Sanel Zukan 2012-04-03 09:05:34 +0000
  • 03eae3c12f Swap names so this item gets latest in the menu list Sanel Zukan 2012-04-02 19:12:37 +0000
  • 859f298709 Menu entry Sanel Zukan 2012-04-02 19:04:40 +0000
  • 405df2ef3c Importing new ede-screen-lock tool, a wrapper around various locking engines. Also modified ede-help to use 'command -v' instead of 'which', making it more portable. Sanel Zukan 2012-04-02 18:59:07 +0000
  • e12c43e404 Addopted to recent changes in edelib-gui*.pc files Sanel Zukan 2011-11-21 14:09:18 +0000
  • 971dd60f51 Use ConsoleKit (instead of obsolete Hal) to do restart/shutdown Sanel Zukan 2011-11-20 23:38:14 +0000
  • 9c3ab096be Removing efltk checks. Small fix inside pekwm.m4 Sanel Zukan 2011-11-14 08:54:06 +0000
  • 5ee83e3c21 Fixing a typo Sanel Zukan 2011-11-14 08:48:00 +0000
  • 3d518806ae Obsolete file Sanel Zukan 2011-11-13 20:42:00 +0000
  • ee1b5a89bf Empty menu should not be visible. Sanel Zukan 2011-11-13 20:24:54 +0000
  • 28ed6ee5bf Dummy way to search iconv on platformes where it is separate library. More fixes on pekwm configure macros. Fixing compilation for ede-desktop.cpp Sanel Zukan 2011-11-10 14:20:58 +0000
  • ffb5307467 Compilation fix by anonymous to compile on TinyCore. Sanel Zukan 2011-11-10 09:17:40 +0000
  • f58d5fc764 Removing unused service Sanel Zukan 2011-11-09 16:30:12 +0000
  • 78896a7527 Run edelib-update-font-cache Sanel Zukan 2011-11-09 14:09:13 +0000
  • 23396ec197 Read font from font cache and display it Sanel Zukan 2011-11-09 14:08:11 +0000
  • ff5a21c825 pekwm knows about splash hint, so use it Sanel Zukan 2011-11-09 13:21:27 +0000
  • 47ebbbc595 Updating build scripts Sanel Zukan 2011-11-09 13:18:48 +0000
  • bef3785f76 Moving EdeClassic to default Sanel Zukan 2011-11-09 13:17:29 +0000
  • f0b757aa7a Moving pekwm default theme to 'pekwm' name Sanel Zukan 2011-11-09 13:12:18 +0000
  • 99d2ac6d03 Modularizing theme; adding few missing parts Sanel Zukan 2011-11-05 21:31:06 +0000
  • 8e796e0800 Starting EDE specific pekwm theme Sanel Zukan 2011-11-05 13:44:02 +0000
  • 04ac1dce37 Center it Sanel Zukan 2011-11-03 21:48:31 +0000
  • 765cb4fc2c Explicit conversion must be on freebsd gcc version Sanel Zukan 2011-10-29 16:10:41 +0000
  • 4c94bcd899 find_index() exists only in fltk 1.3.x Sanel Zukan 2011-10-29 16:06:27 +0000
  • 2e4fc39aa2 Explicitly include limits.h for PATH_MAX Sanel Zukan 2011-10-29 15:49:31 +0000
  • 302350b22b Added example to help line Sanel Zukan 2011-10-28 12:01:35 +0000
  • 825836fe3d Support for running programs based on guessed pattern Sanel Zukan 2011-10-28 12:00:04 +0000