aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ephy-web-view: protect against pages with NULL URIXan Lopez2012-03-071-4/+6
* ephy-history-service: validate parameters of public methodsXan Lopez2012-03-071-33/+77
* Updated Russian translationYuri Myasoedov2012-03-071-234/+241
* ephy-history-service-urls-table: do not g_assert on inputXan Lopez2012-03-071-4/+4
* about.ini: add myselfClaudio Saavedra2012-03-071-1/+1
* ephy-hosts-store: sort the model by URLClaudio Saavedra2012-03-071-0/+3
* Updated Galician translationsFran Diéguez2012-03-071-150/+151
* Updated Spanish translationDaniel Mustieles2012-03-071-7/+8
* ephy-history-window: use the constructed methodXan Lopez2012-03-071-3/+7
* ephy-history-window: style fixesXan Lopez2012-03-071-91/+94
* ephy-history-window: correct asserts and g_return_if_failXan Lopez2012-03-071-11/+5
* Updated Spanish translationDaniel Mustieles2012-03-071-148/+151
* ephy-history-window: change string for full history optionClaudio Saavedra2012-03-071-1/+1
* ephy-history-view: properly handle button-press-eventClaudio Saavedra2012-03-071-8/+6
* Updated Bulgarian translationAlexander Shopov2012-03-071-149/+149
* Updated Polish translationPiotr Drąg2012-03-071-147/+147
* Updated POTFILES.inPiotr Drąg2012-03-071-1/+3
* ephy-bookmarks: remove the "Most visited" categoryXan Lopez2012-03-072-187/+0
* ephy-history-window: and also handle "Ever" now that we have infinite history...Xan Lopez2012-03-071-0/+2
* ephy-history-window: correctly handle 2 and 10 days of historyXan Lopez2012-03-072-2/+7
* ephy-prefs: correct the order of the history time filter enumXan Lopez2012-03-071-2/+2
* ephy-bookmarks-ui: remove unneeded includeXan Lopez2012-03-071-1/+0
* ephy-bookmarks: actually connect to the new serviceXan Lopez2012-03-071-1/+1
* ephy-bookmarks: use the new history service when possibleXan Lopez2012-03-072-3/+10
* ephy-bookmarks: reorder includesXan Lopez2012-03-071-9/+9
* pdm-dialog: use the new history serviceXan Lopez2012-03-071-4/+4
* ephy-navigation-history-action: use the new history serviceXan Lopez2012-03-071-9/+4
* ephy-history-window: sort headers, remove duplicatesXan Lopez2012-03-071-19/+18
* ephy-history-view: use the new hosts and urls viewsXan Lopez2012-03-073-365/+311
* Move the host and urls views from embed to lib/widgetsXan Lopez2012-03-0714-336/+323
* ephy-history-view: ellypsize the title and url columnsClaudio Saavedra2012-03-071-2/+6
* ephy-history-service: default handler for visit-url should be FALSEClaudio Saavedra2012-03-071-1/+1
* ephy-history-service: add a method to remove a host from the historyClaudio Saavedra2012-03-074-0/+79
* Allow ephy_history_service_find_urls() to filter host specific urlsClaudio Saavedra2012-03-073-3/+4
* Add ephy_history_service_get_hosts()Claudio Saavedra2012-03-072-1/+29
* history-window: Add a view for the hostsClaudio Saavedra2012-03-075-0/+396
* Fix typoClaudio Saavedra2012-03-071-1/+1
* Allow the visits and urls queries to be host-specificClaudio Saavedra2012-03-074-0/+24
* Add a new view for the pages historyClaudio Saavedra2012-03-075-0/+403
* Add missing header include to ephy-history-types.hClaudio Saavedra2012-03-071-0/+2
* Set the history service during history window instantiationClaudio Saavedra2012-03-073-3/+10
* Add a EphyHistoryService property to EphyHistoryWindowClaudio Saavedra2012-03-071-1/+16
* ephy-profile-migration: only create ad-hoc hosts for non-default zoom levels.Xan Lopez2012-03-071-6/+4
* ephy-history-service: agh, committed this by mistakeXan Lopez2012-03-071-1/+1
* ephy-history-service: handle correctly zoom level migrationXan Lopez2012-03-071-0/+9
* ephy-history-test: small style tweaksXan Lopez2012-03-071-10/+9
* tests: add a test for ephy_history_service_clearXan Lopez2012-03-071-0/+49
* ephy-embed: do not retrieve the legacy history instanceXan Lopez2012-03-071-3/+0
* ephy-history-service: add a "cleared" signal for the clear methodXan Lopez2012-03-072-3/+17
* ephy-history-service: add a method to clear the entire historyClaudio Saavedra2012-03-072-0/+44
* ephy-history-test: add emacs modelineXan Lopez2012-03-071-0/+1
* ephy-history-service: add 'visit-url' signalXan Lopez2012-03-072-8/+43
* Rename ephy_history_service_add_page to ephy_history_service_visit_urlXan Lopez2012-03-073-4/+7
* Get rid of EphyBrowseHistoryXan Lopez2012-03-0710-304/+93
* ephy-completion-model: fix warning when a bookmark has no keywordsXan Lopez2012-03-071-3/+3
* ephy-completion-model: remove stale includeXan Lopez2012-03-071-1/+0
* POTFILES.in: some strings have been moved to lib/historyXan Lopez2012-03-071-0/+1
* Rename the new tests to be foo-test.cXan Lopez2012-03-073-2/+2
* ephy-web-view: also fallback to URI as title hereXan Lopez2012-03-071-3/+9
* ephy-browse-history: small cleanupXan Lopez2012-03-071-1/+1
* ephy-history-types: use the URL as default titleXan Lopez2012-03-071-1/+1
* Retrieve the host id from the right columnClaudio Saavedra2012-03-071-1/+1
* ephy-browse-history: style cleanupsXan Lopez2012-03-072-115/+45
* Remove the set_url_property history methodXan Lopez2012-03-073-72/+4
* ephy-history-service-hosts-table: drop the favicon columnXan Lopez2012-03-071-1/+0
* ephy-location-controller: smoother redraw of the completion popupXan Lopez2012-03-071-1/+13
* Store zoom levels per host, not per URLXan Lopez2012-03-0711-90/+148
* Hook the new history to the URL entryXan Lopez2012-03-077-779/+448
* ephy-completion-model: reorder includesXan Lopez2012-03-071-4/+4
* history-service: make sure we can update pages' titles and urlsClaudio Saavedra2012-03-071-7/+8
* history-service: do not join urls and visits table unnecessarilyClaudio Saavedra2012-03-071-6/+10
* history-service: add a test for complex queries with visit time rangeClaudio Saavedra2012-03-071-10/+63
* tests: add a test for complex EphyHistoryQuery queriesClaudio Saavedra2012-03-071-0/+71
* history-service: use the sort type during queriesClaudio Saavedra2012-03-071-0/+10
* EphyHistoryQuery: add a EphyHistorySortType parameter to the queryClaudio Saavedra2012-03-072-0/+10
* history-service: take into account the query's result limitClaudio Saavedra2012-03-071-1/+13
* EphyHistoryQuery: copy the limit tooClaudio Saavedra2012-03-071-0/+1
* history-service: Ignore queries time range if not setClaudio Saavedra2012-03-071-4/+4
* history-service: Count the first url visitClaudio Saavedra2012-03-071-0/+2
* Use EphyBrowseHistory to store page titlesClaudio Saavedra2012-03-071-4/+3
* src: Reorder LDADD arguments properlyClaudio Saavedra2012-03-071-1/+1
* Use EphyBrowseHistory to set/get the zoom level for pagesClaudio Saavedra2012-03-071-39/+39
* Use the new EphyBrowseHistory to add a URI to the historyClaudio Saavedra2012-03-071-6/+1
* Add a EphyBrowseHistory instance to EphyEmbedClaudio Saavedra2012-03-071-0/+3
* Add a EphyBrowseHistory instance to EphyEmbedShellClaudio Saavedra2012-03-072-0/+29
* Add initial implementation of the browse history frontendClaudio Saavedra2012-03-073-0/+321
* configure.ac: Add missing checks for sqlite3Claudio Saavedra2012-03-071-0/+1
* ephy-profile-migrator: update to migrate also zoom level preferencesClaudio Saavedra2012-03-071-0/+7
* Build fixesClaudio Saavedra2012-03-071-5/+6
* ephy-profile-migrator: migrate history to the new formatXan Lopez2012-03-073-2/+208
* ephy-sqlite: and another forgotten file!Xan Lopez2012-03-071-0/+34
* ephy-history-service: forgot Makefile.am fileXan Lopez2012-03-071-0/+21
* ephy-history-service: change a few functions and variables to use "message"Xan Lopez2012-03-071-40/+40
* Add EphyHistoryService and helper classesXan Lopez2012-03-0713-1/+2418
* Add GObject wrapper classes for SQLiteXan Lopez2012-03-077-0/+837
* Updated Galician translationsFran Diéguez2012-03-071-4/+4
* Updated British English translationBruce Cowan2012-03-061-1282/+1089
* Updated Basque languageInaki Larranaga Murgoitio2012-03-061-169/+164
* Updated Slovenian translationMatej Urbančič2012-03-061-4/+4
* [l10n] Updated Estonian translationMattias Põldaru2012-03-061-5/+5
* Updated Spanish translationDaniel Mustieles2012-03-051-44/+42
* Updated Belarusian translation.Ihar Hrachyshka2012-03-051-4/+4
* update Simplified Chinese translationYunQiang Su2012-03-051-1306/+1131
* Updated Polish translationPiotr Drąg2012-03-051-4/+4
* Enable keyboard accelerator for the create buttonJiro Matsuzawa2012-03-051-1/+1
* Updated Galician translationsFran Diéguez2012-03-051-110/+111
* Updated Basque languageInaki Larranaga Murgoitio2012-03-041-157/+169
* Updated Hungarian translationGabor Kelemen2012-03-041-292/+272
* Updated Hungarian translationGabor Kelemen2012-03-041-1278/+1110
* Updated Polish translationPiotr Drąg2012-03-041-1208/+511
* Updated Basque languageInaki Larranaga Murgoitio2012-03-041-1200/+1008
* Uploaded UkranianDaniel Korostil2012-03-031-1277/+1091
* Updated Hebrew translation.Yaron Shahrabani2012-03-021-107/+109
* Plug a memory leakGiovanni Campagna2012-03-011-0/+1
* updated Tamil translationDr.T.Vasudevan2012-02-291-1/+1
* updated Tamil translationDr.T.Vasudevan2012-02-291-1/+1
* updated Tamil translationDr.T.Vasudevan2012-02-291-7/+10
* Updated Bulgarian translationAlexander Shopov2012-02-291-74/+78
* Updated Slovenian translationMatej Urbančič2012-02-291-89/+93
* [l10n] Update Japanese translationJiro Matsuzawa2012-02-281-91/+95
* [l10n] Updated Estonian translationMattias Põldaru2012-02-271-2/+5
* updated Tamil translationDr.T.Vasudevan2012-02-271-1209/+1014
* Updated Spanish translationDaniel Mustieles2012-02-271-148/+151
* Updated Swedish translationDaniel Nylander2012-02-271-91/+92
* Updated Serbian translationМирослав Николић2012-02-262-318/+288
* Updated Belarusian translation.Ihar Hrachyshka2012-02-261-110/+128
* Updated Russian translationYuri Myasoedov2012-02-261-5/+9
* Added galician translations for docFran Diéguez2012-02-262-1/+2657
* ephy-window: add a Extensions menuDiego Escalante Urrelo2012-02-262-0/+2
* ephy-bookmarks-ui: fix typo in activate_bookmarks_menuDiego Escalante Urrelo2012-02-261-1/+1
* Updated Russian translationYuri Myasoedov2012-02-251-49/+41
* ephy-profile-utils: use == to compare SoupURI schemesSergio Villar Senin2012-02-241-1/+1
* ephy-profile-utils: shut up libsoup runtime warningSergio Villar Senin2012-02-241-1/+1
* We need to be a bit smarter about this, and only dismiss it forXan Lopez2012-02-241-1/+1
* Updated Norwegian bokmål translationKjartan Maraas2012-02-241-58/+72
* ephy-shell: use the new g_application_quit to quitXan Lopez2012-02-231-12/+1
* ephy-embed-utils-test: remove broken testXan Lopez2012-02-231-3/+0
* ephy-web-view: fix loading of <domain>:<port> URIsXan Lopez2012-02-231-1/+76
* ephy-window: show an error if we fail to open a non-web URI with gtk_show_uriXan Lopez2012-02-231-2/+4
* ephy-embed-utils: fix loading of <IP address>:<port> URIsXan Lopez2012-02-232-7/+13
* ephy-embed-test-utils: loading domain:port is broken, comment for nowXan Lopez2012-02-231-0/+2
* ephy-embed-utils-test: unbreak the normalization testsXan Lopez2012-02-231-2/+2
* Updated Bulgarian translationAlexander Shopov2012-02-231-1139/+510
* ephy-web-view: don't assume a embed-container in close-web-viewDiego Escalante Urrelo2012-02-221-9/+5
* ephy-web-view: remove close-requested signalDiego Escalante Urrelo2012-02-223-111/+0
* ephy-web-app-utils: be more careful listing applicationsDiego Escalante Urrelo2012-02-221-16/+17
* [release] 3.3.903.3.90Xan Lopez2012-02-222-1/+16
* Updated Danish translationKenneth Nielsen2012-02-211-1206/+1012
* Updated Belarusian translation.Ihar Hrachyshka2012-02-201-4/+4
* Updated Swedish translationDaniel Nylander2012-02-201-1297/+1301
* Initialize variables that could be freed without being setGustavo Noronha Silva2012-02-201-2/+2
* Make inspector handling real-world compliantGustavo Noronha Silva2012-02-201-10/+30
* Updated Norwegian bokmål translationKjartan Maraas2012-02-191-333/+309
* Updated Telugu TranlsslationPraveen Illa2012-02-191-1077/+983
* [l10n] Update Japanese translationJiro Matsuzawa2012-02-181-745/+685
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2012-02-182-82/+108
* Updated Slovenian translationMatej Urbančič2012-02-181-193/+211
* [l10n]Updated Turkish translationMuhammet Kara2012-02-151-986/+878
* Updated Russian TranslationYuri Myasoedov2012-02-121-1007/+889
* Updated Belarusian translation.Ihar Hrachyshka2012-02-121-624/+353
* ephy-web-view: blank line nitpickDiego Escalante Urrelo2012-02-111-1/+1
* ephy-window: use tab-close-request to avoid code duplicationDiego Escalante Urrelo2012-02-111-16/+3
* tests: terminate noinst_PROGRAMS with NULLDiego Escalante Urrelo2012-02-111-1/+2
* tests: sync vim/emacs modeline commentsDiego Escalante Urrelo2012-02-113-1/+3
* tests: rename files to avoid duplicate namesDiego Escalante Urrelo2012-02-116-10/+10
* Updated Serbian translationМирослав Николић2012-02-102-2592/+2250
* ephy-shell: install global menu for private mode tooXan Lopez2012-02-091-3/+9
* ephy-shell: load home page in new windowsDiego Escalante Urrelo2012-02-091-1/+1
* ephy-main: always set a default icon for windowsDiego Escalante Urrelo2012-02-091-0/+9
* ephy-web-app-utils: add EPHY_WEB_APP_ICON defineDiego Escalante Urrelo2012-02-092-2/+3
* Convert app names to the proper encoding before using them as filenamesClaudio Saavedra2012-02-082-12/+55
* [l10n] Updated Estonian translationMattias Põldaru2012-02-081-442/+137
* epiphany.css: add px unit to valuesDiego Escalante Urrelo2012-02-081-4/+4
* epiphany-ui.xml: enable accels in supermenu labelsDiego Escalante Urrelo2012-02-081-1/+1
* tests: add test for ephy-embed-utilsDiego Escalante Urrelo2012-02-082-0/+156
* ephy-search-entry: use symbolic clear iconDiego Escalante Urrelo2012-02-081-3/+7
* Updated Spanish translationDaniel Mustieles2012-02-071-477/+478
* Updated Galician translationsFran Diéguez2012-02-071-25/+36
* [release] 3.3.53.3.5Xan Lopez2012-02-072-3/+21
* Updated Galician translationsFran Diéguez2012-02-061-803/+691
* Updated Dutch translationWouter Bolsterlee2012-02-041-1452/+1286
* Allow toggling WebGL as a runtime GSettings switchMartin Robinson2012-02-033-0/+10
* ephy-window: restore alt+# accels to switch tabsDiego Escalante Urrelo2012-02-011-0/+84
* tests: ephy-download: missing ephy_download_startDiego Escalante Urrelo2012-01-311-4/+6
* tests/ephy-download: remove embed-persist mentionDiego Escalante Urrelo2012-01-311-1/+1
* ephy-window: do not duplicate tons of code in sync_tab_is_blankXan Lopez2012-01-301-59/+13
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2012-01-292-2398/+974
* Updated Slovenian translationMatej Urbančič2012-01-291-703/+367
* ephy-window: correct thinko in action sensitivity handlingXan Lopez2012-01-281-1/+6
* ephy-window: simplify handling of back/forward sensitivityXan Lopez2012-01-281-30/+6
* Updated Hebrew translation.Yaron Shahrabani2012-01-271-904/+752
* ephy-notebook: remove dnd-enabled propertyXan Lopez2012-01-273-31/+0
* ephy-main: tidy up indentationXan Lopez2012-01-271-1/+2
* Get rid of EPHY_STOCK_EPHYXan Lopez2012-01-2717-65/+2
* Remove the Bookmarks Editor desktop fileXan Lopez2012-01-276-38/+2
* POTFILES.in: remove reference to ephy-stock-icons.cXan Lopez2012-01-271-1/+0
* configure.ac: remove reference to icons MakefileXan Lopez2012-01-271-1/+0
* And remove the last stock icon, bookmarksXan Lopez2012-01-2716-788/+1
* Remove the history stock iconXan Lopez2012-01-2712-984/+0
* Remove EPHY_STOCK_BOOKMARKXan Lopez2012-01-2710-265/+1
* Remove more unused stock iconsXan Lopez2012-01-2711-775/+1
* ephy-window: remove stock icons from two more GtkActionsXan Lopez2012-01-271-2/+0
* Also remove stock icons in the history and bookmarks editorsXan Lopez2012-01-272-24/+24
* ephy-window: do not define stock icons for the GtkActionsXan Lopez2012-01-271-27/+27
* Remove all the lock stock iconsXan Lopez2012-01-2728-7160/+5
* Remove unused stock iconsXan Lopez2012-01-279-2090/+0
* Updated Finnish translationTimo Jyrinki2012-01-261-656/+1087
* ephy-download: comment broken testsXan Lopez2012-01-261-0/+4
* tests: run all the tests on 'make check'Xan Lopez2012-01-261-0/+71
* The accel for Help should be F1, not Ctrl+hXan Lopez2012-01-261-1/+1
* Adapt to the new format form global menusXan Lopez2012-01-262-13/+42
* Updated Spanish translationDaniel Mustieles2012-01-251-569/+463
* Updated Norwegian bokmål translationKjartan Maraas2012-01-251-573/+161
* ephy-embed-utils: load again stuff like 'localhost:3000"Xan Lopez2012-01-251-5/+16
* Make EphyWindow responsible for its own destruction when the last tab is goneXan Lopez2012-01-242-6/+7
* ephy-notebook: remove full title tooltip on each tabXan Lopez2012-01-241-6/+0
* ephy-location-controller: lose lock tooltip propertyXan Lopez2012-01-241-37/+0
* ephy-window: lose security state tooltipsXan Lopez2012-01-241-29/+4
* ephy-window: we don't do tooltips anymore, remove support code for thatXan Lopez2012-01-241-212/+40
* ephy-window: remove toplevel actions that do not exist anymoreXan Lopez2012-01-241-5/+0
* Never append "http://" to an address with a schemeXan Lopez2012-01-242-3/+6
* ephy-embed-utils: consider 'ephy-about' as a web schemeXan Lopez2012-01-241-0/+1
* ephy-web-view: remove unused variableXan Lopez2012-01-241-6/+0
* ephy-web-view: dismiss the "Remember password?" infobar on navigationXan Lopez2012-01-241-1/+1
* Make the user visible name Web in more placesJon McCann2012-01-241-5/+5
* ephy-window: remove unneeded includeXan Lopez2012-01-241-1/+0
* ephy-window: call sync_tab_is_blank on new tabsDiego Escalante Urrelo2012-01-241-0/+1
* ephy-window: sync page actions with is-blank propertyDiego Escalante Urrelo2012-01-242-4/+139
* ephy-web-view: remove uneeded is_blank callsDiego Escalante Urrelo2012-01-241-4/+3
* ephy-web-view: only autosearch input without schemeDiego Escalante Urrelo2012-01-241-11/+18
* ephy-window: pass non-web schemas to gtk_show_uriDiego Escalante Urrelo2012-01-241-2/+15
* ephy-embed-utils: mailto is not a web schemeDiego Escalante Urrelo2012-01-241-2/+1
* ephy-action-helper: document flags APIDiego Escalante Urrelo2012-01-241-0/+14
* ephy-window: remove leftover from the editable toolbar ancient pastXan Lopez2012-01-231-6/+0
* ephy-window: remove leftovers from when EphyWindow managed the progress barXan Lopez2012-01-231-4/+0
* Remove the "Open Frame" functionalityXan Lopez2012-01-234-41/+3
* [l10n] Update Japanese translationJiro Matsuzawa2012-01-231-480/+414
* HACKING: small updateXan Lopez2012-01-231-3/+13
* ephy-embed: reorder includesXan Lopez2012-01-231-3/+2
* ephy-embed: move the other statusbar id to the .c fileXan Lopez2012-01-232-2/+2
* ephy-embed: remove unused defineXan Lopez2012-01-221-1/+0
* ephy-embed: the method to set the statusbar label can be private tooXan Lopez2012-01-222-17/+15
* ephy-embed: we can now make the statusbar methods privateXan Lopez2012-01-222-122/+116
* ephy-window: remove unused codeXan Lopez2012-01-221-4/+0
* ephy-window: also remove the statusbar tips for tool itemsXan Lopez2012-01-221-135/+0
* ephy-window: remove menu statusbar helper messagesXan Lopez2012-01-221-45/+2
* Remove mailto: specific menusXan Lopez2012-01-223-57/+0
* ephy-window: we don't have a menu anymore, so the menudock widget is not neededXan Lopez2012-01-221-8/+1
* ephy-window: update comments a bit in window actionsXan Lopez2012-01-221-15/+15
* window-commands.h: remove duplicate and obsolete stuff, reformat a bitXan Lopez2012-01-221-113/+81