summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stringlist' into 'master'Matthias Clasen2020-06-236-345/+732
|\
| * Add GtkStringList as public apiMatthias Clasen2020-06-236-345/+732
* | Merge branch 'wip/jimmac/notebook-legibility' into 'master'Matthias Clasen2020-06-231-11/+12
|\ \
| * | Adwaita: notebook legibility fixesJakub Steiner2020-06-231-11/+12
| |/
* | Add a few missing includesMatthias Clasen2020-06-235-0/+5
* | entry completion: Drop the Private structMatthias Clasen2020-06-232-345/+322
|/
* Merge branch 'drop-entry-completion-actions' into 'master'Matthias Clasen2020-06-223-301/+10
|\
| * entrycompletion: Drop action supportMatthias Clasen2020-06-223-301/+10
* | entry completion: Make keynav work againMatthias Clasen2020-06-221-1/+1
* | Add gtk_widget_prepend_controllerMatthias Clasen2020-06-222-0/+20
* | Fix change notification for event controllersMatthias Clasen2020-06-221-1/+1
* | entrycompletion: Name the controllersMatthias Clasen2020-06-221-0/+2
|/
* filter: Make GtkEveryFilter buildableMatthias Clasen2020-06-211-1/+1
* sortlistmodel: Look at orderBenjamin Otte2020-06-211-18/+36
* filechooserwidget: Use gtk_drop_down_get_selected_itemMatthias Clasen2020-06-211-5/+1
* dropdown: emit notify for selected from the changed callbackBenjamin Otte2020-06-211-3/+3
* Merge branch 'matthiasc/for-master' into 'master'Matthias Clasen2020-06-201-1/+12
|\
| * gridview: Don't assert on a condition that can happenMatthias Clasen2020-06-201-1/+11
| * gridview: Compute right amount of items to skipBenjamin Otte2020-06-201-1/+2
* | Merge branch 'drop-down-selected-item' into 'master'Matthias Clasen2020-06-202-0/+40
|\ \
| * | dropdown: Add GtkDropDown:selected-itemMatthias Clasen2020-06-202-0/+40
| |/
* | Merge branch 'gtk4-arb_fbo' into 'master'Matthias Clasen2020-06-201-14/+14
|\ \ | |/ |/|
| * Switch to GL_ARB_framebuffer_objectEmmanuel Gil Peyrot2020-06-121-14/+14
* | editablelabel: Allow to drag textMatthias Clasen2020-06-191-1/+20
* | editablelabel: Accept text dropsMatthias Clasen2020-06-191-0/+36
* | expander: Remove a pointless returnMatthias Clasen2020-06-191-3/+1
* | treeexpander: Auto-expand during DNDMatthias Clasen2020-06-191-0/+59
* | columnview: Increase the autoscroll thresholdMatthias Clasen2020-06-191-1/+1
* | columnview: Autoscroll during DNDMatthias Clasen2020-06-191-0/+29
* | columnview: separate autoscroll from headersMatthias Clasen2020-06-191-16/+32
* | listbase: Don't use adjustments for autoscrollingMatthias Clasen2020-06-191-17/+28
* | listbase: Increase the autoscroll thresholdMatthias Clasen2020-06-191-1/+1
* | listbase: Autoscroll during DNDMatthias Clasen2020-06-191-0/+27
* | listbase: separate autoscroll from rubberbandMatthias Clasen2020-06-191-33/+42
* | columview: Fix cell creationMatthias Clasen2020-06-191-1/+3
* | Revert "notebook: Don't capture clicks"Matthias Clasen2020-06-191-0/+1
* | listbase: Fix copy/paste errorBenjamin Otte2020-06-191-1/+1
* | stack: Avoid using an uninitialized valueTimm Bäder2020-06-191-4/+3
* | stack: Add missing accessors for GtkStackPage propertiesTimm Bäder2020-06-192-77/+282
* | stack: Fix some documentation mishapsTimm Bäder2020-06-191-2/+2
* | stack: Fix :needs-attention docsTimm Bäder2020-06-191-2/+2
* | widget: Don't leak css transformTimm Bäder2020-06-191-0/+2
* | treeview: Remove identical if branchesTimm Bäder2020-06-191-26/+1
* | stack: stop keeping a cached child render node aroundTimm Bäder2020-06-191-65/+27
* | cssselector: Only copy max_selector onceTimm Bäder2020-06-191-10/+10
* | numbervalue: Remove some leftover debugging codeTimm Bäder2020-06-191-2/+0
* | builder: Use default size of 8 for the ObjectProperty arraysTimm Bäder2020-06-191-2/+2
* | builder: Avoid allocating things we don't useTimm Bäder2020-06-191-58/+73
* | Avoid calling g_list_model_get_n_items() all the timeTimm Bäder2020-06-192-4/+4
* | window: Add automatic titlebar before content widgetTimm Bäder2020-06-191-1/+1