]> Pileus Git - ~andy/gtk/history - gdk
set the HAVE_X11R6 automake conditional to false if not compiling for X11.
[~andy/gtk] / gdk /
2003-05-06 Owen TaylorPatch from James Henstridge to update to automake-1...
2003-05-06 Tor LillqvistFix for #110165 (thanks to Arnaud Charlet):
2003-04-21 Owen TaylorPatch from Alex Larsson fixing problem with restacking...
2003-04-21 Owen TaylorCalling XFlush() after ungrabbing, to avoid problems...
2003-04-21 Owen TaylorAdd SKIP_TASKBAR/SKIP_PAGER to set of properties we...
2003-04-18 Owen TaylorFix for the case when gdk_event_copy() is called on...
2003-04-18 Owen TaylorFix pointer arithmetic on 'void *'. (#108322)
2003-04-18 Owen TaylorCheck for XAddConnectionWatch()/X11R6, and if found...
2003-04-18 Owen TaylorPatch from Morten Welinder to catch Sun servers with...
2003-04-18 Owen TaylorUse gdk_free_compound_text(), not g_free(). (#107643...
2003-04-18 Owen TaylorFix wrong use of base_finalize. (#105126, Sven Neumann)
2003-04-18 Owen TaylorFix '/' vs. '*' problem in aspect ration computations...
2003-04-18 Owen TaylorYou don't get a XkbMapNotify event if you get a XkbNewK...
2003-04-07 Owen TaylorFlush after ungrabbing the server.
2003-03-15 Tor LillqvistUse the signed GET_X_LPARAM() and GET_Y_LPARAM() to...
2003-03-13 Tor LillqvistOn WM_MOUSEMOVE, the test whether we have actually...
2003-03-13 Tor Lillqvistif a grab cursor is used, must copy the HCURSOR with...
2003-03-09 Tor LillqvistDon't try to compensate for LineTo() not drawing the...
2003-03-08 Matthias ClasenBug #107664 continued:
2003-03-08 Matthias ClasenTrivial cleanups (bug #107664)
2003-03-06 Matthias ClasenReturn gboolean, not gint. (#107664, Morten Welinder)
2003-03-02 Tor LillqvistAdd a bunch of missing entries. Noticed by Cedric Gustin.
2003-02-28 Manish Singhdemos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk...
2003-02-19 Matthias ClasenAssociate the keys_changed virtual function with the...
2003-02-18 Larry Ewingcopy the event axes as well.
2003-02-06 Matthias ClasenReturn a GdkVisual *, not a GdkVisual **. (#105243)
2003-02-01 Tor LillqvistMerge from stable:
2003-01-31 Matthias ClasenDeprecate. (#60582)
2003-01-31 Matthias ClasenDeprecate gtk_paned_computed_position(). (#97077)
2003-01-30 Owen TaylorRemove the attempt-to-allocate then free code. To handl...
2003-01-29 Owen TaylorMake the translation of GDK_KP_Decimal dependent on...
2003-01-22 Manish Singhadd a "return" at the end of the function, so there...
2003-01-19 Tor LillqvistMerge from stable:
2003-01-12 Tor LillqvistMerge from stable:
2003-01-09 Manish Singh#include <stdlib.h> for putenv, <string.h> for strlen.
2003-01-05 Tor LillqvistUse correct DLL and import library names, with GTK_API_...
2002-12-21 Tor LillqvistMove the code that sets the window style and extended...
2002-12-19 Owen TaylorCall the filters on the window where the event is recei...
2002-12-17 Tor LillqvistImplement two missing functions (#101369)
2002-12-17 Tor LillqvistMinor cosmetics.
2002-12-15 Owen TaylorFix a bug with checking the private flag on the wrong...
2002-12-15 Matthias ClasenUse g_printf instead of system printf. (#99327)
2002-12-14 Owen Taylorgdk/gdkscreen.c (gdk_screen_get_monitor_at_point) Provi...
2002-12-11 Tor Lillqvistgdk/win32/gdkpixmap-win32.c (gdk_pixmap_new, gdk_bitmap...
2002-12-10 PST 2002 Manish... gdk_x11_get_xatom_by_name_for_display takes a GdkDispla...
2002-12-10 Matthias ClasenDelete EWMH properties if no private->state flags are...
2002-12-10 Owen TaylorSeparate out tracking of the X server focus window...
2002-12-09 Owen TaylorRemove selection for DeviceButtonRelease, we no longer...
2002-12-09 Kristian Rietveldupdate to allow a GdkDrawable instead of a GdkWindow.
2002-12-09 Owen TaylorFix a bug in one of my earlier changes. (From Naofumi...
2002-12-09 Owen TaylorFix spacing in a bunch of for (i=0; i<ncolors; i++).
2002-12-09 Owen TaylorFix a lost refcount in the case where we get a duplicat...
2002-12-09 Owen TaylorWhen allocating non-writeable colors, fill in the flags...
2002-12-09 Owen TaylorMore fixes for GdkColormapX11 (#100023, Naofumi Yasufuku)
2002-12-09 Owen TaylorFixes for GdkColormapX11 (#100023, Naofumi Yasufuku)
2002-12-09 Tor LillqvistMerge from stable:
2002-12-06 Owen TaylorFix incorrect masks in PACKED_COLOR definition. (#99795...
2002-12-06 Eric WarmenhovenFix gdkenumtypes.h hack
2002-12-06 Matthias ClasenAdd "Since" information.
2002-12-05 Eric WarmenhovenMore proper vt switch handling
2002-12-04 Owen TaylorAlways look up and create the Motif drag window as...
2002-12-03 Owen TaylorFix wrong sign for queued translation. (Found by Chris...
2002-12-03 Matthias Clasen Moveresize emulation for all edges. (#52833)
2002-11-28 Matthias ClasenDocument 2.2 API additions.
2002-11-25 Owen TaylorFixes from #98358, Havoc Pennington.
2002-11-25 Tor LillqvistEnclose in #ifdef G_ENABLE_DEBUG, as they use functions...
2002-11-25 Owen TaylorUse _NET_WM_WINDOW_TYPE_SPLASH, not TYPE_SPLASHSCREEN...
2002-11-24 Tor LillqvistMerge from stable:
2002-11-23 Matthias ClasenRemove period from title of example in docs.
2002-11-17 Manish Singhadd -DGDK_DISABLE_DEPRECATED
2002-11-16 Tor LillqvistAdd missing entries, needed by gtk.
2002-11-16 Tor LillqvistReflect recent renamings and removals of functions.
2002-11-14 Owen TaylorFix display/window typo. (#98511, Soeren Sandmann)
2002-11-14 Owen TaylorTry a different hack to force gdkenumtypes.h to be...
2002-11-13 Eric Warmenhovenadd gdk_display_get_devices to fix compilation
2002-11-12 Tor Lillqvistgdk/win32/gdkprivate-win32.h Rename all global variable...
2002-11-10 Matthias ClasenFix a typo which broke moveresize emulation.
2002-11-08 Matthias ClasenReformulate doc comments to work around gtk-doc limitat...
2002-11-08 Owen TaylorAdd in a awful hack to force gdkenumtypes.h to be updat...
2002-11-08 Owen TaylorUse g_get_application_name() instead of g_get_prgname...
2002-11-08 Soeren Sandmanndocs/reference/gdk/tmpl/dnd.sgml docs/reference/gdk...
2002-11-08 Eric Warmenhovenfix compilation
2002-11-07 Owen TaylorDon't try to use render if we can't get a picture for...
2002-11-07 Owen TaylorFix misplaced display_grab()/display_ungrab(); they...
2002-11-07 Matthias ClasenUse g_return_val_if_fail in this non-void function...
2002-11-02 Owen TaylorAdd startup notification hooks - mostly based on patch...
2002-11-01 Matthias ClasenMore doc comments moved inline.
2002-10-31 Owen TaylorAdd a --screen option for setting the default screen...
2002-10-29 Matthias Clasendoc comment fixes.
2002-10-28 Tor LillqvistDon't call GetWindowLong for GWL_EXSTYLE, the extended...
2002-10-25 Matthias ClasenFix doc comment.
2002-10-24 Matthias ClasenMore API docs moved inline.
2002-10-23 Matthias ClasenDocumentation updates.
2002-10-23 Matthias ClasenRemove redundant doc comments.
2002-10-22 Matthias ClasenGdk API doc updates.
2002-10-22 Owen TaylorProduce C-m, not C-j for return. Handle Escape.
2002-10-18 Owen TaylorHandle Return and KP_Enter.
2002-10-18 Owen TaylorFix use of uninitialized variable.
2002-10-17 Havoc Penningtonadd g_return_if_fail for monitor number <= 0
2002-10-16 Owen TaylorFix from Phil Blundell for compiling without Xkb. ...
next