summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Handle mouse back/forward buttons at window levelPaul Hebble2021-02-061-0/+23
|
* Remove deprecated method of doing private structs on gobjectsShaun McCance2020-03-092-58/+53
|
* Allow the application name to be translatedliujing2019-07-191-1/+1
| | | | | | Fixes Chinese (and other languages') display of help. https://gitlab.gnome.org/GNOME/yelp/merge_requests/14
* Try to fit in a sandboxMatthias Clasen2019-01-231-1/+19
| | | | | | | | When running in another apps sandbox, use an app name that works. This is necessary, because we ship yelp as part of the GNOME Flatpak runtime, and it will be launched inside another applications sandbox to show that applications help.
* Stop using GNOME App Menu deprecated in 3.32Jeremy Bicha2019-01-162-13/+7
| | | | | | https://gitlab.gnome.org/GNOME/Initiatives/wikis/App-Menu-Retirement Closes: https://gitlab.gnome.org/GNOME/yelp/issues/139
* icon: update app iconJakub Steiner2018-10-291-1/+1
| | | | | | | | | | - GNOME 3.32 redesign of app icons. See https://gitlab.gnome.org/GNOME/Initiatives/issues/2 for more info. /label ~"9. Initiative: AppIconRedesign" Addresses issue #138
* Don’t translate propertiesPiotr Drąg2017-06-201-2/+2
| | | | | | They are not user-visible. https://bugzilla.gnome.org/show_bug.cgi?id=757496
* Fix in-page search box borderTrinh Anh Ngoc2017-06-191-1/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=777809
* Fallback to 'help-list:' if the default URI is not availableAleksander Morgado2016-02-231-9/+24
| | | | | | | | | | | | | | | The current default URI when none is explicitly specified is "help:gnome-help", which maps to the GNOME 3 desktop users guide. If this is not specified, yelp now will fallback to showing 'help-list:', which is always available. The new fallback applies both when launched through command line or when a new yelp window is requested. The patch also avoids a YelpUri memleak that was happening in yelp_application_new_window(), as yelp_application_new_window_uri() was itself taking its own reference. https://bugzilla.gnome.org/show_bug.cgi?id=759545
* Convert src subdirectory to non-recursive makeDavid King2015-10-201-37/+0
|
* yelp-window: NULL-check page_title before strcmping itShaun McCance2015-08-191-1/+1
|
* Hide the subtitle when it matches the titleMichael Catanzaro2015-08-101-1/+1
| | | | | | | It doesn't look very good to show the header bar subtitle when it is the same as the title, e.g. on Mallard index pages. https://bugzilla.gnome.org/show_bug.cgi?id=753444
* application: don't steal activation timestampCosimo Cecchi2015-08-061-1/+1
| | | | | | | | | | | When using GtkApplication, nothing else should open the display before GtkApplication does. We should pass FALSE to gtk_get_option_group() to get that behavior. This fixes startup notification not working correctly for Yelp when the binary is already running. https://bugzilla.gnome.org/show_bug.cgi?id=753084
* YelpWindow: In Unity, use the header bar as a toolbarIain Lane2015-06-221-10/+35
| | | | | | | Unity prefers not to use headerbars. Ours is suitable for use as a toolbar, so use it as such. https://bugzilla.gnome.org/show_bug.cgi?id=749903
* yelp-window: Fix loading cursor inconsistenciesCarlos Garcia Campos2015-06-221-12/+24
| | | | | Connect to WebKitWebView notify::is-loading to change the cursor only when the view is loading.
* yelp-window: Remove ScrolledWindow to hold WebView.Marcos Chavarría Teijeiro2015-06-221-8/+1
| | | | WebKit2 WebView has its own scrollbars.
* yelp-view: Implement web extension to load resourcesMarcos Chavarría Teijeiro2015-06-221-0/+1
| | | | I have split the libyelp library into two parts in order to avoid linking the webextension against libyelp. So now we have a libyelpuri with the yelp-uri, yelp-build-uri and their dependecies and the old libyelp with the remaining files. I have modified the yelp-build-uri logic to not have to use yelp-document because it implies to have to add to the new library most of libyelp classes.
* yelp-view: Use WKFindController instead of deprecated search functions in ↵Marcos Chavarría Teijeiro2015-06-221-24/+20
| | | | WKWebView
* Remove redundant extra semicolonsDavid King2015-02-091-1/+1
|
* Use WARN_CFLAGS instead of AM_CFLAGSDavid King2015-02-051-1/+1
| | | | There is no need to use the indirection of AM_CFLAGS.
* Use AX_COMPILER_FLAGSDavid King2015-02-051-1/+1
| | | | | | Additionally, remove unused DEPRECATION_FLAGS. https://wiki.gnome.org/Projects/GnomeCommon/Migration
* Remove duplicate declarationsDavid King2015-02-052-4/+0
|
* icons: Use bookmark icon from themeDavid King2015-01-281-1/+1
| | | | | | | | | The icon naming specification provides for a user-bookmarks icon, which fits well with both yelp-bookmark-add-symbolic and yelp-bookmark-remove-symbolic, which were not used as action icons anyway. https://bugzilla.gnome.org/show_bug.cgi?id=734165
* yelp-window: Style the find revealerDavid King2014-09-111-4/+25
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=736408
* yelp-window: use new symbolic menu iconEkaterina Gerasimova2014-08-191-4/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=731803
* yelp-window: Use the new support for RTL icons in GtkIconThemeYosef Or Boczko2014-06-231-5/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=731804
* yelp-window: Use GtkRevealer for find entryShaun McCance2014-06-231-15/+20
|
* yelp-window: Drop gtk bug workaround because mclasen fixed the bugShaun McCance2014-06-181-10/+0
|
* yelp-window: Fix the size of the up/down buttons in the search barYosef Or Boczko2014-06-181-0/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=731807
* yelp-window: Use gtk_window_close instead of emitting delete-eventShaun McCance2014-06-181-2/+1
|
* Use gtk_application_set_accels_for_actionShaun McCance2014-06-171-30/+35
|
* Fixed some compiler warningsShaun McCance2014-06-172-6/+1
|
* Use the '…' unicode character instead of three points '...'Yosef Or Boczko2014-06-181-2/+2
|
* yelp-window: Don't show find bar when search bar is shownShaun McCance2014-06-171-0/+16
|
* yelp-window: Added back Ctrl+L, better key press handling for searchShaun McCance2014-06-172-102/+111
|
* yelp-window: Use placeholder text on empty bookmarks listShaun McCance2014-06-161-4/+3
|
* Move some actions to the app menuShaun McCance2014-06-162-11/+13
|
* Merge branch 'master' into new-aday-designShaun McCance2014-06-162-11/+20
|\ | | | | | | | | Conflicts: src/yelp-window.c
| * yelp: check if running on X11 before running gdk_x11_* codeArmin K2014-04-281-10/+19
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=708181
| * Don't use g_source_remove for signal handlersShaun McCance2014-02-251-2/+2
| | | | | | | | | | This fixes reliable crashes when changing bookmarks or the read later list if any single window has been closed.
* | yelp-window: Added "All Help" menu itemShaun McCance2014-06-161-15/+20
| |
* | Removed read laterShaun McCance2014-06-163-313/+11
| |
* | yelp-window: Improvements to buttons and search barShaun McCance2014-06-161-1/+11
| |
* | Fixed up the bookmarks popover a bitShaun McCance2014-02-241-11/+13
| |
* | Make prev/next buttons for find in page workShaun McCance2014-02-231-2/+28
| |
* | Added actions for larger and smaller textShaun McCance2014-02-233-54/+45
| |
* | Added keybinding to show text cursorShaun McCance2014-02-231-6/+20
| |
* | Hooked up actions for new window and close windowShaun McCance2014-02-232-43/+41
| |
* | Hooked up actions for previous and next pageShaun McCance2014-02-232-19/+26
| |
* | yelp-window: Center-align the buttons in the header barYosef Or Boczko2014-02-221-0/+7
| |