Javier Jardón
1b5f0d5968
docs: Move documentation to inline comments: gdkcursor
2010-11-16 16:20:48 +09:00
Bastien Nocera
e85c0f63fb
gdk: Add big fat warning about updating XSettings
...
There's a tool to see if we forgot to update the gdk_settings_map
array, or got the offsets wrong. Mention those above the XSettings
list.
2010-11-16 16:20:48 +09:00
Bastien Nocera
038fb4b7e9
gdk: Update gdk_settings_map for blink timeout to work
...
gdk_settings_map needs to be updated when gdk_settings_names is changed,
and it's easier to add the setting at the end, so we don't need to
recalculate everything.
Really fixing:
https://bugzilla.gnome.org/show_bug.cgi?id=634697
2010-11-16 16:20:48 +09:00
John (J5) Palmieri
0d07cba436
[gi] add "out" annotations to gtk_tree_store_sort_column_id params
2010-11-16 16:20:48 +09:00
Petr Kovar
1e3f7ba162
Update Czech translation
2010-11-16 16:20:48 +09:00
Javier Jardón
4f92875bb1
docs: gdkrgba: Add "Since: 3.0" tags
2010-11-16 16:20:47 +09:00
Javier Jardón
40b7a916a8
docs: Remove GdkPixmap template
2010-11-16 16:20:47 +09:00
Javier Jardón
2909edb3e7
docs: Move documentation to inline comments: general
2010-11-16 16:20:47 +09:00
Javier Jardón
145fe4bdc0
docs: Move documentation to inline comments: gdkkeys
2010-11-16 16:20:47 +09:00
Javier Jardón
0b61aaacd1
docs: move documentation to inline comments: gdktesting
2010-11-16 16:20:47 +09:00
Javier Jardón
209afbbf17
docs: Move documentation to inline comments: gdkscreen
2010-11-16 16:20:47 +09:00
Javier Jardón
1a1c4be6c3
docs: Move documentation to inline comments: gdkdisplaymanager
2010-11-16 16:20:47 +09:00
Javier Jardón
236f15c3a9
docs: Move documentation to inline comments: gdkdisplay
2010-11-16 16:20:47 +09:00
Javier Jardón
bb218b08e9
docs: Move documentation to inline comments: gdkapplaunchcontext
2010-11-16 16:20:47 +09:00
Jordi Mas
3166767c36
Fixes wrong translation for Catalan
2010-11-16 16:20:47 +09:00
Bruce Cowan
bad8d0b8e6
Updated British English translation
2010-11-16 16:20:47 +09:00
Carlos Garcia Campos
a00cd60540
docs: Mention that tooltip_column text should be escaped in GtkIconView
2010-11-16 16:20:46 +09:00
Javier Jardón
333ff7dbfc
docs: Do not refer to deprecated GNOME2 porting guide
...
But to the related sections of Pango manual
2010-11-16 16:20:46 +09:00
Javier Jardón
abb98246ff
docs: Update URL of some documentation links
...
http://developer.gnome.org -> http://library.gnome.org
2010-11-16 16:20:46 +09:00
Gheyret T.Kenji
cb1ef69b12
Added UG translation
2010-11-16 16:20:46 +09:00
Gabor Kelemen
1dd7424f0c
Updated Hungarian translation
2010-11-16 16:20:46 +09:00
Tristan Van Berkom
b0919b2058
Added "cell-packing" property GtkBuildable parsing to GtkCellLayout
...
Added gtk_cell_layout_get_area() iface vfunc and use that to apply
packing cell properties to the child renderers when parsing from
GtkBuilder.
2010-11-16 15:11:18 +09:00
Tristan Van Berkom
4ceb25e011
More documentation in gtkcellarea.c
2010-11-15 11:23:55 +09:00
Tristan Van Berkom
92dc7f31d4
Cleaned up cell editing api in GtkCellArea
...
Now layouting widgets need only concern themselves with
the "add-editable" and "remove-editable" signals, also added
lots of gtk-doc comments.
2010-11-14 23:33:26 +09:00
Tristan Van Berkom
1bca6349fb
Mass rename GtkCellAreaIter --> GtkCellAreaContext
2010-11-13 16:23:01 +09:00
Khaled Hosny
bef9559089
Updated Arabic translation
2010-11-13 15:23:34 +09:00
Javier Jardón
df5286f11e
examples/gtkdial: Do not use size_request vfunc
2010-11-13 15:23:34 +09:00
Matthias Clasen
c68a4ad4f6
Fix a crash in gnome-terminal when using a compositor
...
In this case, gnome-terminal sets an RGBA visual on its window,
and we need to be careful when creating the icon pixmap, to create
the pixmap with the same depth as the visual, or we risk a BadMatch
from XRenderCreatePicture deep inside cairo.
2010-11-13 15:23:34 +09:00
Bastien Nocera
7d11c16b17
gdk: Add XSetting for "gtk-cursor-blink-timeout"
...
Otherwise the blink timeout is the one used by default in GTK+.
https://bugzilla.gnome.org/show_bug.cgi?id=634697
2010-11-13 15:23:34 +09:00
Matthias Clasen
ed0aff4792
Remove no longer existing files
...
The gdk-pixbuf VC project files are gone, so don't reference
them from Makefile.am anymore.
2010-11-13 15:23:33 +09:00
Matthias Clasen
52adead88f
Really get rid of _gtk_cell_renderer_calc_offset
2010-11-13 15:23:33 +09:00
Owen W. Taylor
342d897b58
Pass the correct GDK library when working around Debian libtool
...
We need to link against gdk/libgdk-x11-3.0.la, not
gdk/x11/libgdk-x11.la, which is the convenience library containing
the backend functions.
2010-11-13 15:23:33 +09:00
Chao-Hsiung Liao
88c1543845
Updated Traditional Chinese translation (Hong Kong and Taiwan)
2010-11-13 15:23:33 +09:00
Murray Cumming
131da8507b
gtk_dialog_get_content_area(): Fix the docs.
...
This returns a GtkBox now, not a GtkVBox.
Language bindings may need to adjust their APIs accordingly.
2010-11-13 15:23:32 +09:00
Murray Cumming
233afbdab1
gtkdialog.c: Remove trailing whitespace
2010-11-13 15:23:32 +09:00
Marek Kasik
0fe9e481dd
Print files to Documents directory by default
...
Set default directory to G_USER_DIRECTORY_DOCUMENTS
when printing to file backend and fallback to the current
directory when it is not available (#633896 ).
2010-11-13 15:23:32 +09:00
Chun-wei Fan
9d52a9d920
gtk.vcprojin: include .rc file
2010-11-13 15:23:32 +09:00
Chun-wei Fan
cf34b804a4
gtk+.sln: Remove GDK-Pixbuf compilation stuff
...
GDK-Pixbuf is in a package of its own, so remove the project files from here
2010-11-13 15:23:32 +09:00
Chun-wei Fan
2d84d1cb38
gtk+.vsprops: Update for GTK-3.0
...
-removed headers that ceased to exist
-bump API version
-made up for new headers that is to be installed
-gtk-demo program and related sources/data copied to bin/gtk3-demo
2010-11-13 15:23:32 +09:00
Chun-wei Fan
14a40180cd
gtklabel.c: Added hack for rint()
2010-11-13 15:23:31 +09:00
Chun-wei Fan
25c2f4b780
gtkwocket-win32.c Added missing include to avoid C4013
2010-11-13 15:23:31 +09:00
Chun-wei Fan
2e0278c752
gtk: fix C99-style variable declarations in various sources
2010-11-13 15:23:31 +09:00
John (J5) Palmieri
4e47110120
[introspection] mark invokers for gtkeditable vfuncs
2010-11-13 15:23:31 +09:00
John (J5) Palmieri
b17a25142f
[introspection] add transfer none annotation to gdk_keyval_name return
...
* moved docs from .sgml file to th e.c file so we can add the annotation
2010-11-13 15:23:31 +09:00
Matthias Clasen
fdde029f06
bump version
2010-11-13 15:23:31 +09:00
Matthias Clasen
3e9d7a30b0
fix up accidental exports
2010-11-13 15:23:30 +09:00
Matthias Clasen
b2ed95dd11
Another attempt at scrolledwindow size allocation
...
Patches taken from bug 633278.
2010-11-13 15:23:30 +09:00
Colin Walters
2facb830fa
introspection: Explicitly include libgdk-x11.la when scanning gtk
...
Debian changed the behavior of libtool to not follow dependencies
from .la files. Fortunately, the scanner explicitly looks at the
.la files to see if they're really shared; if not it doesn't add
them to the .gir, so there's no cost.
https://bugzilla.gnome.org/show_bug.cgi?id=633405
2010-11-13 15:23:30 +09:00
Matthias Clasen
79042e31a6
Rewrap text in gtk-demo
2010-11-13 15:23:30 +09:00
Matthias Clasen
70e161d2a2
Fix the doc build
2010-11-13 15:23:30 +09:00