summaryrefslogtreecommitdiff
path: root/src/yelp-window.c
Commit message (Expand)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-091-40/+37
* Stop using GNOME App Menu deprecated in 3.32Jeremy Bicha2019-01-161-0/+7
* icon: update app iconJakub Steiner2018-10-291-1/+1
* Don’t translate propertiesPiotr Drąg2017-06-201-2/+2
* Fix in-page search box borderTrinh Anh Ngoc2017-06-191-1/+2
* 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
* YelpWindow: In Unity, use the header bar as a toolbarIain Lane2015-06-221-10/+35
* yelp-window: Fix loading cursor inconsistenciesCarlos Garcia Campos2015-06-221-12/+24
* yelp-window: Remove ScrolledWindow to hold WebView.Marcos Chavarría Teijeiro2015-06-221-8/+1
* yelp-view: Use WKFindController instead of deprecated search functions in WKW...Marcos Chavarría Teijeiro2015-06-221-24/+20
* Remove redundant extra semicolonsDavid King2015-02-091-1/+1
* Remove duplicate declarationsDavid King2015-02-051-2/+0
* icons: Use bookmark icon from themeDavid King2015-01-281-1/+1
* yelp-window: Style the find revealerDavid King2014-09-111-4/+25
* yelp-window: use new symbolic menu iconEkaterina Gerasimova2014-08-191-4/+1
* yelp-window: Use the new support for RTL icons in GtkIconThemeYosef Or Boczko2014-06-231-5/+2
* 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
* yelp-window: Use gtk_window_close instead of emitting delete-eventShaun McCance2014-06-181-2/+1
* Fixed some compiler warningsShaun McCance2014-06-171-1/+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-171-102/+95
* yelp-window: Use placeholder text on empty bookmarks listShaun McCance2014-06-161-4/+3
* Move some actions to the app menuShaun McCance2014-06-161-11/+0
* Merge branch 'master' into new-aday-designShaun McCance2014-06-161-1/+1
|\
| * Don't use g_source_remove for signal handlersShaun McCance2014-02-251-2/+2
* | yelp-window: Added "All Help" menu itemShaun McCance2014-06-161-15/+20
* | Removed read laterShaun McCance2014-06-161-210/+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-231-3/+9
* | Hooked up actions for new window and close windowShaun McCance2014-02-231-15/+30
* | Hooked up actions for previous and next pageShaun McCance2014-02-231-19/+14
* | yelp-window: Center-align the buttons in the header barYosef Or Boczko2014-02-221-0/+7
* | yelp-window: Fix the button's icons in RTLYosef Or Boczko2014-02-221-2/+5
* | Initial work on implementing aday's new yelp designsShaun McCance2014-02-221-400/+317
|/
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Fix calls to deprecated APIsShaun McCance2013-08-181-6/+6
* Revert "Add an app menu"Matthias Clasen2013-04-051-70/+9
* Add an app menuMatthias Clasen2013-04-051-9/+70
* Don't crash when doing stuff to empty windowsShaun McCance2012-02-171-1/+2
* Reverting Share button for now, won't be ready for 3.5Shaun McCance2012-01-101-320/+0
* yelp-window: Fixed a double-unref, I think.Shaun McCance2011-10-211-1/+9
* yelp-window: Made Share an action, added to menuShaun McCance2011-10-211-6/+10
* Adding a share button to send a link to a help pageShaun McCance2011-10-211-0/+308