157ec27a9a
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-15 17:15:19 +00:00
6b23787d5a
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-15 17:15:19 +00:00
a3da018a64
[gi] add "out" annotations to gtk_tree_store_sort_column_id params
2010-11-15 12:14:43 -05:00
f69a0354bb
Update Czech translation
2010-11-15 06:07:55 +01:00
9677dc0b60
docs: gdkrgba: Add "Since: 3.0" tags
2010-11-15 06:04:06 +01:00
d8e74867e4
docs: Remove GdkPixmap template
2010-11-15 05:39:25 +01:00
1268c17983
docs: Move documentation to inline comments: general
2010-11-15 05:35:40 +01:00
2cd0302e64
docs: Move documentation to inline comments: gdkkeys
2010-11-15 05:19:33 +01:00
44ff1d86b4
docs: move documentation to inline comments: gdktesting
2010-11-15 04:12:57 +01:00
5f89dea7f1
docs: Move documentation to inline comments: gdkscreen
2010-11-15 04:12:57 +01:00
133dfe55f3
docs: Move documentation to inline comments: gdkdisplaymanager
2010-11-15 04:12:57 +01:00
ca480f3771
docs: Move documentation to inline comments: gdkdisplay
2010-11-15 03:37:21 +01:00
4ceb25e011
More documentation in gtkcellarea.c
2010-11-15 11:23:55 +09:00
8ca6882e88
docs: Move documentation to inline comments: gdkapplaunchcontext
2010-11-15 03:18:45 +01:00
466931cb9a
Fixes wrong translation for Catalan
2010-11-14 14:54:33 -05:00
4083e49fe2
Updated British English translation
2010-11-14 14:35:29 +00:00
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
3b90a21763
docs: Mention that tooltip_column text should be escaped in GtkIconView
2010-11-14 12:39:48 +01:00
ac94503180
docs: Do not refer to deprecated GNOME2 porting guide
...
But to the related sections of Pango manual
2010-11-14 01:56:14 +01:00
97862638ec
docs: Update URL of some documentation links
...
http://developer.gnome.org -> http://library.gnome.org
2010-11-14 01:24:19 +01:00
0f3b0e14e4
Added UG translation
2010-11-13 22:39:03 +01:00
fab3fcf222
Updated Hungarian translation
2010-11-13 16:48:38 +01:00
1bca6349fb
Mass rename GtkCellAreaIter --> GtkCellAreaContext
2010-11-13 16:23:01 +09:00
bef9559089
Updated Arabic translation
2010-11-13 15:23:34 +09:00
df5286f11e
examples/gtkdial: Do not use size_request vfunc
2010-11-13 15:23:34 +09:00
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
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
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
52adead88f
Really get rid of _gtk_cell_renderer_calc_offset
2010-11-13 15:23:33 +09:00
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
88c1543845
Updated Traditional Chinese translation (Hong Kong and Taiwan)
2010-11-13 15:23:33 +09:00
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
233afbdab1
gtkdialog.c: Remove trailing whitespace
2010-11-13 15:23:32 +09:00
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
9d52a9d920
gtk.vcprojin: include .rc file
2010-11-13 15:23:32 +09:00
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
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
14a40180cd
gtklabel.c: Added hack for rint()
2010-11-13 15:23:31 +09:00
25c2f4b780
gtkwocket-win32.c Added missing include to avoid C4013
2010-11-13 15:23:31 +09:00
2e0278c752
gtk: fix C99-style variable declarations in various sources
2010-11-13 15:23:31 +09:00
4e47110120
[introspection] mark invokers for gtkeditable vfuncs
2010-11-13 15:23:31 +09:00
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
fdde029f06
bump version
2010-11-13 15:23:31 +09:00
3e9d7a30b0
fix up accidental exports
2010-11-13 15:23:30 +09:00
b2ed95dd11
Another attempt at scrolledwindow size allocation
...
Patches taken from bug 633278.
2010-11-13 15:23:30 +09:00
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
79042e31a6
Rewrap text in gtk-demo
2010-11-13 15:23:30 +09:00
70e161d2a2
Fix the doc build
2010-11-13 15:23:30 +09:00
0a015f1bdb
Don't export _gtk_cell_renderer_calc_offset
...
This is just a private convenience function, and exporting _-prefixed
functions doesn't work with our libtool setup. Just do the 3 line
calculation in gail.
2010-11-13 15:23:29 +09:00
e7c4ede64c
Fixed some background area related bugs in CellAreaScaffold, cleanup testcellarea
2010-11-13 15:09:36 +09:00