summaryrefslogtreecommitdiff
path: root/shell/eggfindbar.c
AgeCommit message (Collapse)AuthorFilesLines
2021-06-06Improve search systemfind-sidebarmbkma1-65/+0
shell: Add EvFindSidebar widget to show search results see https://gitlab.gnome.org/GNOME/evince/-/commit/940ce8048e4fc6503dca03c1ce090ff4a11dface eggfindbar: don't close the findbar when it loses the focus see https://gitlab.gnome.org/GNOME/evince/-/commit/a2d781fb124bd19861035fd41dacc976e00d19ef shell: Add the findbar to the main box instead of the view box libview: Add ev_view_find_set_result
2019-11-28avoid redundant redeclarationsPablo Barciela1-1/+0
2019-08-16eggfindbar: avoid 'g_type_class_add_private'Pablo Barciela1-6/+2
2019-07-01Remove trailing whitespacesLaurent Napias1-17/+17
2018-01-31require GTK+ 3.22 and GLib 2.50monsta1-4/+0
2017-03-07eggfindbar: don't use deprecated GtkAlignmentraveit651-6/+13
2017-03-06avoid deprecated gtk_misc_set_alignmentraveit651-1/+4
2016-11-23move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-87/+1
and require caja >= 1.17.1
2016-06-29eggfindbar: Find next/previous with control + Up/Downraveit651-2/+7
https://bugzilla.gnome.org/show_bug.cgi?id=653910 taken from: https://git.gnome.org/browse/evince/commit/?id=0d6afe8
2016-06-22use symbolic arrows only for gtk+-3raveit651-0/+8
2016-06-22GTK+-3.0: avoid deprecated usage of GtkArrowraveit651-2/+2
2016-06-22GTK+-3: do not use deprecated gtk_{h/v}box_newraveit651-0/+4
2016-02-01fix some build warningsmonsta1-1/+1
2014-12-10Gtk3: eggfindbar: remove unused style propertiesinfirit1-0/+4
Taken from evince commit: fe90f499e34d3c001e1b2e50e23d0ef12e824c6f From: Carlos Garcia Campos <[email protected]>
2014-12-09GDK_KEY_* keys are Gtk+2 as well.infirit1-10/+7
2014-02-08Fix for #47 (Ctrl-A in search field)bl0ckeduser1-2/+2
2014-01-21shell: Add GTK3 supportStefano Karapetsas1-0/+3
2013-10-13Enable case sensitive search buttonStefano Karapetsas1-6/+7
It was available in the previous evince code, but not shown and not working. This commit fixes the button, but case sensitive search need to be fixed in the varios backends. See #41 https://github.com/mate-desktop/mate-document-viewer/issues/41
2011-11-09inicialPerberos1-0/+740