]> Pileus Git - ~andy/gtk/history - gtk
Updated
[~andy/gtk] / gtk /
2003-12-21 Matthias ClasenUse gtk_paint_arrow instead of draw_arrow_left/draw_arr...
2003-12-21 Matthias ClasenFix memory leaks caused by the failure to free the...
2003-12-21 Matthias ClasenNew function to emit the "cancel" signal on a menu...
2003-12-20 Matthias ClasenFix the "language_set" blurb. (#129720, Christian Rose)
2003-12-20 Kristian Rietvelddo not invalidate all of treeview when resizing (#11007...
2003-12-19 Kristian RietveldFixes #108458.
2003-12-19 Kristian Rietvelduse strstr instead of strcmp (#117127, suggestion from...
2003-12-19 Kristian Rietveldmove item insertion logic here from gtk_menu_real_insert(),
2003-12-19 Federico Mena QuinteroUse g_date_strftime() for UTF-8 correctness; use Julian...
2003-12-19 Matthias ClasenFix the behaviour of insensitive actions, which was...
2003-12-18 Kristian RietveldFixes #110249, reworked patch from Joshua N Pritikin.
2003-12-18 Kristian Rietveldadd key bindings for "*" and "/" (expand/collapse all...
2003-12-18 Kristian Rietveldclear the extra_attrs list if we set "text" after ...
2003-12-18 Alexander LarssonFix typo that used the wrong x/y values for the x1...
2003-12-18 Kristian Rietveldadded language and language_set properties like GtkText...
2003-12-18 Matthias ClasenCorrect misleading docs. Add docs for the "activate...
2003-12-18 Kristian RietveldJonathan got the logical flag backwards in the expand_c...
2003-12-18 Kristian Rietveldonly start editing when activated by the left mouse...
2003-12-18 Kristian RietveldMigrating all cell renderers to use the new instance...
2003-12-17 Kristian Rietveldadd a single-paragraph-mode property, use private insta...
2003-12-17 Kristian Rietveldnow deprecated (#106953, reported by Matthias Clasen).
2003-12-17 Kristian Rietveldif we set a new stock_id and there was a previous stock...
2003-12-17 Marco Pesenti GrittiCheck that index is not bigger than level array length...
2003-12-17 Kristian Rietveldonly try to strcmp or strlen if we managed to normalize...
2003-12-17 Matthias ClasenAdd missing GDK_THREADS_ENTER()/GDK_THREADS_LEAVE(...
2003-12-17 Kristian Rietveldfix compile warning. (#122727, patch from Kjartan Maraas).
2003-12-17 Kristian RietveldYay! Fixed height mode! Hooray! (Part 2 of #80868).
2003-12-17 Murray CummingActually call the default signal handlers instead of...
2003-12-17 Federico Mena QuinteroAdded a "volumes-changed" signal. Added the following...
2003-12-16 Manish Singhfix preprocessor conditional confusion. (G_OS_UNIX...
2003-12-16 Matthias ClasenDo not interpret distant clicks as double-clicks (...
2003-12-15 Federico Mena QuinteroSigh, revert the change.
2003-12-15 Federico Mena QuinteroRemoved. (gtk_dialog_close): Don't call dialog_has_canc...
2003-12-15 Matthias ClasenAdd new properties, xalign and yalign, with getter...
2003-12-14 Hans Breuerhandle GTK_DATADIR similar as the other filesystem...
2003-12-13 Kristian RietveldA trick for a faster treeview, step 1. Patch to short...
2003-12-13 Matthias ClasenUndo the last change, since it broke logical keynav...
2003-12-12 Matthias ClasenImplement "gravity" for RTL mode in a better way: Keep...
2003-12-12 Kristian RietveldCombo box flipping support.
2003-12-11 Matthias ClasenFix direction of steppers in inverted scrollbars. ...
2003-12-11 Matthias ClasenDon't unnecessarily reserve space for arrows in RTL...
2003-12-10 Matthias ClasenChanges to allow "no input" windows (#64613):
2003-12-10 Federico Mena QuinteroAdded toolbar items for the filter separator and the...
2003-12-10 Federico Mena QuinteroUse "Home" rather than "Username's Home" (#125964).
2003-12-08 Jan Arne PetersenUse the behavior of the GtkFileSelection to determine...
2003-12-08 Matthias Clasens/Unix/Win32/g.
2003-12-08 Owen Taylor=== Released 2.3.1 ===
2003-12-08 Matthias ClasenActually commit RTL flipping changes for GtkNotebook...
2003-12-08 Tim Janikfix comment typo
2003-12-07 Matthias ClasenDon't crash if icon_theme_builtin_icons hasn't been...
2003-12-06 Matthias ClasenImplement RTL flipping for GtkAlignment. (#127585)
2003-12-06 Matthias ClasenFix the position of the popup window when in RTL mode...
2003-12-05 Manish SinghApplied patch from Ross McFarland <rwmcfa1@neces.com...
2003-12-05 Matthias ClasenImplement RTL flipping for GtkViewport: Adjust the...
2003-12-04 Mark McLoughlinAllow gtk_label_set_attributes() take NULL. See bug...
2003-12-04 Federico Mena QuinteroRemoved the in_change flag. (completion_idle_callback...
2003-12-02 Federico Mena QuinteroDecouple impl->current_folder from the selection in...
2003-12-02 Matthias ClasenRemove duplicate declaration of gtk_icon_source_set_ico...
2003-12-01 Federico Mena QuinteroPatch from Hans-Petter Jansson <hpj@ximian.com> to...
2003-12-01 Federico Mena QuinteroSet the shortcuts tree as a drag destination.
2003-11-30 Soeren Sandmannreturn TRUE if there are disappearing placeholders...
2003-11-29 Jonathan BlandfordPatch from <chinen@jp.ibm.com> to handle RTL support...
2003-11-27 Matthias ClasenDon't use freed memory. (#127698, Taavi Talvik)
2003-11-27 Matthias ClasenRemove debug g_print()s.
2003-11-27 Matthias ClasenRemove debug define.
2003-11-27 Tim Janikallow accel activation depending on sensitivity and...
2003-11-24 Matthias ClasenDon't show accelerators in popup menus. (#127227)
2003-11-24 Soeren SandmannMake this function take a GtkRadioToolButton instead...
2003-11-24 Soeren Sandmannremove variables in_dnd and leaving_dnd
2003-11-24 Soeren Sandmannremove variable n_overflowed_menu_items_when_dnd_started
2003-11-24 Soeren SandmannRework sliding algorithm. - No more weird jumping when...
2003-11-23 Matthias ClasenMake tooltip positioning Xinerama-aware. (#127332)
2003-11-20 Manish Singhcast to GTK_WIDGET() for the gtk_widget_hide() call.
2003-11-20 Jonathan BlandfordPatch from David Hampton to fix sorting on booleans.
2003-11-20 Soeren SandmannUse gtk_widget_is_focus() instead of GTK_WIDGET_HAS_FOC...
2003-11-19 Federico Mena QuinteroFixes to problems reported by Iain Holmes:
2003-11-19 Kristian Rietveldmove function to a somewhat more logical place,
2003-11-19 Kristian Rietveldalways resize the popup when it is visible, popdown...
2003-11-19 Federico Mena QuinteroTurn off the dialog's separator (thanks to Iain Holmes).
2003-11-19 Soeren Sandmannset to 200 instead of 225 Impose a minimum width on...
2003-11-19 Federico Mena QuinteroAdded a render_icon virtual method.
2003-11-19 Matthias ClasenCall gtk_widget_hide(menu) when reattaching the menu...
2003-11-18 Kristian Rietveldonly unselect all items if the treeview has focus....
2003-11-18 Kristian Rietveldthe total number of actions is "matches + actions ...
2003-11-18 Christian Perschfix mem leaks (#119435).
2003-11-18 Kristian Rietvelddon't try to fetch the child back, since we do know...
2003-11-18 Kristian RietveldFixes based on comments from Owen Taylor, #125264.
2003-11-18 Manish Singhgdk-pixbuf/Makefile.am Use install-data-hook for gdk...
2003-11-17 Matthias ClasenOnly activate if the action is sensitive. (#127187...
2003-11-17 Matthias ClasenAdd mouse wheel support. (#126517)
2003-11-17 Kristian Rietveldadd _gtk_entry_completion_resize_popup.
2003-11-17 Mark McLoughlinPatch from Jaiserca <jaiserca@inf.upv.es> to add a...
2003-11-17 Kristian RietveldTemporary size requisition fix. Will fix it for real...
2003-11-16 Kristian RietveldFixes #124373, Murray Cumming.
2003-11-16 Matthias ClasenReinstate fixes for (#124212, Marco Pesenti Gritti):
2003-11-16 Kristian Rietveldjust call gtk_cell_view_cell_layout_clear instead of...
2003-11-15 Matthias ClasenFix parameter name mismatches which confuse gtk-doc.
2003-11-15 Hans Breuerupdated added all the new tests
2003-11-13 Matthias ClasenUse GTK_DATADIR/{icons,pixmaps} instead of
2003-11-12 Matthias ClasenUse the event window of the menuitem to determine the...
next