[evince] (65 commits) Non-fast-forward update to branch wip/gpoo/gtk4-rebase-port



The branch 'wip/gpoo/gtk4-rebase-port' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  01cfa23... shell: Port EvMessageArea to gtk4
  acdb8d6... shell: Port EvProgressMessageArea to gtk4
  cc4aa55... shell: Port EvProgressMessageArea to gtk4
  d5bcd9e... shell: Port EvFindSidebar to gtk4
  8002234... ev-annotations-toolbar: port to gtk4
  f9e52e8... ev-recent-view: port to gtk4 with composite template
  7e95e64... shell: Port EvSidebar to gtk4
  ff201ee... ev-sidebar-annotations: remove unused variables
  0fc2881... ev-sidebar-bookmarks: port to gtk4 with composite template
  b331867... ev-sidebar-links: port to gtk4 with composite template
  5b32e1e... shell: Port EvSidebarThumbnails to gtk4
  ce1876d... ev-sidebar-attachments: port to gtk4
  1304978... ev-sidebar-attachments: remove meaningless data elements
  7ffcf3f... ev-sidebar-attachments: remove the icon cache and enable po
  79bb05c... ev-sidebar-attachments: remove unused variable
  e3bd242... ev-sidebar-layers: port to gtk4
  684c97a... ev-sidebar-layers: comment the property
  226cc10... ev-stock-icons: port to gtk4
  2f60079... ev-utils: port to gtk4
  8af70f8... main: remove GdkScreen since it is removed in GTK4
  f19be1e... main: remove gtk option group since it is removed in GTK4
  0471b87... main: run gtk_init before getting GdkDisplay
  23c9c4c... ev-poppler: Use GdkRGBA instead of GdkColor
  8ac857e... ev-poppler: use ev_annotation_set_modified_from_time_t
  e6e39a3... ev-annotation-properties-dialog: port to gtk4
  ff03632... temp: remove gtk-a11y.h
  40daa36... meson: move to gtk4 related dependencies
  a7550ff... meson: add git wrapper of libadwaita
  a992756... meson: set some feature off by default
  ecc5b51... meson: remove multimedia feature since we switch to GtkVide
  29dfc9b... meson: disable several source files
  04c6f21... libview: Port EvPixbufCache to gtk4
  accc6a9... libview: Port EvAnnotationWindow to gtk4
  aaf5696... shell: Port EvWindowTitle to gtk4
  5b121c8... shell: port EvPasswordView to gtk4
  73c0912... shell: Port properties dialog to gtk4
  1c92be5... css: remove no longer exist node, rename selection color
  7faa85e... shell: Port EvWindow to gtk4 and switch to composite
  a1e5f3e... libview, previewer: use box-shadow to draw the shadow
  65a4148... libview: Port EvView to gtk4
  b51afb4... ev-view: pass x and y coordinate when popup-menu signal tri
  e4b122d... ev-view: set widget focusable
  d9faad1... ev-view: enable annotation window grab focus
  2b1a287... ev-view: migrate to GtkEditable API
  cb9c7b1... ev-view: migrate preview popover to GtkSnapshot
  528a14c... ev-view: push the clip region when snapshot the widget
  8333d3d... ev-view: move to name based cursor API
  89f5705... ev-view: implement middle click drag
  add6de2... ev-view: migrate debug borders to GtkSnapshot based drawing
  c7314e3... ev-view: form fields support
  5ee761c... ev-view: explictly mark the beginning of selection start
  36e0db2... ev-view: enable set_spellchecking
  3950d5c... ev-view: use GtkVideo to implement video playback
  65fe30e... ev-view: bring back the DnD support
  b581f78... ev-view: toss useless code
  89bf328... ev-view: bring back keybinding for scroll and caret mode.
  367d61b... ev-view: enable multimedia unconditionally
  b81251c... ev-view: simplify the draw_surface function
  6ae26e6... ev-view: remove inverted color and draw inverted color by G
  9aeb9cc... ev-view: reuse the GtkWidget child API
  fc90f0f... ev-view: remove the children field of EvView
  b6acb8c... ev-view: remove the fake spacing
  05d7363... ev-view: toss some commented code
  290baf8... ev-view: implement and enable ev_remove_all
  0744d1c... ev-view: enable opening attachment
  38f1661... ev-view: remove commented code
  025e450... ev-view: detect the selection color for Default theme
  8fd72f5... ev-view: try to eliminate some warnings
  5cb4b25... ev-view: fix crash when hovering links
  3f6784a... ev-view: fix various warnings
  2754019... ev-view: fix rendering of text selection with night mode
  6b2900c... libview: Remove EvMediaPlayer
  aff6f6a... shell: Remove EvLoadingMessage
  1091159... meson: enable new marshaler
  242e5d1... evince-thumbnailer: remove async renderer code path
  67198fd... build: Enable only flatpak build for CI
  0179f61... data: remove hand-open.png since it is not used anywhere
  ad38078... libview: Fix EvView start up page position
  cb0917c... libview: Move zoom mode shortcut to EvView
  751e4ad... ev-sidebar: make the stack switch fill halign

Commits added to the branch:

  bb51598... shell: Port EvMessageArea to gtk4 using composite
  ef4e068... shell: Port EvProgressMessageArea to gtk4 using composite
  23df331... shell: Port EvFindSidebar to gtk4
  cd4633d... ev-annotations-toolbar: port to gtk4
  45b73ad... ev-recent-view: port to gtk4 with composite template
  a425750... shell: Port EvSidebar to gtk4 with composite
  86d686b... ev-sidebar-bookmarks: port to gtk4 with composite template
  f1c9776... ev-sidebar-links: port to gtk4 with composite template
  e5b224e... shell: Port EvSidebarThumbnails to gtk4
  e8efc5e... ev-sidebar-attachments: port to gtk4
  75a76f8... ev-sidebar-attachments: remove meaningless data elements
  c66780c... ev-sidebar-attachments: remove the icon cache and enable po
  08fcdf9... ev-sidebar-attachments: remove unused variable
  e116c1a... ev-sidebar-layers: port to gtk4
  8577366... ev-sidebar-layers: comment the property
  a51f5d8... ev-stock-icons: port to gtk4
  3286414... ev-utils: port to gtk4
  5713062... main: remove GdkScreen since it is removed in GTK4
  55b0f41... main: remove gtk option group since it is removed in GTK4
  5178a2c... main: run gtk_init before getting GdkDisplay
  8106553... ev-poppler: Use GdkRGBA instead of GdkColor
  ab4774c... ev-poppler: use ev_annotation_set_modified_from_time_t
  c4a9012... ev-annotation-properties-dialog: port to gtk4
  aaec110... temp: remove gtk-a11y.h
  6246df5... meson: move to gtk4 related dependencies
  368ea99... meson: set some feature off by default
  06acf3e... meson: remove multimedia feature since we switch to GtkVide
  291ecd5... meson: disable several source files
  e3b583a... libview: Port EvPixbufCache to gtk4
  73c4346... libview: Port EvAnnotationWindow to gtk4
  a165c22... shell: Port EvWindowTitle to gtk4
  150fa87... shell: port EvPasswordView to gtk4
  2f10ab1... shell: Port properties dialog to gtk4
  1db1fe6... css: remove no longer exist node, rename selection color
  677887f... shell: Port EvWindow to gtk4 with composite template
  f3a374a... libview, previewer: use box-shadow to draw the shadow
  958e004... libview: Port EvView to gtk4
  bc12c87... ev-view: pass x and y coordinate when popup-menu signal tri
  66c66f4... ev-view: migrate to GtkEditable API
  8ce5a8e... ev-view: migrate preview popover to GtkSnapshot
  44c06b2... ev-view: push the clip region when snapshot the widget
  7b7f64c... ev-view: move to name based cursor API
  764ece9... ev-view: implement middle click drag
  0d92bc1... ev-view: migrate debug borders to GtkSnapshot based drawing
  ac5c488... ev-view: form fields support
  475cea3... ev-view: explictly mark the beginning of selection start
  ff66068... ev-view: enable set_spellchecking
  9736dcf... ev-view: use GtkVideo to implement video playback
  39ee513... ev-view: enable multimedia unconditionally
  171e3d0... ev-view: reuse the GtkWidget child API
  481da8b... ev-view: bring back the DnD support
  4e76906... ev-view: bring back keybinding for scroll and caret mode.
  84beb23... ev-view: remove inverted color and draw inverted color by G
  0a9a846... ev-view: remove the children field of EvView
  665294c... ev-view: try to eliminate some warnings
  f78ab0b... ev-view: implement and enable ev_remove_all
  b874fd9... ev-view: detect the selection color for Default theme
  d50a4ad... ev-view: fix various warnings
  41003df... libview: Remove EvMediaPlayer
  eff1425... shell: Remove EvLoadingMessage
  b91c5f1... meson: enable new marshaler
  d9a5f03... evince-thumbnailer: remove async renderer code path
  797faf0... build: Enable only flatpak build for CI
  e1eb958... data: remove hand-open.png since it is not used anywhere
  b92f881... libview: Move zoom mode shortcut to EvView


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]