summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* gcal-event-editor-dialog: Use user-chosen mode in on_ask_recurrence_response_...Milan Crha2022-10-051-1/+1
* gcal-month-view: Use gcal_view_set_date() to update date on scrollMilan Crha2022-10-051-1/+2
* gcal-date-chooser: Update also `combined_choice` in set_date()Milan Crha2022-10-051-2/+1
* gcal_set_date_time: Avoid possible use-after-freeMilan Crha2022-10-051-2/+3
* date-chooser: Update combined-choice on date changesFlorian Müllner2022-10-051-0/+1
* agenda-view: Fix translatable stringsGeorges Basile Stavracas Neto2022-09-152-4/+4
* window: Use two today buttons instead of movingChristopher Davis2022-08-122-27/+12
* window: Update today action enabeld state instead of button sensitivityChristopher Davis2022-08-121-10/+12
* general: Use GcalToolbarEnd for toolbarsChristopher Davis2022-08-127-25/+114
* window: Move action widgets at small widthsChristopher Davis2022-08-122-0/+41
* window: Use AdwLeaflet for foldable windowChristopher Davis2022-08-121-3/+9
* application: Port to AdwAboutWindowChristopher Davis2022-07-151-44/+29
* event-editor: Use AdwEntryRowChristopher Davis2022-07-072-46/+8
* week-view: Allow zooming with Ctrl+ScrollAdrien Plazas2022-06-232-0/+96
* week-view: Split zooming into dedicating functionsAdrien Plazas2022-06-231-13/+32
* event-widget: Use .dim-label instead of a hard-coded opacityAdrien Plazas2022-06-231-1/+4
* manager: Bring back credentialsGeorges Basile Stavracas Neto2022-06-233-13/+4
* event-widget: Fix the indentationAdrien Plazas2022-06-221-57/+57
* event-widget: Style overhaulAdrien Plazas2022-06-226-60/+55
* Use the Libadwaita style loading mechanismAdrien Plazas2022-06-223-26/+3
* week-view: Add a zoom gestureAdrien Plazas2022-06-222-2/+66
* Port to libsoup3Milan Crha2022-06-224-43/+39
* new-calendar-page: fix Calendar files are not shownCleo Menezes Jr2022-06-221-3/+0
* search-model: check for duplicate events in search barAbdullahi Usman2022-06-211-0/+19
* Drop the unused calendar-year-symbolic iconAdrien Plazas2022-06-202-15/+0
* calendar-button: RestyleAdrien Plazas2022-06-161-2/+11
* window: Fix the indentationAdrien Plazas2022-06-161-68/+68
* window: Reorganize buttonsAdrien Plazas2022-06-162-18/+31
* window: Drop the back and forward buttonsAdrien Plazas2022-06-162-16/+0
* window: Add a sidebar with a date chooser and an agendaAdrien Plazas2022-06-162-0/+74
* window: Move the toast overlay at the root of the windowAdrien Plazas2022-06-161-5/+3
* Add GcalAgendaViewAdrien Plazas2022-06-166-0/+839
* event-widget: Add the timestamp-policy propertyAdrien Plazas2022-06-165-20/+91
* event-widget: Set the squeezer's margin via CSSAdrien Plazas2022-06-163-18/+11
* enums: Add the GcalTimestampPolicy enumAdrien Plazas2022-06-161-0/+7
* multi-choice: Fix the indentationAdrien Plazas2022-06-161-21/+21
* multi-choice: Add the popover propertyAdrien Plazas2022-06-163-0/+260
* date-chooser: Add the split-month-year propertyAdrien Plazas2022-06-163-14/+191
* date-chooser: Implement GcalViewAdrien Plazas2022-06-163-60/+128
* date-chooser: Add the show-events propertyAdrien Plazas2022-06-163-0/+49
* date-chooser: Implement GcalTimelineSubscriberAdrien Plazas2022-06-161-1/+127
* date-chooser: Add the show-selected-week propertyAdrien Plazas2022-06-163-1/+127
* date-chooser: Use ROWS and COLS macrosAdrien Plazas2022-06-161-21/+24
* date-chooser-day: Add .non-workday class to the current dayAdrien Plazas2022-06-161-0/+10
* date-chooser-day: Add the .today style class to the current dayAdrien Plazas2022-06-162-0/+29
* date-chooser-day: Automatically free the stringAdrien Plazas2022-06-161-2/+1
* date-chooser-day: Add the has-dot and dot-visible propertiesAdrien Plazas2022-06-164-8/+233
* date-chooser-day: Always have the size of two charactersAdrien Plazas2022-06-161-0/+1
* date-chooser-day: Use the numeric style classAdrien Plazas2022-06-161-0/+3
* date-chooser-day: Use a templateAdrien Plazas2022-06-163-17/+27