Cosimo Cecchi
67771adfd0
release: doc updates for 2.24.16
2013-02-18 14:31:23 -05:00
Matthias Clasen
3319bcf033
Fix doc build
2012-02-06 09:44:09 -05:00
Javier Jardón
745a9fc6fe
Update NEWS
2012-01-24 19:23:25 +00:00
Alexander Larsson
758fec0a2d
Update docs from release
2011-11-10 19:49:52 +01:00
Matthias Clasen
3a1ad288a6
Improve the deprecation note for GDK_DISPLAY
...
As pointed out in bug 653847.
2011-10-17 13:14:18 -04:00
Matthias Clasen
e65e208d40
Deprecate gdk_set_locale and gtk_set_locale
2010-12-21 09:54:14 -05:00
Matthias Clasen
a3c3031a0e
Deprecate gdk_display and GDK_DISPLAY
2010-09-10 22:33:58 -04:00
Benjamin Otte
3df3ff9a3a
docs: Add note to gdk_pixmap_new() about create_similar() function
...
gdk_window_create_similar_surface() is basically the replacement for
this function.
2010-08-12 23:34:37 +02:00
Benjamin Otte
0e183fe745
pixmap: Deprecate create_from_data() constructors
...
And document that GdkPixmap will go away in GTK 3.
2010-08-12 03:02:38 +02:00
Benjamin Otte
9d2f8f5098
docs: Add paragraph about GdkRegion replacement in GTK3
...
https://bugzilla.gnome.org/show_bug.cgi?id=613284
2010-08-10 18:26:12 +02:00
Matthias Clasen
a36bfa1424
2.21.2
2010-06-10 14:11:20 -04:00
Matthias Clasen
2788322135
2.21.1
2010-05-30 18:30:16 -04:00
Javier Jardón
fe22d4a402
[docs] Fix GdkColor description: blue and green colors are changed
...
Reported by César Themudo here:
https://bugzilla.gnome.org/show_bug.cgi?id=618162
(cherry picked from commit b76557e944
)
2010-05-30 02:22:26 -04:00
Javier Jardón
cfb988ab38
Seal gdk
...
Add G_SEAL annotation for struct members, and add accessors for
the (useful) fields. Patch based on work by Garrett Regier,
see bug #592580 .
2010-05-27 16:25:54 +02:00
Benjamin Otte
fd20ac0751
Revert "Deprecate the GdkRegion API"
...
This reverts commit 821dd33918
.
2010-05-26 09:25:35 +02:00
Benjamin Otte
821dd33918
Deprecate the GdkRegion API
...
Includes fixing all callers to use the cairo region API instead. This is
usually just replacing the function names, the only difference is
gdk_region_get_rectangles() being replaced by
cairo_region_num_rectangles() and cairo_region_get_rectangle() which
required a bit more work.
https://bugzilla.gnome.org/show_bug.cgi?id=613284
2010-05-23 23:27:15 +02:00
Matthias Clasen
f2f0ae89ae
2.21.0
2010-05-07 17:13:56 -04:00
Torsten Schönfeld
85d166fbb9
[docs] Fix a typo in the offscreen windows docs
...
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=616565
Signed-off-by: Javier Jardón <jjardon@gnome.org >
2010-04-22 23:17:32 +02:00
Alejandro Piñeiro
bc39d88b44
Solve a wrong reference on gdk_keymap_translate_keyboard_state
...
Solves https://bugzilla.gnome.org/show_bug.cgi?id=608345
2010-02-09 11:52:49 +01:00
Matthias Clasen
c54219da24
2.19.3
2010-01-11 13:57:21 -05:00
Matthias Clasen
af268d5b07
Small documentation correction
2009-12-20 03:11:04 -05:00
Colin Walters
18dc96caf8
Merge in Gdk-custom.c introspection annotations
...
The Gdk-custom.c file in gir-repository contained a number of
introspection annotations. Merge those into the GDK source files.
Some documentation was moved from the tmpl/ files to accomodate
the addition of annotations.
https://bugzilla.gnome.org/show_bug.cgi?id=592279
2009-12-16 17:22:01 -02:00
Christian Dywan
8e6dbff2b0
Deprecate GtkInputDialog
...
Deprecate the widget and adjust the documentation.
https://bugzilla.gnome.org/show_bug.cgi?id=594903
2009-10-16 16:05:13 +02:00
Matthias Clasen
b841251ca7
2.18.0
2009-09-23 00:02:47 -04:00
Bastien Nocera
b1d1e36855
Keysyms docs update
...
Mention XK_ prefixes as well.
2009-09-10 10:18:29 +01:00
Bastien Nocera
11898088a1
Bug 594668 - Add new Xorg keysyms
...
Add support for XF86keysym.h to gdkkeysyms-update.pl and
update the generated gdkkeysyms.h file for the latest sources.
2009-09-09 18:45:28 +01:00
Matthias Clasen
e1cd3e0610
2.17.11
2009-09-05 00:35:08 -04:00
Matthias Clasen
32d59d174e
Documentation fixes
2009-09-01 00:53:44 -04:00
Matthias Clasen
5e5ab90a57
Improve CSW docs
2009-08-31 00:55:32 -04:00
Matthias Clasen
e6cfb7b19f
2.17.9
2009-08-24 18:54:51 -04:00
Matthias Clasen
4df049d218
2.17.7
2009-08-11 15:06:02 -04:00
Matthias Clasen
b3969a3d75
2.17.3
2009-07-07 01:05:29 -04:00
Matthias Clasen
44bb1fb30e
Small documentation fixes
2009-07-05 20:56:44 -04:00
Alexander Larsson
287b821705
Rename gdk_window_set_has_native to gdk_window_ensure_native
...
This also removes the (unimplemented) possibility to change a window to
non-native. This seems generally not very useful, and there are some problems
with it, for instance if two "users" need a window to be native and then
one of the "users" doesn't need it anymore it can't change it back, because
it is unaware of the other reason the window is native.
2009-06-01 11:57:59 +02:00
Matthias Clasen
2739a92c76
Remove deprecated API
...
svn path=/trunk/; revision=22431
2009-03-01 07:28:35 +00:00
Matthias Clasen
3bb7c153f8
2.15.1
...
svn path=/trunk/; revision=22202
2009-01-23 23:03:59 +00:00
Matthias Clasen
5c317ec762
Bug 567761 – Spellfixes in GTK+ documentation
...
* gdk/x11/gdkselection-x11.c:
* gtk/gtktestutils.c: Fix typos in the docs.
svn path=/trunk/; revision=22189
2009-01-23 05:51:25 +00:00
Matthias Clasen
4d9df738e5
Document GDK_BLANK_CURSOR
...
svn path=/trunk/; revision=22146
2009-01-20 02:18:33 +00:00
Matthias Clasen
b38f2c127c
trivial correction
...
svn path=/trunk/; revision=21928
2008-12-26 04:18:56 +00:00
Matthias Clasen
eec610227f
Small tweaks
...
svn path=/trunk/; revision=21927
2008-12-26 04:06:09 +00:00
Matthias Clasen
3a6b0693b9
2.14.2
...
svn path=/trunk/; revision=21420
2008-09-18 04:30:42 +00:00
Sven Herzberg
ad7880a590
Bug 551063 – deprecated marking without a link to what new code should
...
2008-09-06 Sven Herzberg <sven@imendio.com >
Bug 551063 – deprecated marking without a link to what new code should
use
* gdk/tmpl/input.sgml: dropped tmpl documentation for gdk_input_add()
and gdk_input_add_full()
* gdk/gdkevents.c: added inline documentation for gdk_input_add() and
gdk_input_add_full(); added replacement hints into the deprecation
message
svn path=/trunk/; revision=21305
2008-09-06 17:26:33 +00:00
Matthias Clasen
783a4d99ed
2.13.7
...
svn path=/trunk/; revision=21151
2008-08-19 01:17:29 +00:00
Matthias Clasen
c246a4e7b0
2.13.6
...
svn path=/trunk/; revision=21015
2008-08-05 18:20:35 +00:00
Matthias Clasen
ed383758c6
Improve docs
...
svn path=/trunk/; revision=20929
2008-08-02 04:12:55 +00:00
Cody Russell
4e3c97b3f2
Bug 56070 – Can't click button after setting it sensitive.
...
2008-07-31 Cody Russell <bratsche@gnome.org >
Bug 56070 – Can't click button after setting it sensitive.
* gtk/gtkwidget.[ch]
* gtk/gtkwindow.c
* gtk/gtkmain.c
* gtk/gtkbutton.c
* gtk/gtkprivate.h
* gdk/gdkevents.h: Synthesize crossing events events where necessary.
* gtk/tests/crossingevents.c: Add unit tests for crossing events.
Big thanks to Ed Catmur, Matthias Clasen, and everyone else who
has worked on and helped out with this.
svn path=/trunk/; revision=20924
2008-08-01 03:30:50 +00:00
Matthias Clasen
40a31e283c
2.13.4
...
svn path=/trunk/; revision=20783
2008-07-05 20:30:16 +00:00
Matthias Clasen
a1b44ad8cf
Some GDK doc additions
...
svn path=/trunk/; revision=20770
2008-07-04 21:52:54 +00:00
Matthias Clasen
f393e85f59
2.13.2
...
svn path=/trunk/; revision=20309
2008-06-03 23:44:33 +00:00
Matthias Clasen
49a42ac0f0
2.13.1
...
svn path=/trunk/; revision=20246
2008-05-30 05:08:50 +00:00