summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 2.12.0GTK_2_12_0Matthias Clasen2007-09-142-1/+5
* the tooltip-column property getter needs to set an integer, not a boolean.Kristian Rietveld2007-09-131-1/+1
* implement getter for keycode property. (#476665, patch by ChristianKristian Rietveld2007-09-131-0/+4
* Fix the value typeMatthias Clasen2007-09-131-1/+1
* if cell is set, always pass in path to gtk_tree_view_get_cell_area()Kristian Rietveld2007-09-131-3/+13
* Use the "document-open-recent" icon for the the Recently Used shortcut inEmmanuele Bassi2007-09-126-1/+681
* Fixes #426246.Kristian Rietveld2007-09-121-23/+45
* remove useless member "has_title" from the private struct and simply setMichael Natterer2007-09-111-21/+24
* Make sure menu_shell->button gets reset to 0 when we bail out early hereMichael Natterer2007-09-111-1/+11
* Fix some typos. Closes bug #475400.Kjartan Maraas2007-09-101-3/+3
* Build fix, correct a typo in the G_BEGIN_DECLS fix below.Richard Hult2007-09-101-1/+1
* Fix a typoMatthias Clasen2007-09-101-1/+1
* when creating a new box, be sure to transfer a possible tooltip from theKristian Rietveld2007-09-101-0/+11
* only start typeahead search if tree_view has focus (and not one of theKristian Rietveld2007-09-101-1/+2
* Remove update_idle here. Might fix #383003.Matthias Clasen2007-09-101-1/+4
* Add a bounding box test that will avoid getting the individual cell boxesMatthias Clasen2007-09-101-0/+8
* fix the buildMatthias Clasen2007-09-091-1/+1
* Update the documentation to mark the optional constructors parameters. TheMatthias Clasen2007-09-094-48/+53
* Remove trailing commas from enumerations, since some compilers don't likeMatthias Clasen2007-09-093-3/+3
* Don't assume that a path of depth 0 has no indices. (#467324, SzilardMatthias Clasen2007-09-092-2/+2
* Reverted r16699:Kristian Rietveld2007-09-091-19/+16
* Revert the clamping of cursor coordinates, since it causes really uglyMatthias Clasen2007-09-091-8/+0
* Apply a number of patches by Xan Lopez to improve the interaction betweenMatthias Clasen2007-09-082-35/+46
* Use g_slice for ToolbarContent. (#474696, Christian Persch)Matthias Clasen2007-09-081-3/+3
* Add an internal child name for the notebook, so that GtkBuilder can beMatthias Clasen2007-09-071-1/+31
* Don't use image->attach_points where image->n_attach_points was meant.Matthias Clasen2007-09-071-4/+1
* implement missing get_cells method. (Spotted by Paolo Borelli).Kristian Rietveld2007-09-071-0/+23
* Initialize error to NULL before calling g_set_error(). Should fix #473954,Matthias Clasen2007-09-061-1/+1
* removed code that forced range repaints upon every motion event, because13:37:28 Tim Janik2007-09-061-15/+29
* fix wrong default value in ::tab-expand param spec constructor.Tim Janik2007-09-051-1/+1
* copy filename to builder->priv instead of holding a reference to it. BugFernando Herrera2007-09-041-2/+3
* Do not iterate recursively over all child nodes.Johan Dahlin2007-09-041-4/+12
* added missing \n to g_print() in GTK_NOTE().Michael Natterer2007-09-041-2/+2
* Do not remove empty properties, since we do not know the defaultJohan Dahlin2007-09-041-5/+0
* Remove the stat() time barrier, as it seems to cause bug #463907 (thanksEmmanuele Bassi2007-09-031-6/+0
* lower the default timeout values for gtk-tooltip-timeout andKristian Rietveld2007-08-291-10/+10
* Update menu accelerators, when adding/removing AccelGroups dynamically.Stefan Kost2007-08-271-0/+2
* Use the correct type check on `window'. We now check GTK_IS_WINDOW ratherCody Russell2007-08-231-1/+1
* Duplicate the string returned by d[n]gettext before it is potentiallyJan Arne Petersen2007-08-231-2/+3
* Check if we are still holding the model before updating it; removes a setEmmanuele Bassi2007-08-231-6/+12
* Do not allow the cursor to go to a separator row. Fixes #441219, modifiedKristian Rietveld2007-08-221-42/+200
* Corrected the published default value of GtkFrame::label-xalign (bugTristan Van Berkom2007-08-221-1/+1
* update alignment padding after theme changes. (Fixes #467003, patch byKristian Rietveld2007-08-211-0/+15
* always set hide_tooltip to TRUE if we are handling a leave notify event.Kristian Rietveld2007-08-211-0/+3
* applied patch from Mikael Hallendal which documents GtkPaned's keybindingMichael Natterer2007-08-211-0/+79
* Fix #457642, reported by Christian Persch.Kristian Rietveld2007-08-211-24/+80
* Fixed incorrect compose mapping for capital U with macron. (#468055, AaronCody Russell2007-08-191-2/+2
* Clarified activate_time docs.Tim Janik2007-08-171-4/+6
* Another documentation fix that I forgot to commit yesterday. (#459340,Cody Russell2007-08-151-2/+3
* gtk/gtkwidget.c gtk/gtkscrolledwindow.c Correct documentation that refersCody Russell2007-08-143-5/+6