Commit Graph

21928 Commits

Author SHA1 Message Date
637c9f16e3 gtkcellview: unseal private pointer 2010-07-13 19:40:46 +02:00
3c90ecf27b gtkcellrenderertoggle: Move public members to private structure 2010-07-13 19:40:46 +02:00
7fdb991b99 gtkcellrenderertext: Move public members to private structure 2010-07-13 19:40:45 +02:00
6736c085b3 Use accessor functions to access GtkCellRendererText 2010-07-13 19:40:45 +02:00
b71d539fd0 gtkcellrendererspinner: Remove GET_PRIV() macro
This macro shouldn't be used in any function, but ->priv pointer
instead.
2010-07-13 19:40:45 +02:00
c2b079ca05 gtkcellrendererspin: Use private pointer instead GET_PRIV macro 2010-07-13 19:40:45 +02:00
ee1d9df94c gtkcellrendererprogress: unseal private pointer 2010-07-13 19:40:45 +02:00
c0b0b84c6e gtkcellrenderercombo: Move public members to private structure 2010-07-13 19:40:45 +02:00
5e815bfee2 gtkcellrenderer: Move public members to private structure 2010-07-13 19:40:45 +02:00
db584abef3 Use accessor functions to access GtkCellRenderer 2010-07-13 19:40:45 +02:00
932568d1ed gtkcellrendereraccel: Move public members to private structure 2010-07-13 19:40:45 +02:00
4d40f88310 gtkbuilder: unseal private pointer 2010-07-13 19:40:45 +02:00
0677bb2785 gtkbox: Move public members to private structure 2010-07-13 19:40:45 +02:00
a46c1eba64 Use accessor functions to access GtkBox 2010-07-13 19:40:45 +02:00
abe267641a gtkbbox: Move public members to private structure 2010-07-13 19:40:45 +02:00
123717510f gtkassistant: Move public members to private structure 2010-07-13 19:40:45 +02:00
472753330d gtkaccessible: Move public members to private structure 2010-07-13 19:40:45 +02:00
5ee19bdafe Use accessor functions to access GtkAccesible variables 2010-07-13 19:40:45 +02:00
a6e0fb92c6 gtkaspectframe: Move public members to private structure 2010-07-13 19:40:45 +02:00
3862bf3208 gtkarrow: Move public members to private structure 2010-07-13 19:40:44 +02:00
fa740ae012 gtkactiongroup: Unseal private pointer
Also, use ->priv instead GET_PRIV() macro all the time
2010-07-13 19:40:44 +02:00
8ad3afce95 gtkaction: unseal private pointer 2010-07-13 19:40:44 +02:00
335549b46a Move definition of GtkNotebookPage out of the header 2010-07-13 18:47:45 +02:00
dba6592601 Add annotations for GtkAccelMap 2010-07-13 18:37:41 +02:00
33960b737d GtkNotebook: Move public members to private structure 2010-07-13 18:16:06 +02:00
d562611660 Use accessor functions to access GtkNotebook 2010-07-13 17:50:48 +02:00
c6b6ab0599 Bump glib to 2.25.12
g_variant_new_bytestring_array() was introduced in
424842e3a9 and requires in glib 2.25.12
2010-07-13 17:33:02 +02:00
828f5cbe2e Change GtkNotebookPage in switch-page into GtkWidget 2010-07-13 17:05:22 +02:00
04c54efe5c Deprecate GtkNotebookPage as used in switch-page
Fixes: 618327
2010-07-13 16:49:53 +02:00
a5272c82a6 Update Simplified Chinese po-propertiese translation. 2010-07-13 19:56:02 +08:00
d219adfa5a Move sealed attributes to private struct. 2010-07-12 21:12:46 +02:00
75e75cd305 Migrate GtkActionGroup API docs 2010-07-12 19:45:32 +02:00
41671d1514 Bump version 2010-07-12 11:56:35 -04:00
9a812edff8 Fix distcheck 2010-07-12 11:53:36 -04:00
4f3d5e3655 Include cairo-1.0.gir when building Gdk-3.0.gir
Seems necessary with the cairo_region_t changes.
2010-07-12 10:30:06 -04:00
b81d141a26 More updates 2010-07-12 10:09:18 -04:00
d20ac9715e Updates 2010-07-12 10:05:34 -04:00
7cf895257f Update Simplified Chinese translation. 2010-07-12 21:57:24 +08:00
3604c279ff Following the just now change. 2010-07-12 21:50:53 +08:00
66e85255aa Complete Simplified Chinese translation. 2010-07-12 21:48:02 +08:00
78bde3c4c0 Updated Kazakh translation 2010-07-12 16:21:11 +03:00
99ee143a71 Updated Breton translation 2010-07-11 19:12:38 +02:00
f73115b6a0 Update Czech translation 2010-07-11 18:54:48 +02:00
ef5e6c1057 Updated Norwegian bokmål translation 2010-07-11 15:46:01 +02:00
0df65779bb The hash owns a ref to the cursor 2010-07-10 18:49:21 +02:00
a9cf42ea42 Updated Esperanto translation 2010-07-10 12:43:35 +02:00
59504f58d9 Updated Esperanto translation 2010-07-10 12:29:33 +02:00
eaab96c066 Use GSlice for GtkRequisition
Also add gtk_requisition_new to avoid memory allocator confusions when
using GtkRequisitions.

Based on a Christian Persch patch.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=461618
2010-07-10 06:13:45 +02:00
bcbb976d91 Respect GtkEntry::state-hint when drawing spinbutton features
As proposed in bug 589904 by Thomas Wood.
2010-07-09 22:23:25 -04:00
ab6927e4fa Small GtkTable doc improvement 2010-07-09 21:40:46 -04:00