summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* scrolledwindow: fix left/right thinko for scrollbar style classesCosimo Cecchi2016-03-021-4/+4
* widget: Add brute force method to propagate clipBenjamin Otte2016-03-031-0/+17
* Adwaita: more scale style fixesLapo Calamandrei2016-03-023-90/+283
* Adwaita: fix scale with marks sizeLapo Calamandrei2016-03-023-14/+53
* Adwaita: scale with marks style fixesLapo Calamandrei2016-03-023-13/+41
* combobox: Correct the CSS node docsMatthias Clasen2016-03-022-8/+11
* Adwaita: fix combos stylingLapo Calamandrei2016-03-023-32/+32
* scale: don't add scale label for empty markupCosimo Cecchi2016-03-021-1/+1
* win32 theme: Add a naive switch implementationBenjamin Otte2016-03-021-8/+15
* win32 theme: Implement horizontal spinbuttonsBenjamin Otte2016-03-021-29/+54
* combobox: Put child into boxBenjamin Otte2016-03-022-153/+45
* container: Remove checkBenjamin Otte2016-03-021-7/+0
* combobox: Put the button in a boxBenjamin Otte2016-03-022-20/+28
* combobox: Make sure the cellview expandsBenjamin Otte2016-03-021-0/+24
* combobox: Ensure an entry gets created for has_entry combosBenjamin Otte2016-03-021-27/+33
* progressbar: Don't leave css nodes behindMatthias Clasen2016-03-011-0/+2
* scale: Don't leave css nodes behindMatthias Clasen2016-03-011-0/+8
* Adwaita: fix outline for scale troughCosimo Cecchi2016-03-013-1/+12
* range: Don't leave css nodes behindMatthias Clasen2016-03-011-1/+6
* level bar: Don't leave css nodes behindMatthias Clasen2016-03-011-1/+4
* cell renderer: Strip out :drop(active) stateMatthias Clasen2016-03-011-1/+1
* Take a reference on the im context for async opsMatthias Clasen2016-03-011-6/+2
* notebook: Tell everyone we reordered stuffBenjamin Otte2016-02-291-3/+10
* notebook: Reallocate tab gadgets when we reorder themBenjamin Otte2016-02-291-0/+1
* range: fix fill level for vertical inverted scalesCosimo Cecchi2016-02-291-1/+1
* Update CSS nodes documentationCosimo Cecchi2016-02-292-17/+27
* scale: add gadgets for indicator/label in scale marksCosimo Cecchi2016-02-294-97/+209
* scale: add a gadget for every markCosimo Cecchi2016-02-291-250/+302
* Adwaita: add minimum size for marksCosimo Cecchi2016-02-293-0/+10
* gadget: improve debug messageCosimo Cecchi2016-02-291-1/+3
* range: draw slider on top of all contentsCosimo Cecchi2016-02-291-8/+4
* scale: implement rendering for marks gadgetsCosimo Cecchi2016-02-291-113/+129
* scale: implement size allocate for mark gadgetsCosimo Cecchi2016-02-291-9/+108
* scale: port marks size request to gadgetsCosimo Cecchi2016-02-291-74/+146
* scale: use gadgets instead of nodes for mark containersCosimo Cecchi2016-02-291-31/+30
* scale: rename function argumentsCosimo Cecchi2016-02-291-41/+47
* scale: remove unused argumentCosimo Cecchi2016-02-291-6/+4
* range: better hack for GtkColorScaleCosimo Cecchi2016-02-291-16/+5
* range: deprecate gtk_range_get/set_min_slider_size()Cosimo Cecchi2016-02-292-2/+8
* range: don't use gtk_range_set_min_slider_size()Cosimo Cecchi2016-02-294-43/+51
* Adwaita: some more WIP theme work for the new scaleLapo Calamandrei2016-02-293-737/+737
* gadget: simplify codeCosimo Cecchi2016-02-291-25/+15
* range: use border box for slider areaCosimo Cecchi2016-02-291-6/+6
* range: use new GtkCssGadget API instead of rolling our ownCosimo Cecchi2016-02-291-34/+10
* gadget: add API to get various area boxesCosimo Cecchi2016-02-292-0/+57
* range: simplify codeCosimo Cecchi2016-02-291-10/+1
* Adwaita: WIP for new range themeLapo Calamandrei2016-02-293-1183/+1194
* range: add a gadget for the whole widget areaCosimo Cecchi2016-02-291-38/+110
* scale: always add marks at the beginning or the endCosimo Cecchi2016-02-293-9/+2
* range: use new GtkBoxGadget API instead of counting childrenCosimo Cecchi2016-02-291-17/+9