summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Version 2.91.102.91.10Shaun McCance2011-01-102-2/+20
|
* [l10n] Updated Estonian translationIvar Smolin2011-01-101-2/+2
|
* Lots of minor code tidyups.Rupert Swarbrick2011-01-103-4/+3
| | | | | The problems fixed here were found by running with CFLAGS='-Wall' and also using cppcheck.
* 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-102-2/+49
|
* 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-102-1/+333
| | | | | Note that there's not a space before the (2): it seems that strings like that are used for Copyright (C) etc. and not links).
* Fix some compiler warnings.Rupert Swarbrick2011-01-101-13/+14
| | | | Note: the stray g_next_char() line had no effect.
* Fix silly buffer overflowRupert Swarbrick2011-01-101-3/+3
|
* Updated Galician translationsFran Diéguez2011-01-091-8/+5
|
* Updated Hebrew translation.Yaron Shahrabani2011-01-091-92/+94
|
* Updated Galician translationsFran Diéguez2011-01-091-91/+103
|
* Updated Swedish translationDaniel Nylander2011-01-091-86/+90
|
* configure.ac: Bump required gtk+-3.0 versionShaun McCance2011-01-081-1/+1
|
* [l10n] Updated Estonian translationIvar Smolin2011-01-081-18/+4
|
* Updated Spanish translationJorge González2011-01-081-91/+96
|
* Updated Arabic translationKhaled Hosny2011-01-081-543/+669
|
* 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
| | | | | | | I moved notify::yelp-uri into uri_resolved to prevent it from being called before we could check if the link was external. But that meant that stuff like notify::page-icon was getting called before notify::yelp-uri, wreaking havoc on history.
* Fixing some navigation wonkiness with error pagesShaun McCance2011-01-063-30/+86
|
* Updated Slovenian translationMatej Urbančič2011-01-061-76/+80
|
* [l10n] Updated Estonian translationIvar Smolin2011-01-061-35/+26
|
* [libyelp] Auto-reload page after package installShaun McCance2011-01-062-20/+44
|
* Moving PackageKit integration to YelpViewShaun McCance2011-01-065-253/+242
|
* Automatically install packages for missing documentsShaun McCance2011-01-054-46/+229
|
* Updated Indonesian translationAndika Triwidada2011-01-051-163/+177
|
* [yelp-window] Fix some critical warningsShaun McCance2011-01-041-8/+11
|
* [yelp-window] Set busy cursor when page is loadingShaun McCance2011-01-041-0/+7
|
* [l10n] Updated Estonian translationIvar Smolin2010-12-311-18/+17
|
* Updated Swedish translationDaniel Nylander2010-12-291-582/+590
|
* Updated Slovenian translationMatej Urbančič2010-12-281-61/+67
|
* Version 2.91.92.91.9Shaun McCance2010-12-232-1/+15
|
* [libyelp/yelp-view] Use GAppLaunchContext instead of gdk_spawnShaun McCance2010-12-231-2/+15
|
* Added UG translationGheyret T.Kenji2010-12-231-1747/+1769
|
* Add schemehandler information to the desktop fileMatthias Clasen2010-12-221-1/+2
| | | | | This should arrange things so that gtk_show_uri (..."ghelp:epiphany"...) will just work.
* Fail more gracefully in bookmark functions if we get passed a null.Rupert Swarbrick2010-12-201-0/+9
| | | | | The new (at least) man parsing code obviously has a bug where it's not setting a page_id that it should. But this shouldn't cause a segfault!
* Port yelp-application.c to the bookmarks interface properly.Rupert Swarbrick2010-12-203-14/+24
|
* Minor style fixes.Rupert Swarbrick2010-12-201-1/+3
| | | | Removes an unused variable and adds two required headers.
* Use the installed man implementation to search for man pages.Rupert Swarbrick2010-12-201-120/+98
| | | | | | This works by extracting the bits of a requested man uri with a regular expression and then calling "man -w" to find out where the page is.
* Deal correctly with the last line of output.Rupert Swarbrick2010-12-202-7/+169
| | | | | | | | Since we're parsing the whole thing in one pass, we can't know this is the last line until we're done, so we go through at the end and check whether there's an empty section. If so, we know what the title should look like, so we extract the information and put it somewhere more useful.
* 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
| | | | | | This works harder to understand the first line of output: the previous code didn't work if there was a space (or hyphen or anything else) in the command name.
* Draw vertical jumps correctly.Rupert Swarbrick2010-12-202-10/+66
| | | | | This allows us to work out when there should be a wider gap between two paragraphs, for instance.
* Spacing changes to fix horizontal spacing for perl(1) and man(1).Rupert Swarbrick2010-12-202-58/+82
|
* Add support for N and C lines.Rupert Swarbrick2010-12-201-9/+223
| | | | | | | At the moment, there's a horrible hack with a hardcoded table of character names and unicode code points. Hopefully eventually this can be replaced by parsing a file or calling a program... but I don't know how yet :-(
* Use a monospace font and   for internal spacing.Rupert Swarbrick2010-12-202-2/+35
| | | | | Basically, to get internal spaces correct (eg in tables etc), we *have* to use a monospace font.
* Initial implementation calling man -Z and parsing.Rupert Swarbrick2010-12-204-1963/+470
| | | | | | | | Currently doesn't deal with 'special characters' (including umlauts and ... hyphens!) Also seems to fail with pretty simple formatting (see list of sections in man man)