summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
...
* size request: Redo the recursion checksMatthias Clasen2015-09-091-6/+5
* notebook: Drop use of G_DISABLE_CHECKSMatthias Clasen2015-09-091-57/+30
* Drop an unused warningMatthias Clasen2015-09-091-10/+1
* Use a getter for widget directionMatthias Clasen2015-09-093-14/+25
* settings: Reuse a valueMatthias Clasen2015-09-091-2/+2
* builder: Avoid some type-checking overheadMatthias Clasen2015-09-091-5/+5
* Adwaita: set -GtkRange-trough-border: 0 for scrollbarsLapo Calamandrei2015-09-083-3/+3
* HighContrast: remove edge highlightJakub Steiner2015-09-082-0/+3
* widget path: Use gtk_internal_return_if_failMatthias Clasen2015-09-081-69/+70
* css style property: Use gtk_internal_return_if_failMatthias Clasen2015-09-081-6/+7
* css color: Use gtk_internal_return_if_failMatthias Clasen2015-09-081-8/+10
* allocated bitmask: Use gtk_internal_return_if_failMatthias Clasen2015-09-081-19/+21
* window: Use internal more internal gettersMatthias Clasen2015-09-081-28/+23
* Trivial cleanupMatthias Clasen2015-09-081-5/+1
* widget: Use g_param_spec_get_name_quarkMatthias Clasen2015-09-081-1/+1
* stack: Convert to gtk_container_child_notify_by_pspecMatthias Clasen2015-09-081-18/+23
* notebook: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-081-62/+65
* grid: Convert to gtk_container_child_notify_by_pspecMatthias Clasen2015-09-081-13/+26
* box: Convert to gtk_container_child_notify_by_pspecMatthias Clasen2015-09-081-47/+52
* Add some more child property APIMatthias Clasen2015-09-082-49/+159
* scrolled window: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-081-101/+92
* app chooser button: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-081-17/+19
* settings: Convert more fully to g_object_notify_by_pspecMatthias Clasen2015-09-081-4/+4
* builder: Simplify _gtk_builder_boolean_from_stringMatthias Clasen2015-09-071-23/+17
* builder: Move a functionMatthias Clasen2015-09-072-46/+46
* builder: Minor refactoringMatthias Clasen2015-09-073-11/+7
* widget: Add more inline gettersMatthias Clasen2015-09-073-17/+23
* settings: Avoid one case of g_object_notifyMatthias Clasen2015-09-071-1/+1
* Avoid a string copyMatthias Clasen2015-09-071-1/+1
* treeview: Donate a priv variable to gtk_tree_view_init()Benjamin Otte2015-09-071-56/+58
* notebook: Don't needlessly cast in macrosBenjamin Otte2015-09-071-4/+4
* notebook: Remove unused macrosBenjamin Otte2015-09-071-4/+0
* stylecontext: Remove line that is a no-opBenjamin Otte2015-09-071-1/+0
* bitmask: Fix broken invert_range() implementationBenjamin Otte2015-09-071-12/+6
* Move GtkWidgetPrivate to gtkwidgetprivate.hMatthias Clasen2015-09-0710-370/+426
* Speed up gtk_allocated_bit_mask_invert_rangeMatthias Clasen2015-09-071-5/+22
* Plug a leakMatthias Clasen2015-09-061-2/+9
* menu button: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-52/+52
* container: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-27/+31
* frame: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-48/+49
* menu item: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-42/+42
* text buffer: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-54/+53
* text cell renderer: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-379/+318
* builder: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-8/+12
* tree view column: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-179/+166
* gesture single: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-28/+29
* event controller: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-18/+20
* radio button: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-9/+13
* toggle button: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-28/+29
* style context: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-34/+37