summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* 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
* make sure we fail keynav if the only item in the list is already selected.Kristian Rietveld2007-08-141-2/+3
* Move documentation of gtk_ruler_set_range() to source and fix nonsense.Stefan Kost2007-08-091-0/+11
* Document the new signals popup, popdown and move-active.Mikael Hallendal2007-08-081-2/+35
* Do not assume that text is null-terminated as pointed out by ChristopherJohan Dahlin2007-08-073-9/+22
* Use g_strdup on the translated string instead of g_strndup() + the lengthJohan Dahlin2007-08-071-1/+1
* create a dummy tip_window and tip_label, so old applications with codeKristian Rietveld2007-08-071-1/+20
* Disable tooltips in touchscreen mode.Kristian Rietveld2007-08-071-0/+11
* reset the completion prefix on Enter too, plug potential leak. Follow-upXan Lopez2007-07-311-12/+19
* Make the label wrap, for compatibility with the old tooltips code. ThisMatthias Clasen2007-07-311-0/+1
* Fix documentation. (#461225, Murray Cumming).Kristian Rietveld2007-07-301-1/+1
* Add documentation for properties and fix the deprecation marker for theEmmanuele Bassi2007-07-302-7/+92
* Fix check/radio indicator drawing mess (bug #452225):Michael Natterer2007-07-273-6/+6
* Call gtk_tooltip_hide_tooltip() even if the tooltip is not visible yet.Matthias Clasen2007-07-251-1/+1
* Mark more internal symbols for prefixingAlexander Larsson2007-07-254-3/+20
* Silence the validatorMatthias Clasen2007-07-251-1/+1
* Remove obsolete set-tooltip handler. (#458280, Christian Persch)Matthias Clasen2007-07-241-17/+0
* Port to use new tooltips API. (#451397, Jan Arne Petersen)Matthias Clasen2007-07-244-98/+30
* Restructure the code to make sense, and don't leak an empty accel.Matthias Clasen2007-07-242-11/+10
* Protect against recursion via gtk_container_remove(). (#459561, ChristianMatthias Clasen2007-07-241-7/+9
* Fix some doc formatting errorsMatthias Clasen2007-07-233-3/+3
* Port the GtkRecentChooser default implementation widget to the newEmmanuele Bassi2007-07-232-67/+92
* Correctly redraw when gtk-scrolled-window-placement is changed after theRoss Burton2007-07-221-1/+1