| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the code that sets the window style and extended window style, and | Tor Lillqvist | 2002-12-21 | 2 | -92/+130 |
* | Call the filters on the window where the event is received, not on the | Owen Taylor | 2002-12-19 | 1 | -7/+25 |
* | Implement two missing functions (#101369) | Tor Lillqvist | 2002-12-17 | 1 | -0/+2 |
* | Minor cosmetics. | Tor Lillqvist | 2002-12-17 | 3 | -3/+21 |
* | Fix a bug with checking the private flag on the wrong window; improve the | Owen Taylor | 2002-12-15 | 1 | -2/+13 |
* | Use g_printf instead of system printf. (#99327) | Matthias Clasen | 2002-12-15 | 7 | -27/+28 |
* | gdk/gdkscreen.c (gdk_screen_get_monitor_at_point) Provide a useful | Owen Taylor | 2002-12-14 | 1 | -9/+63 |
* | gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new, gdk_bitmap_create_from_data, | Tor Lillqvist | 2002-12-11 | 4 | -41/+46 |
* | gdk_x11_get_xatom_by_name_for_display takes a GdkDisplay *, not an | PST 2002 Manish Singh | 2002-12-10 | 1 | -9/+9 |
* | Delete EWMH properties if no private->state flags are set. (#66754) | Matthias Clasen | 2002-12-10 | 1 | -17/+30 |
* | Separate out tracking of the X server focus window from tracking our idea | Owen Taylor | 2002-12-10 | 2 | -3/+3 |
* | Remove selection for DeviceButtonRelease, we no longer need it now that | Owen Taylor | 2002-12-09 | 1 | -7/+0 |
* | update to allow a GdkDrawable instead of a GdkWindow. | Kristian Rietveld | 2002-12-09 | 4 | -70/+70 |
* | Fix a bug in one of my earlier changes. (From Naofumi Yasufuku, #100023) | Owen Taylor | 2002-12-09 | 1 | -1/+1 |
* | Fix spacing in a bunch of for (i=0; i<ncolors; i++). | Owen Taylor | 2002-12-09 | 1 | -22/+18 |
* | Fix a lost refcount in the case where we get a duplicate back from the X | Owen Taylor | 2002-12-09 | 3 | -10/+44 |
* | When allocating non-writeable colors, fill in the flags field of the | Owen Taylor | 2002-12-09 | 1 | -2/+8 |
* | More fixes for GdkColormapX11 (#100023, Naofumi Yasufuku) | Owen Taylor | 2002-12-09 | 1 | -8/+6 |
* | Fixes for GdkColormapX11 (#100023, Naofumi Yasufuku) | Owen Taylor | 2002-12-09 | 1 | -8/+11 |
* | Merge from stable: | Tor Lillqvist | 2002-12-09 | 5 | -145/+217 |
* | Fix incorrect masks in PACKED_COLOR definition. (#99795, John Finlay) | Owen Taylor | 2002-12-06 | 1 | -1/+3 |
* | Fix gdkenumtypes.h hack | Eric Warmenhoven | 2002-12-06 | 2 | -2/+2 |
* | Add "Since" information. | Matthias Clasen | 2002-12-06 | 2 | -2/+7 |
* | More proper vt switch handling | Eric Warmenhoven | 2002-12-05 | 5 | -6/+114 |
* | Always look up and create the Motif drag window as a child of the root | Owen Taylor | 2002-12-04 | 2 | -6/+11 |
* | Fix wrong sign for queued translation. (Found by Chris Blizzard, #100274) | Owen Taylor | 2002-12-03 | 1 | -4/+4 |
* | Moveresize emulation for all edges. (#52833) | Matthias Clasen | 2002-12-03 | 1 | -6/+113 |
* | Document 2.2 API additions. | Matthias Clasen | 2002-11-28 | 25 | -103/+304 |
* | Fixes from #98358, Havoc Pennington. | Owen Taylor | 2002-11-25 | 7 | -5/+40 |
* | Enclose in #ifdef G_ENABLE_DEBUG, as they use functions only available | Tor Lillqvist | 2002-11-25 | 1 | -0/+4 |
* | Use _NET_WM_WINDOW_TYPE_SPLASH, not TYPE_SPLASHSCREEN. (#99482, Gregory | Owen Taylor | 2002-11-25 | 1 | -1/+1 |
* | Merge from stable: | Tor Lillqvist | 2002-11-24 | 4 | -601/+515 |
* | Remove period from title of example in docs. | Matthias Clasen | 2002-11-23 | 1 | -1/+1 |
* | add -DGDK_DISABLE_DEPRECATED | Manish Singh | 2002-11-17 | 14 | -82/+87 |
* | Add missing entries, needed by gtk. | Tor Lillqvist | 2002-11-16 | 10 | -34/+81 |
* | Reflect recent renamings and removals of functions. | Tor Lillqvist | 2002-11-16 | 8 | -300/+704 |
* | Fix display/window typo. (#98511, Soeren Sandmann) | Owen Taylor | 2002-11-14 | 1 | -1/+1 |
* | Try a different hack to force gdkenumtypes.h to be updated before building | Owen Taylor | 2002-11-14 | 3 | -12/+6 |
* | add gdk_display_get_devices to fix compilation | Eric Warmenhoven | 2002-11-13 | 1 | -0/+6 |
* | gdk/win32/gdkprivate-win32.h Rename all global variables and functions to | Tor Lillqvist | 2002-11-12 | 18 | -1380/+1375 |
* | Fix a typo which broke moveresize emulation. | Matthias Clasen | 2002-11-10 | 1 | -1/+1 |
* | Reformulate doc comments to work around gtk-doc limitations. | Matthias Clasen | 2002-11-08 | 2 | -3/+3 |
* | Add in a awful hack to force gdkenumtypes.h to be updated before building | Owen Taylor | 2002-11-08 | 3 | -0/+33 |
* | Use g_get_application_name() instead of g_get_prgname() as the default | Owen Taylor | 2002-11-08 | 3 | -20/+68 |
* | docs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk/tmpl/drawing.sgml | Soeren Sandmann | 2002-11-08 | 11 | -39/+39 |
* | fix compilation | Eric Warmenhoven | 2002-11-08 | 2 | -2/+10 |
* | Don't try to use render if we can't get a picture for the drawable. (Fixes | Owen Taylor | 2002-11-07 | 1 | -1/+2 |
* | Fix misplaced display_grab()/display_ungrab(); they shouldn't have been | Owen Taylor | 2002-11-07 | 1 | -3/+3 |
* | Use g_return_val_if_fail in this non-void function. (gdk_init_check): | Matthias Clasen | 2002-11-07 | 1 | -3/+1 |
* | Add startup notification hooks - mostly based on patch by Havoc Pennington | Owen Taylor | 2002-11-02 | 6 | -10/+210 |