]> Pileus Git - ~andy/gtk/history - gdk
Translation updated by Ivar Smolin.
[~andy/gtk] / gdk /
2006-03-04 Matthias ClasenAdjust the handling of min values for the x and y axes...
2006-02-27 Michael Natterermap "gtk-touchscreen-mode" to the "Gtk/TouchscreenMode...
2006-02-27 Tim Janikmoved and renamed the gdk_settings_names and gdk_settin...
2006-02-26 Michael David EmmelRemoved old build instructions
2006-02-25 PST 2006 Michael... *gdk/directfb/gdkdisplay-directfb.c *gdk/directfb/gdkwi...
2006-02-24 Tim Janikremove unconditional warnings about missing X locale...
2006-02-21 Anders CarlssonAdd these from the win32 backend.
2006-02-20 Matthias ClasenObtain the background color from the gc when it is...
2006-02-20 Matthias ClasenForgotten file
2006-02-20 Matthias ClasenAdd a gc_changed argument, and avoid setting the clip...
2006-02-20 Anders CarlssonAdd stubs for input shape functions.
2006-02-20 Anders CarlssonFix typo so ctrl gets passed on to the gdk event.
2006-02-20 Tor LillqvistNew function, return TRUE. (gdk_display_supports_input_...
2006-02-20 Tor LillqvistNew function. Factor out code from gdk_window_shape_com...
2006-02-20 Michael Nattereradding boolean have_shapes and have_input_shapes member...
2006-02-20 Tor LillqvistReplace all calls to g_strcasecmp() with g_ascii_strcas...
2006-02-20 Matthias ClasenSupport input shapes: (#331070)
2006-02-17 Matthias ClasenBe robust and reject rectangles with negative width...
2006-02-09 Sven Neumannadded .cvsignore file to shut up CVS
2006-02-09 Tor LillqvistIf we don't know where we went, and have generated...
2006-02-09 John Ehresmangdk/win32/gdkevents-win32.c (gdk_event_translate) ...
2006-02-09 John EhresmanLet gdk_window_set_decorations() take precedence over...
2006-02-08 Tor LillqvistConsistenly use assign_object() when assigning GdkWindo...
2006-02-07 Sven Neumannupdated mine and Dok's email address.
2006-02-05 Dom LachowiczBug #330022 Wrong pixel values are computed when color...
2006-02-05 Michael David EmmelAdded new directfb backend
2006-02-03 Federico Mena QuinteroWork around https://bugs.freedesktop.org/show_bug.cgi...
2006-02-02 Matthias ClasenMake drops on the root window work again. (#145243...
2006-01-29 Behdad EsfahbodIf major.minor of required and available glib versions...
2006-01-25 Matthias ClasenOnly set the cursor size if it is != 0.
2006-01-20 Matthias ClasenUse an unused high bit in the XID to mark fonts in...
2006-01-18 Anders CarlssonImplement these functions. (#327228, Thomas Broyer).
2006-01-18 Anders CarlssonImplement these functions. (#327226, Thomas Broyer)
2006-01-18 Anders CarlssonSupport non-MacRoman keyboard layouts. (#322585, Wolfga...
2006-01-18 Anders CarlssonMake the process a foreground application. (#322481...
2006-01-16 Anders CarlssonFix ChangeLog entry
2006-01-16 Anders CarlssonImplement keyboard grabs.
2006-01-14 Matthias ClasenMake this work on more platforms.
2006-01-12 Michael Nattererconnect to the display's "closed" signal and free the...
2006-01-11 Matthias ClasenClean up properly if the grab fails. (finish_drag)...
2006-01-11 Matthias ClasenFix string offsets.
2006-01-11 Matthias ClasenAllow falling back to another icon theme before hicolor...
2006-01-10 Michael Nattererdisconnect from the right object ("closed" is emitted...
2006-01-10 Anders CarlssonImplement local-only atoms.
2006-01-10 Matthias ClasenCorrect a warning. (#326341, BenoƮt Carpentier)
2006-01-09 Johan DahlinAdd cvsignore
2006-01-08 Matthias ClasenFix this for the single-rectangle case. (#326127, Benja...
2006-01-05 Hans Breueralso recurse into win32 for ::clean create gtkbuiltinca...
2006-01-02 Anders CarlssonHave these return TRUE
2006-01-02 Tor LillqvistMake identical to the X11 implementation. (#322264...
2006-01-02 Tor LillqvistRevert stuff that was accidentally committed.
2006-01-02 Tor LillqvistGet the invalidated region from ScrollWindowEx() instea...
2005-12-30 Matthias ClasenAdd gdk_cairo_set_source_pixmap. (#318805, Alexander...
2005-12-30 Matthias ClasenCall gdk_display_manager_set_default_display() to chang...
2005-12-27 Matthias ClasenFix a typo. (gdk_screen_get_setting): Avoid relocations...
2005-12-27 Matthias ClasenFix a typo.
2005-12-27 Matthias ClasenAvoid relocations for the list of standard atoms.
2005-12-27 Matthias ClasenPrecache atoms before calling gdk_window_new().
2005-12-24 Matthias ClasenInline docs, use g_assert(), avoid extra allocation...
2005-12-24 Matthias ClasenInline docs.
2005-12-21 Matthias ClasenUse the slice allocator for regions. Still todo: avoid...
2005-12-20 Matthias ClasenAnother doc update
2005-12-20 Matthias ClasenDocumentation updates
2005-12-11 Matthias ClasenFix an oversight
2005-12-06 Matthias ClasenDon't ignore errors from g_option_context_parse().
2005-12-06 Tim Janikfix missing hash table initialization.
2005-12-05 Michael Natterermap the new GtkSettings properties "timeout-initial...
2005-12-05 Matthias ClasenUse g_slice instead of mem chunks.
2005-11-28 Tor LillqvistImplement the conditional use of FlashWindowEx() proper...
2005-11-27 Tor LillqvistOnce again rework Win32 window decoration code. Doesn...
2005-11-27 Tor LillqvistRevert to the correct semantics. (#322516)
2005-11-22 Anders CarlssonAdd quartz backend.
2005-11-16 Michael Natterernew internal function which destroys the display's...
2005-11-15 Michael Nattererdestroy display->xid_ht as late as possible (right...
2005-11-14 Matthias ClasenDocumentation improvements. (#321338)
2005-11-10 Matthias ClasenRemove an erroneous semicolon.
2005-11-10 Matthias ClasenDon't corrupt odd keymaps (#316638, Kean Johnston)
2005-11-10 Michael NattererApplied patch from maemo-gtk that addresses many issues...
2005-11-09 Tor Lillqvistgdk/gdkinternals.h Add new GDK_DEBUG_DRAW flag to the...
2005-11-09 Tor LillqvistRemove unnecessary includes.
2005-11-09 Tor Lillqvistgdk/win32/gdkwindow-win32.h (struct _GdkWindowImplWin32...
2005-11-08 Tor LillqvistRemove code that has been permanently ifdeffed out...
2005-11-08 Matthias ClasenUnref tile and stipple when finalizing a gc. (#320789...
2005-11-08 Matthias ClasenIgnore icons if they would make the request large enoug...
2005-11-08 Michael Natterergdk/gdk.symbols gdk/gdkwindow.h added gdk_window_get_ty...
2005-11-07 Tor LillqvistFix also the other place where maskstride was calculated.
2005-11-07 Tor LillqvistCorrect the calculation of maskstride. (#320152, Peter...
2005-11-06 Tor Lillqvist(pixbuf_to_hbitmaps_alpha_winxp): Use an 1-bit mask...
2005-11-03 Tor LillqvistAs there is only one GdkDisplay in the Win32 backend...
2005-11-03 Tor LillqvistRename the variables for the color bitmap to have ...
2005-11-02 Tor Lillqvistgdk/win32/gdkcolor-win32.c gdk/win32/gdkscreen-win32...
2005-11-01 Tor Lillqvistgdk/win32/gdkprivate-win32.h gdk/win32/gdkglobals-win32...
2005-10-26 Matthias Clasenuse $(GLIB_MKENUMS) instead of glib-mkenums. (#318582...
2005-10-26 Matthias ClasenFix #317844
2005-10-25 Matthias ClasenMake the initialization of screen_x11->xft_rgba more...
2005-10-24 Matthias ClasenAdd settings to hide the input method and Unicode contr...
2005-10-14 Tor LillqvistRemove the clipboard viewer code. It didn't really...
2005-10-13 Tor LillqvistDon't treat Alt-Enter specially. It does not have any...
2005-10-13 Tor LillqvistSet visual depth to 24 for 32 bits-per-pixel devices...
2005-09-30 Tor LillqvistIn case BitBlt() fails with ERROR_INVALID_HANDLE, the...
next