summaryrefslogtreecommitdiff
path: root/gtk/gtkbitmaskprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-1/+1
|
* Fix compile error from splitting bitmask codeJohn Ralls2012-03-011-3/+1
| | | | GtkBitMask was typedef'd twice.
* bitmask: Split bitmask code into twoBenjamin Otte2012-03-011-30/+38
| | | | | | | | | This does nothing but turn all GtkBitmask functions into static inline functions that call the gtk_allocated_bitmask_*() equivalent. The implementation of the static functions has also been put into a private header, to not scare people who want to see how things are implemented.
* bitmask: Allocate GtkBitmap data inline, not using GArrayAlexander Larsson2012-03-011-4/+0
| | | | | This alone saves ~240k of GtkBitmap data after just starting up nautilus.
* bitmask: Make setters return a new valueBenjamin Otte2012-03-011-10/+10
| | | | | | (Actually, it's not a real 'new' value yet, but will be soon. This is the first step to make bitmasks immutable.
* Change FSF AddressJavier Jardón2012-02-271-2/+1
|
* gtk: Add GtkBitmaskBenjamin Otte2012-01-091-0/+68
The CSS code likes to have that very much.