- 04 Dec, 2010 10 commits
-
-
Carlos Garnacho authored
-
Carlos Garnacho authored
Also some properties have been added as a default set.
-
Carlos Garnacho authored
GtkStyleContext will conglomerate the information of several GtkStyleProviders for widgets and theme engines to query it.
-
Carlos Garnacho authored
-
Carlos Garnacho authored
As simple as it can get.
-
Carlos Garnacho authored
The get_style() function isn't final yet, further parameters should be added to query details based on the widget hierarchy, name, etc.
-
Carlos Garnacho authored
At the moment there's only basic API for adding, removing and clearing a property. There's also API to merge 2 GtkStyleSets.
-
Carlos Garnacho authored
-
Yaron Shahrabani authored
-
Matthias Clasen authored
-
- 03 Dec, 2010 8 commits
-
-
Matthias Clasen authored
-
Benjamin Otte authored
Be consistent in the naming of objects.
-
Benjamin Otte authored
We argued replacing GdkWindowClass with a input_only boolean, but this is not doable in an API-stable way, so I decided against it.
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Andrej Žnidaršič authored
-
Matthias Clasen authored
And other minor gdk doc fixes.
-
Matthias Clasen authored
Pointed out by William Jon McCann.
-
- 02 Dec, 2010 22 commits
-
-
Michael Natterer authored
-
Bastien Nocera authored
-
Matthias Clasen authored
Its not really needed, and the build bot doesn't have X...
-
Benjamin Otte authored
Remove a bunch of code that is not required.
-
Benjamin Otte authored
-
Benjamin Otte authored
For now that function just calls the event func.
-
Benjamin Otte authored
It's private, mkay? And include it directly where we need it anyway.
-
Benjamin Otte authored
-
Benjamin Otte authored
-
Benjamin Otte authored
Use the function that exists for this purpose instead.
-
Benjamin Otte authored
It's unused.
-
Benjamin Otte authored
One less magic function. Also refactored it to make it easier to implement. It now returns TRUE if it beeped and FALSE if it failed to do so. A default implementation exists that just returns FALSE for all the backends that can't beep windows (read: everything but X11 with XKB - and why on earth do keyboard libs implement beeping?)
-
Benjamin Otte authored
Trying to get rid of all the _gdk_windowing_something() functions that we expect backends to magically know about and instead put them in a proper interface (mostly GdkWindowImplClass).
-
Benjamin Otte authored
It's unused.
-
Benjamin Otte authored
-
Benjamin Otte authored
-
Benjamin Otte authored
It's not used by anyone and not supported by any backend but X11.
-
Benjamin Otte authored
-
Benjamin Otte authored
No need to let gtk3-aware people learn about wonderous gtk2 terms when they are migrating old code. ;)
-
Benjamin Otte authored
-
Benjamin Otte authored
-
Benjamin Otte authored
-