Matthias Clasen
6351e8e134
Fix a forgotten instance of document-x-generic
2011-06-15 19:56:11 -04:00
Javier Jardón
ed9db7c3e5
Use 'const' instead G_CONST_RETURN
2011-06-16 00:51:17 +01:00
Matthias Clasen
47e7d253c9
Fix a missing <SECTION>
...
This was causing GtkComboBoxText docs to appear on the
GtkContainer page.
2011-06-07 12:19:39 -04:00
Matthias Clasen
20b794812f
Fix duplicate 'new in 2.22' index
...
Spotted by Dieter Verfaillie,
https://bugzilla.gnome.org/show_bug.cgi?id=642905
2011-02-21 17:54:24 -05:00
Matthias Clasen
48342ad2bd
Add warnings about environment variables
...
These variables all get read by GTK 3 as well, which makes
them dangerous at best.
2011-02-19 10:02:29 -05:00
Colin Walters
8e51a22707
docs: Link to all GTK+ 2 versions, add GTK+ 3 link
...
Now that we have both URLs on library.gnome.org, improve the links so
that we point at all versions of both.
2011-02-11 12:31:17 -05:00
Christian Persch
164149a8dc
Add target version handling to gtk-builder-convert
...
When converting to gtk3, replace GtkComboBoxEntry with GtkComboxBox
has-entry=True, and remove the has-separator property from GtkDialogs.
Bug #639327 .
2011-01-17 07:48:34 -05:00
Matthias Clasen
dfa1ea8245
Add accessors for GtkRange::round-digits
...
Patch by Christian Dywan,
https://bugzilla.gnome.org/show_bug.cgi?id=351755
2011-01-15 00:26:08 -05:00
Tristan Van Berkom
737941b333
Added GtkBuilder support for "menu" child type of GtkMenuToolButton
...
Conflicts:
gtk/gtkmenutoolbutton.c
2011-01-10 22:31:25 +09:00
Matthias Clasen
fda6444216
Document DESKTOP_STARTUP_ID use
...
Closes https://bugzilla.gnome.org/show_bug.cgi?id=165987
2011-01-06 12:58:30 -05:00
Matthias Clasen
171bac4626
GtkBuilder migration docs: remove reference to a fixed issue
2011-01-03 12:21:52 -05:00
Matthias Clasen
e65e208d40
Deprecate gdk_set_locale and gtk_set_locale
2010-12-21 09:54:14 -05:00
Matthias Clasen
2f8c78ddc5
Deprecate foreign window apis
...
And add x11- and win32-specific apis for these at the same time
2010-12-21 09:54:14 -05:00
Martyn Russell
512d29e53a
gtk-faq: Fix all information related to CVS
...
Fixes bug #636832 , anoncvs.gnome.org does not exist
2010-12-09 23:47:31 +00:00
Benjamin Otte
07c00b9969
gtk: Deprecate GtkRuler and subclasses.
...
They have been removed fom GTK 3.
2010-11-24 17:26:09 +01:00
Benjamin Otte
176218c5a0
API: Add gdk_pixmap_get_size()
...
Allows querying a pixmap's size when compiling with deprecations.
2010-11-18 17:45:14 +01:00
Javier Jardón
70929bc7ba
Deprecate GtkCallbackMarshal and GtkFunction
...
As they're only used by already deprecated API
https://bugzilla.gnome.org/show_bug.cgi?id=629955
2010-11-16 07:24:22 +01:00
Matthias Clasen
779f4e10be
GtkComboBox: Add a constructor that takes a model and adds an entry
...
https://bugzilla.gnome.org/show_bug.cgi?id=633050
2010-11-10 09:00:19 -05:00
Matthias Clasen
009ea42112
Add docs for GtkComboBoxText
...
(cherry picked from commit 3e9bdf6fd9
)
2010-10-16 01:11:44 -04:00
Matthias Clasen
b68d58c0b1
Use the new GtkComboBoxText API
...
Also remove mentions of the old text convenience API from the docs,
and point to GtkComboBoxText instead.
(cherry picked from commit e7f51ef6a4
)
2010-10-16 01:11:44 -04:00
Javier Jardón
44e186658b
docs: update OSX port project page
2010-10-16 01:11:44 -04:00
Matthias Clasen
6a2524324f
Deprecate gtk_init_add, gtk_remove_add and friends
...
This functions are going to be removed in GTK+ 3.
https://bugzilla.gnome.org/show_bug.cgi?id=629955
2010-10-16 01:11:43 -04:00
Matthias Clasen
880c9d82ec
Deprecate GtkComboBoxEntry in favor of added properties to GtkComboBox
...
GtkComboBox now sports a construct-only "has-entry" property which
decides if it uses a GtkEntry to allow additional user input. Also
it has a new "entry-text-column" to fetch strings for the entry
from the model.
This patch deprecates the GtkComboBoxEntry and updates the rest of GTK+
to use the new semantics on GtkComboBox instead.
(cherry picked from commit 9612c64817
)
2010-10-13 22:43:40 -04:00
Matthias Clasen
d1f256ac30
Backport some new GdkWindow api from 2.90
...
This commit adds
gdk_window_get_display
gdk_window_get_screen
gdk_window_get_visual
gdk_window_get_width
gdk_window_get_height
and deprecates the corresponding GdkDrawable APIs.
This will make it easier to prepare the port to GTK+ 3
2010-09-27 20:37:03 -04:00
Matthias Clasen
2e5251b405
Add gdk_cairo_set_source_window
...
And deprecate gdk_cairo_set_source_pixmap.
2010-09-27 19:00:10 -04:00
Matthias Clasen
a2087c9095
Deprecate gtk_object_destroy
2010-09-26 22:33:18 -04:00
Matthias Clasen
ce6090b11e
Add an index for 2.24 api additions
2010-09-24 11:53:05 -04:00
Matthias Clasen
74ad2e1e7e
GtkNotebook: deprecate some tab-dnd-related functions
...
gtk_notebook_set_window_creation_hook has been removed in GTK+ 3,
deprecate it here. gtk_notebook_get/set_group has been deprecated
in favour of the new gtk_notebook_get/set_group_name.
http://bugzilla.gnome.org/show_bug.cgi?id=630521
2010-09-24 11:50:26 -04:00
Matthias Clasen
a3c3031a0e
Deprecate gdk_display and GDK_DISPLAY
2010-09-10 22:33:58 -04:00
Matthias Clasen
15df889204
Add deprecation notes for GtkItem
2010-09-09 00:02:18 -04:00
Matthias Clasen
6f6650e6cf
Document separator-related api in GtkDialog as deprecated
2010-09-02 11:18:01 -04:00
Matthias Clasen
45ed34c78f
Add new functions to the docs
2010-09-01 23:06:37 -04:00
Carl-Anton Ingmarsson
7f2b4bb381
docs: Further fix GtkStock documentation
...
Some icons were left out from the
commit 9688665334
https://bugzilla.gnome.org/show_bug.cgi?id=628308
Signed-off-by: Javier Jardón <jjardon@gnome.org>
2010-09-01 17:47:51 +02:00
Matthias Clasen
ce41d56f73
Fix GtkStock documentation
...
After the big icon rename, all the links in the docs have to
be updated, and we need to copy the right icons.
2010-08-31 00:36:27 -04:00
Matthias Clasen
1cd305e85f
Fix up indices for 2.22 api additions
2010-08-19 18:16:43 -04:00
Matthias Clasen
1d5a6e790a
Fix up some documentation issues
2010-08-16 17:38:23 -04:00
Benjamin Otte
9f1cb0798b
API: Add gdk_window_get_background_pattern()
...
This is the suggested way for GTK3 to store a Window's background so it
makes sense to use the same function today already.
2010-08-16 20:01:49 +02: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
997d3aada6
API: Add gdk_window_create_similar_surface()
2010-08-12 23:30:19 +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
70f65529a5
Make it possible to make the expander label fill the entire space
...
This adds a boolean GtkExpander::label-fill property and uses it
when allocating space to the label. Based on a patch by Matt Barnes,
bug 614049.
2010-08-09 23:18:31 -04:00
Hiroyuki Ikezoe
fd352a10ca
Drop xim-related configure options from the docs
...
These options have been dropped from configure a while ago,
so they should no longer be in the docs either. Bug 605190.
2010-08-09 23:13:53 -04:00
Sam Thursfield
1fed87720e
Add missing accessors for notebook details
...
The ms-windows theme engine needs to access the tab-{h,v}border,
so add accessors. Bug 625655.
(cherry picked from commit a2b72c5953
)
2010-08-09 21:24:29 -04:00
John Stowers
32c4f471d5
Add gdk_display_is_closed
...
https://bugzilla.gnome.org/show_bug.cgi?id=624224
2010-08-07 23:11:42 +12:00
John Stowers
dc2fea413b
Add gdk_device_get_n_axes
...
https://bugzilla.gnome.org/show_bug.cgi?id=624221
2010-07-25 12:32:43 +12:00
John Stowers
6c25cf872f
Add gdk_cursor_get_cursor_type
...
https://bugzilla.gnome.org/show_bug.cgi?id=624087
2010-07-25 12:32:38 +12:00
Matthias Clasen
266fbce3a3
Small GtkTable doc improvement
...
(cherry picked from commit ab6927e4fa
)
2010-07-12 12:35:29 -04:00
Colin Walters
e339a9b0da
Actually build faq if enabled
...
Previously we required an explicit "make html" in this subdirectory
for no reason. Just build it if make is invoked at the toplevel
and we have docbook.
2010-07-01 15:16:25 -04:00
Javier Jardón
6de36e580b
[gdk] Add gdk_window_has_native() function
...
https://bugzilla.gnome.org/show_bug.cgi?id=622677
2010-07-01 02:39:39 +02:00