summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* docs: Add deprecation notices for propertiesEmmanuele Bassi2022-11-082-1/+26
* colordialogbutton: Actually accept NULLMatthias Clasen2022-11-071-1/+1
* color/fontdialogbutton: Fix constructorsMatthias Clasen2022-11-062-2/+2
* Be consistent in preconditions for async APIMatthias Clasen2022-10-315-26/+31
* docs: Add missing Deprecated annotationsEmmanuele Bassi2022-10-301-8/+24
* docs: Add missing Since annotationsEmmanuele Bassi2022-10-306-5/+9
* alertdialog: Small refactoringMatthias Clasen2022-10-301-30/+41
* Deprecate GtkDialogMatthias Clasen2022-10-2926-35/+69
* Deprecate GtkFileChooser and implementationsMatthias Clasen2022-10-2925-91/+174
* Deprecate GtkMessageDialogMatthias Clasen2022-10-2911-24/+46
* Deprecate GtkFontChooser and implementationsMatthias Clasen2022-10-2917-49/+153
* Deprecate GtkColorChooser and implementationsMatthias Clasen2022-10-2916-34/+77
* inspector: Port to async dialog APIMatthias Clasen2022-10-293-95/+76
* gtk: Port to async dialog APIMatthias Clasen2022-10-294-189/+108
* Add GtkFileDialogMatthias Clasen2022-10-294-0/+1264
* Add GtkAlertDialogMatthias Clasen2022-10-294-0/+851
* Add GtkFontDialogButtonMatthias Clasen2022-10-294-0/+1162
* Add GtkFontDialogMatthias Clasen2022-10-294-0/+1086
* Add GtkColorDialogButtonMatthias Clasen2022-10-294-0/+573
* Add GtkColorDialogMatthias Clasen2022-10-294-0/+568
* Add GtkDialogErrorMatthias Clasen2022-10-294-0/+92
* fontchooser: Add a way to set a GtkFilterMatthias Clasen2022-10-295-2/+61
* messagedialog: CosmeticsMatthias Clasen2022-10-281-2/+2
* printeroptionwidget: Drop unused includeMatthias Clasen2022-10-281-1/+0
* g-i: Add missing since annotationBilal Elmoussaoui2022-10-271-0/+7
* Revert "treepopover: Do not propagate natural width of content"Mat2022-10-261-0/+1
* docs: Remove mentions of GladeEmmanuele Bassi2022-10-241-8/+8
* fontchooser: Stop using deprecated harfbuzz apiMatthias Clasen2022-10-211-9/+3
* placesview: Drop deprecation guardsMatthias Clasen2022-10-211-4/+0
* filechooserwidget: Drop deprecation guardsMatthias Clasen2022-10-211-2/+0
* filesystemmodel: Drop outdated commentsMatthias Clasen2022-10-211-79/+2
* filesystemmodel: Drop unneded deprecation guardsMatthias Clasen2022-10-211-4/+0
* searchenginemodel: Drop unneeded deprecation guardsMatthias Clasen2022-10-211-2/+0
* filechooserwidget: Show popup when clicking on empty spaceCorey Berla2022-10-211-6/+54
* filechoosercell: Select item when right click or long pressCorey Berla2022-10-211-0/+4
* filechoosercell: Only use long press when in touch modeCorey Berla2022-10-211-0/+1
* filechoosercell: Claim sequence on clickCorey Berla2022-10-211-0/+2
* Merge branch 'gbsneto/filechooser-column-view' into 'main'Matthias Clasen2022-10-2117-2967/+2162
|\
| * filesystemmodel: Fix a compiler warningMatthias Clasen2022-10-211-1/+1
| * theme: Fix up padding for the file chooserMatthias Clasen2022-10-212-0/+27
| * filesystemmodel: Fix a compiler warningMatthias Clasen2022-10-211-4/+1
| * filechooser: Make search results show upMatthias Clasen2022-10-201-2/+7
| * filechooserwidget: Remember sort columns and orderMatthias Clasen2022-10-201-0/+57
| * filechooserwidget: Fix time_sort_funcCorey Berla2022-10-201-2/+10
| * filechooser: Add show-time propertyCorey Berla2022-10-203-19/+44
| * filechoosercell: Add a GtkDragSourceCorey Berla2022-10-202-4/+58
| * filechoosercell: Bind "item" and "selected" to cellCorey Berla2022-10-202-0/+60
| * filechooserwidget: Expose selection modelCorey Berla2022-10-202-0/+9
| * filechooserwidget: Rename and expose get_selected_files()Corey Berla2022-10-202-5/+6
| * filechooserwidget: Make rename popover workMatthias Clasen2022-10-201-36/+7