]> Pileus Git - ~andy/gtk/history - gtk
Transfer state from the button to the cell view to get prelighting right.
[~andy/gtk] / gtk /
2004-12-24 Matthias ClasenTransfer state from the button to the cell view to...
2004-12-22 Matthias ClasenDon't forget to null the mnemonic_menu when unsetting...
2004-12-22 Søren SandmannBug #147497, make menu items activate immediately when...
2004-12-22 Matthias ClasenFix sorting of list stores. (#161886, Marcin Krzyzanowski)
2004-12-22 Jonathan Blandfordprint out the version and binary name in the header...
2004-12-20 Matthias ClasenPass a root path to gtk_tree_model_rows_reordered(...
2004-12-20 Matthias ClasenDon't translate NULL messages. (#161789, Morten Welinder)
2004-12-20 Matthias ClasenDon't show the secondary label on show_all(). (#161707...
2004-12-19 Matthias ClasenAdd missing GDK_THREADS_ENTER/LEAVE.
2004-12-19 Matthias ClasenAdd missing initializations. (#161646, Torsten Schoenfeld)
2004-12-16 Matthias Clasen2.6.0 second try
2004-12-16 Matthias Clasen2.6.0
2004-12-16 Matthias ClasenForgotten commit.
2004-12-16 Matthias ClasenOnly unblock the handlers if they are blocked.
2004-12-16 Matthias ClasenDon't crash if enable_search is FALSE. (#161267, Jorn...
2004-12-16 Matthias ClasenAdd missing includes.
2004-12-16 Matthias ClasenRequire glib 2.6.0 for g_filename_display_basename.
2004-12-15 Alexander LarssonUse g_filename_display_basename to calculate display...
2004-12-15 Matthias ClasenUse _gtk_menu_item_popup_submenu() to make keynav into...
2004-12-15 James M. CapeUse a GtkComboBox in SELECT_FOLDER mode (#157726).
2004-12-15 Matthias ClasenDon't try to filter if impl->current_filter is NULL...
2004-12-15 Federico Mena QuinteroMerged from gtk-2-4:
2004-12-14 Matthias ClasenAdd new symbols.
2004-12-13 Matthias Clasens/maximal/maximum/g (#161195, David Lodge)
2004-12-13 Matthias ClasenReintroduce the reverted change, since it is necessary...
2004-12-13 Matthias ClasenFix the signature to avoid overwriting a pspec.
2004-12-13 Matthias ClasenRevert a change which prevented torn-off menus from...
2004-12-13 Marco Pesenti GrittiResync with upstream again
2004-12-13 Matthias ClasenImplement scroll wheel scrolling for menus. (#88532)
2004-12-13 Matthias ClasenImplement scroll wheel scrolling for menus. (#88532)
2004-12-13 Matthias ClasenCompare only the HAS_DEFAULT flags. (#160711, Tommi...
2004-12-13 Matthias ClasenAdd a missing break statement. (#161172, Damon Chaplin)
2004-12-13 Matthias ClasenAdd a width-chars property like GtkLabel has. (#160496...
2004-12-13 Matthias ClasenAdd some docs for GtkWidget::delete-event and GtkWidget...
2004-12-13 Matthias ClasenAdd a max-width-chars property, which can be used to...
2004-12-13 Matthias ClasenDon't let the empty menu filler affect visibility of...
2004-12-13 Matthias ClasenPass a last item to gtk_combo_box_relayout_item. (...
2004-12-12 Tor LillqvistFix a braino.
2004-12-12 Tor Lillqvistgtk/gtkaccelmap.[ch] gtk/gtkfilechooser.[ch] gtk/gtkfil...
2004-12-12 Matthias ClasenFix a copy-and-paste error, noticed by Robert Ögren.
2004-12-11 Matthias ClasenOnly wrap if we are in the topmost menu. (#160936,...
2004-12-10 Matthias ClasenSupport no-Alt mnemnonics in menu bars (#101309, Owen...
2004-12-10 Manish Singhadd recent new functions.
2004-12-10 Manish Singhwrap new API in XDG_ENTRY().
2004-12-10 Matthias ClasenRevert the patch which added no-alt mnemonics, since...
2004-12-10 Matthias ClasenFix a property nick typo.
2004-12-09 Matthias ClasenApply a patch to reset the filter if an otherwise invis...
2004-12-09 Matthias ClasenFix #145463, reported by Michael Natterer.
2004-12-09 Marco Pesenti GrittiResync with upstream
2004-12-09 Matthias ClasenMake repeated calls accumulate the results, don't call...
2004-12-09 Matthias ClasenAdd functions which allow faster insertion of rows...
2004-12-09 Matthias ClasenFix a typo in the docs. (#160826, Jay Camp)
2004-12-09 Federico Mena QuinteroMerged from gtk-2-4:
2004-12-08 Matthias ClasenFix #111031, reported by Padraig O'Briain:
2004-12-08 Matthias ClasenRemove all entries for the same key, not just the first...
2004-12-08 Matthias ClasenUse button->event_window for the fake leave event,...
2004-12-08 Matthias ClasenMake this work, no need to invert the array.
2004-12-08 Matthias ClasenDon't mess up the column header state if the button...
2004-12-07 Marco Pesenti GrittiFix a typo in last commit
2004-12-07 Matthias ClasenQueue a redraw. (#160679, Damon Chaplin)
2004-12-05 Hans BreuerImplement keynav for the color picker - win32 too....
2004-12-03 Matthias Clasen2.5.6
2004-12-03 Tor Lillqvistgdk-pixbuf/Makefile.am (gdk_pixbuf.def) gdk/Makefile...
2004-12-03 Matthias ClasenReinstate the previous behavior for clicking Ok after...
2004-12-02 Federico Mena QuinteroMerged from gtk-2-4:
2004-12-02 Matthias ClasenDon't leak pango_font_description object (#160214,...
2004-12-02 Matthias ClasenHandle the fact the the changed row may also be moved...
2004-12-01 Michael Nattereradded virtual functions GtkUIManager::get_widget()...
2004-11-30 Søren SandmannAssign an arbitrary, but consistent, order to nodes...
2004-11-30 Hans Breuerremove the disputable memset at the end of gdk_pixmap_n...
2004-11-30 Matthias ClasenUpdate the documentation to specify a more useful behav...
2004-11-30 Owen TaylorDon't paint in the trailing end of a wrapped line when...
2004-11-30 James M. Caperemoved "GtkFileChooserButton:active" property and...
2004-11-30 Matthias ClasenDon't do the popup-on-click handling for menubars....
2004-11-30 Manish Singhremove gtk_cell_view_set_cell_data() declaration.
2004-11-30 Federico Mena QuinteroMerged from gtk-2-4:
2004-11-29 Søren SandmannIf the item is already in the right place, don't move...
2004-11-29 Søren SandmannTake nodes in reverse order to make sure sort is stable.
2004-11-29 Matthias ClasenDon't call gtk_cell_view_set_cell_data() from here.
2004-11-29 Matthias ClasenProtect against stupid bsearch() implementations. ...
2004-11-29 Matthias ClasenUse the perl found by configure. (#149826, Morten Welinder)
2004-11-28 Matthias ClasenMark as const.
2004-11-28 Matthias ClasenReturn a boolean indicating whether we could do the...
2004-11-28 Matthias ClasenDon't claim to have handled the accelerator if the...
2004-11-28 Matthias ClasenImplement keynav for the color picker (only on X11...
2004-11-26 Matthias ClasenQueue a layout. (#159436, Olivier Andrieu)
2004-11-26 Matthias ClasenCheck column types on the new model, and check them...
2004-11-25 Manish Singhgdk/abicheck.sh filter out G_GNUC stuff when doing...
2004-11-24 Matthias ClasenMake it compile.
2004-11-24 Matthias ClasenInitialize the parent field of the newly allocate list...
2004-11-24 Matthias ClasenOpen submenus on click. (#128968, Martin Jeppesen)
2004-11-23 Matthias ClasenMark as const.
2004-11-23 Matthias ClasenAdd a deprecation note.
2004-11-22 Matthias ClasenMake the size of the arrow depend only on the font...
2004-11-21 Sven Neumannremoved call to gdk_pango_context_set_colormap() which...
2004-11-21 Hans Breuerupdated
2004-11-21 Owen TaylorAdd GdkPangoRenderer, a subclass of PangoRenderer targe...
2004-11-21 Matthias ClasenProvide a non-varargs variant of gtk_dialog_set_alterna...
2004-11-21 Matthias ClasenProvide a non-varargs variant of gtk_dialog_set_alterna...
2004-11-20 Federico Mena QuinteroMerged from gtk-2-4:
next