]> Pileus Git - ~andy/gtk/history - gdk
Add back the monitoring of the selection when the combo isn't popped down;
[~andy/gtk] / gdk /
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. ...
2002-10-16 Owen TaylorMake 'filled' arguments for draw_arc/polygon/rectangle...
2002-10-13 Soeren SandmannDocumentation fixes.
2002-10-11 Matthias ClasenLots of trivial doc fixes.
2002-10-11 Matthias ClasenDocumentation updates.
2002-10-08 Owen TaylorMove out of HAVE_XKB. (#95129, Phil Blundell)
2002-10-08 Eric Warmenhovenfix compilation
2002-10-07 Owen TaylorNew file. Move gdk_drag_find_window(), gdk_drag_get_pro...
2002-10-07 Owen TaylorAdd gdk_drag_find_window_for_screen(), so that we can...
2002-10-07 Owen Taylor- Replace GdkPointerHooks with a multihead-safe GdkDisp...
2002-10-07 Owen TaylorFix some prototypes that had () instead of (void).
2002-10-07 Owen TaylorIf Mode_switch is used for a known modifier like Mod1...
2002-10-07 Bill Hanemangdk_image_get_pixel, gdk_image_put_pixel: Fixed sense...
2002-10-05 Soeren Sandmanndocs/reference/gtk/tmpl/gtkfontseldlg.sgml, gdk/gdkwind...
2002-10-04 Owen TaylorPatch from Shivram U <shivaram.upadhyayula@wipro.com>
2002-10-04 Anders CarlssonRemove this
2002-10-04 jacob berkmanmake legal C
2002-10-04 Owen TaylorGet the name right.
2002-10-04 Owen TaylorAdd a check for the Xrandr extension.
2002-10-03 Eric Warmenhovenimplement maximize for linux-fb
2002-10-03 Owen TaylorFix error in computing length and a memory leak. (Fixes...
2002-10-03 Kristian Rietveldget XDisplay from window instead of display, as display...
2002-10-03 Owen TaylorRestore the pre-Xft2 code to render text directly via...
2002-10-03 Owen TaylorAdd a 'type' parameter, make public.
2002-10-02 Owen TaylorExport _gdk_draw_pixbuf as gdk_draw_pixbuf(), rename...
2002-10-02 Owen TaylorAdd gdk_screen_set_screen()/_get_screen() which (by...
2002-09-30 Tor LillqvistSet image->windowing_data to NULL, unref the image...
2002-09-30 Owen TaylorRemove a duplicate definition of gdk_set_sm_client_id().
2002-09-30 Owen TaylorSet the client ID on all displays. (#85713)
2002-09-27 Matthias ClasenMake drawing to the root window work. (#89492)
2002-09-27 Eric WarmenhovenMove gdk_keval_name and gdk_keyval_from_name to new...
2002-09-25 Havoc Penningtonfix GtkWindowMnemonic to have a separate typedef
2002-09-25 Owen TaylorAdd gdk_screen_make_display_name(), which returns a...
2002-09-25 Owen TaylorPatch from Eric Warmenhoven, #94123
2002-09-25 Manish Singhadd -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEP...
2002-09-24 Owen TaylorLook up the visual as well as the colormap, since calling
2002-09-24 Hidetoshi Tajima disable/enable preedit/status in GtkIMContextXIM ...
2002-09-24 Matthias ClasenReplace leftover gdkx_visual_get_for_screen () by
2002-09-24 Matthias ClasenReplace leftover gdk_colormap_lookup () by gdk_x11_colo...
2002-09-24 Owen TaylorAdd a GtkAccelGroupFindFunc to clean up the prototype...
2002-09-24 Tor LillqvistMerge from gtk-2-0:
2002-09-24 Matthias ClasenAdd a missing ; to make things compile.
2002-09-24 Owen TaylorMake icon sizes configurable (#70648, slightly based...
2002-09-24 Owen Taylorgdk/win32/gdkimage-win32.c gdk/x11/gdkimage-x11.c Add...
2002-09-24 Owen TaylorDelete unused private gdk_visual_lookup(), make gdk_col...
2002-09-24 Owen TaylorChange the window parameter for
2002-09-23 Owen TaylorAdd a keys_changed signal emitted when the keymap chang...
2002-09-22 Owen TaylorPatch from Eric Warmenhoven to with miscellaneous linux...
2002-09-21 Matthias ClasenMark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383)
2002-09-21 Tor LillqvistCopy from X11 backend. The old version mishandled conse...
2002-09-19 Tor LillqvistDelete leftover declarations of the obsolete Win32...
2002-09-19 Owen TaylorFix usage of compat GTK_TYPE_ macros without including...
2002-09-14 Sven Neumannfixed my latest change.
2002-09-13 Sven Neumannuse the most significant bits of the GdkColor component...
2002-09-11 Tor LillqvistMerge from gtk-2-0:
2002-09-11 Tor LillqvistMerge from gtk-1-3-win32-production and gtk-2-0:
2002-09-11 Tor LillqvistUse correct function name in warning messages.
2002-09-11 Tor LillqvistMerge from gtk-2-0:
2002-09-11 Tor LillqvistMerge from gtk-2-0:
2002-09-11 Tor LillqvistMerge from gtk-2-0:
2002-09-10 Owen TaylorPatch from Eric Warmonhoven to get linux-fb compiling...
2002-09-10 Owen TaylorTake focus mode into account when tracking FocusIn...
next