]> Pileus Git - ~andy/gtk/history - gtk
Merge from stable:
[~andy/gtk] / gtk /
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-29 Anders CarlssonChanges, bug fixes etc.
2002-07-29 Owen TaylorUnset gtk-im-surrounding-info object data again. (Fix...
2002-07-26 Kristian RietveldAPI additions: _move, _reorder and _swap for stores...
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-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-06-20 Owen TaylorRenames:
2002-06-20 Owen TaylorAdd a singleton object that we can use to get notificat...
2002-06-20 Owen TaylorGet the owner from the display if !NULL. Otherwise...
2002-06-20 Owen TaylorGet rid of gtk_style_get_font_for_display(), make gtk_s...
2002-06-20 Owen TaylorOnly change the double click time if the screen for...
2002-06-20 Owen TaylorAdd notification for screen property. (#80280)
2002-06-19 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 Owen TaylorReplace gdk_cursor_new_for_screen() with gdk_cursor_new...
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 Taylorri Jun 14 10:00:29 2002 Owen Taylor <otaylor@redhat...
2002-06-13 Owen TaylorFix type names for GtkIconSet, GtkIconSource, GtkSelect...
2002-06-13 Owen TaylorAdd the obsolete CUA cut/copy/paste bindings. (#79078)
2002-06-13 Owen TaylorFix so that the encoding of the filename is handled...
2002-06-13 Owen TaylorDon't return a positive status unless there is a text...
2002-06-13 Owen TaylorSave the initial grab time, use that when changing...
2002-06-13 Kristian Rietveldtraverse all nodes, not just the leafs (pointed out...
2002-06-12 Owen TaylorAdd an informative g_warning() when the entry has lost...
2002-06-12 Owen TaylorCheck to see if the menu item is selectable before...
2002-06-12 Owen TaylorFix bug where if CENTER_ON_PARENT was set, but there...
2002-06-12 Owen Taylored Jun 12 16:34:13 2002 Owen Taylor <otaylor@redhat...
2002-06-12 Owen TaylorClamp size of child to at least 1x1. (#82431, Boris...
2002-06-12 Owen TaylorHandle 0 increment, to fix division-by-zero problem...
2002-06-12 Owen TaylorFix memory leak. (Patch from Matthias Clasen, #84926)
2002-06-12 Owen TaylorAllow NULL for widget path or class path as documented...
2002-06-12 Owen TaylorFix ZWJ => ZWN typo. (#83092, Tino Meinen)
2002-06-12 Owen TaylorAdd compose sequences of dead_acute + c/C => C WITH...
2002-06-10 Hans Breueradded gdkdisplay and gdkscreen
2002-06-09 Matthias ClasenDon't leak child_anchor_table. (#84425)
2002-06-08 Jonathan BlandfordFix sizing bug.
2002-06-07 Matthias ClasenNew function, split off from gtk_tree_view_column_clear...
2002-06-07 Mark McLoughlinuse the RootWindow of this screen for gdk_window_get_po...
2002-06-06 Owen TaylorDon't redraw when the area is completely above the...
2002-06-06 Owen TaylorAdd a "is_focus" property indicating whether a widget...
2002-06-06 Kristian Rietvelddon't leak the GArray (figured out by Matthias Clasen...
2002-06-06 Owen TaylorChanges multihead reorganizing code for win32 support...
2002-06-05 Kristian RietveldRelated bugs: #76252, #76396, #80866.
2002-06-04 Kristian Rietveldadded gtk_tree_view_expand_to_path.
2002-06-04 Kristian RietveldDiscussed in #76249.
2002-06-04 Kristian Rietveldadd gtk_tree_model_get_string_from_iter (#74667).
2002-06-04 Daniel Elstner[ merge from stable ]
2002-06-01 Jonathan Blandfordadd missing flag, #83796
2002-05-31 Michael Meeksdestroy the transfer window if the grab fails so we...
2002-05-30 Shivram UCheck if the owner got is of type GDK_WINDOW_FOREIGN...
2002-05-30 Michael Meeksdon't leak the paths.
2002-05-30 Soeren Sandmannadd gtk_menu_style_set(). fixes #79345
2002-05-29 Dave CampDisconnect from keypress events.
2002-05-28 Matthias ClasenMarkup fixes
2002-05-27 Daniel Elstner[ merge from stable ]
2002-05-24 Dave CampBuilt an iter directly instead of using
2002-05-24 Dave CampUse indices[i] >= level->array->len rather than level...
2002-05-22 Owen TaylorRequire autoconf-2.52 explicitely, since otherwise...
2002-05-20 Owen TaylorSet the private LEAVE_PENDING flag to fix problem where...
2002-05-20 Owen TaylorUndo an accidental revert of fixes of May 16. (Caught...
2002-05-18 Anders CarlssonMake this compile again.
2002-05-17 Owen TaylorProtect against reentrancy problems by emitting ::preed...
2002-05-17 Owen TaylorFix a missing unref in the local/passive case. (#82067...
2002-05-16 Owen TaylorOnly optimize out the full configure handling if we...
2002-05-16 Owen Taylor Thu May 16 18:47:29 2002 Owen Taylor <otaylor@redhat...
2002-05-16 Kristian RietveldMerged from gtk-2-0.
2002-05-16 Jonathan Blandfordinclude missing #ifdef G_ENA\BLE_DEBUG
2002-05-16 Owen TaylorDon't filter control-shift+[non-hex]. (#80252, reported...
2002-05-16 Owen TaylorFixes for #78258
2002-05-16 Owen TaylorFix a missed check for division by zero. (#77820, Garet...
2002-05-16 Ettore PerazzoliIf the menu is scrolled down or up, and some of the...
2002-05-15 Owen TaylorDon't call gdk_pointer_grab() to change the cursor...
2002-05-15 Owen TaylorSpecial case menu items to pop down on motion. (#75961)
2002-05-15 Owen TaylorUpdate from contents of size entry on focus out. (...
2002-05-15 Anders CarlssonMove the column chooser files to column-chooser/ (and...
2002-05-15 Owen TaylorIf not building libpng, don't rebuild gtkstockpixbufs...
2002-05-14 Owen TaylorRemove the result file on error. (#79929, David Highley)
2002-05-14 Owen TaylorFix prepending at the start of the list. (#56349, Thoma...
2002-05-14 Owen TaylorFix frame_right/frame_top screwup. (Detlef Reichl,...
2002-05-14 Owen TaylorFix format of selection data to be 8 rather than GTK_TY...
2002-05-14 Owen TaylorSet the width of the layout to the actual wrap width...
2002-05-14 Owen TaylorTry adding a #ifndef/#define for XkbKeySymEntry to...
2002-05-14 Owen TaylorDiscard configure events from SubstructureNotify. ...
next