summaryrefslogtreecommitdiff
path: root/gdk/x11
Commit message (Expand)AuthorAgeFilesLines
* gdk_x11_get_xatom_by_name_for_display takes a GdkDisplay *, not anPST 2002 Manish Singh2002-12-101-9/+9
* Delete EWMH properties if no private->state flags are set. (#66754)Matthias Clasen2002-12-101-17/+30
* Separate out tracking of the X server focus window from tracking our ideaOwen Taylor2002-12-102-3/+3
* Remove selection for DeviceButtonRelease, we no longer need it now thatOwen Taylor2002-12-091-7/+0
* update to allow a GdkDrawable instead of a GdkWindow.Kristian Rietveld2002-12-091-34/+34
* Fix a bug in one of my earlier changes. (From Naofumi Yasufuku, #100023)Owen Taylor2002-12-091-1/+1
* Fix spacing in a bunch of for (i=0; i<ncolors; i++).Owen Taylor2002-12-091-22/+18
* Fix a lost refcount in the case where we get a duplicate back from the XOwen Taylor2002-12-093-10/+44
* When allocating non-writeable colors, fill in the flags field of theOwen Taylor2002-12-091-2/+8
* More fixes for GdkColormapX11 (#100023, Naofumi Yasufuku)Owen Taylor2002-12-091-8/+6
* Fixes for GdkColormapX11 (#100023, Naofumi Yasufuku)Owen Taylor2002-12-091-8/+11
* Always look up and create the Motif drag window as a child of the rootOwen Taylor2002-12-042-6/+11
* Fix wrong sign for queued translation. (Found by Chris Blizzard, #100274)Owen Taylor2002-12-031-4/+4
* Moveresize emulation for all edges. (#52833)Matthias Clasen2002-12-031-6/+113
* Document 2.2 API additions.Matthias Clasen2002-11-2817-82/+226
* Fixes from #98358, Havoc Pennington.Owen Taylor2002-11-253-3/+16
* Use _NET_WM_WINDOW_TYPE_SPLASH, not TYPE_SPLASHSCREEN. (#99482, GregoryOwen Taylor2002-11-251-1/+1
* Remove period from title of example in docs.Matthias Clasen2002-11-231-1/+1
* add -DGDK_DISABLE_DEPRECATEDManish Singh2002-11-174-28/+16
* Fix display/window typo. (#98511, Soeren Sandmann)Owen Taylor2002-11-141-1/+1
* Try a different hack to force gdkenumtypes.h to be updated before buildingOwen Taylor2002-11-141-4/+2
* Fix a typo which broke moveresize emulation.Matthias Clasen2002-11-101-1/+1
* Reformulate doc comments to work around gtk-doc limitations.Matthias Clasen2002-11-081-2/+2
* Add in a awful hack to force gdkenumtypes.h to be updated before buildingOwen Taylor2002-11-081-0/+11
* Use g_get_application_name() instead of g_get_prgname() as the defaultOwen Taylor2002-11-083-20/+68
* docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgmlSoeren Sandmann2002-11-083-10/+10
* Don't try to use render if we can't get a picture for the drawable. (FixesOwen Taylor2002-11-071-1/+2
* Fix misplaced display_grab()/display_ungrab(); they shouldn't have beenOwen Taylor2002-11-071-3/+3
* Add startup notification hooks - mostly based on patch by Havoc PenningtonOwen Taylor2002-11-023-10/+197
* More doc comments moved inline.Matthias Clasen2002-11-012-15/+104
* Add a --screen option for setting the default screen. (Based on a patchOwen Taylor2002-10-312-13/+44
* doc comment fixes.Matthias Clasen2002-10-292-21/+21
* Fix doc comment.Matthias Clasen2002-10-251-3/+3
* More API docs moved inline.Matthias Clasen2002-10-242-7/+162
* Documentation updates.Matthias Clasen2002-10-231-4/+128
* Gdk API doc updates.Matthias Clasen2002-10-2213-2/+200
* Produce C-m, not C-j for return. Handle Escape.Owen Taylor2002-10-221-1/+6
* Handle Return and KP_Enter.Owen Taylor2002-10-181-0/+6
* Fix use of uninitialized variable.Owen Taylor2002-10-182-133/+216
* add g_return_if_fail for monitor number <= 0Havoc Pennington2002-10-172-8/+63
* Fix from Phil Blundell for compiling without Xkb. (#95909)Owen Taylor2002-10-161-0/+3
* Make 'filled' arguments for draw_arc/polygon/rectangle gboolean not gint.Owen Taylor2002-10-161-6/+6
* Lots of trivial doc fixes.Matthias Clasen2002-10-111-1/+1
* Documentation updates.Matthias Clasen2002-10-111-1/+1
* Move out of HAVE_XKB. (#95129, Phil Blundell)Owen Taylor2002-10-081-2/+2
* Add gdk_drag_find_window_for_screen(), so that we can interpret x_root /Owen Taylor2002-10-072-19/+37
* - Replace GdkPointerHooks with a multihead-safe GdkDisplayPointerHooks,Owen Taylor2002-10-071-21/+62
* Fix some prototypes that had () instead of (void).Owen Taylor2002-10-071-2/+2
* If Mode_switch is used for a known modifier like Mod1, assume it won't beOwen Taylor2002-10-071-6/+14
* gdk_image_get_pixel, gdk_image_put_pixel: Fixed sense of bounds checks.Bill Haneman2002-10-072-5/+5