Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid double inclusion of a migration chapter | Matthias Clasen | 2011-11-15 | 1 | -2/+0 |
| | |||||
* | Fix few typos in the migration docs | Javier Jardon | 2011-07-06 | 1 | -2/+2 |
| | | | | gdk_pixbuf_get_from_surface() don't take 8 args but 5 | ||||
* | docs: Fix typo | Benjamin Otte | 2011-02-21 | 1 | -1/+1 |
| | |||||
* | docs: Replace pixmap use in migration guide with cairo surfaces | Benjamin Otte | 2011-02-20 | 1 | -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 guide | Matthias Clasen | 2011-02-20 | 1 | -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 examples | Matthias Clasen | 2011-02-19 | 1 | -10/+11 |
| | | | | Part of https://bugzilla.gnome.org/show_bug.cgi?id=642677 | ||||
* | Fix a typo | Matthias Clasen | 2011-02-19 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=642751 | ||||
* | docs: migrating-2to3: improve cross-reference | Javier Jardón | 2011-02-18 | 1 | -2/+2 |
| | |||||
* | docs: migrating-2to3: Make the examples look prettier | Javier Jardón | 2011-02-18 | 1 | -30/+30 |
| | |||||
* | m4: Fix GTK_CHECK_BACKEND() to also check for a minimum version | Emmanuele Bassi | 2011-02-17 | 1 | -1/+1 |
| | | | | | | This should make the macro slightly more useful. Update the documentation mentioning the macro as well. | ||||
* | Allow checking for GDK backends | Emmanuele Bassi | 2011-02-16 | 1 | -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 warning | Matthias Clasen | 2011-02-09 | 1 | -2/+2 |
| | |||||
* | Add some more info for desktop app info | Matthias Clasen | 2011-02-09 | 1 | -1/+5 |
| | | | | Small gotchas that can easily be avoided. | ||||
* | Migration guide additions | Matthias Clasen | 2011-02-05 | 1 | -0/+78 |
| | | | | Some information about plugs and sockets, and event filters. | ||||
* | More documentation tweaks | Matthias Clasen | 2011-01-29 | 1 | -1/+6 |
| | |||||
* | Add a missing end tag | Matthias Clasen | 2011-01-29 | 1 | -0/+1 |
| | |||||
* | Mention GtkEntryCompletion signal parameter change | Matthias Clasen | 2011-01-28 | 1 | -0/+11 |
| | |||||
* | Add a migration guide section about GdkDrawable | Matthias Clasen | 2011-01-23 | 1 | -1/+34 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=640188 | ||||
* | Add a migration guide section about multiple backends | Matthias Clasen | 2011-01-13 | 1 | -0/+43 |
| | |||||
* | 2 to 3 migration should say gtk_widget_set_visual | Christian Dywan | 2011-01-11 | 1 | -2/+2 |
| | |||||
* | Drop the G_SEAL definition from gdkconfig.h | Matthias Clasen | 2011-01-05 | 1 | -4/+5 |
| | | | | All sealed members removed. Yay! | ||||
* | Add deprecation guards for deprecated GdkAppLaunchContext API | Matthias Clasen | 2010-12-24 | 1 | -1/+1 |
| | | | | Also adapt the docs to not use deprecated API. | ||||
* | docs: fix a typo | Javier Jardón | 2010-12-22 | 1 | -1/+1 |
| | |||||
* | Add a section about gdk_spawn to migration guide | Matthias Clasen | 2010-12-22 | 1 | -0/+47 |
| | |||||
* | GtkStyleContext migration guide tweaks | Matthias Clasen | 2010-12-07 | 1 | -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 guide | Benjamin Otte | 2010-12-02 | 1 | -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 guide | Javier Jardón | 2010-11-19 | 1 | -12/+30 |
| | |||||
* | Fix a typo | Matthias Clasen | 2010-10-31 | 1 | -1/+1 |
| | |||||
* | Migration guide additions | Matthias Clasen | 2010-10-29 | 1 | -1/+30 |
| | | | | Add some information about expand flags and the scrollable interface. | ||||
* | Add a migration guide section on size_request | Matthias Clasen | 2010-10-27 | 1 | -0/+176 |
| | |||||
* | Add a missing close tag | Matthias Clasen | 2010-10-12 | 1 | -0/+1 |
| | |||||
* | Add a migration guide section about resize grips | Matthias Clasen | 2010-10-08 | 1 | -0/+12 |
| | |||||
* | docs: Latest 2.x release will be 2.24, not 2.22 | Javier Jardón | 2010-10-03 | 1 | -3/+3 |
| | |||||
* | Migration guide: Add an example for creating custom cursors | Matthias Clasen | 2010-10-01 | 1 | -2/+50 |
| | |||||
* | Add a migration guide section on GtkObject | Matthias Clasen | 2010-09-26 | 1 | -0/+29 |
| | |||||
* | Add a missing end tag | Matthias Clasen | 2010-09-26 | 1 | -4/+5 |
| | |||||
* | Migration guide: Add an example for colormap -> visual | Matthias Clasen | 2010-09-26 | 1 | -7/+65 |
| | |||||
* | Expand the migration guide | Matthias Clasen | 2010-09-26 | 1 | -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 additions | Matthias Clasen | 2010-09-26 | 1 | -0/+53 |
| | |||||
* | GtkScrolledWindow: document changed default policy | Matthias Clasen | 2010-09-25 | 1 | -0/+9 |
| | |||||
* | porting guide: Update to mention GDK_KEY_ transition | Colin Walters | 2010-09-08 | 1 | -0/+14 |
| | |||||
* | Table gymnastics | Matthias Clasen | 2010-09-02 | 1 | -1/+4 |
| | |||||
* | Add information about progressbar migration | Matthias Clasen | 2010-09-02 | 1 | -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 guide | Benjamin Otte | 2010-08-11 | 1 | -4/+4 |
| | | | | Most importantly, I decided to not capitalize "cairo". | ||||
* | Beef up the migration guide | Matthias Clasen | 2010-08-10 | 1 | -13/+373 |
| | | | | | This includes a first cut at documenting the rendering cleanup changes and the region removal. | ||||
* | Turn on GSEAL_ENABLE by default | Matthias Clasen | 2010-06-23 | 1 | -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 docs | Matthias Clasen | 2010-06-03 | 1 | -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 guide | Javier Jardón | 2010-05-29 | 1 | -0/+69 |