E CVS: libs/ecore xcomputerman

2006-06-05 Thread Enlightenment CVS
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Ecore_X.h ecore_x.c Log Message: Add Visual to window attributes struct ===

E CVS: libs/ecore xcomputerman

2006-05-19 Thread Enlightenment CVS
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: ecore_x.c Log Message: Make sure QueryVersion functions are called first. ==

E CVS: libs/ecore xcomputerman

2006-05-19 Thread Enlightenment CVS
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Ecore_X.h ecore_x_fixes.c Log Message: Round out support for XserverRegion.

E CVS: libs/ecore xcomputerman

2006-05-19 Thread Enlightenment CVS
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Makefile.am ecore_x_events.c Added Files: ecore_x_damage.c ecore_x_fixes.c Log Message: Oops. I was up too late last night. Caught a

E CVS: libs/ecore xcomputerman

2006-05-18 Thread Enlightenment CVS
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore Modified Files: configure.in Log Message: Add support for XFixes and XDamage to Ecore_X. Add atoms for translucency/composite support. =

E CVS: libs/ecore xcomputerman

2006-05-18 Thread Enlightenment CVS
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Ecore_X.h Ecore_X_Atoms.h Makefile.am ecore_x.c ecore_x_events.c ecore_x_netwm.c ecore_x_private.h Log Message: Add support for XFix

E CVS: libs/ecore xcomputerman

2005-09-11 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_file Modified Files: ecore_file.c Log Message: Directory list should sort case-insensitive. Anything else is counter-intuitive and annoying. :) =

E CVS: libs/ecore xcomputerman

2004-12-29 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Ecore_X.h ecore_x.c ecore_x_netwm.c Log Message: Add netwm window state hints to ecore_x_netwm.c ===

E CVS: libs/ecore xcomputerman

2004-12-27 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: ecore_x_dnd.c Log Message: Prevent possible multiple inits === RCS file: /cv

E CVS: libs/ecore xcomputerman

2004-12-27 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: ecore_x.c ecore_x_dnd.c ecore_x_private.h Log Message: Plug memory leak ===

E CVS: libs/ecore xcomputerman

2004-11-26 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Ecore_X.h ecore_x_icccm.c ecore_x_window_prop.c Log Message: Add transient_for, window_role and client_leader hints

E CVS: libs/ecore xcomputerman

2004-11-25 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Ecore_X.h ecore_x_icccm.c ecore_x_window_prop.c Log Message: Add icon name set/get, colormap window set/unset ICCCM functions ==

E CVS: libs/ecore xcomputerman

2004-11-25 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Ecore_X.h ecore_x_icccm.c ecore_x_window_prop.c Log Message: More ICCCM code, replicated from window_prop*. Corresponding functions are depre

E CVS: libs/ecore xcomputerman

2004-11-25 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: ecore_x_mwm.c Log Message: It's MWM, not ICCCM. :) === RCS file: /cvsroot/en

E CVS: libs/ecore xcomputerman

2004-10-23 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: ecore_x_dnd.c ecore_x_events.c ecore_x_private.h Log Message: Xdnd: Handle drag motion events and check that status rectangle ==

E CVS: libs/ecore xcomputerman

2004-10-23 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: ecore_x.c ecore_x_dnd.c ecore_x_selection.c Log Message: Flesh out a little more Xdnd code =

E CVS: libs/ecore xcomputerman

2004-09-22 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_config Modified Files: Ecore_Config.h convenience.c ecore_config.c Log Message: Add boolean type. It's essentially the same as an INT, but at least we have a b

E CVS: libs/ecore xcomputerman

2004-09-14 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_config Modified Files: Ecore_Config.h Log Message: Doxygen, the right way (thanks raster) ===

E CVS: libs/ecore xcomputerman

2004-09-14 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_config Modified Files: Ecore_Config.h Log Message: Begone, ye foul C# comments! === RCS file:

E CVS: libs/ecore xcomputerman

2004-08-20 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: ecore_x_events.c Log Message: Patch from Tilman for root window fallback in ecore_x_event_mask_set(). =

E CVS: libs/ecore xcomputerman

2004-04-30 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Ecore_X.h ecore_x_events.c Log Message: Pass unhandled ClientMessages to application as an event. (Thanks, Gen Zhang) ==

E CVS: libs/ecore xcomputerman

2004-04-29 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore Modified Files: AUTHORS Log Message: OK, I'll toot my own horn, if you insist... === RCS file: /cvsroot/enli

E CVS: libs/ecore xcomputerman

2004-04-23 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Ecore_X.h ecore_x_events.c Log Message: Realign Ecore_X event masks with Xlib event masks. This fixes the bug causing some input select reque

E CVS: libs/ecore xcomputerman

2004-04-23 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Ecore_X.h ecore_x_events.c Log Message: - Use XChangeWindowAttributes() instead of XSelectInput() - Add event_mask_unset to allow deselecting

E CVS: libs/ecore xcomputerman

2004-04-23 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: ecore_x_dnd.c ecore_x_events.c ecore_x_private.h Log Message: Events: - Or the requested event mask with the current mask, instead of replaci

E CVS: libs/ecore xcomputerman

2004-03-27 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_con Modified Files: ecore_con.c Log Message: Permit explicit specification of socket path by using an absolute path in the service name.

E CVS: libs/ecore xcomputerman

2004-03-18 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_evas Modified Files: ecore_evas.c ecore_evas_fb.c ecore_evas_x.c Log Message: - Fix references to old Ecore_List structure (temporarily) - Fix warnings (bad ra

E CVS: libs/ecore xcomputerman

2004-03-17 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore Modified Files: configure.in ecore.spec Log Message: - Merge Ewd functions into Ecore. - Version number bump ==

E CVS: libs/ecore xcomputerman

2004-03-17 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore Modified Files: Ecore.h Makefile.am ecore_events.c ecore_exe.c ecore_idle_enterer.c ecore_idle_exiter.c ecore_idler.c ecore_list.c ecore_main.c

E CVS: libs/ecore xcomputerman

2004-03-01 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Makefile.am Log Message: Fix typo === RCS file: /cvsroot/enlightenment/e17/l

E CVS: libs/ecore xcomputerman

2004-02-29 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: ecore_x_dnd.c ecore_x_private.h ecore_x_window.c Log Message: Xdnd drag code...

E CVS: libs/ecore xcomputerman

2004-02-28 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore Modified Files: Ecore.h Log Message: Throw in a couple macros === RCS file: /cvsroot/enlighten

E CVS: libs/ecore xcomputerman

2004-02-28 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Ecore_X.h ecore_x_window.c Log Message: Add ecore_x_window_parent_get() ===

E CVS: libs/ecore xcomputerman

2004-02-28 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Ecore_X.h ecore_x.c ecore_x_window.c Log Message: Implement more functions prerequisite to Xdnd - ecore_x_window_visible_get() <-- yeah, hard

E CVS: libs/ecore xcomputerman

2004-02-21 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Ecore_X.h ecore_x.c ecore_x_pixmap.c ecore_x_window.c Log Message: Added generic functions to fetch geometry, border width and depth for a dr

E CVS: libs/ecore xcomputerman

2004-02-21 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Ecore_X.h ecore_x_window.c Log Message: ecore_x_window_geometry_get() added

E CVS: libs/ecore xcomputerman

2004-02-21 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Ecore_X.h ecore_x_window_prop.c Log Message: Fetch AnyPropertyType from application ===

E CVS: libs/ecore xcomputerman

2004-02-21 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Ecore_X.h ecore_x.c ecore_x_dnd.c ecore_x_events.c ecore_x_private.h Log Message: Finish up client message handling for Xdnd. Still

E CVS: libs/ecore xcomputerman

2004-02-15 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: ecore_x_window.c ecore_x_window_prop.c Log Message: WM_NAME and WM_CLIENT_MACHINE should not be UTF8 strings, use proper Xlib functions inste

E CVS: libs/ecore xcomputerman

2004-02-15 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Ecore_X.h ecore_x_window_prop.c Log Message: Modified patch from kwo. Makes ecore_x_window_prop_withdrawn_set etc. do the right thing, provid

E CVS: libs/ecore xcomputerman

2004-02-07 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: ecore_x_window_prop.c Log Message: - Fix nasty bug in NetWM state functions that caused it to read 8 bit values from the vectors instead of

E CVS: libs/ecore xcomputerman

2004-02-07 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Ecore_X.h ecore_x_dnd.c ecore_x_events.c ecore_x_private.h Log Message: Send and receive XdndStatus messages ===

E CVS: libs/ecore xcomputerman

2004-02-07 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Ecore_X.h ecore_x_window_prop.c Log Message: Add layer constants to header file and update documentation accordingly ===

E CVS: libs/ecore xcomputerman

2004-02-07 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: ecore_x_window_prop.c Log Message: - Fix ambiguity in sticky hints ... NetWM defines two different ways of making windows sticky, so we'll

E CVS: libs/ecore xcomputerman

2004-02-07 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: ecore_x_window_prop.c Log Message: Off-by-one array size is an unnecessary leak. ===

E CVS: libs/ecore xcomputerman

2004-02-07 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: ecore_x_window_prop.c Log Message: Another API change suggested by kwo - layer_set() now accepts a value from 1 to 255, 4 being the "default"

E CVS: libs/ecore xcomputerman

2004-02-06 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: ecore_x_window.c ecore_x_window_prop.c Log Message: Mask out the window_type_foo* calls altogether

E CVS: libs/ecore xcomputerman

2004-02-06 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/bin Modified Files: ecore_test.c Log Message: - Fix window_type_dialog_set() call in ecore_evas_test - Ecore_Evas now returns the container window when we request its wi

E CVS: libs/ecore xcomputerman

2004-02-06 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_evas Modified Files: ecore_evas_x.c Log Message: - Fix window_type_dialog_set() call in ecore_evas_test - Ecore_Evas now returns the container window when we r

E CVS: libs/ecore xcomputerman

2004-02-06 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Ecore_X.h ecore_x_window_prop.c Log Message: API Change enforced - instead of multiple window_type_foo_* functions, one window_type_set() fun

E CVS: libs/ecore xcomputerman

2004-02-05 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Ecore_X.h ecore_x.c ecore_x_dnd.c ecore_x_events.c ecore_x_private.h Log Message: More Xdnd code - a few functions added to the head

E CVS: libs/ecore xcomputerman

2004-02-05 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: .cvsignore Ecore_X.h Makefile.am ecore_x.c ecore_x_events.c ecore_x_private.h ecore_x_selection.c ecore_x_window_prop.c Added Files:

E CVS: libs/ecore xcomputerman

2004-01-27 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: ecore_x_selection.c Log Message: Test ... add TODO comment === RCS file: /cv

E CVS: libs/ecore xcomputerman

2004-01-22 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Ecore_X.h Makefile.am ecore_x.c Added Files: Ecore_X_Cursor.h Log Message: Support for standard X cursor fonts

E CVS: libs/ecore xcomputerman

2004-01-21 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: ecore_x_selection.c Log Message: Support for UTF8 conversions === RCS file:

E CVS: libs/ecore xcomputerman

2004-01-21 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Ecore_X.h ecore_x_events.c Log Message: Select event input mask === RCS file

E CVS: libs/ecore xcomputerman

2004-01-19 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_evas Modified Files: ecore_evas.c Log Message: More bit char return value bugs fixed === RCS

E CVS: libs/ecore xcomputerman

2004-01-17 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_evas Modified Files: ecore_evas.c Log Message: Apparently reading a bit value sets all the bits of the target variable to 1, hence -1 instead of 1...fix for pr

E CVS: libs/ecore xcomputerman

2004-01-16 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Ecore_X.h ecore_x_selection.c Log Message: Some documentation === RCS file:

E CVS: libs/ecore xcomputerman

2004-01-16 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: ecore_x_events.c Log Message: Refuse selection request if conversion to target failed or a converter is not available =

E CVS: libs/ecore xcomputerman

2004-01-16 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Ecore_X.h ecore_x_events.c ecore_x_private.h ecore_x_selection.c Log Message: Update request API to use strings for target types ins

E CVS: libs/ecore xcomputerman

2004-01-16 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Ecore_X.h ecore_x.c ecore_x_events.c ecore_x_private.h ecore_x_selection.c Log Message: Selections: - Framework for conversion funct

E CVS: libs/ecore xcomputerman

2004-01-16 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: ecore_x.c ecore_x_private.h ecore_x_selection.c Log Message: More work on selections: - implement functions to add, delete and run conversion

E CVS: libs/ecore xcomputerman

2004-01-14 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore Modified Files: configure.in Removed Files: acconfig.h Log Message: Kaboom! acconfig.h gone === RC

E CVS: libs/ecore xcomputerman

2004-01-13 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: ecore_x_events.c Log Message: Boom, Copy & Paste all works now === RCS file

E CVS: libs/ecore xcomputerman

2004-01-13 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Ecore_X.h ecore_x_events.c Log Message: Generate Ecore event for selection clear ==

E CVS: libs/ecore xcomputerman

2004-01-10 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Ecore_X.h ecore_x_events.c ecore_x_private.h ecore_x_selection.c Log Message: Lots of overdue selections code. - Pasting works, but

E CVS: libs/ecore xcomputerman

2004-01-10 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: ecore_x_window_prop.c Log Message: ecore_x_window_prop.c: - Bad pointer dereferencing fixed. Surprised this wasn't caught earlier =

E CVS: libs/ecore xcomputerman

2004-01-09 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: ecore_x_window_prop.c Log Message: Slight change to opacity API: - Use a 0 - 255 range instead, keeping consistent with 8-bit RGBA conventi

E CVS: libs/ecore xcomputerman

2004-01-06 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: ecore_x_window_prop.c Log Message: Thanks to Brett Nash for pointing out that this integer division will not work.

E CVS: libs/ecore xcomputerman

2004-01-05 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Ecore_X.h ecore_x.c ecore_x_private.h ecore_x_window_prop.c Log Message: Add support for the proposed _NET_WM_WINDOW_OPACITY window manager h

E CVS: libs/ecore xcomputerman

2004-01-03 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore Modified Files: configure.in Log Message: Various inconsequential semantic updates === RCS file: /cvsroot/e

E CVS: libs/ecore xcomputerman

2004-01-03 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore Modified Files: configure.in Log Message: Back that out...did nothing to help :( === RCS file: /cvsroot/enl

E CVS: libs/ecore xcomputerman

2004-01-03 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore Modified Files: configure.in Log Message: First attempt to fix this autoconf issue === RCS file: /cvsroot/e

E CVS: libs/ecore xcomputerman

2003-12-23 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore Modified Files: configure.in Log Message: And make ecore_config build contigent upon detection of Edb === R

E CVS: libs/ecore xcomputerman

2003-12-22 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore Modified Files: configure.in Log Message: Add edb-checking option, and attempt to properly handle Edb cflags without causing compile-time errors for ecore_config =

E CVS: libs/ecore xcomputerman

2003-12-08 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Ecore_X.h Log Message: We need properties, daddy. We need 'em! === RCS file

E CVS: libs/ecore xcomputerman

2003-12-08 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore Modified Files: conf-e-x11.sh Log Message: Add ecore_config to build list === RCS file: /cvsroot/enlightenm

E CVS: libs/ecore xcomputerman

2003-12-08 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_config Modified Files: Makefile.am Log Message: Needs to get IPC headers from within source package -- won't compile on fresh install

E CVS: libs/ecore xcomputerman

2003-12-08 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_config/ipc Modified Files: Makefile.am Log Message: Needs to get IPC headers from within source package -- won't compile on fresh install

E CVS: libs/ecore xcomputerman

2003-11-24 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Ecore_X.h ecore_x.c ecore_x_private.h ecore_x_selection.c Log Message: Add code to request selections =

E CVS: libs/ecore xcomputerman

2003-11-23 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Makefile.am ecore_x.c ecore_x_private.h Added Files: ecore_x_selection.c Log Message: Beginnings of support for X selections. Does n

E CVS: libs/ecore xcomputerman

2003-11-23 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Ecore_X.h ecore_x_events.c Log Message: Add timestamps to ALL events === RC

E CVS: libs/ecore xcomputerman

2003-11-02 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: ecore_x_window_prop.c Log Message: Variable names for the property_set/property_get functions changed to be more consistent with Xlib - elimi

E CVS: libs/ecore xcomputerman

2003-11-02 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Ecore_X.h ecore_x_window_prop.c Log Message: Added support for NetWM window state hints. All were successfully tested except the fullscreen s

E CVS: libs/ecore xcomputerman

2003-11-01 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: ecore_x.c Log Message: Apparent typo for fullscreen state atom. === RCS fil

E CVS: libs/ecore xcomputerman

2003-10-14 Thread enlightenment-cvs
Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore Modified Files: ecore_events.c Log Message: Little critter in filter deletion === RCS file: /