Commit Graph

39 Commits

Author SHA1 Message Date
ncn 4dc39d4dfa Some restructuring, clean up, grouping, explaining, etc. Getting there...
SVN revision: 11696
2004-09-22 08:17:15 +00:00
Kim Woelders be77d65356 Some client message and ICCCM related functions.
SVN revision: 11687
2004-09-21 19:18:45 +00:00
Kim Woelders 0928ca37f7 Introduce ecore_x_disconnect().
SVN revision: 11553
2004-09-07 19:47:46 +00:00
Carsten Haitzler 74218f9611 tilman's xcursor patch
SVN revision: 11380
2004-08-25 23:41:57 +00:00
tsauerbeck c9218500d1 haha, this was totally stupid. let the compiler handle the initialization
SVN revision: 11308
2004-08-22 21:44:52 +00:00
rbdpngn 7363ea82b1 More documentation patches from Nicholas Curran.
Added a couple includes to fix builds on minimal systems.


SVN revision: 10841
2004-07-15 13:43:15 +00:00
atmosphere 3bf171d7d0 more docs from nicholas curran
SVN revision: 10170
2004-05-12 14:40:08 +00:00
Kim Woelders c106370265 Added iconification request.
SVN revision: 9520
2004-03-29 21:10:48 +00:00
xcomputerman 9a7832dcdc Implement more functions prerequisite to Xdnd
- ecore_x_window_visible_get() <-- yeah, hard to believe it wasn't there
- ecore_x_server_grab/ungrab <-- that too
- ecore_x_window_at_xy_get()


SVN revision: 9152
2004-02-29 04:29:25 +00:00
xcomputerman be56b5d25a Added generic functions to fetch geometry, border width
and depth for a drawable, and wrapper functions for windows
and pixmaps (overrides previous commit)


SVN revision: 9069
2004-02-21 21:44:48 +00:00
xcomputerman 999135b7e8 Finish up client message handling for Xdnd. Still has a couple of
unresolved cases that will be filled out when the actual dnd process loop
is written.


SVN revision: 9059
2004-02-21 08:58:20 +00:00
Carsten Haitzler 75047789ad slight change in doc comments... get rid of htmlisms...
SVN revision: 9037
2004-02-20 07:06:29 +00:00
xcomputerman 9555ba07c8 More Xdnd code
- a few functions added to the header
- dnd events added
- more work on client messages


SVN revision: 8829
2004-02-06 05:32:51 +00:00
xcomputerman 2a7be94297 Teh xdnd cometh!
No, it doesn't even remotely do anything useful yet.


SVN revision: 8812
2004-02-05 07:14:56 +00:00
tsauerbeck 9d7fe9552c memleak fixes
SVN revision: 8797
2004-02-04 17:43:41 +00:00
Kim Woelders 79fa670e3f Added some more _NET... atoms.
SVN revision: 8746
2004-02-01 11:00:41 +00:00
xcomputerman 97b96943d9 Support for standard X cursor fonts
SVN revision: 8619
2004-01-22 23:14:06 +00:00
xcomputerman b26938f6c3 Selections:
- Framework for conversion functions complete
- Added default function for TEXT, COMPOUND_TEXT and STRING


SVN revision: 8508
2004-01-16 22:34:02 +00:00
xcomputerman 31d579cb9b More work on selections:
- implement functions to add, delete and run conversion callbacks
  (not usable yet)


SVN revision: 8506
2004-01-16 20:41:45 +00:00
rbdpngn c53a08409a The start of desktop change notification, added the ability to set the command
used to launch a window (set in the defaults).


SVN revision: 8429
2004-01-14 23:08:58 +00:00
xcomputerman e348e59778 Add support for the proposed _NET_WM_WINDOW_OPACITY window manager hint.
At the moment does nothing useful unless you're running kdrive with a
specially patched version of Metacity ... but I just felt like putting it
in there anyways for later.

A little bit of the upcoming selections code leaked in with one of the
files in this commit.


SVN revision: 8280
2004-01-06 03:42:05 +00:00
Carsten Haitzler f94ea32351 1. fix focus loss after fullscreening
2. add call to get x fd


SVN revision: 8257
2004-01-03 03:24:37 +00:00
xcomputerman 6dd589c4c4 Add code to request selections
SVN revision: 7941
2003-11-25 06:10:18 +00:00
xcomputerman 0b893f7b7c Beginnings of support for X selections. Does nothing right now expect set
and clear selections (no actual events handled yet).


SVN revision: 7935
2003-11-24 06:41:43 +00:00
xcomputerman d5e8e2d154 Apparent typo for fullscreen state atom.
SVN revision: 7781
2003-11-01 22:28:50 +00:00
rbdpngn f2130a93f5 Added setup for more netwm atoms, also API for working with the current desktop.
SVN revision: 7597
2003-10-14 19:11:35 +00:00
rbdpngn 911e66a03c Missed assigning an event for client machine change. Also added support for
_NET_WM_PID.


SVN revision: 7564
2003-10-13 17:36:09 +00:00
jeoparde d2064a9299 Whoopsie, my mistake earlier ... was too eager to get to bed :)
No, we won't just kill all clients, we'll kill all clients under the
specified root window.


SVN revision: 7558
2003-10-12 22:39:12 +00:00
rbdpngn 24d7903e31 API for manipulating the WM_CLIENT_MACHINE string.
SVN revision: 7556
2003-10-12 17:35:35 +00:00
jeoparde 7d371a9fb3 And doc.
SVN revision: 7553
2003-10-12 07:15:26 +00:00
jeoparde 859c0c9bb4 The almighty nuke function. Use at your own risk! :)
SVN revision: 7552
2003-10-12 07:12:09 +00:00
rbdpngn 812140933f More NetWM support, this time added _NET_WM_VISIBLE_ICON_NAME.
SVN revision: 7550
2003-10-12 06:55:40 +00:00
rbdpngn d0929d87e8 Support WM_ICON_NAME and _NET_WM_ICON_NAME. Added test cases to ecore_test to
verify these are setting and retrieving the values as well as generating the
correct events.


SVN revision: 7549
2003-10-12 06:25:25 +00:00
rbdpngn 0969d64850 Follow the netwm spec and use UTF8 string encoding. Avoid non-portable Xlib
functions too.


SVN revision: 7547
2003-10-12 05:34:47 +00:00
rbdpngn 54cd8f0c92 Provide an API and events for _NET_WM_VISIBLE_NAME.
SVN revision: 7545
2003-10-12 05:01:41 +00:00
rbdpngn d4613c5c70 Include netinet/in.h for connections to be portable to BSD.
Added the atom declarations for the NetWM application window properties.
Created ecore_x_window_prop_string_{set,get}.
Changed ecore_x_window_prop_title_{set,get} to use the new string functions.


SVN revision: 7531
2003-10-11 22:14:22 +00:00
Carsten Haitzler 67ca2319f5 1. fix docs for event handlers. oops. that was wrong
2. default op for exit event is to quit the main loop if u dont set handlers


SVN revision: 7518
2003-10-09 02:20:37 +00:00
Carsten Haitzler b6bcdee7db till's patch! pants!
SVN revision: 7476
2003-09-23 22:33:10 +00:00
Carsten Haitzler a5c2425084 damn you salizar! damn you!
errr. i mean. ecore moves to HEAD!


SVN revision: 7475
2003-09-23 08:09:32 +00:00