summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* GtkWidget: Fix typo in #ifdefTimm Bäder2015-09-101-3/+3
* GtkContainer: Fix paramter name in doc commentTimm Bäder2015-09-101-1/+1
* Optimize gtk_css_node_declaration_has_classMatthias Clasen2015-09-091-1/+22
* More bit manipulation speedupsMatthias Clasen2015-09-091-39/+17
* Manipulate bits more efficientlyMatthias Clasen2015-09-091-22/+20
* match_all: Only allocate an array when neededMatthias Clasen2015-09-091-7/+8
* Handle match_all returning NULLMatthias Clasen2015-09-091-62/+68
* Optimize gtk_css_selector_match_allMatthias Clasen2015-09-091-29/+22
* Adwaita: special case selection mode lists checksLapo Calamandrei2015-09-093-39/+39
* 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
* 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