Commit Graph

253 Commits

Author SHA1 Message Date
Kim Woelders ee1d129bdd Fri Mar 14 09:56:22 CET 2008
(Kim)

--- 0.16.8.13 0.01 ---
Avoid building unused static libraries.
Add some checking of printf style prototypes.
Use XInternAtoms to speed up initial atom fetch.
Assume free(0) is ok (if not HAVE_FREE_NULL_BUG will have to be defined).
Disable broken image/text class destroy functions.
Fix modules build.
Japanese translation update (Yasufumi Haga).
French translation update (Tristan D.).
Call autosave() on eesh sound on/off.
Optionally use PulseAudio to play sounds.
Simplify X-error checking.
Fix potential segv during translucent moves (noted by Pietro Cerutti, bug 392).
Fix memory leak if translucent move initialisation fails.
Fix bugs when shared memory image creation fails causing memory leak and X-errors.
Various sound/module/visibility fixes.
Add option to center new windows when desk is full (suggested by George L. Yermulnik).
Pick up some kde4 apps in menu generation.
Add shadow and fading flags to the remembered flag list.


SVN revision: 34023
2008-03-14 08:57:43 +00:00
Kim Woelders 5684f71f09 Sat Feb 16 10:26:53 CET 2008
(Kim)

--- 0.16.8.12 ---
Add some comments (src/ewins.h).
Add configuration of default opacities.
Cleanups.
Add stuff for checking if various XSync's are really needed.


SVN revision: 33758
2008-02-16 09:28:04 +00:00
Kim Woelders e501ca7704 Tue Feb 5 22:16:40 CET 2008
(Kim)

--- 0.16.8.12 0.01 ---
Bump version.
French translation update (Tristan D.).
Use wrapper function (XGetGeometry->EXGetGeometry).
Fix showing tiled external pixmap in pager.
Fix edge flip brokenness (thanks to Phillip Warner).
Japanese translation update (Yasufumi Haga).
Optionally use render for scaling.
Use separate debug flags for timers and idlers.
Cosmetics (pagers.c).
Avoid unnecessary use of timers in pagers in live update mode.
Enable showing differential time in debug output.
Don't update fading windows in pager.
New window placement algorithm. Should be better at handling crowded desktops
 and windows with never_use_area attribute.
Sound - Split loading and playing.
Pager update tweaks.
Fix compiler warnings (gcc 4.3?).
Avoid some pixel copying in certain situations around ImageclassApplyCopy.
Do update fading windows in pager (for now, tweaking needed here).
Prepare for handling additional window flags in snapshots/across restart.
Add a number of window flags to the remembered flag list.
Fix missing argument in error message (Chris Craig, bug 378).


SVN revision: 33683
2008-02-05 21:18:35 +00:00
Kim Woelders fa8382c449 Fri Jan 11 22:42:42 CET 2008
(Kim)

--- 0.16.8.11 ---
Avoid X-errors with borderless empty menus.
Fix potential segv (eimage.c).
Add sanity checks (oom cases).


SVN revision: 33452
2008-01-11 21:45:08 +00:00
Kim Woelders bdd3cedc50 Sat Jan 5 11:46:05 CET 2008
(Kim)

--- 0.16.8.11 0.05 ---
Center title vertically within border.
Fix more trouble during exit.
Fix potential segv with broken themes (invalid border cfg).
Simplify ImageclassApplySimple and ScaleRect.
Mark deskray stuff as such.
Remove black line at bottom of iconbox background image.
Fix shaped menu shape.
Simplify image/text class loading code.


SVN revision: 33350
2008-01-05 10:46:53 +00:00
Kim Woelders cc97b1393e Wed Dec 26 00:56:00 CET 2007
(Kim)

--- 0.16.8.11 0.04 ---
Fix more breakage around window movement.
Prevent attempts to resize to less than 1x1.
Handle h/v resize requests (_NET_WM_MOVERESIZE_SIZE_...) properly.


SVN revision: 33244
2007-12-25 23:56:55 +00:00
Kim Woelders 4a720e9119 Sat Dec 22 22:30:28 CET 2007
(Kim)

--- 0.16.8.11 0.03 ---
Japanese translation update (Yasufumi Haga).
Danish translation update.
EImagePixmapFree->EImagePixmapsFree, add mask argument.
Fix backward compatibility "named" menu hack (fixes border right click in many
 themes).
.desktop files: E -> E16.
docs: Config settings update, remove obsolete note.
Add missing quotes in enlightenment.menu (fixes restart/logout).
Fix incorrect tracking of pointer motion when dragging window (noted by Jon Foster).
edox: Deactivate use of XFontStruct (use XFontSet).
edox: Fall back to "fixed" font.
edox: Add ../ttfonts to TT font path.
Remove vixar font from winter theme (in ABOUT, use vera).


SVN revision: 33221
2007-12-22 21:32:01 +00:00
Kim Woelders c2e6dcb09a Sat Dec 15 13:47:45 CET 2007
(Kim)

--- 0.16.8.11 0.02 ---
Disable pager debug.
Shuffle comms/ipc stuff around a bit.
Don't exit while in X error handler.
Add registration of file descriptors to be handled in main event loop.
Fix application resize locking.
Don't restrict firefox resizing (fixes issue with open dialog).
Fix trouble with nested exits. Debug stuff tweaks.
Fix crash if font loading fails.
Play with dbus - implement command interface.
Add some info about xft/pango font selection in core themes.
Define mask bitmaps in source to avoid depending on x11 bitmap package.


SVN revision: 33153
2007-12-15 12:49:43 +00:00
Kim Woelders 21116ee67c Sun Nov 18 11:21:30 CET 2007
(Kim)

--- 0.16.8.11 0.01 ---
Fix reuse of freed pixmaps when using pseudo-transparency.
edox: Various enhancements and cleanups:
 Enable using arrow keys for navigation.
 Enable reloading file ('r').
Hide tooltips in various situations (showing focus list, window map, move, etc.).
Find some more menu icons.
Move to new AC_INIT style.
Fix memory leak when xinerama is enabled (normally hit only once).
Re-init xinerama info when screen size changes.
Fix translucent moves of non-shaped windows (noted by Thanatermesis).
Autofoo cleanups, move to bindir, pkgdatadir and friends.
Menu whitespace cleanups, rename some items:
 Enlightenment Epplets -> Epplets.
 Restart Enlightenment -> Restart.
Fix build when imlib_context_set_mask_alpha_threshold() is not available
 (bugzilla 275).
Fix edge flip after screen size change.
Add magnifier to desktop menu.


SVN revision: 32758
2007-11-18 10:31:45 +00:00
Kim Woelders 1de6aa707d Sat Oct 6 09:16:40 CEST 2007
(Kim)

--- 0.16.8.10 ---


SVN revision: 31985
2007-10-06 07:17:05 +00:00
Kim Woelders 9980a3d94a Sun Sep 30 20:02:02 CEST 2007
(Kim)

--- 0.16.8.10 0.02 ---
Fix infinite loop when regenerating menus.
Fix potential incorrect termination of IPC connection, which could cause segv.
eesh: Fix bad event loop causing hangs in certain situations.
eesh: Always wait for ack (also with -e), otherwise the message could get lost.
Screen stuff naming consistency and code tweaks.
Fix xinerama head selection in certain situations.
Fix menu placement on xinerama screens.
Force new (default as of 0.16.8.9) composite manager mode at startup.


SVN revision: 31895
2007-09-30 18:02:39 +00:00
Kim Woelders bc02041a23 Sun Sep 23 14:51:38 CEST 2007
(Kim)

--- 0.16.8.10 0.01 ---
Bump version.
Change some libtool macro names to non-deprecated ones.
Add AC_LIBTOOL_LANG_..._CONFIG magic to cut down configure speed a bit on
 some platforms (as suggested by Andreas).
Always enable warnings when using gcc. Fix warnings.
Remove unmaintained debian stuff.
Deactivate more code when disabling sound.
XColor -> EColor, EGet/SetColor -> macros.
Loadable module support bits.
Split up font stuff, preparing for loadable font type handlers.
Japanese translation update (Yasufumi Haga).
Close systray if _NET_SYSTEM_TRAY_Sx selection is lost.
Font and sound module bits.
Deactivate unused code, trivial cleanups.
Optionally build various bits (font,sound support) as loadable modules.
Eliminate EXCreate/FreePixmap.
Avoid some pixmap create/destroys.
Simplify some imageclass functions (w,h are always window size).
Add optional visibility hiding (only useful with modular build).
Spec file fix for x86_64 (Peter Kjellerstedt).
Enable setting default maximise policy.
Startup id bits.
Japanese translation update (Yasufumi Haga).


SVN revision: 31793
2007-09-23 12:52:02 +00:00
Kim Woelders 90c0f15ad5 Sat Aug 11 13:31:21 CEST 2007
(Kim)

--- 0.16.8.9 ---
Fix rendering vertical (->down) text.
Fix occasional bad tooltip placement.
Fix evaluation of LOCALEDIR with new autosomething. Remove fsstd option.
Spec file tweaks.
Change configuration of alternative font configuration.
Xft font is now selected using prefix "xft:".
Fix valgrind complaint (drawable caching).
Optionally use pango for font rendering.


SVN revision: 31241
2007-08-11 11:37:51 +00:00
Kim Woelders adac39bcde Sat Jul 28 16:08:32 CEST 2007
(Kim)

--- 0.16.8.9 0.05 ---
Follow ecore_list name changes.
Avoid some lagginess at end of desk switch.
Disable theme localisation by default.
Prefer Xft font configuration.


SVN revision: 31042
2007-07-28 14:09:08 +00:00
Kim Woelders 1f56bba5a2 Mon Jul 23 22:11:58 CEST 2007
(Kim)

--- 0.16.8.9 0.04 ---
Fix some potential segv's.
Add shaped window version of technical move/resize mode.
Avoid move/resize updates when nothing has changed.
Disable some code that should be redundant.
CM: Minor optimisation for unshaped windows.
Don't look up well-known atoms.
CM: Avoid creating/destroying regions.
No need for aliases in .menu files.
Eliminate some pointer event processing.
CM: Make it less likely that X-errors occur when window is unmapped.
Simplify initial window management at startup.
Fix incorrect menu placement in certain situations.
CM: Debug tweaks.
CM: Fix alternative composite manager mode of operation (compmgr.mode = 1).
    Using this mode fixes a number of problems seen with override-redirect
    client windows, e.g. xlock not receiving key presses.
    Not sure if there are any problems with this or if it simply should be
    the default.
Move some window property derivation to allow tweaking stuff in snapshots.
Add dialog option to select non-grabbing move/resize modes.
Fix set/unset of raise/focus grabs in certain situations.
Fix some dialog debug stuff.
Fix some background dialog issues + tweak layout.
Destroy unused top-level menus.
Fix changing pager mode.
Minor doc updates.
Fix build without Xft.
Use pkg-config for ecore stuff.
Enable building without session management support.
CM: Fix tooltip shape change in certain situations.
Don't mask off events while switching area/desk. The amount of enter/leave
 events during switches has been reduced considerably, and changing the event
 masks causes more trouble than worth while (I think...).
Get rid of spurious tooltips.
Remove the "excessive flip check" limiting minimum time between edge flips.


SVN revision: 30949
2007-07-23 20:12:45 +00:00
Kim Woelders 7113170651 Tue Jun 19 20:52:47 CEST 2007
(Kim)

--- 0.16.8.9 0.03 ---
French translation update (Tristan D.).
Fix building with glx when glXBind/ReleaseTexImageEXT are not directly available
 (based on patch by bene42).
Use shaped window in stead of server grab/line draws for boxed move/resize mode
 (old mode available with "eesh set misc.movres.old_mode 1").
Disable slide-in until startup windows are gone.
Use extents equal shape for objects without shadow.
Correct damage update on shape change.
Always focus unfocused window when clicked.
Fix bug in left/top resizing when returning to starting point.


SVN revision: 30405
2007-06-19 18:53:51 +00:00
Kim Woelders 38e3f973be Sat Jun 9 11:35:20 CEST 2007
(Kim)

--- 0.16.8.9 0.02 ---
Fix extents invalidation when reparenting+moving while unmapped.
Avoid area switch when activating window that is mostly offscreen (noted by Mike Frysinger).
edox: Fix centering when running e16 in window.
Change generated menu file references to be relative to ~/.e16/menus/.
Use new destructive line parser to avoid a lot of strdup/free's.
Move menus in menus.cfg to simple files (preserving backward compatibility).
Make xsession stuff work - at least on Fedora.
Japanese translation update (Yasufumi Haga).
Defer image class color allocation until needed (most likely never).


SVN revision: 30281
2007-06-09 09:36:36 +00:00
Kim Woelders ed086ecbe5 Sat May 26 19:46:45 CEST 2007
(Kim)

--- 0.16.8.9 0.01 ---
Bump version.
Eliminate unused parameter in IPC functions. Move some stuff out of E.h.
Tweak debug message printing.
Tweak debug messages in configuration settings handling.
Fix several issues around setting internal window title/class.
Hungarian translation spelling corrections (Egmont Koblinger).
Free un-loadable menu pixmaps some time after menu is closed.
Make magnifier window title translatable.
Move argb bit from Eobj down to Win struct.
Set default pager mode to live.
Move some window background pixmap handling down to Win layer.
Fix edge flipping after desk switch.


SVN revision: 30084
2007-05-26 18:34:50 +00:00
Kim Woelders 073d0bde36 Thu May 17 11:49:39 CEST 2007
(Kim)

--- 0.16.8.8 ---
Bump version.
Fix pagers when enabling after initially being disabled (noted by Dennis Nezic).
Remove unused backup-....cfg stuff.
Fix fallback textclass.
Don't crash if trying to start when no theme is found. Add missing newline.
Fix parsing title, name, and class matches in windowmatches.cfg (noted by Ted Baltz).
Remove trailing dash in release version string.
Enable setting imlib2 image cache size (debug).
Eliminate some remainders from Window re-wrapping done a while back.


SVN revision: 30007
2007-05-17 09:51:24 +00:00
Kim Woelders 59922b270c Fri May 4 00:13:57 CEST 2007
(Kim)

--- 0.16.8.7 ---
Avoid creating/destroying regions.
Use some macros to simplify code. Minor reorganization of root stuff.
Avoid creating/destroying regions - continued.
Fix ugly black shadows on icons in transparent iconbox (noted by Atom Smasher).
Fix repaint after changing shadow mode.


SVN revision: 29834
2007-05-03 22:17:49 +00:00
Kim Woelders 9a0fd5c86c Sat Apr 21 00:22:48 CEST 2007
(Kim)

--- 0.16.8.7 0.05 ---
Mozilla apps have changed WM_CLASS name to gecko.
Split client message processing into client and root message parts.
Don't use atom name in client message processing.
Don't use atom name in property change processing.
Add some new atoms (_NET_WM_ACTION_ABOVE/BELOW).
Startup id bits.
Remove unused ACTION_UNSHADE. Eliminate almost duplicate tooltip strings.
Update config file string list.
Danish translation update.


SVN revision: 29614
2007-04-20 22:23:34 +00:00
Kim Woelders 4ae649d12d Sat Apr 14 12:40:57 CEST 2007
(Kim)

--- 0.16.8.7 0.04 ---
Add some glx bits.
Japanese translation update (Yasufumi Haga).
Minor reorganization of internal window ops.
Use anti-alias only when appropriate.
Add magnifier window (eesh mag show).
Handle switching between versions with minor ENL_DATA differences a bit better.
Remove some unnecessary casts.
Don't append newline to e16 ipc output (eesh).
Fix windows sometimes getting stuck to pointer.
Fix incorrect fading termination in certain situations.
Add _NET_STARTUP_ID.
Add ecore_x_netwm_startup_id_get().
French translation update (Tristan D.).


SVN revision: 29507
2007-04-14 10:43:48 +00:00
Kim Woelders 3b75ed83b4 Sun Mar 25 11:38:23 CEST 2007
(Kim)

--- 0.16.8.7 0.03 ---
Revert not unshading iconified windows on activation.
Inhibit unmaximizing in various situations, e.g. when shaded.
Fix unmaximizing after shade/unshade (noted by Sven Faerber and Bradley Reed).
Fix resizing normal->maximized->fullscreen and back.
Fix preserving maximised state across restart.
Use same configure.in/spec file setup in e16 and epplets.
French translation update (Tristan D.).
Fix "multiple deiconification" seen with e.g. claws-mail (noted by Bradley Reed).
Move definition of __UNUSED__ to config.h.
Add some glx support stuff.
Add option to do edge flipping only when moving window (based on patch by
 Peter Poulsen).
Enable focusing windows not containing the pointer in pointer focus modes when
using the focus list (noted by Peter Poulsen).
Don't wipe m4/ on maintainer-clean.


SVN revision: 29098
2007-03-25 09:39:26 +00:00
Kim Woelders e3ce8ad803 Wed Mar 14 00:25:26 CET 2007
(Kim)

--- 0.16.8.7 0.02 ---
The CM now renders to the composite overlay window (if available).
Fix segv on logout (thanks to Christian Klein). (fixup)
Fix various updates when external background changes (was disabled?).
Fix stacking before shade/unshade when "click-raises" is enabled (noted
 by Sven Faerber).
Show message when selecting "Composite Settings ..." and e16 is built
 without composite support (suggested by Mike Frysinger).
Don't unshade iconified windows on activation (revert to old behavior -
 requested by Sven Faerber).


SVN revision: 28715
2007-03-14 05:27:15 +00:00
Kim Woelders 8c4b4b20a5 Fri Mar 9 00:47:46 CET 2007
(Kim)

--- 0.16.8.7 0.01 ---
gettext should be external.
Add MAINTAINERCLEANFILES.
Add icon to xsession .desktop files.
Fix configure with --x-includes and --x-libraries (thanks to Peter Hyman).
Don't scan background directory at startup but when needed (menu or config dialog).
Initial GLX config support.
Fix some group handling breakage (broken since 0.16.8?).
French translation update (Tristan D.).
Correct translators mailing list.
Disable non-functional group show/hide stuff.
Add option to show windows on all desks in focus list.


SVN revision: 28631
2007-03-09 05:48:38 +00:00
Kim Woelders 9338c9d388 Tue Feb 20 18:45:20 CET 2007
(Kim)

--- 0.16.8.6 ---
Japanese translation update (Yasufumi Haga).
Add icon to iconbox after in stead of before animation.
Disable dialog checkbox for non-functional "Button Image" feature.
Add some checks to avoid imlib warnings.


SVN revision: 28411
2007-02-21 01:43:08 +00:00
Kim Woelders f131c2c515 Thu Feb 8 22:09:11 CET 2007
(Kim)

--- 0.16.8.6 0.04 ---
No shadow on kicker tooltip or screen saver windows.
Do fading using animators.
Use global animation time step.
Update config item notes.
Make shadow on/off change effective immediately.


SVN revision: 28289
2007-02-09 03:09:48 +00:00
Kim Woelders 78aa66560c Thu Feb 1 23:44:09 CET 2007
(Kim)

--- 0.16.8.6 0.03 ---
Disable unused feature (file name mapping) (epp).
Suppress blank output lines (epp).
Add command to show current screen size. Update screen command help.
Make old sample scripts work.
Add animators.
Tweak timer event handling (run all expired timers at once).
Use animator to slide startup windows.
Highlight selected focus list item when clicked (noted by Warren Crossing).
Move modifier mask stuff around. Avoid redundant key/button grab/ungrabs.
Make focus list key handling somewhat less ugly.


SVN revision: 28194
2007-02-02 04:46:25 +00:00
Kim Woelders 586462e5dc Sat Jan 20 14:53:41 CET 2007
(Kim)

--- 0.16.8.6 0.02 ---
Fix segv in some obscure client exit scenarios involving reparent/destroy.
Add more sanity checks in client container event handler.
Refactor various file property test functions.
Cleanups, enable compiling everything as if it were C++.
Fix epp warnings.


SVN revision: 28085
2007-01-20 19:54:59 +00:00
Kim Woelders fcbbd6e927 Sun Jan 14 11:38:31 CET 2007
(Kim)

--- 0.16.8.6 0.01 ---
Refactor iconbox animation code.
Japanese translation update (Yasufumi Haga).
Fix bug in dockapp placement (wrapping at right/lower edge). Fix by davey?
Clean out unused duplicate backgrounds at startup.
Minor reorganisation of some ewin internals.
Fix build with ecore (ecore_list_find implemented in ecore).
Move theme path related stuff out of eimage.c, add function to get image data.
Add title to Window Options menu.
Remove offensive pawn.png.
Remove unneeded grab parameter (we always grab).
Fix move through desk switch.
Fix crash on opening certain dialogs when sound is enabled (Valdis Kletnieks).
Danish translation update.


SVN revision: 27967
2007-01-14 16:40:40 +00:00
Kim Woelders 0b9dfeb7ec Sat Dec 16 15:43:41 CET 2006
(Kim)

--- 0.16.8.5 ---


SVN revision: 27475
2006-12-16 14:45:21 +00:00
Kim Woelders e0d7bec702 Sun Dec 10 18:13:19 CET 2006
(Kim)

--- 0.16.8.5 0.04 ---
UCS-4 seems to be more portable than WCHAR_T.
Xft font height tweak.
Progressbars - Simplify, increase height to fit text, if needed.
Add some font aliases. (config/fonts.cfg-xft_example)
Fix setting hilited/clicked font in certain dialog widgets.
Add missing e-mail address. (po/Makevars)
Add session management support status to summary.
Fix list of files containing translatable stuff.
Disable translation of some error message stuff that might as well be left untranslated.
Fix focused opacity stuff, add fading toggle. (config/menus.cfg)
Reuse other text with same meaning. (config/actionclasses.cfg)


SVN revision: 27410
2006-12-10 17:15:16 +00:00
Kim Woelders 0ebd06ba81 Mon Nov 27 21:21:37 CET 2006
(Kim)

--- 0.16.8.5 0.03 ---
IPC command "misc arrange" -> "desk arrange".
Move move/resize event handling to more appropriate location.
Split up, shuffle around, rename.
Enable window matches on override-redirect windows (for compositing options).
Set no-redirect flag on input-only windows (cosmetic/debug, has no real effect).
Bad iconv conversion descriptor is not NULL but (iconv_t)(-1).
Rewrap stuff related to WM_NAME/CLASS.
EwinGetName -> EwinGetTitle.
Rewrap more stuff related to WM_NAME/CLASS.
Enable matching override-redirect windows by WM_CLASS.
By default set opaque and fading off on xscreensaver window.
Clean up move/resize event handling.
Allow disabling theme localisation.
Add Xft font configuration example.


SVN revision: 27255
2006-11-27 20:23:01 +00:00
Kim Woelders eddd201a37 Fri Nov 17 19:42:09 CET 2006
(Kim)

--- 0.16.8.5 0.02 ---
Ignore bogus unmap events (before window is mapped) and synthetic unmap events.
- Either would fix trouble with misbehaving client (gnome-terminal
  configuration window).
Enable setting focused/non-focused opacity independently.
- Based on patch from Grant Wier.
Fix shortening text to fit available space in certain combinations of locale
 and font type.
Update help for a number of IPC commands.


SVN revision: 27160
2006-11-17 18:42:51 +00:00
Kim Woelders 2f844d67fa Thu Nov 2 21:12:57 CET 2006
(Kim)

--- 0.16.8.5 0.01 ---
Correct initial sizing of dialog window.
Refactor font drawing code.
Disable text rendering using XDrawString(16).
- The code should never come in play anyway because of the "fixed" fallback
  in the XCreateFontSet case.
Add Xft support.
Japanese translation update (Yasufumi Haga).
No need to restart when changing override-redirect window opacity.
Center unplaced dialogs on "parent"(if transient) or root.
Add _NET_WM_SYNC_REQUEST support.


SVN revision: 26905
2006-11-02 20:13:42 +00:00
Kim Woelders 20b36cd812 Sun Oct 15 19:51:10 CEST 2006
(Kim)

--- 0.16.8.4 ---
Set correct environment when starting remembered applications at startup.
Fix pager updates in certain combinations of modes.
Fix segv when creating second systray.
Notes on configuration options, and other info bits.
Add ipc/match bits to enable/disable fading of particular windows.
Fix applying matches to internal client windows in certain situations.
Fix potential segv when showing menu.
Fix dialog image rendering in certain situations.


SVN revision: 26621
2006-10-15 17:56:57 +00:00
Kim Woelders c5445ae035 Wed Sep 20 18:56:15 CEST 2006
(Kim)

--- 0.16.8.4 0.04 ---
Refactor/simplify, use execApplication in stead of plain fork/exec.
Add hack to make apps lauched from e16 in window mode appear in the virtual
 root in stead of the real root.
Japanese translation update (Yasufumi Haga).
Generalize selection handling. Manage _NET_WM_CM_Sx selection.
- Should fix issues with recent gtk ARGB windows.
Fix translation of button labels in combined settings dialog.
Fix bug in dialog layout (table positioning) causing trouble (unselectable
 items) primarily in combined settings dialog.
Fix setting pager mode when compiled without composite.
Set mask alpha threshold, if possible.


SVN revision: 25987
2006-09-20 16:57:16 +00:00
Kim Woelders d363bf0c08 Sun Sep 10 08:57:47 CEST 2006
(Kim)

--- 0.16.8.4 0.03 ---
Fix build without composite.
Avoid unnecessary library dependencies in eesh and edox. Cleanups.


SVN revision: 25671
2006-09-10 06:58:30 +00:00
Kim Woelders 283436105f Sat Sep 9 11:05:59 CEST 2006
(Kim)

--- 0.16.8.4 0.02 ---
Avoid having to click twice to activate menu item.
Split iconbox into container, iconbox, and systray.
Add live pager update mode (when composite is enabled).
Put menus on current desk in stead of floating on root.
Fix missing/too many draws of the background selector window.
Fix live pager updates and pager zooming for sticky windows
 (Invalidate named pixmap on reparent).
Fix memory leaks in combined dialog.
Eliminate redundant geometry caching in top-level objects.


SVN revision: 25659
2006-09-09 09:08:03 +00:00
Kim Woelders 6bc169f2f2 Sun Aug 27 22:14:29 CEST 2006
(Kim)

--- 0.16.8.4 0.01 ---
Enable emptying part of dialog and resizing dialog window.
Add missing label text.
Add data parameter to dialog keybinding callback.
Use table with normal buttons in dialog footer.
Add combined configuration dialog.
Simplify dialogs (remove rarely used simple dialog variant).
Shuffle _NET_WM_SYNC_REQUEST stuff around (still not active).
Rename a few configuration items.
Fix logout dialog layout.
Do case insensitive searching with ipc window names (vapier).
Trivial re-wrapping of XQueryPointer().


SVN revision: 25163
2006-08-27 20:15:07 +00:00
Kim Woelders 3701b1f5da Thu Aug 17 23:21:24 CEST 2006
(Kim)

--- 0.16.8.3 ---


SVN revision: 24851
2006-08-17 21:30:17 +00:00
Kim Woelders 64be6e5767 Sun Aug 13 14:46:37 CEST 2006
(Kim)

--- 0.16.8.3 0.02 ---
Add usual keybindings to about dialog.
Some more dialog creation refactoring bits.
Rename some macros (_Ewin...) for consistency.
Eliminate redundant macro (Xwin).
Add override redirect flag to map event debug info.
Fix some segv's in obscure situations.
Still more dialog creation refactoring bits.
Fix clients resizing while having bogus max size hint (KDE info windows).
Fix incorrect menu placement near left screen edge.
Fix config parameter type.
Avoid dangling buffer. Eliminate some redundant code.
Fix shape on pager zoom window (when composite is enabled).
Defer tooltip realization.
Add note about ARGB window borders.


SVN revision: 24645
2006-08-13 12:48:13 +00:00
Kim Woelders c1b77c64b6 Mon Jul 24 21:05:36 CEST 2006
(Kim)

--- 0.16.8.3 0.01 ---
Bump version, add revision to version info strings.
Japanese translation update (Yasufumi Haga).
Refactor dialog creation functions.
Fix for autoconf-2.60 (datadir).
Fix setting border style using winops menu.
Fix closing logout dialog when using key bindings.
Split up, shuffle around file.c (no real changes).
Eliminate a lot of stat's during configuration file parsing.


SVN revision: 24170
2006-07-25 00:07:04 +00:00
Kim Woelders 32ac5da522 Sat Jul 15 17:31:44 CEST 2006
(Kim)

--- 0.16.8.2 ---
Fix pager zoom window shape bug.
Fix initial menu rendering in certain situations.
Update winter theme (localized font configuration files).
Fix window stack getting messed up due to bug in handling of particular case
of misbehaving clients (yet another variant of unmap/map without waiting for
withdrawal).
Fix exit/restart from GSOD.


SVN revision: 23955
2006-07-15 20:32:18 +00:00
Kim Woelders e0a886e184 Thu Jun 8 01:29:33 CEST 2006
(Kim)

--- 0.16.8.2 0.05 ---
Fix killing clients (hmm... was broken quite a while back). (0.04)
Speed up shape propagation.
Fix drawing of vertical border text in certain themes.
Add some sanity checking for pixmap cursors.
Event debug cleanups.
IPC window operation tweaks:
- Enable targeting multiple windows (wildcard in name spec).
- Enable non-group operations.
Add background transparency "compatibility mode" option to configuration dialog.
Don't reserve space for unmapped systray windows.
Fix screen edge resistance in presence of windows with struts.
ARGB window tweaks and testing stuff.
Fix shutdown when using session manager.
Fix shape update when client resizes after changing shape.
Fix incorrect damage region when raise actually lowers and vice versa.
Change default session script to run scripts in foreground.


SVN revision: 23268
2006-06-07 23:31:07 +00:00
Kim Woelders b2efeb59de Mon May 22 00:08:21 CEST 2006
(Kim)

--- 0.16.8.2 0.04 ---
Change internal window handling API. Should make things slightly faster.
Fix a number of window placement bugs.
Attempt to fix occasional crashing of clients with systray windows on e16 exit.
Fix potential configuration file corruption when running multihead.
Faster TT font drawing.
Fix border rendering for ARGB clients (requires imlib2 from CVS).


SVN revision: 22822
2006-05-21 22:08:42 +00:00
Kim Woelders f5f246d56c Fri Apr 28 20:36:30 CEST 2006
(Kim)

--- 0.16.8.2 0.03 ---
Start renaming/rewrapping stuff preparing for other api changes.
Revert bad change. ICCCM size matching should never increase size.
Fix _XROOT... hint compatibility hack.
Enable configuring internal and exported language.
Fix progress bars with composite enabled.
Fix winter theme progress bar images.
Add feature to subdivide screen (xinerama style).
Fix several bugs with maximizing windows.
Fix bug when reparenting to nested E.
Fix bug potentially causing eternal loop while sliding.


SVN revision: 22387
2006-04-28 18:36:15 +00:00
Kim Woelders 063c9e345f Mon Apr 17 19:04:41 CEST 2006
(Kim)

--- 0.16.8.2 0.02 ---
Faster, smoother rendering of dialogs (use bg pixmap, no longer using expose events).
Move frequently used opaque type definitions to etypes.h.
Hack to fix problem with composite opacity during non-opaque move/resize.
Fix transparent iconbox.
Introduce idlers.
Fix grabbing bitmap icons.
Japanese translation update (Yasufumi Haga).
Improve window repositioning on screen size change.
Fix building with libiconv (Mike Frysinger).
Fix problem with background pixmaps being freed by mistake.
Fix theme transparency with external background.
Various build related tweaks:
- Autogenerate spec file (now named e16.spec, was e.spec)
- Minor changes to various version strings
- Move timestamp.h to top dir.


SVN revision: 22181
2006-04-17 17:04:48 +00:00
Kim Woelders 0cdff64beb Sun Apr 2 19:53:43 CEST 2006
(Kim)

--- 0.16.8.2 0.01 ---
Wrap imlib.
Attempt do useful window repositioning on screen size change.
Fix IPC help formatting for a few items.
Allow omitting "menus/" in menu path. May make migration from <16.8 less painful.
Get rid of ~/.e16/e_config.bindings. Instead save key AND button binding to
 ~/.e16/bindings.cfg when edited with e16keyedit. Rename ~/.e16/e_config.bindings
 to ~/.e16/e_config.bindings.old after reading.
 No more "unchangable" keybindings. All are exposed to e16keyedit.
Clear maximized state on resize.
Make window opaque when focused (window option, enabled by default).
Clean up handling of opacity settings, move config options to misc.opacity.
Opacity values in configuration are now 0-100 in stead of 0-255.
Japanese translation update (Yasufumi Haga).


SVN revision: 21739
2006-04-02 17:54:37 +00:00
Kim Woelders 6c966e4697 Tue Mar 28 20:06:01 CEST 2006
(Kim)

--- 0.16.8.1 ---
e16keyedit (version 0.3) now works with e16.8. Add notes/configuration data.
Fix move window by area (eesh wop <id> area move x y).
Simplify server extension handling. Initial screensaver extension stuff.
Fix non-opaque slidein.
Fix pager update on internal window unmap (revert recent change).


SVN revision: 21537
2006-03-28 18:06:43 +00:00