summaryrefslogtreecommitdiff
path: root/README.in
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update release notesMatthias Clasen2010-03-141-7/+3
| | | | Add a warning about the change in GtkBuilders id/name handling.
* Add a release note about virtual modifiersMatthias Clasen2009-12-211-0/+8
|
* Add a release note about statusbar internal hierarchy changesMatthias Clasen2009-11-301-0/+10
|
* Move SIGPIPE suppression to gtk_init and document itMatthias Clasen2009-10-011-0/+5
| | | | | | Some people were unhappy with doing it deep inside the lpr print backend at an unpredictable time, and SIGPIPE is almost never wanted anyway.
* Document GDK_NATIVE_WINDOWSMatthias Clasen2009-08-241-0/+7
| | | | | Add a section in the release notes about it and list it in the docs with all the other environment variables.
* Make jasper support optionalMatthias Clasen2009-07-161-0/+3
| | | | To enable it, one must now pass --with-libjasper to configure.
* Remove outdated text from README.inMatthias Clasen2009-07-101-5/+1
| | | | The PATCH and API keywords are no longer in use. Pointed out in 588229.
* Fix GtkTooltip destroy the custom widgetLin Ma2009-05-251-0/+8
| | | | | Fixed 576091, Custom_widget does not get destroyed when the tooltip goes away. Add a release note for this fix.
* Fix whitespaceMatthias Clasen2009-05-031-6/+6
|
* Forward-port a GtkAdjustment compatibility fixMatthias Clasen2009-05-031-5/+9
| | | | | We reverted GtkAdjustment to its traditional behaviour wrt. to clamping in 2.14.3, but the fix was lost between 2.14 and 2.16.
* Late release notesMatthias Clasen2009-03-131-0/+21
| | | | svn path=/trunk/; revision=22534
* Add a note about GtkAdjustment behaviour changeMatthias Clasen2008-09-041-0/+6
| | | | svn path=/trunk/; revision=21271