Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ebassi/new-a11y' into 'master' | Matthias Clasen | 2020-07-27 | 1 | -7/+0 |
|\ | |||||
| * | Remove ATK | Emmanuele Bassi | 2020-07-26 | 1 | -7/+0 |
* | | Merge branch 'drop-down-constructor' into 'master' | Matthias Clasen | 2020-07-26 | 1 | -3/+3 |
|\ \ | |||||
| * | | dropdown: Revise constructors | Matthias Clasen | 2020-07-26 | 1 | -3/+3 |
| |/ | |||||
* | | gridview: Revise constructors | Matthias Clasen | 2020-07-26 | 1 | -11/+5 |
* | | columnview: Revise the constructor | Matthias Clasen | 2020-07-26 | 1 | -5/+1 |
* | | listview: Revise constructors | Matthias Clasen | 2020-07-26 | 4 | -14/+5 |
* | | treelistmodel: Make constructor transfer full | Matthias Clasen | 2020-07-26 | 3 | -10/+6 |
* | | sortlistmodel: Make constructor transfer full | Matthias Clasen | 2020-07-26 | 3 | -10/+1 |
* | | filterlistmodel: Make constructor transfer full | Matthias Clasen | 2020-07-26 | 2 | -4/+0 |
|/ | |||||
* | Replace "gdouble" with "double" | Benjamin Otte | 2020-07-25 | 16 | -45/+45 |
* | Replace "gfloat" with "float" | Benjamin Otte | 2020-07-25 | 2 | -4/+4 |
* | Replace "gchar" with "char" | Benjamin Otte | 2020-07-25 | 58 | -201/+201 |
* | Replace "gint" with "int" | Benjamin Otte | 2020-07-25 | 53 | -259/+259 |
* | testwidgettransforms: Fix GtkBox casts | Timm Bäder | 2020-07-17 | 1 | -2/+2 |
* | filechooser: Drop the ::current-folder-changed signal | Matthias Clasen | 2020-07-09 | 2 | -44/+0 |
* | filechooser: Drop the ::file-activated signal | Matthias Clasen | 2020-07-09 | 1 | -22/+0 |
* | filechooser: Make get_files return a list model | Matthias Clasen | 2020-07-09 | 2 | -50/+42 |
* | tests: Stop using file chooser apis that are going away | Matthias Clasen | 2020-07-09 | 2 | -37/+0 |
* | filechooser: Add gtk_file_chooser_get_filters | Matthias Clasen | 2020-07-06 | 1 | -5/+9 |
* | filefilter: Drop custom filters | Matthias Clasen | 2020-07-05 | 1 | -23/+0 |
* | filefilter: Drop GtkFileFilterInfo | Matthias Clasen | 2020-07-05 | 1 | -4/+8 |
* | filefiler: No more floating | Matthias Clasen | 2020-07-05 | 2 | -0/+10 |
* | tests: Make testlistview be a list again | Benjamin Otte | 2020-07-05 | 1 | -2/+2 |
* | headerbar: Show title buttons by default | Alexander Mikhaylenko | 2020-07-02 | 5 | -7/+1 |
* | Drop unnecessary uses of gtk_style_context_add_class | Matthias Clasen | 2020-06-30 | 1 | -1/+1 |
* | Stop using GtkFunctionsListItemFactory | Matthias Clasen | 2020-06-29 | 2 | -14/+16 |
* | Stop setting GTK_IM_MODULE_FILE | Matthias Clasen | 2020-06-28 | 3 | -28/+1 |
* | Merge branch 'scrolled-window-api' into 'master' | Matthias Clasen | 2020-06-24 | 42 | -64/+66 |
|\ | |||||
| * | scrolledwindow: Don't take adjustments in new() | Matthias Clasen | 2020-06-24 | 42 | -64/+66 |
* | | testgtk: Update list of cursor names | Matthias Clasen | 2020-06-24 | 1 | -97/+36 |
|/ | |||||
* | entrycompletion: Drop action support | Matthias Clasen | 2020-06-22 | 1 | -12/+0 |
* | testlistdnd: Use editable labels | Matthias Clasen | 2020-06-19 | 1 | -22/+51 |
* | testlistdnd: Add a tree | Matthias Clasen | 2020-06-19 | 1 | -6/+104 |
* | Add a list dnd example | Matthias Clasen | 2020-06-19 | 2 | -0/+315 |
* | Use the appropriate name for Juneteenth | Emmanuele Bassi | 2020-06-18 | 1 | -1/+1 |
* | testdropdown: Add some more tests | Matthias Clasen | 2020-06-12 | 1 | -0/+248 |
* | testcolumnview: Add recent file support | Matthias Clasen | 2020-06-11 | 1 | -4/+28 |
* | Make tooltip properties idiomatic | Emmanuele Bassi | 2020-06-05 | 1 | -10/+7 |
* | Add GtkDropDown | Matthias Clasen | 2020-05-30 | 2 | -0/+322 |
* | Add GtkTreeListRowSorter | Matthias Clasen | 2020-05-30 | 1 | -1/+7 |
* | testcolumnview: Add sorters | Benjamin Otte | 2020-05-30 | 1 | -35/+97 |
* | tests: Add testcolumnview | Benjamin Otte | 2020-05-30 | 2 | -0/+701 |
* | listitem: Make this a GObject | Benjamin Otte | 2020-05-30 | 1 | -2/+3 |
* | gridview: Implement minimum row height | Benjamin Otte | 2020-05-30 | 1 | -2/+4 |
* | Add GtkTreeExpander | Benjamin Otte | 2020-05-30 | 1 | -18/+5 |
* | listview: Expose GtkListItemFactory APIs | Benjamin Otte | 2020-05-30 | 2 | -10/+9 |
* | tests: Add a rough form of multiselection | Benjamin Otte | 2020-05-30 | 1 | -3/+256 |
* | testlistview: Load icons async | Benjamin Otte | 2020-05-30 | 1 | -6/+87 |
* | testlistview: Port to directory list | Benjamin Otte | 2020-05-30 | 1 | -96/+44 |