5adecf183b
Move single-include guards inside include guards
...
gcc has optimizations for include guards that only work
if they are outermost in the the header.
https://bugzilla.gnome.org/show_bug.cgi?id=689810
2012-12-28 09:57:56 -05:00
9d0febc9a6
Change FSF Address
2012-02-27 17:06:11 +00:00
bf0d8402f5
gtk: Use const instead G_CONST_RETURN
2011-06-10 13:07:54 +01:00
4824a73084
Add padding to class structs
2010-10-19 19:07:36 +02:00
5e29973773
Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES
...
...and disallow inclusion of individual files unconditionally.
2010-05-03 01:51:18 +02:00
a47c0754d7
Use G_CONST_RETURN for const return values
2009-07-15 18:29:13 -04:00
b5dab96b45
Make GtkEntryBuffer::max-length and int property
...
This avoid a behaviour change in a corner case and should not make
any difference.
2009-07-15 16:12:09 -04:00
26e67850a7
Revert 8031432c09
...
We can't disallow single-includes unconditionally because gtkentrybuffer.h
is included in gtkentry.h.
2009-07-12 23:04:57 -04:00
8031432c09
Disallow single-include unconditionally because this is a new file
2009-07-09 16:31:27 +02:00
eab02f697a
GtkEntryBuffer holds text for GtkEntry
...
Adds a 'model' type buffer for GtkEntry in which the actual
textual data is stored. GtkEntryBuffer can be subclassed.
Among other things, this allows GtkEntry to be used for secrets
that need to be stored in non-pageable memory. It also allows
buffers to be shared by entries.
See bug #576801 .
2009-07-08 20:41:53 -05:00