]> Pileus Git - ~andy/gtk/history - ChangeLog.pre-2-2
New loader, for .ANI animations.
[~andy/gtk] / ChangeLog.pre-2-2
2002-09-06 Owen TaylorFri Sep 6 15:59:54 2002 Owen Taylor <otaylor@redhat...
2002-09-06 Owen TaylorOnly set gc->colormap if it isn't already set. (Alex...
2002-09-06 Owen TaylorPass the actual input keycode to XIM, rather than the...
2002-09-05 jacob berkmanfix non-solaris xinerama checks (bug #89732)
2002-09-05 jacob berkmanget automake-1.4 changes from -2-0 branch
2002-09-04 Tor LillqvistUse HWND_NOTOPMOST instead of HWND_TOPMOST. Suggested...
2002-09-04 Tor LillqvistFix braino, actually do check each char, not just the...
2002-09-03 Matthias ClasenQuit on destroy.
2002-09-01 Søren Sandmann Ped... ChangeLog fix
2002-09-01 Soeren Sandmanndocs/reference/gtk/tmpl/gtkdialog.sgml
2002-08-31 Tor LillqvistOn Cygwin, open /dev/windows instead of using the magic...
2002-08-31 Tor LillqvistUse cygwin_conv_to_posix_path(). (gtk_file_selection_di...
2002-08-26 Tor LillqvistUse MAX_PATH (from windef.h) insted of _MAX_PATH (from...
2002-08-26 BST 2002 Tony Galecleanups
2002-08-25 Tor LillqvistDon't include <winsock.h> on Cygwin (#91654, Masahiro...
2002-08-25 Tor LillqvistCompile gtk_init_abi_check and gtk_init_check_abi_check...
2002-08-25 BST 2002 Tony Galeupdate packaging script for current tutorial
2002-08-24 Tor LillqvistInclude gtkbox.h and gtkwindow.h on Win32, as the defin...
2002-08-24 Tor LillqvistAdd gtk_win32res_lo. (#87101, J. Ali Harlow)
2002-08-24 Tor Lillqvistgdk/gdkevents.c gdk/gdkinternals.h gdk/x11/gdkevents...
2002-08-24 Tor LillqvistLet the system handle Alt-Space, too. Thanks to Tim...
2002-08-24 BST 2002 Tony Galeupdate g_connect_signal usage
2002-08-21 Tor LillqvistMove GDK_DEP_LIBS from LDFLAGS to each of the libgdk_...
2002-08-19 Padraig O'BriainUse gtk_entry_set_positions() to update current_pos...
2002-08-16 jacob berkmanswitch vbox and action_area back to the order that...
2002-08-15 Tony Galeminor menu example comment fix (feeling my way back...
2002-08-14 Hidetoshi Tajimainitialize gtk_selection_atoms only once at the 1st...
2002-08-14 Padraig O'BriainMove focus to children, if they exist, after GtkTextVie...
2002-08-12 Matthias ClasenRemove gdk_screen_close, add a section for GdkDisplayMa...
2002-08-11 Owen TaylorMention in the docs that @pixmap_return and @mask_retur...
2002-08-10 Soren SandmannMinor documentation fixes
2002-08-09 Matthias ClasenChanges to support depth 8 StaticColor visuals. (#81631)
2002-08-09 Owen TaylorFix weird usage of 'class' for GdkDisplay * argumnent...
2002-08-09 Owen TaylorRemove explicit calls to pango_x/xft_shutdown_display...
2002-08-09 Owen TaylorConsistently order pangoxft / pangox in pkg-config...
2002-08-07 Matthias ClasenFix doc comment.
2002-08-06 jacob berkmanlink gdk-pixbuf-xlib against x libs (bug #83442)
2002-08-05 Owen TaylorPatch from Soeren Sandmann to improve GtkLabel behavior...
2002-08-05 Owen TaylorWhen overriding LDFLAGS, include @LDFLAGS@, otherwise...
2002-08-05 Owen TaylorFix problem with wrong depth being used. (#89941, Jacob...
2002-08-05 Owen TaylorMore fixes for warnings reported by David L. Cooper II
2002-08-05 Owen TaylorAdd a note that yes, we do know what () means and we...
2002-08-04 Matthias ClasenFix for binary compatibility across 2.x.y.
2002-08-02 Owen TaylorFix menus resizing dynamically while they are popped...
2002-08-02 Owen Taylor----:---F1 gdkregion-generic.c (CGTK CVS:1.11...
2002-08-02 Owen TaylorRemove references to gdk_initialized (#81060, Jacob...
2002-08-02 Owen TaylorFix args to pango_x_shutdown_display().
2002-08-02 Owen TaylorCall pango_x[ft]_shutdown_display().
2002-08-02 jacob berkmandeclare screen_x11 variable to fix build w/ xinerama
2002-08-02 Owen TaylorSwitch back to using XftDraw so that we take advantage...
2002-08-01 Owen TaylorNew demo for window migration between different display...
2002-08-01 Sven NeumannMerge from stable:
2002-08-01 Owen TaylorStart implementing display/screen closing scheme; keep...
2002-07-31 jacob berkmanescape_string() only takes one arg
2002-07-31 Owen TaylorAvoid using g_strescape(), since it mangles UTF-8,...
2002-07-30 Owen TaylorHandle inverted ranges correctly (#85436, fix from...
2002-07-30 Owen TaylorFix bug in the selection mode option menus which were...
2002-07-30 Owen TaylorHonor GDK_PIXBUF_CSOURCE from configure.in when cross...
2002-07-29 Owen TaylorUnset gtk-im-surrounding-info object data again. (Fix...
2002-07-26 Owen Taylorri Jul 26 17:59:06 2002 Owen Taylor <otaylor@redhat...
2002-07-26 Kristian RietveldAPI additions: _move, _reorder and _swap for stores...
2002-07-26 Shivram UCheck if depth of the source is not equal to the depth...
2002-07-25 Matthias ClasenUse gdk_rgb_convert_4, not gdk_rgb_convert_8 for depth...
2002-07-25 Owen TaylorWhen a menubar is up, use F10 to cycle menubars, not...
2002-07-25 Owen Taylor[ Patch from Padraig O'Briain, #87904 ]
2002-07-25 Havoc PenningtonApply patch from Gustavo Giraldez for bug #78513
2002-07-24 Owen TaylorDon't use GTK_RC_FILES, since it causes problems with...
2002-07-16 Federico Mena QuinteroFixed the LSB -> MSB case. Fixes #79463.
2002-07-16 Sven Neumanngdk/gdk.c gdk/gdkinternals.h gdk/win32/gdkmain-win32...
2002-07-10 jacob berkmanactivate the menu item so old apps work properly
2002-07-10 Owen TaylorFix some cases where signal connection IDs where being...
2002-07-06 Owen TaylorAdd an extra parameter to _gtk_menu_item_select_first...
2002-07-05 Jonathan Blandfordfix warning. (gtk_tree_view_search_iter): fix warning...
2002-07-05 Kristian RietveldMerge from HEAD.
2002-07-02 Padraig O'BriainUse hyphen instead of underscore in signal names in...
2002-07-02 Jonathan Blandfordonly validate the visible area if we've ever been requi...
2002-07-01 Jonathan Blandfordsync up white space/variable names to match tree_store...
2002-07-01 Bill HanemanFix for failure of gdk_pixbuf_xlib_get_from_drawable...
2002-06-20 Owen TaylorRenames:
2002-06-20 Owen TaylorAdd a singleton object that we can use to get notificat...
2002-06-20 Owen TaylorPatch from Erwann Chenede.
2002-06-20 Owen TaylorGet the owner from the display if !NULL. Otherwise...
2002-06-20 Owen TaylorAdd notification for screen property. (#80280)
2002-06-19 Owen TaylorSet the display.
2002-06-18 Owen TaylorSet the display.
2002-06-18 Owen TaylorTypo fix.
2002-06-18 Owen TaylorMake the core pointer object per-display. (#85698)
2002-06-18 Yanko KanetiAdded Bulgarian (bg).
2002-06-18 Owen TaylorReplace gdk_cursor_new_for_screen() with gdk_cursor_new...
2002-06-18 Owen Taylorue Jun 18 12:04:10 2002 Owen Taylor <otaylor@redhat...
2002-06-18 Owen TaylorAdd a gboolean create argument, so we don't create...
2002-06-16 Owen Taylorfix bugzilla references
2002-06-16 Owen TaylorActually use the UTF-8 filename, so we actually fix...
2002-06-16 Owen TaylorFix backwards asssertion. (#85434)
2002-06-15 James M. CapeNotify about "background-full-height-set", not "bg_full...
2002-06-14 Jonathan BlandfordFix bug #84268, where validate_rows sometimes didn...
2002-06-14 Jonathan Blandforddisconnect_by_func instead of disconnect_by_data. Someo...
2002-06-14 Owen TaylorIgnore state change events for windows that aren't...
2002-06-14 Owen Taylorri Jun 14 10:00:29 2002 Owen Taylor <otaylor@redhat...
2002-06-13 Owen TaylorFix type names for GtkIconSet, GtkIconSource, GtkSelect...
next