summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [yelp-application.c] Update for API changes in GDBusgdbusShaun McCance2010-06-161-28/+30
* Merge branch 'master' into gdbusShaun McCance2010-06-168-2499/+844
|\
| * [yelp-window] Skip initial and move-only configure-event signalsShaun McCance2010-06-101-2/+32
| * Don't segfault on http:// uri's.Rupert Swarbrick2010-06-101-1/+1
| * Adding "Read Later" feature, still needs proper link textShaun McCance2010-06-023-11/+267
| * [yelp-window] Make sure bookmark actions have the right title when switching ...Shaun McCance2010-06-021-1/+11
| * [libyelp] Adding man page support, some formatting still offShaun McCance2010-06-014-2437/+0
| * [yelp-window] Adding right-click menu to bookmark editor windowShaun McCance2010-05-271-28/+126
| * [yelp-window] First round on the bookmarks editorShaun McCance2010-05-273-1/+238
| * [yelp-window] Accept dragged documents on a Yelp windowShaun McCance2010-05-211-0/+37
| * [yelp-application] Make sure the primary window is used, focused, and raisedShaun McCance2010-05-181-3/+13
| * [libyelp/yelp-view] Handle the right-click popup menuShaun McCance2010-05-183-17/+38
| * [yelp-toc] Fix TOC title I18NTakao Fujiwara2010-05-181-1/+1
| * [yelp-window] Make 'Add Bookmark' unsensitive on bookmarked pagesShaun McCance2010-05-101-21/+45
| * [yelp-application] Automatically update bookmark titles and iconsShaun McCance2010-05-103-4/+63
* | [yelp-application.c] Port PK bits to GDBus, fix GVariant usageShaun McCance2010-05-091-54/+44
* | [yelp-application.c] Initial work on porting to GDBusShaun McCance2010-05-081-29/+102
|/
* [yelp-location-entry] Adding bookmark tags in completion drop-downShaun McCance2010-05-071-4/+32
* [yelp-location-entry] Enable location entry bookmarks + markers in historyShaun McCance2010-05-071-41/+135
* Fix various calls to g_signal_emit(_by_name); one was causing a crashShaun McCance2010-05-071-1/+1
* [libyelp/yelp-view] Added basic printing supportShaun McCance2010-05-071-0/+2
* Remove SMClient client stuffJavier Jardón2010-05-078-4278/+0
* Fixed some compiler warningsShaun McCance2010-05-061-2/+0
* Fixing the build stuff for bz2Shaun McCance2010-05-061-3/+0
* [configure.in] Updating and fixing bits of lzma building, --disable-lzma worksShaun McCance2010-05-061-2/+0
* Cleaning up some old filesShaun McCance2010-05-0612-2216/+2
* [yelp-window.c] Don't grab focus on view when find entry loses focusShaun McCance2010-05-061-1/+0
* [yelp-window.c] Flash the location entry yellow when focused for searchShaun McCance2010-05-061-3/+64
* [yelp-window] Frame on view, style tweaks to find bar and toolbarShaun McCance2010-05-051-8/+22
* [yelp-window.c] Fixed some compiler warningsShaun McCance2010-05-051-12/+13
* [yelp-window.c] Nicer find bar animation, text entry doesn't jut outShaun McCance2010-05-051-6/+20
* [yelp-window.c] Fixed sorting mistake for bookmarksShaun McCance2010-05-051-1/+1
* [yelp-window.c] Added 'Find in Page', with a nice slide-in animationShaun McCance2010-05-051-9/+230
* [yelp-window] Ctrl+S keybinding to start searchShaun McCance2010-05-041-0/+16
* [yelp-window] Don't rewrite completion for every page in a documentShaun McCance2010-05-041-37/+52
* [yelp-window] Use LOADING in location entry for a throbberShaun McCance2010-05-031-1/+11
* Handle NULL better in page sorting functionsShaun McCance2010-04-301-3/+15
* Expose the real page ID in YelpView, use for bookmarks in YelpWindowShaun McCance2010-04-303-10/+31
* [yelp-window] Sort the completion drop-down on icon and titleShaun McCance2010-04-301-1/+39
* Sort page types from a static list, instead of just strcmpShaun McCance2010-04-291-3/+2
* [yelp-window] Sort bookmarks, not perfect for page types yet, but betterShaun McCance2010-04-291-3/+31
* [yelp-bookmarks.c] Removing old bookmarks fileShaun McCance2010-04-293-1193/+0
* First pass at bookmarksShaun McCance2010-04-293-23/+259
* [libyelp/yelp-view.c] Moving back/forward handling to YelpViewShaun McCance2010-04-281-179/+26
* [libyelp] Implement previous and next menu itemsShaun McCance2010-04-281-2/+8
* [yelp-application] Store window geometry per-documentShaun McCance2010-04-273-13/+136
* [libyelp] Adding info documents; still a few problems, but it mostly worksShaun McCance2010-04-264-1821/+0
* Varous build fixed for distcheckShaun McCance2010-04-241-2/+4
* [yelp-window.c] Load UIManager ui defs from a string, remove old filesShaun McCance2010-04-231-13/+22
* [yelp-application] Move global actions (cursor, font) into YelpApplicationShaun McCance2010-04-233-191/+221