d57d105e11
Toolbar: Clarify how the arrow overflow menu works
...
The fact it affects the preferred size, and only works with ToolItems
that return a menu proxy item, was unclear unless deduced from other
sources, and this led to users thinking it was broken, for example:
https://stackoverflow.com/q/44644642/2757035
https://bugzilla.gnome.org/show_bug.cgi?id=787158
https://bugzilla.gnome.org/show_bug.cgi?id=787195
2017-09-03 11:22:58 +01:00
277c8286a1
GtkFixed: Update documentation intro
...
• Add GtkLayout as a @See_also since it includes fixed-pos functionality
• Explain how to work around the problems with RTL text
2017-08-03 13:15:04 +01:00
bb3b34af30
Layout: Add GtkFixed to docs as a See_Also
2017-08-03 13:15:04 +01:00
9169b6aa69
Fix distcheck
2015-02-16 10:31:46 -05:00
436fe38cae
Add support for loading gtk2-only modules
...
Introduce GTK2_MODULES environment variable for modules that don't work
in gtk3. The list of modules is now $GTK2_MODULES:$GTK_MODULES.
https://bugzilla.gnome.org/show_bug.cgi?id=743917
2015-02-04 13:43:49 +01:00
30f2428671
gtk-update-icon-cache: Add an --include-image-data option
...
Now that we don't include the image data by default anymore,
lets add an option that does it.
Conflicts:
docs/reference/gtk/gtk-update-icon-cache.xml
2014-06-17 12:59:37 -04:00
4a61ca28b1
Fixed GtkLabel documentation on links
...
An escaped '<' wasn't complete, the 'lt' part was missing.
2013-12-21 15:54:29 +01:00
54c020204f
Let query utilities update the cache file directly
...
This is much more convenient for packagers than having to
redirect the output into the cache file, and much less error-prone.
2013-07-04 09:34:25 -04:00
c884904686
Move the module cache files below libdir
...
These files contain architecture-dependent paths, and thus placing
them into sysconfdir causes unnecessary hassle. Now the immodule cache
file is looked for in libdir/gtk-2.0/2.10.0/immodules.cache.
Belated backport of a change that was done in the run-up to 3.0.
2013-07-04 09:34:18 -04:00
67771adfd0
release: doc updates for 2.24.16
2013-02-18 14:31:23 -05:00
9b61330380
Really move the docs to a new location
...
It turns out that library.gnome.org is looking for DOC_MODULE
when deciding how to name the directory. So, we have to change
that to gtk2/.
2012-09-27 20:12:21 -04:00
7336783e57
Change the location of the online docs
...
It is better to install these under gdk2/ and gtk2/, to make
it explicit what version they are about. Doing this will eventually
let us move the gtk3 docs to gtk/.
2012-09-23 15:04:06 -04:00
0b59fbfb9d
Allow fallback for input method modules
...
Accept a :-separated list of module names in GTK_IM_MODULE and
the corresponding setting, to deal a bit better with broken
situations.
https://bugzilla.gnome.org/show_bug.cgi?id=603559
Patch by Akira Tagoh, backported from GTK+ 3. The backport
is required because GTK+ 2 and 3 are listening to the same env
vars and settings for immodules.
2012-06-05 17:03:42 -04:00
745a9fc6fe
Update NEWS
2012-01-24 19:23:25 +00:00
8f3f5fab27
migrating-GtkComboBox.sgml: Do not use deprecated API in the examples
2012-01-02 02:49:20 +01:00
758fec0a2d
Update docs from release
2011-11-10 19:49:52 +01:00
5da4473e27
gtkcomboboxtext: Some documentation fixes
...
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=656053
2011-09-19 13:50:11 +02:00
6351e8e134
Fix a forgotten instance of document-x-generic
2011-06-15 19:56:11 -04:00
ed9db7c3e5
Use 'const' instead G_CONST_RETURN
2011-06-16 00:51:17 +01:00
47e7d253c9
Fix a missing <SECTION>
...
This was causing GtkComboBoxText docs to appear on the
GtkContainer page.
2011-06-07 12:19:39 -04:00
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
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
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
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
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
737941b333
Added GtkBuilder support for "menu" child type of GtkMenuToolButton
...
Conflicts:
gtk/gtkmenutoolbutton.c
2011-01-10 22:31:25 +09:00
fda6444216
Document DESKTOP_STARTUP_ID use
...
Closes https://bugzilla.gnome.org/show_bug.cgi?id=165987
2011-01-06 12:58:30 -05:00
171bac4626
GtkBuilder migration docs: remove reference to a fixed issue
2011-01-03 12:21:52 -05:00
07c00b9969
gtk: Deprecate GtkRuler and subclasses.
...
They have been removed fom GTK 3.
2010-11-24 17:26:09 +01:00
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
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
009ea42112
Add docs for GtkComboBoxText
...
(cherry picked from commit 3e9bdf6fd91175907c4b74b7a242a4ee0f5dbb11)
2010-10-16 01:11:44 -04:00
44e186658b
docs: update OSX port project page
2010-10-16 01:11:44 -04:00
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
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 9612c648176378bf237ad0e1a8c6c995b0ca7c61)
2010-10-13 22:43:40 -04:00
a2087c9095
Deprecate gtk_object_destroy
2010-09-26 22:33:18 -04:00
ce6090b11e
Add an index for 2.24 api additions
2010-09-24 11:53:05 -04:00
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
15df889204
Add deprecation notes for GtkItem
2010-09-09 00:02:18 -04:00
6f6650e6cf
Document separator-related api in GtkDialog as deprecated
2010-09-02 11:18:01 -04:00
45ed34c78f
Add new functions to the docs
2010-09-01 23:06:37 -04:00
7f2b4bb381
docs: Further fix GtkStock documentation
...
Some icons were left out from the
commit 9688665334db1fe451a5141a0b1c241f09fc49d0
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
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
1cd305e85f
Fix up indices for 2.22 api additions
2010-08-19 18:16:43 -04:00
1d5a6e790a
Fix up some documentation issues
2010-08-16 17:38:23 -04:00
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
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
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 a2b72c5953d4a5a13a04b60a8b1ea75c0e0ff3b1)
2010-08-09 21:24:29 -04:00
266fbce3a3
Small GtkTable doc improvement
...
(cherry picked from commit ab6927e4faf661bbd89a087599a98278ebebbd64)
2010-07-12 12:35:29 -04:00
1607efc0b5
Add an accessor for the GSEALed Gtkbutton's event_window attribute
...
* Add the gtk_button_get_event_window() function
Closes: bgo#622581
(cherry picked from commit 23a61525f6f21248b151bfb2cd1c1dfa5a132c43)
2010-06-26 21:22:48 -04:00