summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
Commit message (Expand)AuthorAgeFilesLines
* Don't crash if somebody tries to move a node after itself in a list ofMatthias Clasen2004-07-041-0/+6
* Fix links to www.freedesktop.org. (#145210, Billy Biggs)Matthias Clasen2004-07-041-0/+6
* Reset current_width and current_height to 0 when ending the embedding.Matthias Clasen2004-07-031-0/+6
* Let the cursor move to the right end of the entry text, even if it ends inMatthias Clasen2004-07-031-0/+6
* Unset the displayed row when unsetting the model. (#138560, ChristianMatthias Clasen2004-07-031-0/+10
* Properly align mask and pixbuf if a subarea is exposed. (#135423, fix byMatthias Clasen2004-07-031-0/+5
* Add scroll events to the event mask, set a scroll_event handler. HandleMatthias Clasen2004-07-031-0/+7
* Make sure we check for a NULL model first.Anders Carlsson2004-07-021-0/+5
* Fix win32 build problem w/o wintab. Fixed #145242J. Ali Harlow2004-07-011-0/+5
* Use g_return_if_fail to make sure that the model is a GtkTreeModel.Anders Carlsson2004-06-301-0/+5
* Draw line with the current state, not GTK_STATE_NORMALSoeren Sandmann2004-06-271-0/+7
* small color tweak. (#141173)Soeren Sandmann2004-06-261-0/+4
* Handle _NET_WM_STATE_ABOVE and _NET_WM_STATE_BELOW. (#144851, Billy Biggs)Matthias Clasen2004-06-261-0/+6
* Prevent unwanted recursion by resetting icon_set->cache before freeing theMatthias Clasen2004-06-261-0/+6
* Accept a NULL style.Matthias Clasen2004-06-261-0/+7
* Reflect the last change in the docs.Matthias Clasen2004-06-261-0/+6
* Allow passing NULL to unset the model. (#137211, patch by MarianoMatthias Clasen2004-06-261-0/+14
* Avoid uninitialized use of &parent_iter. (#145007, John Finlay)Matthias Clasen2004-06-261-0/+5
* reviewed by: Matthias Clasen <maclas@gmx.de>Bastien Nocera2004-06-251-0/+8
* Avoid a crash if the font doesn't exist. (#144967, Yevgen Muntyan)Matthias Clasen2004-06-251-0/+5
* Commit a forgotten fix.Matthias Clasen2004-06-251-0/+5
* Fix a typo, string change. (#139503, Baris Cicek)Matthias Clasen2004-06-251-0/+5
* Use a Save or an Open stock button for the C-l dialog depending on theFederico Mena Quintero2004-06-231-0/+6
* Fixes the GTK+ part of #142308:Federico Mena Quintero2004-06-221-0/+9
* Improve docs for the ::move_cursor signal.Matthias Clasen2004-06-221-0/+3
* Accept "<WINDOWTYPE>" as a valid accel path. (#144427, Philip Kendall)Matthias Clasen2004-06-221-0/+4
* Make sure this gets defined for all backends, so linux-fb has a chance ofMatthias Clasen2004-06-221-0/+4
* Doc updates.Matthias Clasen2004-06-221-1/+8
* Typo fix. (#144750, Jeff Franks)Matthias Clasen2004-06-221-0/+5
* Merge from stable:Michael Natterer2004-06-211-0/+11
* When inserting a visible node, free the old path before creating the newFederico Mena Quintero2004-06-161-0/+6
* Make GtkComboBox work without model. (#144198, Mariano Suárez-Alvarez)Matthias Clasen2004-06-151-0/+5
* Don't use contractions like "don't" or "isn't" in error messages. It isn'tMatthias Clasen2004-06-121-0/+7
* Fixes #143578:Federico Mena Quintero2004-06-121-0/+16
* Typo fix.Matthias Clasen2004-06-111-0/+4
* Fixes #144110, patch by Bastien Nocera <hadess@hadess.net>.Federico Mena Quintero2004-06-111-0/+9
* Start the drag before focusing the selected.day. Stop a beginning drag ifMatthias Clasen2004-06-101-0/+7
* Start spinning before calling arrow_action(), so that a signal handlerMatthias Clasen2004-06-101-0/+7
* Typo fix.Matthias Clasen2004-06-101-0/+5
* Revert the "drag select" part of #141169. (#144011).Soeren Sandmann2004-06-091-0/+5
* Handle priv->model being NULL. (#143856, Mariano Suárez-Alvarez)Matthias Clasen2004-06-081-14/+20
* Revert the patch from 2003/Sep/12. This kept DnD in tree views withinFederico Mena Quintero2004-06-081-0/+7
* Make the entry context menu work in editable text cells. The changes areMatthias Clasen2004-06-071-0/+18
* Improve the description of the ::language property. (#143802, Owen Taylor)Matthias Clasen2004-06-071-0/+5
* Add an ignore_enter flag and use it as in the menu code to avoid theMatthias Clasen2004-06-061-0/+10
* Add a checkbox to queue an merge/unmerge. Patch from Matthias Clasen.Soeren Sandmann2004-06-051-0/+21
* Add a note about the !CAN_FOCUS quirk in the button size allocation code.Matthias Clasen2004-06-051-0/+10
* Calculate the length of the entry contents in characters, not in bytes.Matthias Clasen2004-06-041-0/+8
* Fix the al lowed values and default value for the ::active property.Matthias Clasen2004-06-041-0/+6
* use gtk_widget_get_child_requisition() instead of accessingMichael Natterer2004-06-031-0/+7