summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* properties-window: Make main page scroll verticallywip/antoniof/modernize-properties-dialogAntónio Fernandes2022-01-021-522/+528
* properties-window: use GtkStack for navigationPeter Eisenmann2022-01-022-95/+245
* properties-window: Stop using GtkGrid for propertiesAntónio Fernandes2022-01-022-196/+150
* properties-window: use AdwActionRow for security contextPeter Eisenmann2022-01-022-22/+18
* properties-window: use AdwActionRow and GtkSwitch for executable bitPeter Eisenmann2022-01-022-191/+131
* properties-window: use AdwComboRow for groupPeter Eisenmann2022-01-022-244/+83
* properties-window: use AdwComboRow for ownerPeter Eisenmann2022-01-022-227/+190
* properties-window: directly printable user namePeter Eisenmann2022-01-022-17/+17
* properties-window: detect changed user via hashPeter Eisenmann2022-01-021-50/+27
* properties-window: use AdwComboRow for permissionsPeter Eisenmann2022-01-022-463/+400
* properties-window: calculate permissions once per updatePeter Eisenmann2022-01-021-115/+109
* properties-window: move permissions related code snippets aroundPeter Eisenmann2022-01-021-90/+89
* properties-window: add PERMISSION_NONE for readabilityPeter Eisenmann2022-01-021-4/+5
* properties-window: use FilterType instead of gbooleanPeter Eisenmann2022-01-021-118/+118
* properties-window: remove unused stored GObject dataPeter Eisenmann2022-01-021-22/+8
* properties-window: use AdwStatusPage for unreadable permissionsPeter Eisenmann2022-01-022-419/+436
* properties-window: use GtkListBox for basic entriesPeter Eisenmann2022-01-022-546/+466
* properties-window: remove renaming capabilityPeter Eisenmann2022-01-022-331/+23
* properties-window: drop unused grid variablePeter Eisenmann2022-01-021-12/+2
* query-editor: HACK for search entry event forwardAntónio Fernandes2022-01-021-1/+16
* files-view: Drop arrow from background context menuAntónio Fernandes2022-01-021-0/+2
* toolbar: visual refinementsAntónio Fernandes2022-01-021-48/+49
* Adw goodiesAntónio Fernandes2022-01-023-77/+43
* view-icon-item-ui: Use .caption style for captionsAntónio Fernandes2022-01-021-3/+3
* view-icon-item-ui: Use GtkPicture instead of GtkImageAntónio Fernandes2022-01-023-5/+5
* properties-window: Set Image pixel sizeAntónio Fernandes2022-01-021-0/+6
* css: Replace legacy color namesAntónio Fernandes2022-01-011-25/+14
* css: Update custom styles for current stylesheetAntónio Fernandes2022-01-011-19/+19
* view-icon-controller: Set .view style classAntónio Fernandes2022-01-011-0/+1
* css: Drop unused, redundant or obsolete stylesAntónio Fernandes2022-01-011-35/+0
* application: Unconditionally add custom stylesAntónio Fernandes2022-01-011-38/+5
* general: Drop parameter from GtkEntry::icon-* signalsAntónio Fernandes2022-01-013-3/+0
* general: Assorted leftovers changes -- IT BUILDS NOWAntónio Fernandes2022-01-0116-24/+21
* general: GdkPixbuf -> GdkPaintable/GdkTextureAntónio Fernandes2022-01-0113-133/+133
* window: gtk_window_get_size() -> gtk_window_get_default_size()António Fernandes2022-01-011-19/+1
* window: GtkWidget.delete_event() -> GtkWindow.close_request()António Fernandes2022-01-011-4/+5
* general: Replace GtkBindingSet with GtkShortcutAntónio Fernandes2022-01-013-20/+11
* search-popover: Adapt to GtkCalendar API changesAntónio Fernandes2022-01-011-16/+3
* general: Adapt to gtk_show_uri* API changesAntónio Fernandes2022-01-012-9/+6
* general: Drop GtkIconSize parametersAntónio Fernandes2022-01-017-29/+13
* -- WIP -- must focusAntónio Fernandes2022-01-014-18/+43
* search-engine-recent: Adapt to GtkRecentInfo time getter changesAntónio Fernandes2022-01-011-10/+6
* general: Adapt to GtkDrawingArea API changesAntónio Fernandes2022-01-013-17/+27
* general: GtkSpinner:active -> GtkSpinner:spinningAntónio Fernandes2022-01-012-2/+2
* general: Replace child properties with GtkStackPageAntónio Fernandes2022-01-012-9/+9
* general: Adapt to GtkFileChooser API changesAntónio Fernandes2022-01-012-8/+8
* general: gtk_toggle_button_*() -> gtk_check_button_*()António Fernandes2022-01-014-29/+29
* monitors -- squash with later changeAntónio Fernandes2022-01-011-1/+1
* general: GdkScreen -> GdkDisplayAntónio Fernandes2022-01-012-5/+5
* general: gtk_label_set_line_wrap -> gtk_label_set_wrapAntónio Fernandes2022-01-012-2/+2