summaryrefslogtreecommitdiff
path: root/libyelp
Commit message (Expand)AuthorAgeFilesLines
* Lots of minor code tidyups.Rupert Swarbrick2011-01-103-4/+3
* Cleverer heuristic on what constitutes a man link.Rupert Swarbrick2011-01-101-4/+16
* Correctly deal with man links containing newlines.Rupert Swarbrick2011-01-101-3/+39
* Do the indents in man pages correctly with CSS and javascript.Rupert Swarbrick2011-01-101-2/+4
* Add support for http:// urls.Rupert Swarbrick2011-01-101-0/+30
* Make links from strings of the form "blah(2)" in man pages.Rupert Swarbrick2011-01-101-0/+322
* Fix some compiler warnings.Rupert Swarbrick2011-01-101-13/+14
* Fix silly buffer overflowRupert Swarbrick2011-01-101-3/+3
* Fix some issues with previous/next linksShaun McCance2011-01-062-21/+46
* yelp-location-entry: Don't show #frag for error pagesShaun McCance2011-01-062-14/+21
* yelp-docbook-document: Set state to PARSED when we're done parsingShaun McCance2011-01-061-0/+2
* [yelp-view] Fixed order of signal emissionsShaun McCance2011-01-061-33/+28
* Fixing some navigation wonkiness with error pagesShaun McCance2011-01-062-29/+81
* [libyelp] Auto-reload page after package installShaun McCance2011-01-062-20/+44
* Moving PackageKit integration to YelpViewShaun McCance2011-01-062-11/+241
* Automatically install packages for missing documentsShaun McCance2011-01-051-0/+1
* [libyelp/yelp-view] Use GAppLaunchContext instead of gdk_spawnShaun McCance2010-12-231-2/+15
* Minor style fixes.Rupert Swarbrick2010-12-201-1/+3
* Use the installed man implementation to search for man pages.Rupert Swarbrick2010-12-201-120/+98
* Deal correctly with the last line of output.Rupert Swarbrick2010-12-201-6/+157
* Treat 'C' and 'N' lines more carefully. Yay! Russian works properly at last!Rupert Swarbrick2010-12-201-41/+80
* Correctly deal with titles with spaces.Rupert Swarbrick2010-12-201-43/+116
* Draw vertical jumps correctly.Rupert Swarbrick2010-12-201-8/+60
* Spacing changes to fix horizontal spacing for perl(1) and man(1).Rupert Swarbrick2010-12-201-46/+76
* Add support for N and C lines.Rupert Swarbrick2010-12-201-9/+223
* Use a monospace font and   for internal spacing.Rupert Swarbrick2010-12-201-1/+34
* Initial implementation calling man -Z and parsing.Rupert Swarbrick2010-12-203-1643/+424
* [libyelp/yelp-mallard-document] Support for Mallard Facets extensionShaun McCance2010-12-161-9/+31
* [libyelp/yelp-view] Don't include line numbers when copying code blocksShaun McCance2010-12-091-3/+6
* [libyelp/yelp-view.c] WebKit has convenience APIs, remove codeShaun McCance2010-12-091-52/+19
* Enable syntax highlightingShaun McCance2010-12-081-5/+3
* [libyelp/yelp-view] printf javascript alert, useful for debuggingShaun McCance2010-12-081-0/+15
* [yelp-view] Use new GtkScrollable instead of set_scroll_adjustmentsShaun McCance2010-11-191-21/+30
* [yelp-location-entry] Adapt to GtkComboBox changes, bug #633411Shaun McCance2010-11-192-8/+7
* Change GDK_keyname to GDK_KEY_keynameMaciej Piechotka2010-10-011-1/+1
* Fix returns in info_request_page ()Rupert Swarbrick2010-09-151-1/+2
* Allow the possibility of no compression for info files.Rupert Swarbrick2010-09-151-34/+52
* Copy the info program for dealing with INFOPATH.Rupert Swarbrick2010-09-151-3/+19
* Allow special characters in info links.Rupert Swarbrick2010-09-151-0/+72
* Menu formatting.Rupert Swarbrick2010-09-151-8/+30
* Render multi-line links correctly.Rupert Swarbrick2010-09-151-33/+17
* Parse info files into paragraphs (separated by blank lines).Rupert Swarbrick2010-09-151-212/+242
* Display menus as <ul>'s, rather than the original text.Rupert Swarbrick2010-09-151-17/+70
* Support for headings in info files.Rupert Swarbrick2010-09-151-20/+153
* Fixed typos in translatable stringsLaurent Coudeur2010-09-061-1/+1
* [yelp-help-list] Look up icons for documents in help listShaun McCance2010-08-171-11/+74
* [yelp-help-list] Add desc for Mallard documentsShaun McCance2010-08-161-3/+17
* [yelp-help-list] Use Mallard-style link divsShaun McCance2010-08-131-31/+46
* [yelp-help-list] Adding list of all (ghelp) documentsShaun McCance2010-08-136-57/+649
* [yelp-view] Add validity-checking function to link actionsShaun McCance2010-08-132-20/+54