| Commit message (Expand) | Author | Age | Files | Lines |
* | Silence new gcc warnings | Matthias Clasen | 2011-01-23 | 1 | -19/+15 |
* | Make GtkPathBar use ::style-updated | Carlos Garnacho | 2011-01-04 | 1 | -8/+4 |
* | gtk: remove "gboolean homogeneous" from gtk_box_new() | Michael Natterer | 2010-11-02 | 1 | -1/+1 |
* | Use gtk_box_new() instead gtk_[v|h]box_new() | Javier Jardón | 2010-10-30 | 1 | -1/+1 |
* | Make GtkPathBar use set_size_request() instead of the "size-request" signal. | Tristan Van Berkom | 2010-10-30 | 1 | -17/+18 |
* | Remove size_request from GtkPathBar | Matthias Clasen | 2010-10-30 | 1 | -21/+54 |
* | Make GtkPathBar use gtk_container_class_handle_border_width | Matthias Clasen | 2010-10-08 | 1 | -19/+12 |
* | Move destroy signal to GtkWidget | Javier Jardón | 2010-09-26 | 1 | -3/+1 |
* | Move GtkSizeRequest into GtkWidget | Benjamin Otte | 2010-09-26 | 1 | -17/+12 |
* | Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request() | Javier Jardón | 2010-09-15 | 1 | -4/+7 |
* | Use gtk_size_request_get_size() instead deprecated gtk_widget_get_child_requi... | Javier Jardón | 2010-09-13 | 1 | -6/+15 |
* | gtk/gtkpathbar.c: use accessor functions to access GtkWidget | Javier Jardón | 2010-09-08 | 1 | -16/+28 |
* | Completely removed requisition cache from GtkWidget instance structure. | Tristan Van Berkom | 2010-09-08 | 1 | -2/+0 |
* | Use accessor functions to acces GtkContainer | Javier Jardón | 2010-07-13 | 1 | -5/+7 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+1 |
* | Fixed acces of child->requisition; call gtk_widget_get_child_requisition inst... | Tristan Van Berkom | 2010-04-20 | 1 | -9/+20 |
* | Fix file chooser refcounting issues | Matthias Clasen | 2010-04-03 | 1 | -1/+1 |
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED) | Javier Jardón | 2010-04-03 | 1 | -1/+1 |
* | Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW) | Javier Jardón | 2010-04-03 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_REALIZED | Javier Jardón | 2010-04-03 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_VISIBLE | Javier Jardón | 2010-04-03 | 1 | -1/+1 |
* | Deprecate widget flag: GTK_WIDGET_IS_SENSITIVE | Javier Jardón | 2010-04-03 | 1 | -3/+3 |
* | bgo#355851 - Hide backup files in the file chooser | Milan Bouchet-Valat | 2009-06-11 | 1 | -3/+3 |
* | bgo#327152 - Ellipsize long directory names in GtkPathBar, and better layout ... | Denis Chertykov | 2009-06-05 | 1 | -51/+49 |
* | gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.c | Michael Natterer | 2008-08-12 | 1 | -2/+1 |
* | consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance) | Michael Natterer | 2008-08-12 | 1 | -1/+1 |
* | gtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk/gtkcellrenderercombo.c | Sven Neumann | 2008-08-11 | 1 | -12/+21 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Really make GtkFileSystem private by _-prefixing all functions. | Matthias Clasen | 2008-06-13 | 1 | -28/+28 |
* | Bug 520874 - Should use gio directly. | Carlos Garnacho | 2008-06-10 | 1 | -136/+118 |
* | bgo417389 - Scrollwheel for GtkPathBar | Carlos Garnacho | 2008-03-03 | 1 | -15/+113 |
* | Use gtk_drag_*_add_{text,uri}_targets instead of hardcoded target tables. | Matthias Clasen | 2008-02-16 | 1 | -6/+2 |
* | Use gtk_selection_data_set_uris() instead of doing it by hand. (#514890, | Matthias Clasen | 2008-02-12 | 1 | -11/+5 |
* | remove unused variable. | Michael Natterer | 2008-01-09 | 1 | -2/+1 |
* | Don't leak a label. (#455901, Christian Persch, Vincent Geddes) | Matthias Clasen | 2007-07-20 | 1 | -1/+1 |
* | Use g_get_user_special_dir() to obtain the path for the DESKTOP directory. | Matthias Clasen | 2007-06-07 | 1 | -3/+7 |
* | Check if down_button is NULL. This happens when the pathbar button for the | Cody Russell | 2007-06-04 | 1 | -1/+4 |
* | Add ATK names to the Up, Down, and Root buttons. Keep the focus from | Matthias Clasen | 2007-05-16 | 1 | -1/+76 |
* | Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, | Matthias Clasen | 2007-03-09 | 1 | -2/+1 |
* | Replace a lot of idle and timeout calls by the new gdk_threads api. | Matthias Clasen | 2006-12-22 | 1 | -6/+2 |
* | Fix parenthesis confusion. | Carlos Garnacho | 2006-11-09 | 1 | -3/+3 |
* | added, do not leave the scroll timeout running if the slider buttons are | Carlos Garnacho | 2006-11-08 | 1 | -0/+14 |
* | Apply a cleanup patch by Kjartan Maraas (#341812) | Matthias Clasen | 2006-10-08 | 1 | -1/+0 |
* | Commit a patch by Behdad to fix typos, omissions and other errors in the | Matthias Clasen | 2006-09-10 | 1 | -0/+3 |
* | don't cancel the operations spawned by buttons here, | Kristian Rietveld | 2006-09-04 | 1 | -13/+18 |
* | Improve consistency of signal and property names | Matthias Clasen | 2006-07-06 | 1 | -1/+1 |
* | cancel all pending handles in the button list. (Fixes #341035, reported by | Kristian Rietveld | 2006-05-16 | 1 | -0/+10 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Merged the federico-filename-entry branch, to fix bug #136541. CombinedAFTER_FEDERICO_FILENAME_ENTRY_MERGE | Federico Mena Quintero | 2006-05-03 | 1 | -1/+1 |
* | Merge of the GTK+ asynchronous file chooser branch. Please see theAFTER_KRIS_ASYNC_BRANCH_MERGE | Kristian Rietveld | 2006-05-01 | 1 | -123/+264 |