]> Pileus Git - ~andy/gtk/history - gtk/gtkpathbar.c
Use gtk_box_new() instead gtk_[v|h]box_new()
[~andy/gtk] / gtk / gtkpathbar.c
2010-10-30 Javier JardónUse gtk_box_new() instead gtk_[v|h]box_new()
2010-10-30 Tristan Van BerkomMake GtkPathBar use set_size_request() instead of the...
2010-10-30 Matthias ClasenRemove size_request from GtkPathBar
2010-10-08 Matthias ClasenMake GtkPathBar use gtk_container_class_handle_border_width
2010-09-27 Javier JardónMove destroy signal to GtkWidget
2010-09-26 Benjamin OtteMove GtkSizeRequest into GtkWidget
2010-09-15 Javier JardónUse gtk_size_request_get_size() instead deprecated...
2010-09-13 Javier JardónUse gtk_size_request_get_size() instead deprecated...
2010-09-08 Javier Jardóngtk/gtkpathbar.c: use accessor functions to access...
2010-09-08 Tristan Van BerkomCompletely removed requisition cache from GtkWidget...
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-13 Javier JardónUse accessor functions to acces GtkContainer
2010-07-10 Javier Jardóngtk/: fully remove gtkalias hacks
2010-04-30 Matthias ClasenMerge branch 'native-layout-incubator'
2010-04-20 Tristan Van BerkomFixed acces of child->requisition; call gtk_widget_get_...
2010-04-04 Matthias ClasenFix file chooser refcounting issues
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_REALIZED
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_IS_SENSITIVE
2010-03-09 Matthias ClasenFix file chooser refcounting issues
2010-03-06 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)
2010-03-06 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)
2010-03-03 Javier JardónDeprecate widget flag: GTK_WIDGET_REALIZED
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_IS_SENSITIVE
2009-06-17 Alexander LarssonMerge branch 'master' into client-side-windows
2009-06-15 Davyd MadeleyMerge branch 'button-box-orientable-584598'
2009-06-12 Milan Bouchet-Valatbgo#355851 - Hide backup files in the file chooser
2009-06-05 Denis Chertykovbgo#327152 - Ellipsize long directory names in GtkPathB...
2008-08-12 Michael Natterergtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist...
2008-08-12 Michael Nattererconsistently chain up using GTK_FOO_CLASS(parent_class...
2008-08-11 Sven Neumanngtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk...
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-13 Matthias ClasenReally make GtkFileSystem private by _-prefixing all...
2008-06-10 Carlos GarnachoBug 520874 - Should use gio directly.
2008-03-03 Carlos Garnachobgo417389 - Scrollwheel for GtkPathBar
2008-02-16 Matthias ClasenUse gtk_drag_*_add_{text,uri}_targets instead of hardco...
2008-02-12 Matthias ClasenUse gtk_selection_data_set_uris() instead of doing...
2008-01-09 Michael Nattererremove unused variable.
2007-07-20 Matthias ClasenDon't leak a label. (#455901, Christian Persch, Vincent...
2007-06-07 Matthias ClasenUse g_get_user_special_dir() to obtain the path for...
2007-06-04 Cody RussellCheck if down_button is NULL. This happens when the...
2007-05-16 Matthias ClasenAdd ATK names to the Up, Down, and Root buttons. Keep...
2007-03-09 Matthias ClasenRemove unnecessary NULL checks before g_free(). (#36966...
2006-12-22 Matthias ClasenReplace a lot of idle and timeout calls by the new...
2006-11-09 Carlos GarnachoFix parenthesis confusion.
2006-11-08 Carlos Garnachoadded, do not leave the scroll timeout running if the...
2006-10-08 Matthias ClasenApply a cleanup patch by Kjartan Maraas (#341812)
2006-09-10 Matthias ClasenCommit a patch by Behdad to fix typos, omissions and...
2006-09-04 Kristian Rietvelddon't cancel the operations spawned by buttons here,
2006-07-06 Matthias ClasenImprove consistency of signal and property names
2006-05-16 Kristian Rietveldcancel all pending handles in the button list. (Fixes...
2006-05-14 Matthias ClasenMore of the same
2006-05-03 Federico Mena QuinteroMerged the federico-filename-entry branch, to fix bug...
2006-05-01 Kristian RietveldMerge of the GTK+ asynchronous file chooser branch...
2005-11-22 Michael NattererMade button-press timeouts which work like key repeat...
2005-11-21 Matthias ClasenMerge remaining fixes from the 2.8 branch, pointed...
2005-11-19 Matthias ClasenFix crashes in connection with pathbar scrolling (...
2005-11-18 Matthias ClasenFix a C99ism. (#321777, Jens Granseuer)
2005-11-10 Matthias ClasenImprove navigation to parent folders. (#318444, Andrei...
2005-11-07 Matthias ClasenSet focus-on-click to FALSE for all buttons. Don't...
2005-10-04 Federico Mena QuinteroDon't special-case Home and Desktop; just use their...
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-07-07 Matthias ClasenFix #157787, reported by Jonathan Blandford:
2005-06-13 Matthias ClasenRework the way in which rerooting of the path bar is...
2005-03-22 Matthias ClasenStop scrolling when the widget is unmapped. (#168791...
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-02-11 Matthias ClasenStop scrolling when the pathbar goes away. (#167094...
2005-01-06 Federico Mena QuinteroDon't call button_data_free() explicitly; the button...
2004-11-20 Federico Mena QuinteroMerged from gtk-2-4:
2004-10-28 Matthias ClasenFix many sparse warnings.
2004-09-26 Matthias ClasenScroll to make the current folder visible. (#152921)
2004-09-26 Matthias ClasenRevert the button state to !button_down, if we're missi...
2004-09-21 Matthias ClasenGive the path bar arrows some more space.
2004-08-25 Jonathan BlandfordChange the Down button to be end-justified, so that...
2004-08-14 Tor Lillqvistgtk/gtkfilechooserdefault.c (shortcuts_append_home,
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-04-14 Jonathan Blandfordremove spurious gtk_box_pack_start.
2004-04-13 Jonathan Blandfordpatch from Owen to make the buttons sized by a bold...
2004-04-06 Federico Mena QuinteroRef/sink the buttons. Also, free them correctly upon...
2004-04-02 Federico Mena QuinteroFix #136077.
2004-03-17 Morten WelinderMake this work when the slider buttons have been destroyed.
2004-03-15 Federico Mena QuinteroOnly show the title string in OPEN/SELECT_FOLDER mode...
2004-03-15 Federico Mena QuinteroAllow the path to be NULL, so that people can ask for...
2004-03-15 Owen TaylorAdd _gtk_path_bar_up()/ _gtk_path_bar_down().
2004-03-12 Owen TaylorSwap GTK_ARROW_LEFT and GTK_ARROW_RIGHT for GTK_TEXT_DI...
2004-03-11 Morten WelinderPlug leak.
2004-03-10 Jonathan BlandfordSupport changes in icon themes.
2004-03-10 Jonathan Blandfordadded 'Desktop' to the list of volumes. We don't have...
2004-03-09 Jonathan BlandfordEncapsulate all of the information about a button in...
2004-03-09 Jonathan Blandfordunref the correct icon.
2004-03-08 Federico Mena QuinteroPatch "1a" from #136185, by Morten Welinder.
2004-03-08 Morten WelinderIf we fail, leave widget unchanged. Explicitly verify...
2004-03-08 Jonathan Blandfordnew function to consolidate creating the path_bar.
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-03-04 Jonathan BlandfordModified patch from muppet <scott@asofyet.org> to keep...
2004-03-03 Federico Mena QuinteroHandle errors in setting the path bar's path. Fixes...
next