summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'gnome-2-30' into webkitwebkitJosselin Mouette2010-05-0511-975/+3478
|\
| * Version 2.30.12.30.1Shaun McCance2010-04-262-1/+14
| |
| * Don't break on info pages with "/" in title (Edward Sheldrake)Shaun McCance2010-04-261-1/+4
| |
| * Estonian translation updatedIvar Smolin2010-04-261-2/+2
| |
| * Updated Kannada translationsShankar Prasad2010-04-221-59/+61
| |
| * Updated Catalan (Valencian) translationCarles Ferrando2010-04-211-85/+610
| |
| * Typos correctedRuna Bhattacharjee2010-04-171-8/+8
| |
| * Added Crimean Tatar (Crimean Turkish) translationReşat SABIQ2010-04-162-0/+1851
| |
| * Updated Indonesian translation for gnome-2-30Andika Triwidada2010-04-131-119/+91
| |
| * Updated Indonesian translation for gnome-2-30Andika Triwidada2010-04-121-808/+922
| |
| * Support relocatable .gnome2 directoryRay Strode2010-04-051-7/+30
| | | | | | | | | | | | | | | | | | libgnome supports relocating ~/.gnome2 via the GNOME22_USER_DIR environment variable. This commit makes yelp support that convention as well. https://bugzilla.gnome.org/show_bug.cgi?id=614029 (cherry picked from commit 54d030971568621a3dd91e57f6c2ade2a5d06e8e)
* | Merge branch 'gnome-2-30' into webkitJosselin Mouette2010-04-0328-2109/+4715
|\ \ | |/ | | | | | | | | | | | | | | Conflicts: src/yelp-html.c src/yelp-window.c stylesheets/db2html.xsl.in Excluding commit a5588114ed94d00ca64913aa5b248e09a5e13edc
| * Dutch translation updated by Wouter BolsterleeWouter Bolsterlee2010-03-301-186/+258
| |
| * Version 2.30.02.30.0Shaun McCance2010-03-292-1/+12
| |
| * Updated Bengali translationJamil Ahmed2010-03-281-74/+80
| |
| * Updated Lithuanian translation.Gintautas Miliauskas2010-03-271-118/+190
| |
| * Updated Basque languageInaki Larranaga Murgoitio2010-03-241-4/+4
| |
| * Updated Vietnamese translationClytie2010-03-221-114/+166
| |
| * Update Russian translation from Юрий КозловLeonid Kanter2010-03-201-49/+53
| |
| * Updated Swedish translationDaniel Nylander2010-03-091-43/+45
| |
| * Updated Polish translationPiotr Drąg2010-02-261-131/+136
| |
| * Version 2.29.52.29.5Shaun McCance2010-02-212-1/+7
| |
| * Updated Galician TranslationFran Diéguez2010-02-151-65/+70
| |
| * GNOME Goal: Clean up GLib and GTK+ includes. Second patchJavier Jardón2010-02-122-3/+5
| | | | | | | | | | | | | | Use <gtk/gtkunixprint.h> instead <gtk/gtkprintunixdialog.h> and <gtk/gtkprinter> Fixes https://bugzilla.gnome.org/show_bug.cgi?id=563865
| * Version 2.29.42.29.4Shaun McCance2010-02-082-1/+6
| |
| * Updated Thai translation.Theppitak Karoonboonyanan2010-01-271-114/+180
| |
| * Version 2.29.32.29.3Shaun McCance2010-01-252-1/+5
| |
| * Fixing issues introduced by xulrunner 1.9.2Shaun McCance2010-01-254-5/+21
| | | | | | | | | | | | | | | | | | | | | | | | API changes in a stable release are not fun. With 1.9.2, setting the base URI when opening a stream causes a uri_selected callback. So we compare the URI to what we know we're loading to prevent an infinite loop. Also, #fragment links no longer trigger a uri_selected callback. So I've halfway backported the xref: method used in the yelp-3-0 branch. It's not pervasive. We rewrite it pretty much immediately. So we still use the slash hack, instead of the nicer method in yelp-3-0. This should be enough to keep 2.x alive.
| * Version 2.29.22.29.2Shaun McCance2010-01-112-1/+5
| |
| * [mal2html.xsl] Adapt to gnome-doc-utils XSLT changesShaun McCance2010-01-111-3/+3
| |
| * Version 2.29.12.29.1Shaun McCance2010-01-052-1/+10
| |
| * [yelp-settings.c] Using URIs instead of file paths for admon iconsShaun McCance2010-01-051-3/+6
| |
| * Revert to using gnome-doc-utils with yelp-xsl changes mergedShaun McCance2010-01-052-7/+9
| |
| * Use the new yelp-xsl, transition to the new Mallard Cache namespaceShaun McCance2010-01-052-16/+20
| |
| * Removed unneded conditional codeJavier Jardón2009-12-092-16/+0
| | | | | | | | | | After the bump of GTK+ version to 2.18 some code is not needed anymore
| * Use accessor functions instead direct access.Javier Jardón2009-12-095-14/+18
| | | | | | | | | | | | Also, bump GTK+ version to 2.18 https://bugzilla.gnome.org/show_bug.cgi?id=585115
| * Updated Hebrew translationYaron Sharabani2009-12-041-143/+200
| |
| * Fixes to Catalan translationJordi Serratosa2009-11-221-28/+29
| |
| * Version 2.28.12.28.1Shaun McCance2009-11-192-1/+11
| |
| * Shavian translationThomas Thurman2009-11-102-0/+1379
| |
| * Updated Latvian translation.Peteris Krisjanis2009-11-081-507/+1199
| |
| * Updated Norwegian Nynorsk translationÅsmund Skjæveland2009-10-141-402/+503
| |
| * Updated Russian translationLeonid Kanter2009-10-091-125/+168
| |
| * Forgotten include, fix warning.Xake2009-09-301-0/+1
| |
* | Use GString instead of a plain string to hold contentGustavo Noronha Silva2009-12-271-8/+7
| | | | | | | | | | | | | | | | | | | | Yelp was holding the string that it gives WebKit for loading in a plain string, and ignoring the explicit length argument. In some cases the string was not correctly terminated by \0, and the document ended up with garbage. This was causing most of the XML parsing error messages that were being observed. This patch was made with help from Luciana Fujii <luciana@fujii.eti.br>.
* | Merge branch 'master' into webkitFrédéric Péters2009-09-2346-5474/+9663
|\ \ | |/ | | | | | | | | | | Conflicts: src/yelp-html.c src/yelp-info-parser.c src/yelp-window.c
| * [yelp-utils] Remove debug output, bug #585829 (Vincent Untz)Shaun McCance2009-09-211-1/+0
| |
| * Use g_timeout_add_seconds to reduce wakeups (closes:GnomeBug #581260)Javier Jardón2009-09-211-3/+3
| | | | | | | | | | * src/yelp-html.cpp (yelp_html_close)
| * Version 2.28.02.28.0Shaun McCance2009-09-212-1/+21
| |
| * Updating Assamese translationsAmitakhya Phukan2009-09-201-117/+189
| |