Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | README: Refer to release notes online | Matthias Clasen | 2016-05-30 | 1 | -286/+5 |
| | | | | | We don't want to maintain this information in two places, so just link to the online documentation here. | ||||
* | Mention geometry handling changes in release notes | Matthias Clasen | 2016-04-09 | 1 | -0/+5 |
| | |||||
* | Reword release notes | Matthias Clasen | 2016-03-20 | 1 | -30/+30 |
| | |||||
* | Typo fixes | Matthias Clasen | 2016-03-10 | 1 | -1/+1 |
| | | | | Fix s/occurence/occurrence in many places. | ||||
* | Revert "gtkplacessidebar: add open flags to other locations" | Carlos Soriano | 2016-03-04 | 1 | -5/+0 |
| | | | | | | | This reverts commit 63a204e1c5b6c since it broke the API. We will add a new signal instead in an upcomming patch. https://bugzilla.gnome.org/show_bug.cgi?id=754743 | ||||
* | Move the level bar release note to the right section | Matthias Clasen | 2016-02-29 | 1 | -5/+5 |
| | |||||
* | Add a release note about subclassing | Matthias Clasen | 2016-02-28 | 1 | -6/+12 |
| | | | | | | This is showing up in bug reports like https://bugzilla.gnome.org/show_bug.cgi?id=762754 so better add a note that gives a hint at the solution. | ||||
* | Add a release note about theme changes | Matthias Clasen | 2016-02-24 | 1 | -0/+9 |
| | |||||
* | gtkplacessidebar: add open flags to other locations | Carlos Soriano | 2016-02-23 | 1 | -0/+5 |
| | | | | | | | | | | | We weren't using the open flags on the other locations signal, which makes impossible for applications like nautilus to act in the same way that for any other location where the user can choose between opening in the current view, in a new window or in a new tab. Add the signal missing parameter in order to allow it. https://bugzilla.gnome.org/show_bug.cgi?id=754743 | ||||
* | Add a release note about drawingarea background | Matthias Clasen | 2016-02-21 | 1 | -0/+5 |
| | |||||
* | Add a release note about level bar changes | Matthias Clasen | 2016-02-15 | 1 | -0/+5 |
| | |||||
* | Add a release note about window size saving | Matthias Clasen | 2016-02-15 | 1 | -0/+8 |
| | |||||
* | Make GtkFileChooser interface require a GObject | Alexander Larsson | 2015-11-05 | 1 | -0/+9 |
| | | | | | | | | | | | Before all GtkFileChooser implementations had to be a GtkWidget, but we want to introduce one for native implementations that is not a widget. This is technically an ABI break, because some code could rely on the guarantee that GtkFileChoosers are GtkWidgets and do unchecked GtkWidget calls. However, that does seem unlikely, and this has not really been documented anywhere. | ||||
* | Update release notes a bit | Matthias Clasen | 2015-08-15 | 1 | -1/+13 |
| | |||||
* | Add to release notes | Matthias Clasen | 2015-03-17 | 1 | -0/+5 |
| | | | | Mention that GtkSearchEntry now 'eats' some keys. | ||||
* | More release notes | Matthias Clasen | 2014-12-17 | 1 | -0/+12 |
| | |||||
* | GtkMenuPositionFunc: Correct annotations | Matthias Clasen | 2014-12-09 | 1 | -0/+5 |
| | | | | | | x and y are inout, not just out. https://bugzilla.gnome.org/show_bug.cgi?id=674537 | ||||
* | Update release notes | Matthias Clasen | 2014-12-01 | 1 | -0/+3 |
| | | | | Mention that --enable-gtk2-dependency is gone. | ||||
* | Some documentation updates | Matthias Clasen | 2014-10-18 | 1 | -0/+6 |
| | | | | | Mention libepoxy in various places as a new dependency, and also mention Wayland in the build documentation. | ||||
* | Add a note about text view issues | Matthias Clasen | 2014-10-09 | 1 | -0/+8 |
| | | | | | Mention text view background problems and the draw_layer vfunc in the release notes. | ||||
* | Add a release note about X without render | Matthias Clasen | 2014-08-28 | 1 | -0/+4 |
| | | | | | This reflects the findings in https://bugzilla.gnome.org/show_bug.cgi?id=735294 | ||||
* | Some release notes for 3.14 | Matthias Clasen | 2014-08-22 | 1 | -1/+22 |
| | |||||
* | Update release notes | Matthias Clasen | 2014-03-24 | 1 | -5/+0 |
| | |||||
* | Add a release note about RGBA visuals | Matthias Clasen | 2014-02-03 | 1 | -0/+5 |
| | |||||
* | Add a release note about background rendering | Matthias Clasen | 2014-02-03 | 1 | -0/+5 |
| | |||||
* | README: Add note about gtk_text_view_add_child_in_window changes | Alexander Larsson | 2014-01-10 | 1 | -0/+5 |
| | |||||
* | Release-note the headerbar child order change | Matthias Clasen | 2014-01-07 | 1 | -0/+5 |
| | |||||
* | Update the release notes | Matthias Clasen | 2013-10-28 | 1 | -0/+9 |
| | |||||
* | Update README.in | Alexander Larsson | 2013-08-20 | 1 | -0/+19 |
| | |||||
* | Add state propagation changes to release notes | Matthias Clasen | 2013-06-16 | 1 | -0/+6 |
| | |||||
* | Add release note about GtkBin compatibility | Matthias Clasen | 2013-05-27 | 1 | -0/+4 |
| | |||||
* | GtkBox: don't propagate the expand child property | Matthias Clasen | 2013-05-25 | 1 | -0/+7 |
| | | | | | | | | | | | | | | The intention of the expand widget flags was to in fact propagate legacy expand child properties as well. Due to implementation errors, this was only happening in some cases, but not in others. To avoid breaking old code assuming traditional expand flag behavior, this commit removes all attempts to propagate GtkBox::expand. This was discussed in https://bugzilla.gnome.org/show_bug.cgi?id=698656 and https://bugzilla.gnome.org/show_bug.cgi?id=628902 This patch was written by Tristan Van Berkom. | ||||
* | Mention display:screen change in release notes | Matthias Clasen | 2013-04-01 | 1 | -1/+11 |
| | |||||
* | Fix a typo in the README | Cosimo Cecchi | 2013-02-14 | 1 | -1/+1 |
| | |||||
* | Update README.in for the GtkIconInfo type change | Alexander Larsson | 2013-02-14 | 1 | -0/+8 |
| | |||||
* | Update release notes for 3.6 | Matthias Clasen | 2012-09-24 | 1 | -2/+11 |
| | |||||
* | Add some more documentation about GDK_SCROLL_SMOOTH3.5.1 | Matthias Clasen | 2012-04-30 | 1 | -1/+4 |
| | |||||
* | Mention XDG Base Dir migration in README for 3.6 | William Jon McCann | 2012-04-30 | 1 | -0/+18 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=646631 | ||||
* | Fix a link | Matthias Clasen | 2012-03-30 | 1 | -1/+1 |
| | | | | | As pointed out in bug 673139, the link to the mailing list information page was outdated. | ||||
* | Amend the release notes | Matthias Clasen | 2012-03-29 | 1 | -0/+24 |
| | |||||
* | Add release note about scroll events | Matthias Clasen | 2012-03-26 | 1 | -1/+51 |
| | |||||
* | Drop -uninstalled.pc files | Matthias Clasen | 2011-12-30 | 1 | -0/+5 |
| | | | | This has already been done in GLib, so follow suit here. | ||||
* | Mention the demise of gail in 3.2 release notes | Matthias Clasen | 2011-07-23 | 1 | -0/+7 |
| | |||||
* | Fix a link in README | Matthias Clasen | 2011-04-13 | 1 | -1/+1 |
| | | | | | Patch by Thomas Andersen https://bugzilla.gnome.org/show_bug.cgi?id=647594 | ||||
* | Bump the version to 3.0.0 | Matthias Clasen | 2011-02-10 | 1 | -0/+5 |
| | | | | | | | At the same time, change the library sonames for -3.0 to just -3. This is necessary since the 2.99 releases installed libraries like libgtk-3.0.so.0.9903.0, and we want to prevent the library version number from jumping back. So 3.0 will have libgtk-3.so.0.0.0. | ||||
* | README.in: Fix link to the migration guide | Javier Jardón | 2011-02-09 | 1 | -1/+1 |
| | |||||
* | Add links to the migration guide | Matthias Clasen | 2011-02-08 | 1 | -0/+14 |
| | |||||
* | Drop 2.x release notes | Matthias Clasen | 2011-01-30 | 1 | -433/+0 |
| | |||||
* | docs: Update URL of some documentation links | Javier Jardón | 2010-11-16 | 1 | -1/+1 |
| | | | | http://developer.gnome.org -> http://library.gnome.org | ||||
* | Revert "Forward-port a GtkAdjustment compatibility fix" | Javier Jardón | 2010-05-24 | 1 | -9/+5 |
| | | | | | | | | | | | | | | | | In the early 2.14.x releases, GtkAdjustment was changed to enforce that values are restricted to the range [lower, upper - page_size]. This has always been the documented behaviour, and the recommended practice is to set page_size to 0 when using adjustments for simple scalar values, like in a slider or spin button. Due to the large number of applications that are affected by this change, the behaviour has been reverted to the old behaviour in 2.14.3, with an explicit warning that this change will be reintroduced in 2.90. This reverts commit e6373738fc9c53c95e467a3681fcd3426fd94d13. https://bugzilla.gnome.org/show_bug.cgi?id=619474 |