| Commit message (Expand) | Author | Age | Files | Lines |
* | ephy-zoom-control: release references in dispose, not finalize. | Xan Lopez | 2009-02-23 | 1 | -5/+9 |
* | ephy-zoom-control: use G_DEFINE_TYPE, remove unneeded includes. | Xan Lopez | 2009-02-23 | 1 | -37/+4 |
* | ephy-zoom-action: use G_DEFINE_TYPE, remove unneeded includes. | Xan Lopez | 2009-02-23 | 1 | -37/+5 |
* | ephy-search-entry: remove unneeded/redundant includes. | Xan Lopez | 2009-02-23 | 1 | -2/+0 |
* | Update year | Christian Persch | 2009-02-23 | 1 | -1/+1 |
* | ephy-password-dialog: remove, it's unused. | Xan Lopez | 2009-02-23 | 3 | -835/+0 |
* | ephy-location-entry: fix security icon visibility. | Xan Lopez | 2009-02-23 | 1 | -3/+8 |
* | ephy-window: do not make code conditional on Gecko version. | Xan Lopez | 2009-02-23 | 1 | -8/+4 |
* | Updated Czech translation of manual by Lucas Lommer. | Petr Kovář | 2009-02-22 | 1 | -19/+12 |
* | ephy-bookmarks: guard zeroconf dependent function declaration. | Xan Lopez | 2009-02-21 | 1 | -0/+2 |
* | downloader-view: use undeprecated gtk_status_icon_set_tooltip_text. | Xan Lopez | 2009-02-21 | 1 | -2/+2 |
* | sv.po: Updated Swedish translation | Daniel Nylander | 2009-02-20 | 1 | -65/+73 |
* | ephy-window: do not show progress for pages that load very quickly (eg, about... | Xan Lopez | 2009-02-19 | 1 | -1/+9 |
* | Fix finding extensions in system dir. | Xan Lopez | 2009-02-18 | 1 | -5/+7 |
* | Updated translation in gujarati | Sweta Kothari | 2009-02-16 | 1 | -14/+12 |
* | Add option to open new windows in tabs. | Xan Lopez | 2009-02-16 | 3 | -3/+32 |
* | Updated Spanish translation, fixes bug #569457 | Jorge Gonzalez Gonzalez | 2009-02-14 | 2 | -907/+881 |
* | Updated translation for gujarati | Sweta Kothari | 2009-02-12 | 1 | -524/+525 |
* | Updated sv translation (Daniel Nylander) | Daniel Nylander | 2009-02-11 | 1 | -2574/+928 |
* | Don't recurse into proxy item construction. Bug #570984 | Christian Persch | 2009-02-10 | 1 | -2/+0 |
* | And some more style fixes, should now follow the new code guidelines. | Xan Lopez | 2009-02-08 | 4 | -61/+58 |
* | ephy-seed-extension: untabify, delete-trailing-whitespace, ... | Xan Lopez | 2009-02-08 | 1 | -39/+40 |
* | ephy-seed-extension: free this here. | Xan Lopez | 2009-02-08 | 1 | -3/+3 |
* | ephy-seed-extension: do not return const pointer as char*. | Xan Lopez | 2009-02-08 | 1 | -1/+1 |
* | ephy-seed-extension: add trailing NULL to g_strconcat. | Xan Lopez | 2009-02-08 | 1 | -1/+1 |
* | ephy-seed-extensions: fix coding style. | Xan Lopez | 2009-02-08 | 1 | -34/+34 |
* | Use gtk_activatable_get_related_action instead of the deprecated gtk_widget_g... | Xan Lopez | 2009-02-08 | 4 | -10/+10 |
* | Update from libegg trunk. | Xan Lopez | 2009-02-08 | 1 | -1/+1 |
* | Prepend /data to PKG_CONFIG_PATH so g-ir-scanner can find our not-yet-install... | Christian Persch | 2009-02-08 | 1 | -0/+1 |
* | config.h must be the first include | Christian Persch | 2009-02-08 | 1 | -2/+2 |
* | Simply use g_irepository_get_option_group() | Christian Persch | 2009-02-08 | 1 | -17/+4 |
* | Add needed -I flags to build the Epiphany gir file. | Xan Lopez | 2009-02-08 | 1 | -0/+6 |
* | Use epiphany_LDADD for Seed libraries. | Xan Lopez | 2009-02-07 | 1 | -1/+4 |
* | Fix python/seed exclusivity check | Christian Persch | 2009-02-07 | 1 | -1/+1 |
* | Add closing ] in the right place | Christian Persch | 2009-02-07 | 1 | -2/+2 |
* | configure.ac: add missing ']' | Xan Lopez | 2009-02-07 | 1 | -1/+1 |
* | Fail if given --enable-seed without --enable-introspection. | Christian Persch | 2009-02-07 | 1 | -0/+4 |
* | Add seed support; use --enable-seed to check it out. Patch by Robert Carr. | Christian Persch | 2009-02-07 | 7 | -2/+563 |
* | Add gobject introspection support; use --enable-introspection. | Christian Persch | 2009-02-07 | 3 | -3/+133 |
* | Remove two unused get_type functions from public header files | Robert Carr | 2009-02-07 | 2 | -4/+0 |
* | Make help buttons ids unique in glade file, so that the generated | Gustavo Noronha Silva | 2009-02-06 | 1 | -2/+2 |
* | Corrected gconf entries wrt bug: 569564 | Runa Bhattacharjee | 2009-02-04 | 1 | -1910/+1856 |
* | Respect the API version set above | Christian Persch | 2009-02-04 | 1 | -1/+1 |
* | Version update | Christian Persch | 2009-02-04 | 1 | -2/+2 |
* | Only show the fixed toolbar when the leave-fullscreen button is to be shown. ... | Christian Persch | 2009-02-04 | 1 | -0/+3 |
* | Set page title for history on title-changed | Gustavo Noronha Silva | 2009-02-03 | 1 | -9/+8 |
* | webkit-embed: add titles for history items when we know them. | Xan Lopez | 2009-01-31 | 1 | -2/+13 |
* | ephy-session: plug memory leak. | Xan Lopez | 2009-01-30 | 1 | -2/+4 |
* | Fixed Bug 569546 and Updated Basque translation. | Inaki Larranaga Murgoitio | 2009-01-29 | 2 | -945/+746 |
* | Updated latvian translation Bug 569558 | Raivis Dejus | 2009-01-29 | 2 | -40/+42 |
* | tamil translation updated | Felix I | 2009-01-29 | 2 | -85/+87 |
* | Bug fix for #569559 | Sandeep Shedmake | 2009-01-29 | 2 | -413/+162 |
* | updating for Punjabi by A S Alam: Bug: 569547 Fixed | Amanpreet Singh Alam | 2009-01-29 | 1 | -868/+1177 |
* | ephy-find-toolbar: remove unused variable. | Xan Lopez | 2009-01-28 | 1 | -2/+0 |
* | ephy-find-toolbar: do not search for the empty string or NULL. | Xan Lopez | 2009-01-28 | 1 | -0/+3 |
* | Remove unused auto encoding stuff. | Xan Lopez | 2009-01-26 | 1 | -15/+0 |
* | Remove unused function. | Xan Lopez | 2009-01-26 | 1 | -13/+0 |
* | Added Pashto translation on behalf of Zabeeh Khan | Gil Forcada Codinachs | 2009-01-26 | 2 | -0/+3354 |
* | Remove unused fonts languages and autodetectors stuff. Bug #558407. | Christian Persch | 2009-01-26 | 10 | -528/+85 |
* | Updated Marathi translations (767 translated messages) | Sandeep Shedmake | 2009-01-24 | 2 | -3/+97 |
* | Updated Marathi translations for bugid 521462, passes msgfmt check | Sandeep Shedmake | 2009-01-24 | 2 | -1721/+794 |
* | Update EggEditableToolbar from trunk. | Xan Lopez | 2009-01-24 | 1 | -11/+6 |
* | Do not use 'gtk-action' object data to get the associated GtkAction for a wid... | Xan Lopez | 2009-01-24 | 3 | -9/+9 |
* | Updated Korean translation | Changwoo Ryu | 2009-01-24 | 1 | -653/+661 |
* | ephy-find-toolbar: make indentation homogenenous. | Xan Lopez | 2009-01-23 | 1 | -37/+36 |
* | Implement scrolling in EphyFindToolbar. | Xan Lopez | 2009-01-23 | 4 | -114/+23 |
* | Add dolt support. | Xan Lopez | 2009-01-22 | 3 | -0/+180 |
* | Update POTFILES.{skip,in}. | Xan Lopez | 2009-01-22 | 2 | -32/+9 |
* | It's CLEANFILES, not CLEAN_FILES. | Xan Lopez | 2009-01-22 | 1 | -1/+1 |
* | Add the original files to EXTRA_DIST, not the generated ones. | Xan Lopez | 2009-01-22 | 1 | -1/+1 |
* | Remove EphyIconEntry leftovers. | Xan Lopez | 2009-01-22 | 5 | -77/+0 |
* | ephy-window: do not set load progress on already loaded pages. | Xan Lopez | 2009-01-21 | 1 | -2/+8 |
* | Avoid adding problematic search terms with spaces | Gustavo Noronha Silva | 2009-01-20 | 1 | -4/+9 |
* | Handle end of line correctly on location bar search | Gustavo Noronha Silva | 2009-01-20 | 1 | -2/+12 |
* | Implement multiple keyword-based AND-search for the location bar | Gustavo Noronha Silva | 2009-01-20 | 3 | -39/+142 |
* | Use C_() instead of Q_() with context for translatable strings. | Philip Withnall | 2009-01-20 | 5 | -46/+20 |
* | Remove useless LocationEntryAction struct | Diego Escalante Urrelo | 2009-01-19 | 1 | -23/+3 |
* | Updated Norwegian Nynorsk translation. | Åsmund Skjæveland | 2009-01-19 | 1 | -8/+5 |
* | Updated Norwegian Nynorsk translation. | Åsmund Skjæveland | 2009-01-19 | 1 | -1666/+1394 |
* | Added Igbo and Yoruba | Thomas James Alexander Thurman | 2009-01-18 | 4 | -0/+8725 |
* | Remove $Id$ marker from source files. | Xan Lopez | 2009-01-16 | 204 | -204/+0 |
* | Fix indentation of previous commits. | Xan Lopez | 2009-01-16 | 1 | -20/+20 |
* | Include a bookmark indication in the woohoo bar | Diego Escalante Urrelo | 2009-01-16 | 3 | -8/+46 |
* | Turn the location bar into the woohoo bar | Diego Escalante Urrelo | 2009-01-16 | 2 | -49/+79 |
* | Updated Catalan translation | Gil Forcada Codinachs | 2009-01-14 | 1 | -276/+283 |
* | We no longer need a separate pkg-config check for WEBKIT. | Gustavo Noronha Silva | 2009-01-14 | 5 | -13/+0 |
* | Port to use GtkBuilder. | Xan Lopez | 2009-01-12 | 7 | -18/+38 |
* | Updated Norwegian bokmål translation. | Kjartan Maraas | 2009-01-12 | 1 | -612/+575 |
* | configure.ac: bump required webkit version to 1.1.0. | Xan Lopez | 2009-01-12 | 1 | -4/+3 |
* | Allow to reload bypassing cache. | Xan Lopez | 2009-01-08 | 1 | -9/+6 |
* | added uzbek translations by nurali | Nurali Abdurahmonov | 2009-01-08 | 4 | -0/+7078 |
* | Updated Greek translation by Marios Zindilis | Simos Xenitellis | 2009-01-06 | 1 | -1601/+590 |
* | Updated translation | Gabor Keleman | 2009-01-05 | 1 | -1388/+462 |
* | Remove leftover search_entry_clear_cb function | Diego Escalante Urrelo | 2009-01-05 | 1 | -19/+0 |
* | Fix bookmark import of ff3 files | Diego Escalante Urrelo | 2009-01-05 | 1 | -3/+4 |
* | 2009-01-04 Leonardo Ferreira Fontenelle leonardof@gnome.org | Leonardo Ferreira Fontenelle | 2009-01-05 | 1 | -155/+163 |
* | ephy-window: remove entry clear timeout without chaining finalize. | Xan Lopez | 2009-01-05 | 1 | -3/+3 |
* | ephy-window: g_object_get takes a gpointer as first argument. | Xan Lopez | 2009-01-04 | 1 | -7/+6 |
* | ephy-window: also open in new tab for ctrl+click. | Xan Lopez | 2009-01-04 | 1 | -1/+5 |
* | webkit-embed: do not prefix callbacks with 'webkit_embed', they are static fu... | Xan Lopez | 2009-01-04 | 1 | -33/+33 |
* | Emit ge-document-type when the mime type of a page is known. | Xan Lopez | 2009-01-04 | 1 | -0/+33 |
* | Translation updated by Ivar Smolin | Priit Laes | 2009-01-03 | 1 | -423/+422 |
* | Adapt to the modified GTK+ API. | Cosimo Cecchi | 2009-01-02 | 2 | -2/+2 |
* | Use connect_after when connecting to drag-begin so we can override the | Xan Lopez | 2009-01-01 | 1 | -2/+2 |
* | - po/nl.po: Updated Dutch translation | Reinout van Schouwen | 2008-12-31 | 1 | -1608/+1336 |
* | Require GTK+ 2.15.0 | Xan Lopez | 2008-12-31 | 1 | -1/+1 |
* | Delete EphyIconEntry, it's unused. | Xan Lopez | 2008-12-31 | 5 | -583/+0 |
* | Update EphySearchEntry test. | Xan Lopez | 2008-12-31 | 1 | -8/+4 |
* | Port EphySearchEntry to use GtkEntry. | Xan Lopez | 2008-12-31 | 4 | -75/+46 |
* | ephy-search-entry: use G_DEFINE_TYPE. | Xan Lopez | 2008-12-31 | 1 | -32/+1 |
* | Remove progress from statusbar now that we show it in the location entry. | Xan Lopez | 2008-12-31 | 4 | -65/+0 |
* | ephy-window: draw progress inside the location entry. | Xan Lopez | 2008-12-31 | 1 | -0/+42 |
* | ephy-location-entry: port to use GtkEntry instead of EphyIconEntry. | Xan Lopez | 2008-12-31 | 1 | -151/+153 |
* | ephy-location-entry: remove $Id$ marker. | Xan Lopez | 2008-12-31 | 1 | -1/+0 |
* | ephy-location-entry: use G_DEFINE_TYPE | Xan Lopez | 2008-12-31 | 1 | -34/+4 |
* | Renamed the web inspector checkbutton widget's ID, so that it will be | Gustavo Noronha Silva | 2008-12-24 | 1 | -1/+1 |
* | Web Inspector property missing from preferences enum. | Gustavo Noronha Silva | 2008-12-24 | 1 | -0/+1 |
* | Check text_table for nullity before unrefing it in resolver_found_cb. | Gustavo Noronha Silva | 2008-12-24 | 1 | -1/+4 |
* | Open links in new tab with middle click. | Xan Lopez | 2008-12-21 | 1 | -0/+42 |
* | Updated Slovenian translation | Matej Urbančič | 2008-12-18 | 1 | -650/+628 |
* | Updated Spanish translation | Jorge Gonzalez Gonzalez | 2008-12-16 | 1 | -431/+436 |
* | Updated Kurdish translation | Erdal Ronahi | 2008-12-13 | 1 | -525/+527 |
* | And re-add ephy-cookie-manager too. | Xan Lopez | 2008-12-12 | 2 | -0/+363 |
* | Enable Web Inspector. | Xan Lopez | 2008-12-12 | 6 | -7/+171 |
* | Revert cookies stuff, didn't want to commit that. | Xan Lopez | 2008-12-12 | 8 | -94/+232 |
* | Port ephy to use libsoup for cookies. | Xan Lopez | 2008-12-12 | 10 | -595/+94 |
* | window-commands: fix Send Link by Email for URLs with '&' | Xan Lopez | 2008-12-12 | 1 | -20/+26 |
* | webkit-embed: lose not needed casts to GObject. | Xan Lopez | 2008-12-06 | 1 | -6/+6 |
* | Implement chrome visibility control in popups | Diego Escalante Urrelo | 2008-12-03 | 1 | -4/+32 |
* | ephy-window: connect web view to web-view-ready signal when it's created. | Xan Lopez | 2008-12-01 | 1 | -7/+7 |
* | Minor fix to Catalan translation thanks to Sílvia Miranda | Gil Forcada Codinachs | 2008-11-30 | 1 | -2/+2 |
* | Add --enable-tests to configure | Diego Escalante Urrelo | 2008-11-30 | 2 | -2/+17 |
* | Enable docs for ephy-spinner | Diego Escalante Urrelo | 2008-11-30 | 6 | -4/+71 |
* | Update documentation for lib/widgets/ephy-spinner.c | Diego Escalante Urrelo | 2008-11-30 | 1 | -83/+86 |
* | Document lib/widgets/ephy-zoom-control.c | Diego Escalante Urrelo | 2008-11-30 | 6 | -4/+82 |
* | Add testephyzoomcontrol.c | Diego Escalante Urrelo | 2008-11-30 | 2 | -1/+89 |
* | ephy-window: use new webkit API to create windows on request. | Xan Lopez | 2008-11-30 | 1 | -0/+52 |
* | window: zoom in/out with ctrl+scroll-{up,down} | Xan Lopez | 2008-11-30 | 1 | -0/+30 |
* | ephy-toolbar: remove useless realize/unrealize methods. | Xan Lopez | 2008-11-30 | 1 | -16/+0 |
* | Remove legacy ephy-history-item from epiphany.h | Diego Escalante Urrelo | 2008-11-27 | 1 | -1/+0 |
* | Don't do single includes in lib/egg/egg-toolbars | Diego Escalante Urrelo | 2008-11-27 | 2 | -3/+2 |
* | Correct version | Christian Persch | 2008-11-17 | 1 | -1/+1 |
* | Add translator comment for ISO-8859-1 default value (bug #351163). | Claude Paroz | 2008-11-16 | 1 | -1/+1 |
* | Remove libpython check that fails with libtool 2 | Christian Persch | 2008-11-11 | 1 | -25/+0 |
* | Fix multi-dnd with gtk 2.14 | Christian Persch | 2008-11-05 | 1 | -1/+8 |
* | Maxim Dziumanenko <dziumanenko@gmail.com> | Maxim V. Dziumanenko | 2008-10-30 | 1 | -1463/+1189 |
* | Updated Brazilian Portuguese translation. | Og B. Maciel | 2008-10-27 | 2 | -60/+67 |
* | sv.po: Updated Swedish translation | Daniel Nylander | 2008-10-27 | 1 | -1457/+1674 |
* | ephy-home-action: plug leak. | Xan Lopez | 2008-10-27 | 1 | -2/+2 |
* | Added Asturian translation on behalf of Mikel González | Gil Forcada Codinachs | 2008-10-23 | 2 | -0/+4284 |
* | Updated Catalan documentation | Gil Forcada Codinachs | 2008-10-20 | 1 | -517/+708 |
* | Updated Catalan translation by Sílvia Miranda | Gil Forcada Codinachs | 2008-10-19 | 1 | -1529/+1253 |
* | Update from libegg | Christian Persch | 2008-10-18 | 4 | -108/+232 |
* | Use the correct return type for ephy_embed_get_link_message and | Diego Escalante Urrelo | 2008-10-16 | 1 | -2/+2 |
* | tests: fix compilation when builddir != srcdir | Xan Lopez | 2008-10-14 | 1 | -2/+2 |
* | Fix conflicting mnemonics in Clear All Personal Data | Diego Escalante Urrelo | 2008-10-13 | 1 | -3/+12 |
* | Updated Spanish translation | Jorge Gonzalez Gonzalez | 2008-10-13 | 2 | -529/+620 |
* | Updated it translation (Francesco Marletta). | Luca Ferretti | 2008-10-06 | 1 | -364/+361 |
* | Fixed Czech UI & manual translation by Lucas Lommer (bug #554110). | Petr Kovář | 2008-09-29 | 2 | -894/+950 |
* | Add missing config.h | Diego Escalante Urrelo | 2008-09-29 | 1 | -0/+1 |
* | Regenerate docs templates, after new docs added | Diego Escalante Urrelo | 2008-09-29 | 2 | -113/+149 |
* | Correctly title Ephy*Entry widgets in docs | Diego Escalante Urrelo | 2008-09-29 | 5 | -4/+76 |
* | Enable ephy-search-entry docs build | Diego Escalante Urrelo | 2008-09-29 | 7 | -12/+49 |
* | Minor nitpick in the .h files | Diego Escalante Urrelo | 2008-09-29 | 2 | -9/+9 |
* | Enable ephy-icon-entry docs build | Diego Escalante Urrelo | 2008-09-29 | 6 | -46/+56 |
* | Correctly mark doc comments for parsing | Diego Escalante Urrelo | 2008-09-29 | 1 | -4/+4 |
* | Include missing Returns: in comments | Diego Escalante Urrelo | 2008-09-29 | 1 | -2/+8 |
* | Sync comment parameters with actual parameters | Diego Escalante Urrelo | 2008-09-29 | 2 | -6/+6 |
* | Avoid the parsing of non doc comments | Diego Escalante Urrelo | 2008-09-29 | 5 | -7/+7 |
* | Update docs for ephy-icon-entry | Diego Escalante Urrelo | 2008-09-29 | 1 | -4/+12 |
* | Enable documentation build for ephy-location-entry | Diego Escalante Urrelo | 2008-09-29 | 7 | -63/+341 |
* | Sync argument names in ephy-location-entry and update docs | Diego Escalante Urrelo | 2008-09-29 | 2 | -27/+56 |
* | Document lib/widgets/ephy-location-entry.c | Diego Escalante Urrelo | 2008-09-29 | 1 | -0/+133 |
* | Document lib/widgets/ephy-icon-entry.c | Diego Escalante Urrelo | 2008-09-29 | 2 | -0/+33 |
* | tephylocationentry.c: can_undo and can_redo tests | Diego Escalante Urrelo | 2008-09-29 | 1 | -0/+41 |
* | Reindent to 2 spaces and improve the existing tests | Diego Escalante Urrelo | 2008-09-29 | 3 | -114/+161 |
* | Add testephylocationentry.c | Diego Escalante Urrelo | 2008-09-29 | 3 | -13/+166 |
* | Revert "Makefile fixes." | Diego Escalante Urrelo | 2008-09-29 | 1 | -27/+13 |
* | Remove useless ephy-node #include | Diego Escalante Urrelo | 2008-09-29 | 1 | -2/+0 |
* | Norayr Chilingaryan <norik@freenet.am> | Norayr Chilingaryan | 2008-09-28 | 1 | -1/+1 |
* | Added epiphany armenian translation | Norayr Chilingaryan | 2008-09-28 | 2 | -0/+3420 |
* | Print version to stdout, not stderr. | Christian Persch | 2008-09-27 | 1 | -1/+1 |
* | Readd --version which was lost when removing libgnome usage. | Christian Persch | 2008-09-27 | 1 | -1/+15 |
* | Updated Brazilian Portuguese translation. | Og B. Maciel | 2008-09-26 | 1 | -1616/+1353 |
* | Remove libgnome and libgnomeui dependency, using EggSMClient instead of Gnome... | Christian Persch | 2008-09-25 | 26 | -170/+3934 |
* | Remove this | Christian Persch | 2008-09-24 | 1 | -3/+0 |
* | C/epiphany.xml: Port 2.24 documentation fixes to trunk | Reinout van Schouwen | 2008-09-24 | 1 | -6/+22 |
* | Updated Danish translation, fixes by Ask H. Larsen | Kenneth Nielsen | 2008-09-24 | 1 | -4/+4 |
* | 2008-09-23 I. Felix <ifelix@redhat.com> ta translation error corrected | Felix I | 2008-09-23 | 1 | -1134/+1316 |
* | Fix for GTK+ adjustment policy enforcement: | Vincent Untz | 2008-09-22 | 1 | -2/+2 |
* | Updated Romanian translation by Mişu Moldovan <dumol@gnome.ro> | Mugurel Tudor | 2008-09-22 | 1 | -1424/+2028 |
* | Updated Russian translation. | Nickolay V. Shmyrev | 2008-09-22 | 1 | -1431/+1157 |
* | Translation updated | Gabor Keleman | 2008-09-21 | 1 | -2/+2 |
* | Remove po/ChangeLog, and depend on intltool 0.40.4 in svn builds. | Christian Persch | 2008-09-21 | 1 | -1/+3 |
* | Updated Danish translation by Kenneth Nielsen | Kenneth Nielsen | 2008-09-21 | 1 | -1433/+1165 |
* | Updated Czech translation by Lucas Lommer. Added Czech translation of manual ... | Petr Kovář | 2008-09-21 | 4 | -134/+3300 |
* | Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> | Alexander Shopov | 2008-09-20 | 1 | -2/+2 |
* | Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> | Alexander Shopov | 2008-09-20 | 2 | -1454/+1179 |
* | Updated zh_CN translation. | Funda Wang | 2008-09-19 | 2 | -502/+506 |
* | Updated Thai translation (merge from gnome-2-24 branch). | Theppitak Karoonboonyanan | 2008-09-17 | 1 | -85/+81 |
* | Small update | Gabor Keleman | 2008-09-17 | 1 | -1/+1 |
* | Small update | Gabor Keleman | 2008-09-16 | 1 | -4/+3 |
* | Hungarian translation updated | Gabor Keleman | 2008-09-14 | 1 | -4/+4 |
* | Hungarian translation updated | Gabor Keleman | 2008-09-14 | 1 | -510/+502 |
* | Arangel Angov <arangel@linux.net.mk> * mk.po: Updated Macedonian translation | Arangel Angov | 2008-09-14 | 1 | -0/+4 |
* | Arangel Angov <arangel@linux.net.mk> * mk.po: Updated Macedonian translation | Arangel Angov | 2008-09-14 | 1 | -630/+628 |
* | Updated Turkish Translation | Baris Cicek | 2008-09-13 | 2 | -1461/+1194 |
* | Fixed Portuguese terminology (Duarte Loreto <happyguy_pt@hotmail.com>) | Duarte Loreto | 2008-09-12 | 1 | -30/+26 |
* | hindi update by Rajesh Ranjan | Rajesh Ranjan | 2008-09-09 | 2 | -830/+713 |
* | Update: Croatian Language | Robert Sedak | 2008-09-09 | 1 | -0/+8 |
* | Malayalm translation updated | Praveen Arimbrathodiyil | 2008-09-08 | 1 | -1451/+749 |
* | Update: Croatian Language | Robert Sedak | 2008-09-08 | 1 | -2092/+2546 |
* | Updated French translation (synched with gnome-2-24). | Claude Paroz | 2008-09-08 | 1 | -573/+671 |
* | Remove eel-app-launch-context.c from POTFILES.in | Cosimo Cecchi | 2008-09-07 | 1 | -1/+0 |
* | Drop usage of EelAppLaunchContext; replace it with GdkAppLaunchContext. | Cosimo Cecchi | 2008-09-05 | 5 | -706/+15 |
* | 2008-09-04 Reinout van Schouwen <reinouts@gnome.org> | Reinout van Schouwen | 2008-09-04 | 1 | -7/+23 |
* | Revert special handling of double click in the LocationEntry; bug #426349. | Loic Minier | 2008-09-03 | 1 | -14/+0 |
* | Remove deprecated Encoding line.RELEASE_2_23_91 | Christian Persch | 2008-09-01 | 2 | -2/+0 |
* | Updated Translation | Laurent Dhima | 2008-09-01 | 2 | -1851/+1361 |
* | Makefile fixes. | Christian Persch | 2008-08-30 | 1 | -13/+27 |
* | Updated Lithuanian translation. | Gintautas Miliauskas | 2008-08-29 | 1 | -268/+260 |
* | Updated Dzongkha Translation | Pema Geyleg | 2008-08-27 | 1 | -803/+1002 |
* | Updated French translation. | Robert-André Mauchin | 2008-08-25 | 1 | -1504/+1230 |
* | Updated Traditional Chinese translation (Hong Kong). Updated Traditional | Chao-Hsiung Liao | 2008-08-21 | 2 | -2782/+2252 |
* | Updated Basque translation. | Inaki Larranaga Murgoitio | 2008-08-21 | 1 | -1425/+513 |
* | Updated Thai translation, merged from gnome-2-24 branch. | Theppitak Karoonboonyanan | 2008-08-15 | 1 | -1412/+1137 |
* | Bump GTK+ requirement to be able to build tests/. | Diego Escalante Urrelo | 2008-08-15 | 1 | -1/+1 |
* | Port the location bar to use GRegex. | Diego Escalante Urrelo | 2008-08-15 | 3 | -104/+92 |
* | Remove the sort_func for the location entry. | Diego Escalante Urrelo | 2008-08-14 | 1 | -20/+5 |
* | Make the order in which we name the cols consistent. | Diego Escalante Urrelo | 2008-08-14 | 4 | -9/+9 |
* | Remove an unneeded cast to pointer. | Diego Escalante Urrelo | 2008-08-14 | 1 | -3/+6 |
* | Updated Finnish translation | Ilkka Tuohela | 2008-08-13 | 2 | -1444/+1177 |
* | Updated Japanese translation. | Takeshi AIHANA | 2008-08-11 | 1 | -1440/+516 |
* | Updated Portuguese (pt) translation by Duarte Loreto <happyguy_pt@hotmail.com> | Duarte Loreto | 2008-08-10 | 1 | -1448/+1181 |
* | cs.po: Updated Czech translation by Lucas Lommer. | Petr Kovář | 2008-08-09 | 1 | -1129/+481 |
* | Updated translations | Erdal Ronahi | 2008-08-08 | 1 | -5/+5 |
* | Updated translations by Erdal Ronahi | Erdal Ronahi | 2008-08-08 | 1 | -35/+20 |
* | Updated translations by Erdal Ronahi | Erdal Ronahi | 2008-08-08 | 1 | -1592/+1267 |
* | Re-add po/ChangeLog; intltool breaks without it. | Christian Persch | 2008-08-05 | 1 | -0/+3 |
* | Also remove ChangeLog from po/ and help/, and dist the old ones. | Christian Persch | 2008-08-05 | 4 | -0/+7 |
* | Add testephyiconentry.c to tests/ | Diego Escalante Urrelo | 2008-08-04 | 2 | -7/+103 |
* | Add the base for tests/ support. | Diego Escalante Urrelo | 2008-08-04 | 4 | -1/+73 |
* | Move libnotify initialization to ephy-main | Diego Escalante Urrelo | 2008-08-04 | 2 | -12/+13 |
* | Fix the keyword search for tabs/windows created from toolbar. | Diego Escalante Urrelo | 2008-08-04 | 1 | -4/+4 |
* | Bug #378165: do not activate the smart bookmark entry after middle-clicking | Cosimo Cecchi | 2008-08-04 | 1 | -2/+0 |
* | Bug #328710. Re-focus the "Remove" button after the selection has been deleted. | Cosimo Cecchi | 2008-08-01 | 1 | -0/+3 |
* | Fix a typo in src/ephy-main.c and remove a FIXME. | Diego Escalante Urrelo | 2008-07-31 | 1 | -2/+2 |
* | Terminology fixes by Fabrício Godoy. | Leonardo Ferreira Fontenelle | 2008-07-25 | 2 | -10/+15 |
* | Move plugins/desktop-file/plugin.cpp to POTFILES.skip to fix distcheck. | Wouter Bolsterlee | 2008-07-22 | 2 | -2/+1 |
* | Bump intltool requirement to 0.40.0 | Wouter Bolsterlee | 2008-07-22 | 2 | -7/+1 |