summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Adwaita: special case selection mode lists checksLapo Calamandrei2015-09-093-39/+39
* Update the gtk3-demo man pageMatthias Clasen2015-09-091-0/+17
* gtk-demo:Add a --list optionMatthias Clasen2015-09-091-0/+32
* gtk-demo: Make --autoquit a simple optionMatthias Clasen2015-09-091-5/+5
* Use G_ENABLE_CONSISTENCY_CHECKS for template finalization checksMatthias Clasen2015-09-091-4/+4
* css selector: Use the quarks we haveMatthias Clasen2015-09-091-4/+3
* style provider private: Use gtk_internal_return_if_failMatthias Clasen2015-09-091-9/+10
* Clean up debug featuresMatthias Clasen2015-09-0913-72/+107
* widget: Use G_ENABLE_CONSISTENCY_CHECKS for invariants checkingMatthias Clasen2015-09-091-3/+3
* size request: Redo the recursion checksMatthias Clasen2015-09-091-6/+5
* Introduce G_ENABLE_CONSISTENCY_CHECKSMatthias Clasen2015-09-091-1/+1
* 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
* settings: Avoid a redundant checkMatthias Clasen2015-09-091-3/+1
* Updated po-properties French translationClaude Paroz2015-09-091-1566/+1760
* 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-083-49/+161
* 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
* Updated Norwegian bokmål translation.Kjartan Maraas2015-09-071-105/+143
* 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-072-12/+50
* Avoid an extra type check in gdk_screen_get_defaultMatthias Clasen2015-09-071-4/+4
* Move GtkWidgetPrivate to gtkwidgetprivate.hMatthias Clasen2015-09-0710-370/+426
* Speed up gtk_allocated_bit_mask_invert_rangeMatthias Clasen2015-09-071-5/+22