summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/migrating-2to3.xml
Commit message (Collapse)AuthorAgeFilesLines
* Avoid double inclusion of a migration chapterMatthias Clasen2011-11-151-2/+0
|
* Fix few typos in the migration docsJavier Jardon2011-07-061-2/+2
| | | | gdk_pixbuf_get_from_surface() don't take 8 args but 5
* docs: Fix typoBenjamin Otte2011-02-211-1/+1
|
* docs: Replace pixmap use in migration guide with cairo surfacesBenjamin Otte2011-02-201-7/+12
| | | | | | | Merge my patch for this with Matthias' previous patch and keep the best of both. https://bugzilla.gnome.org/show_bug.cgi?id=642677
* Remove no-longer existing API from the migration guideMatthias Clasen2011-02-201-11/+17
| | | | | Some parts of the migration guide were written before the demise of pixmaps, and still referred to pixmap API in their replacements.
* Replace GtkStyle uses from migration guide examplesMatthias Clasen2011-02-191-10/+11
| | | | Part of https://bugzilla.gnome.org/show_bug.cgi?id=642677
* Fix a typoMatthias Clasen2011-02-191-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=642751
* docs: migrating-2to3: improve cross-referenceJavier Jardón2011-02-181-2/+2
|
* docs: migrating-2to3: Make the examples look prettierJavier Jardón2011-02-181-30/+30
|
* m4: Fix GTK_CHECK_BACKEND() to also check for a minimum versionEmmanuele Bassi2011-02-171-1/+1
| | | | | | This should make the macro slightly more useful. Update the documentation mentioning the macro as well.
* Allow checking for GDK backendsEmmanuele Bassi2011-02-161-0/+13
| | | | | | | | | | | | | | | | Now that a single shared object can contain multiple backends we also need to provide a simple way for third party code to verify that the copy of GDK they are linking to supports their backend. The simplest way to verify is an m4 macro, GTK_CHECK_BACKEND(), shipped with the gtk+ m4 macros. The usage is pretty basic: GTK_CHECK_BACKEND([x11], [gtk_has_x11=yes], [gtk_has_x11=no]) AM_CONDITIONAL(BUILD_X11_CODE, test "x$gtk_has_x11" = "xno") https://bugzilla.gnome.org/show_bug.cgi?id=642479
* Quell another warningMatthias Clasen2011-02-091-2/+2
|
* Add some more info for desktop app infoMatthias Clasen2011-02-091-1/+5
| | | | Small gotchas that can easily be avoided.
* Migration guide additionsMatthias Clasen2011-02-051-0/+78
| | | | Some information about plugs and sockets, and event filters.
* More documentation tweaksMatthias Clasen2011-01-291-1/+6
|
* Add a missing end tagMatthias Clasen2011-01-291-0/+1
|
* Mention GtkEntryCompletion signal parameter changeMatthias Clasen2011-01-281-0/+11
|
* Add a migration guide section about GdkDrawableMatthias Clasen2011-01-231-1/+34
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=640188
* Add a migration guide section about multiple backendsMatthias Clasen2011-01-131-0/+43
|
* 2 to 3 migration should say gtk_widget_set_visualChristian Dywan2011-01-111-2/+2
|
* Drop the G_SEAL definition from gdkconfig.hMatthias Clasen2011-01-051-4/+5
| | | | All sealed members removed. Yay!
* Add deprecation guards for deprecated GdkAppLaunchContext APIMatthias Clasen2010-12-241-1/+1
| | | | Also adapt the docs to not use deprecated API.
* docs: fix a typoJavier Jardón2010-12-221-1/+1
|
* Add a section about gdk_spawn to migration guideMatthias Clasen2010-12-221-0/+47
|
* GtkStyleContext migration guide tweaksMatthias Clasen2010-12-071-0/+3
| | | | | | | Move the guide into the 2-to-3 guide, since it is something you have to do when porting from 2 to 3. Also add an example for handling of temporary state changes and some more text about color handling.
* docs: Replace mentions of drawable with window in migration guideBenjamin Otte2010-12-021-3/+3
| | | | | No need to let gtk3-aware people learn about wonderous gtk2 terms when they are migrating old code. ;)
* docs: Improve cross-referencing in the migration guideJavier Jardón2010-11-191-12/+30
|
* Fix a typoMatthias Clasen2010-10-311-1/+1
|
* Migration guide additionsMatthias Clasen2010-10-291-1/+30
| | | | Add some information about expand flags and the scrollable interface.
* Add a migration guide section on size_requestMatthias Clasen2010-10-271-0/+176
|
* Add a missing close tagMatthias Clasen2010-10-121-0/+1
|
* Add a migration guide section about resize gripsMatthias Clasen2010-10-081-0/+12
|
* docs: Latest 2.x release will be 2.24, not 2.22Javier Jardón2010-10-031-3/+3
|
* Migration guide: Add an example for creating custom cursorsMatthias Clasen2010-10-011-2/+50
|
* Add a migration guide section on GtkObjectMatthias Clasen2010-09-261-0/+29
|
* Add a missing end tagMatthias Clasen2010-09-261-4/+5
|
* Migration guide: Add an example for colormap -> visualMatthias Clasen2010-09-261-7/+65
|
* Expand the migration guideMatthias Clasen2010-09-261-21/+59
| | | | | | This commit add some text about mult-window ::draw implementations, pointing out the gtk_cairo_should_draw_window() and gtk_cairo_transform_to_window() convenience functions.
* Docs: start migration guide additionsMatthias Clasen2010-09-261-0/+53
|
* GtkScrolledWindow: document changed default policyMatthias Clasen2010-09-251-0/+9
|
* porting guide: Update to mention GDK_KEY_ transitionColin Walters2010-09-081-0/+14
|
* Table gymnasticsMatthias Clasen2010-09-021-1/+4
|
* Add information about progressbar migrationMatthias Clasen2010-09-021-0/+29
| | | | | Add a section to the migration guide about GtkProgressBar. Also, actually include the wrap box docs.
* docs: Some style fixes to the migration guideBenjamin Otte2010-08-111-4/+4
| | | | Most importantly, I decided to not capitalize "cairo".
* Beef up the migration guideMatthias Clasen2010-08-101-13/+373
| | | | | This includes a first cut at documenting the rendering cleanup changes and the region removal.
* Turn on GSEAL_ENABLE by defaultMatthias Clasen2010-06-231-0/+1
| | | | | | We do this by adding -DGSEAL_ENABLE to the Cflags in the .pc files, so you can get out of it by adding -UGSEAL_ENABLE after the pkg-config generated flags.
* Remove old migration docsMatthias Clasen2010-06-031-21/+32
| | | | | This information will still be available in the 2.22 docs. For 3.0, we'll do sortof a clean start.
* [docs] Add GTK+3 migration guideJavier Jardón2010-05-291-0/+69