summaryrefslogtreecommitdiff
path: root/README.in
Commit message (Collapse)AuthorAgeFilesLines
* Mention geometry handling changes in release notesMatthias Clasen2016-04-091-0/+5
|
* Reword release notesMatthias Clasen2016-03-201-30/+30
|
* Typo fixesMatthias Clasen2016-03-101-1/+1
| | | | Fix s/occurence/occurrence in many places.
* Revert "gtkplacessidebar: add open flags to other locations"Carlos Soriano2016-03-041-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 sectionMatthias Clasen2016-02-291-5/+5
|
* Add a release note about subclassingMatthias Clasen2016-02-281-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 changesMatthias Clasen2016-02-241-0/+9
|
* gtkplacessidebar: add open flags to other locationsCarlos Soriano2016-02-231-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 backgroundMatthias Clasen2016-02-211-0/+5
|
* Add a release note about level bar changesMatthias Clasen2016-02-151-0/+5
|
* Add a release note about window size savingMatthias Clasen2016-02-151-0/+8
|
* Make GtkFileChooser interface require a GObjectAlexander Larsson2015-11-051-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 bitMatthias Clasen2015-08-151-1/+13
|
* Add to release notesMatthias Clasen2015-03-171-0/+5
| | | | Mention that GtkSearchEntry now 'eats' some keys.
* More release notesMatthias Clasen2014-12-171-0/+12
|
* GtkMenuPositionFunc: Correct annotationsMatthias Clasen2014-12-091-0/+5
| | | | | | x and y are inout, not just out. https://bugzilla.gnome.org/show_bug.cgi?id=674537
* Update release notesMatthias Clasen2014-12-011-0/+3
| | | | Mention that --enable-gtk2-dependency is gone.
* Some documentation updatesMatthias Clasen2014-10-181-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 issuesMatthias Clasen2014-10-091-0/+8
| | | | | Mention text view background problems and the draw_layer vfunc in the release notes.
* Add a release note about X without renderMatthias Clasen2014-08-281-0/+4
| | | | | This reflects the findings in https://bugzilla.gnome.org/show_bug.cgi?id=735294
* Some release notes for 3.14Matthias Clasen2014-08-221-1/+22
|
* Update release notesMatthias Clasen2014-03-241-5/+0
|
* Add a release note about RGBA visualsMatthias Clasen2014-02-031-0/+5
|
* Add a release note about background renderingMatthias Clasen2014-02-031-0/+5
|
* README: Add note about gtk_text_view_add_child_in_window changesAlexander Larsson2014-01-101-0/+5
|
* Release-note the headerbar child order changeMatthias Clasen2014-01-071-0/+5
|
* Update the release notesMatthias Clasen2013-10-281-0/+9
|
* Update README.inAlexander Larsson2013-08-201-0/+19
|
* Add state propagation changes to release notesMatthias Clasen2013-06-161-0/+6
|
* Add release note about GtkBin compatibilityMatthias Clasen2013-05-271-0/+4
|
* GtkBox: don't propagate the expand child propertyMatthias Clasen2013-05-251-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 notesMatthias Clasen2013-04-011-1/+11
|
* Fix a typo in the READMECosimo Cecchi2013-02-141-1/+1
|
* Update README.in for the GtkIconInfo type changeAlexander Larsson2013-02-141-0/+8
|
* Update release notes for 3.6Matthias Clasen2012-09-241-2/+11
|
* Add some more documentation about GDK_SCROLL_SMOOTH3.5.1Matthias Clasen2012-04-301-1/+4
|
* Mention XDG Base Dir migration in README for 3.6William Jon McCann2012-04-301-0/+18
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=646631
* Fix a linkMatthias Clasen2012-03-301-1/+1
| | | | | As pointed out in bug 673139, the link to the mailing list information page was outdated.
* Amend the release notesMatthias Clasen2012-03-291-0/+24
|
* Add release note about scroll eventsMatthias Clasen2012-03-261-1/+51
|
* Drop -uninstalled.pc filesMatthias Clasen2011-12-301-0/+5
| | | | This has already been done in GLib, so follow suit here.
* Mention the demise of gail in 3.2 release notesMatthias Clasen2011-07-231-0/+7
|
* Fix a link in READMEMatthias Clasen2011-04-131-1/+1
| | | | | Patch by Thomas Andersen https://bugzilla.gnome.org/show_bug.cgi?id=647594
* Bump the version to 3.0.0Matthias Clasen2011-02-101-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 guideJavier Jardón2011-02-091-1/+1
|
* Add links to the migration guideMatthias Clasen2011-02-081-0/+14
|
* Drop 2.x release notesMatthias Clasen2011-01-301-433/+0
|
* docs: Update URL of some documentation linksJavier Jardón2010-11-161-1/+1
| | | | http://developer.gnome.org -> http://library.gnome.org
* Revert "Forward-port a GtkAdjustment compatibility fix"Javier Jardón2010-05-241-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
* Add notes about gobject-introspectionMatthias Clasen2010-03-231-0/+5
|