aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add suggestions to correct misspellings to the context menuXan Lopez2011-06-094-3/+109
| | | | | | When the user right-clicks on a misspelled word a number of possible corrections will be offered by Epiphany. Selecting one of them will replace the misspelled word by the suggestion.
* Simplify ephy_string_commandline_args_to_uris()Claudio Saavedra2011-06-091-41/+10
| | | | | | No need to use realpath(3), we're in 2011 now. https://bugzilla.gnome.org/show_bug.cgi?id=652120
* Move the save/load accelerators methods to the ephy file utilitiesClaudio Saavedra2011-06-093-39/+41
| | | | | | Second patch in an attempt to clean up ephy-main.c https://bugzilla.gnome.org/show_bug.cgi?id=652119
* Add ephy_string_commandline_args_to_uris() to ephy string utilitiesClaudio Saavedra2011-06-093-56/+86
| | | | | | | This is the first patch in an attempt to simplify epiphany's main() method, which is quite bulky by now. https://bugzilla.gnome.org/show_bug.cgi?id=652119
* Tweak style for close buttons in notebooks removing paddings and bordersMario Sanchez Prada2011-06-061-1/+5
| | | | | | | Set to zero 'default-border', 'default-outside-border', 'inner-border' and 'padding' for the GtkButton, following the lead of GEdit. Bug #648116
* Updated Galician translationsFran Diéguez2011-06-061-95/+104
|
* ephy-embed-single: set_network_status needs to notifyDiego Escalante Urrelo2011-06-051-0/+2
| | | | | | Otherwise ephy-window never finds out that the network-status has changed. Bug #624421
* Updated Hebrew translation.Yaron Shahrabani2011-06-041-97/+106
|
* Updated Spanish translationDaniel Mustieles2011-06-041-70/+72
|
* Remove an unnecessary g_strv_length()Claudio Saavedra2011-06-031-3/+2
|
* Added about:plugins support.Sergio Villar Senin2011-06-0110-10/+282
| | | | | | We are now able to show a page with the list of installed plugins. Bug #575498
* configure.ac: remove unused BUILDID variableXan Lopez2011-06-011-4/+0
|
* configure.ac: require WebKitGTK+ 1.5.1Xan Lopez2011-06-011-1/+1
|
* ephy-web-view: warn about unsubmitted forms on closeXan Lopez2011-06-011-0/+33
| | | | | | | Reimplement this again, hopefully a lot more accurately now with WebKit :) Bug #604986
* [l10n]Updated Catalan (Valencian) translationCarles Ferrando2011-05-291-1242/+1250
|
* Added screenshotsJorge González2011-05-251-86/+94
|
* prefs-dialog: add spacing between font selection comboboxesXan Lopez2011-05-241-0/+4
| | | | Bug #650702
* Add optional spell checking, enabled by defaultXan Lopez2011-05-235-245/+465
| | | | | | | Depends on WebKitGTK+ being built with spell check support, otherwise it won't do anything. Based on a patch by Diego Escalante.
* ephy-location-entry: handle gracefully first callXan Lopez2011-05-221-3/+3
| | | | | The set_stock_id method is called initially with NULL to set things up.
* Stop propagating the "secure" boolean to the location actionXan Lopez2011-05-224-29/+1
| | | | | It was only used to figure out whether to paint the entry background yellow, so we don't need it anymore.
* ephy-location-entry: use symbolic icons for security stateXan Lopez2011-05-221-12/+28
| | | | | The code should probably be cleaned up to stop using the stock-id defines, which don't make much sense anymore.
* ephy-location-entry: do not use a yellow background for secure sitesXan Lopez2011-05-223-134/+0
| | | | | Adds unneeded clutter to the entry, we'll just rely on a visible symbolic lock icon when needed.
* ephy-profile-migrator: call g_type_init explicitlyXan Lopez2011-05-131-1/+1
|
* Updated Aragonese translationDaniel Martinez Cucalon2011-05-131-1491/+1156
|
* Updated Hebrew translation.Yaron Shahrabani2011-05-091-257/+259
|
* egg-toolbars-model: free types listXan Lopez2011-05-061-0/+1
|
* ephy-extensions-manager: plug leakXan Lopez2011-05-061-0/+1
|
* ephy-home-action: plug leakXan Lopez2011-05-061-0/+1
|
* Updated Turkish translationMuhammet Kara2011-05-051-200/+202
|
* Updated Norwegian bokmål translationKjartan Maraas2011-05-041-218/+222
|
* Uploaded UkranianDaniel Korostil2011-05-021-221/+222
|
* Added UG translationAbduxukur Abdurixit2011-05-021-3025/+3025
|
* Be smarter about tab groupingXan Lopez2011-05-013-6/+10
| | | | | | The previous patch was simply grouping new tabs in the current window always, which is too much. For instance, we don't want to group Ctrl+T.
* Updated Slovenian translationMatej Urbančič2011-04-291-234/+229
|
* Updated galician translationsFran Diéguez2011-04-291-221/+222
|
* Updated Spanish translationDaniel Mustieles2011-04-281-245/+245
|
* ephy-bookmark-action: fix warningXan Lopez2011-04-271-2/+0
|
* ephy-overlay-escaping-child: fix warningsXan Lopez2011-04-271-3/+8
|
* Slide out the status overlay when the mouse pointer goes close by.Alexandre Mazari2011-04-265-3/+373
| | | | | | | | | This introduces a GeditOverlayChild subclass, listening to parent overlay mouse events to define the escaping policy. The distance from which the widget "escapes" the mouse pointer can be set at construction time. https://bugzilla.gnome.org/show_bug.cgi?id=643909
* Added UG translationAbduxukur Abdurixit2011-04-251-134/+182
|
* ephy-embed-prefs: plug a couple of leaksXan Lopez2011-04-241-1/+4
|
* Updated Persian translationArash Mousavi2011-04-221-358/+315
|
* Think McFly, think!Xan Lopez2011-04-211-0/+3
|
* Remove a few GCC 4.6.0 warningsXan Lopez2011-04-2111-37/+3
|
* Updated British English translationBruce Cowan2011-04-201-66/+71
|
* Import latest version of Gedit's overlay code.Alexandre Mazari2011-04-193-95/+169
|
* prefs-dialog: rename "automatically open downloads"Diego Escalante Urrelo2011-04-191-1/+1
| | | | | | | Change "automatically download and open files" to "automatically open downloaded files", which is what actually happens. Bug #646453
* Add a preference to force internal view-sourceDiego Escalante Urrelo2011-04-193-13/+36
| | | | | | | | | | | Using the view-source feature provided by WebKitGTK+ can be handier than opening gedit or the default text/html application in your system. This adds "internal-view-source" to org.gnome.Epiphany to force the internal-viewer always. Based on Ole Laursen's patch. Bug #597156
* Open new tabs to the right of the current one even for location entryDanilo Šegan2011-04-191-1/+1
| | | | | | Ctrl+Enter actions. Bug #647976
* Only unset the value after we are done with the string for 'Save Link As...'Gustavo Noronha Silva2011-04-181-1/+2
| | | | | | | | We get the string from the GValue without making a copy, so we cannot unset it before we are done using the string, otherwise we may end up with our string pointing to garbage. Bug #646724
* Updated Czech translationMarek Černocký2011-04-181-178/+181
|
* configure.ac: bump version to 3.1.0Xan Lopez2011-04-181-1/+1
|
* Add UI options to hide the menubarXan Lopez2011-04-182-1/+32
| | | | | In the future Web-app like windows will have this hidden by default, but for now we can also add an option to hide it elsewhere.
* Do not save state for popup windowsGustavo Noronha Silva2011-04-181-1/+5
| | | | Bug #580951
* Better behaviour when openning new windows that are resized as tabsGustavo Noronha Silva2011-04-182-1/+39
| | | | | | | | | | When a new window is opened and given a specific size and position by javascript, the request should only be respected if the new window is being opened stand alone, and considered a popup. This fixes bad behaviour observed when the new window became a tab on an existing window and messed with its size. Bug #612155
* Mark windows with modified chrome as popups and only allow resizing for themGustavo Noronha Silva2011-04-181-5/+10
| | | | | | | | | | A window with non-modified chrome will potentially be used as a normal window for browsing - there's no reason why it should be different from existing windows when it comes to resize policy. With this change we consider windows with modified chrome as popups and only set a default size on creation for popup windows. Bug #612155
* popup-commands: also group tabs opened through the context menuXan Lopez2011-04-171-1/+2
|
* Move overlay statusbar to EphyEmbedXan Lopez2011-04-165-214/+201
| | | | | It's where it belongs, and it will make things easier for the following patches in this area.
* Rely on WebKit doing the check for mixed symbolsGustavo Noronha Silva2011-04-152-15/+1
| | | | | | | WebKit 1.4.0 checks if symbols are being mixed before loading a plugin. That is more robust, so we should rely on it. Bug #647096
* Updated Arabic translationKhaled Hosny2011-04-131-32/+37
|
* ephy-embed-prefs: auto-shrink images by defaultXan Lopez2011-04-121-1/+0
| | | | | This still has some issues, but until we figure them out I guess it's much better to turn the preference on than off.
* Updated Bulgarian translationAlexander Shopov2011-04-101-14/+19
|
* Update copyright for 2011.Xan Lopez2011-04-051-1/+1
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2011-04-052-28/+38
|
* [release] 3.0.03.0.0Xan Lopez2011-04-052-5/+17
|
* Updated Latvian translation.Rudolfs Mazurs2011-04-051-41/+41
|
* Updated Czech translationLukas Lommer2011-04-041-15/+20
|
* Updated Czech translationLukas Lommer2011-04-041-981/+479
|
* Updating Persian TranslationMahyar Moghimi2011-04-041-3219/+1379
|
* Updated Turkish translationBaris Cicek2011-04-041-1390/+1445
|
* l10n: Updated Greek translation for epiphanyGeorge Stefanakis2011-04-041-1223/+1222
|
* Updated Russian translationYuri Myasoedov2011-04-041-49/+43
|
* Updated Japanese translation.Takayuki KUSANO2011-04-041-1287/+1290
|
* egg-editable-toolbar: set a device to the DnD eventXan Lopez2011-04-031-11/+12
| | | | Otherwise we'll crash inside GTK+.
* Update Simplified Chinese translation.微尘2011-04-031-8/+13
|
* Updated Danish translationAsk H. Larsen2011-04-031-6/+11
|
* [l10n]Fixes on Catalan translationJordi Serratosa2011-04-031-6/+6
|
* Updated Slovenian translationMatej Urbančič2011-04-031-28/+43
|
* Updated Spanish translationJorge González2011-04-021-87/+86
|
* Updated Dutch translation by Wouter BolsterleeWouter Bolsterlee2011-04-021-27/+32
|
* Updated Tamil translationDr.T.Vasudevan2011-04-021-14/+19
|
* Updated Korean translationChangwoo Ryu2011-04-021-26/+31
|
* Updated Galician translationsFran Dieguez2011-04-021-22/+27
|
* [l10n]Updated Catalan translationGil Forcada2011-04-011-22/+27
|
* [l10n] Updated Italian translationGianvito Cavasoli2011-04-011-1267/+727
|
* Updated Hungarian translationGabor Kelemen2011-04-011-42/+39
|
* Updated Basque languageInaki Larranaga Murgoitio2011-04-011-1/+1
|
* Updated Basque languageInaki Larranaga Murgoitio2011-04-011-34/+33
|
* Updated French translationClaude Paroz2011-04-011-22/+27
|
* Updated Norwegian bokmål translationKjartan Maraas2011-04-011-22/+27
|
* Updated Portuguese translationDuarte Loreto2011-04-011-6/+11
|
* Updated Hebrew translation.Yaron Shahrabani2011-04-011-25/+30
|
* Fixed typo in Brazilian Portuguese translationAntonio Fernandes C. Neto2011-03-311-1/+1
|
* Updated Brazilian Portuguese translationAntonio Fernandes C. Neto2011-03-311-29/+36
|
* Uploaded UkranianDaniel Korostil2011-03-311-31/+35
|
* Updated Polish translationPiotr Drąg2011-03-311-31/+32
|
* [l10n] Updated German translationMario Blättermann2011-03-311-61/+60
|
* Updated Swedish translationDaniel Nylander2011-03-311-26/+31
|
* ephy-file-helpers: respect our documented special keys for download dirXan Lopez2011-03-311-1/+16
| | | | | | | | 'Desktop' should be the desktop dir, 'Downloads' the downloads dir. If the key is an actual path we'll use it, if all else fails default to Desktop directory. Bug #644641
* Updated Serbian translationМилош Поповић2011-03-312-2472/+2428
|
* Updated Basque languageInaki Larranaga Murgoitio2011-03-291-925/+399
|
* Updated Danish translationKenneth Nielsen2011-03-291-1314/+1311
|
* Update Simplified Chinese translation.Aron Xu2011-03-291-410/+428
|
* Updated Tamil translationDr.T.Vasudevan2011-03-281-1215/+1223
|
* Added UG translationAbduxukur Abdurixit2011-03-281-432/+446
|
* update tranlation for Punjabi by A S AlamA S Alam2011-03-271-1229/+1255
|
* Updated Marathi TranslationsSandeep Shedmake2011-03-251-1408/+880
|
* Use /org/gnome as starting path for schemasLuca Ferretti2011-03-251-5/+5
|
* Use the web-browser icon from the GNOME icon themeWilliam Jon McCann2011-03-2514-3977/+4
| | | | | | Instead of the low res version shipped internally. https://bugzilla.gnome.org/show_bug.cgi?id=645713
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2011-03-242-743/+780
|
* Updated Bulgarian translationKrasimir Chonov2011-03-231-369/+309
|
* [release] 2.91.922.91.92Xan Lopez2011-03-222-2/+13
|
* configure.ac: bump webkitgtk+ dependency to 1.3.13Xan Lopez2011-03-221-1/+1
|
* Updated Portuguese translationDuarte Loreto2011-03-211-375/+384
|
* Updated Latvian translation.Rudolfs Mazurs2011-03-201-1742/+368
|
* Updated Korean translationChangwoo Ryu2011-03-191-345/+374
|
* ephy-web-view: use new API for DOM eventsXan Lopez2011-03-191-2/+3
| | | | This requires WebKitGTK+ r81486, soon to be 1.3.13.
* Updated Lithuanian translation.Gintautas Miliauskas2011-03-171-2126/+739
|
* [l10n] Updated German translationMario Blättermann2011-03-171-545/+360
|
* Updated Romanian translationLucian Adrian Grijincu2011-03-171-620/+30
|
* Updated Romanian translationSimion Ruxandra2011-03-171-154/+142
|
* Updated Romanian translationLucian Adrian Grijincu2011-03-171-1245/+1445
|
* Updated Norwegian bokmål translationKjartan Maraas2011-03-171-28/+24
|
* configure: Do not use deprecated GNOME_COMMON_INITJavier Jardón2011-03-171-2/+0
| | | | | | | We already have ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} in our Makefile.am https://bugzilla.gnome.org/show_bug.cgi?id=609498
* configure: Use the new libtool syntaxJavier Jardón2011-03-171-5/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=609498
* Updated British English translationBruce Cowan2011-03-171-1219/+1206
|
* Updated Dutch translation by Reinout van SchouwenReinout van Schouwen2011-03-161-2574/+365
|
* [l10n]Updated Catalan translationGil Forcada2011-03-161-343/+362
|
* Updated Galician translationsFran Diéguez2011-03-151-375/+398
|
* Updated French translationBruno Brouard2011-03-151-870/+348
|
* Updated Brazilian Portuguese translationHenrique P. Machado2011-03-141-1214/+1221
|
* [l10n] Updated Estonian translationIvar Smolin2011-03-141-211/+143
|
* Fix warning in ephy-session.c.Gustavo Noronha Silva2011-03-121-1/+1
|
* Open requested URI in new tab when a crashed session existsGustavo Noronha Silva2011-03-121-9/+23
| | | | | | | | | | When you ask Epiphany to load a new URI but a crashed session exists, the session was being completely discarded in favour of the new URI. This change causes the URI to be loaded in a new tab in the background while still presenting the user with the option to recover the session. Bug #625116
* Unset resume_window when the session has been resumedGustavo Noronha Silva2011-03-121-0/+1
| | | | | | | | The resume_window private variable is used to track whether a resume has already been done. This causes tabs to be reused after the session has been restored when new tabs should have been created. Bug #625116
* Do not include removed headerGustavo Noronha Silva2011-03-121-1/+0
| | | | | Building epiphany extensions was failing because epiphany.h sitll included a header that is not longer present in Epiphany.
* [release] 2.91.91.12.91.91.1Xan Lopez2011-03-122-1/+14
|
* Updated Swedish translationDaniel Nylander2011-03-121-417/+416
|
* shell: fix toolbar style enumSaleem Abdulrasool2011-03-121-2/+2
|
* ignore vim swap filesSaleem Abdulrasool2011-03-121-0/+1
|
* Updated Slovenian translationMatej Urbančič2011-03-121-4/+4
|
* Updated Slovenian translationMatej Urbančič2011-03-121-1143/+745
|
* Select the serif font as the default web font.Martin Robinson2011-03-121-4/+4
| | | | | | | To match the behavior of other browsers, the default web content font is the serif font, instead of the sans-serif font. Bug #644523.
* Improve the selection of the system serif font.Martin Robinson2011-03-121-5/+4
| | | | | | | | Instead of using the Gnome interface font as the default serif font, use the Gnome document font. The document font has an increased chance of being a serif font over the interface font. Bug #644521
* Updated Arabic translationKhaled Hosny2011-03-111-354/+392
|
* Updated Hebrew translation.Yaron Shahrabani2011-03-111-418/+427
|
* Updated Hungarian translationGabor Kelemen2011-03-101-1213/+686
|
* ephy-window: set visibility for fixed toolbar after setting the modelXan Lopez2011-03-101-2/+2
| | | | | We need to do the same when leaving Fullscreen mode, otherwise the fixed toolbar remains visibile...
* ephy-window: hide fixed toolbar by defaultXan Lopez2011-03-101-0/+2
| | | | | EggEditableToolbar shows it by default, but we only want it visible in Fullscreen mode.
* Remove minimum font size setting from UIXan Lopez2011-03-103-41/+1
| | | | | | | | | This just breaks the layout from too many sites, and we can get reasonable readability through the new font size settings available and/or zooming. For those so inclined, the value can still be tweaked through the gsettings command line or dconf-editor. Bug #644247
* Updated Polish translationPiotr Drąg2011-03-101-1319/+739
|
* Updated Spanish translationDaniel Mustieles2011-03-101-339/+370
|
* Uploaded UkranianDaniel Korostil2011-03-101-356/+384
|
* toolbar: fix a typo in last commitCosimo Cecchi2011-03-091-2/+2
|
* toolbar: make sure the first toolbar gets the 'primary-toolbar' classCosimo Cecchi2011-03-093-4/+55
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=644261
* Updated Norwegian bokmål translationKjartan Maraas2011-03-081-344/+288
|
* Updated Russian translationYuri Myasoedov2011-03-081-377/+327
|
* [release] 2.91.912.91.91Xan Lopez2011-03-081-1/+1
|
* ephy-download-widget: unescape displayed filenamesDiego Escalante Urrelo2011-03-081-4/+9
| | | | Avoid having %20 and similar things in the widget labels.
* ephy-window: retitle the show-downloads-bar itemDiego Escalante Urrelo2011-03-081-1/+1
|
* NEWS: update for releaseXan Lopez2011-03-081-0/+15
|
* ephy-window: add new downloads UIDiego Escalante Urrelo2011-03-083-7/+179
| | | | | | | | | Downloads are shown per-window, imitating Chromium's bottom bar. If the window being closed has active downloads, a warning dialog will be shown just as when forms have been modified but not sent. An active download is any download that is not yet 100% complete. Bug #618443
* ephy-download-widget: new widgetDiego Escalante Urrelo2011-03-087-0/+986
| | | | | | | | A widget showing the progress of an EphyDownload and offering the default set of actions to take on it: Open, Browse to, Cancel. It keeps a ref to the EphyDownload its showing. Bug #618443
* ephy-download: add the new EphyDownload objectDiego Escalante Urrelo2011-03-0823-3178/+1494
| | | | | | | | | | | | | | | | | EphyDownload is a wrapper object around WebKitDownload that handles common behavior in downloads: auto-destination, default action for the MIME type. It can be used to wrap a WebKitDownload coming from a WebKitView or to download a url: ephy_download_new_for_uri and ephy_download_new_for_download are provided. Its lifetime is not automagic like EphyEmbedPersist, so you have to unref it when you no longer need it. This new object replaces EphyEmbedPersist and enables us to use a single codepath for downloads in all Epiphany. Bug #618443
* ephy-file-helpers: allow desktop in ephy_file_browse_toDiego Escalante Urrelo2011-03-081-20/+7
| | | | | | | | Nautilus doesn't draw the desktop as always anymore. It's not visible unless you browse there, so the reason to not allow browse_to desktop is not valid anymore. Bug #618443
* ephy-file-helpers: only one downloads_dir functionDiego Escalante Urrelo2011-03-083-99/+7
| | | | | | | Remove all the ambiguity, we always throw downloads to the same place or the Desktop. Bug #618443
* Require GTK+ 3.0.2Xan Lopez2011-03-071-1/+1
| | | | | A few nasty bugs have been fixed since 3.0.0, I'd rather not have them reported.
* po/vi.po: better "Powered by"Nguyễn Thái Ngọc Duy2011-03-071-2/+2
|
* Updated Portuguese translationDuarte Loreto2011-03-071-1222/+1191
|
* Updated Latvian translation.Rudolfs Mazurs2011-03-051-1301/+1210
|
* ephy-embed: add a border and a little padding to the status frameXan Lopez2011-03-051-0/+18
| | | | Otherwise it blends a bit too effectively into clear backgrounds.
* ephy-window: make construct_confirm_close_dialog reusableDiego Escalante Urrelo2011-03-051-12/+16
| | | | Bug #618443
* popup-commands: indent fixDiego Escalante Urrelo2011-03-041-2/+2
| | | | Bug #618443
* ephy-file-helpers: add uninstalled ui/ in ephy_fileDiego Escalante Urrelo2011-03-041-0/+1
| | | | Bug #618443
* Uploaded UkranianDaniel Korostil2011-03-041-1394/+1376
|
* [l10n] Updated Catalan translationGil Forcada2011-03-031-1052/+1025
|
* Updated Esperanto translationKristjan SCHMIDT2011-02-281-1029/+943
|
* Small cleanup in widget's Makefile.amXan Lopez2011-02-271-2/+1
|
* Updated Korean translationChangwoo Ryu2011-02-271-1353/+1102
|
* Updated Korean translationChangwoo Ryu2011-02-271-8/+8
|
* Sync with upstream GeditOverlayXan Lopez2011-02-264-107/+21
|
* prefs-dialog: use GtkBuildable id instead of nameDiego Escalante Urrelo2011-02-252-17/+12
| | | | | Using the widget name is error prone because Glade removes the name property of objects. This makes cookie configuration work again.
* Updated French translationBruno Brouard2011-02-251-1011/+985
|
* ephy-location-entry: add DNS prefetchingSergio Villar Senin2011-02-251-5/+54
| | | | | | | | Proactively perform DNS lookups when the user sets the cursor over an autocompleted entry in the location bar. This way the prefetching is likely to already have been resolved by the time the user actually clicks on the entry. https://bugzilla.gnome.org/show_bug.cgi?id=606087
* Remove deprecated gtk_button_pressed/released usageAlexandre Mazari2011-02-242-2/+0
| | | | | | | | Remove useless calls to gtk_button_release. Those calls had no effect, since they were following calls to gtk_toggle_button_set_active (FALSE) doing implicit release. https://bugzilla.gnome.org/show_bug.cgi?id=628364
* [release] 2.91.902.91.90Xan Lopez2011-02-232-1/+12
|
* Require GTK+ 3.0.0Xan Lopez2011-02-211-1/+1
| | | | | GTK+ changed its soname in 3.0.0, so we need to depend on that if we want to use 3.x.
* ephy-embed: hide toplevel child widgetXan Lopez2011-02-211-2/+8
| | | | | | Since that's what we add to the overlay, its visible property will be in sync with the child container. Gets rid of bothering 1px visible leftover when statusbar is hidden.
* gedit-overlay-child: sync visible property of container and childXan Lopez2011-02-211-1/+8
| | | | | That way user can hide the inner widget and the overlay child container will be hidden automatically.
* Updated Spanish translationJorge González2011-02-201-117/+115
|
* Updated Spanish translationDaniel Mustieles2011-02-201-43/+44
|
* Updated Spanish translationDaniel Mustieles2011-02-201-71/+69
|
* gedit-overlay: sync with upstreamXan Lopez2011-02-201-0/+7
|
* Updated Arabic translationKhaled Hosny2011-02-191-39/+38
|
* Updated Bengali India TranslationRuna Bhattacharjee2011-02-181-1292/+1330
|
* ephy-web-view: do not update statusbar text for webviews without embed objectSergio Villar Senin2011-02-161-1/+3
| | | | | | Fixes a crash when trying to open the WebInspector https://bugzilla.gnome.org/show_bug.cgi?id=642306
* gedit-overlay: always proxy main widget size requestXan Lopez2011-02-161-26/+4
| | | | | | | We don't want for the children to be able to overflow the main widget, it makes sense to keep them contained in the overlay. Bug #642451
* Sync with latest GeditOverlay codeXan Lopez2011-02-164-301/+54
| | | | And adapt to the new API.
* Sync with latest GeditOverlayXan Lopez2011-02-161-19/+12
|
* Updated Gujarati TranslationsSweta Kothari2011-02-151-1271/+805
|
* Updated Bulgarian translationIvaylo Valkov2011-02-151-997/+517
|
* Sync with latest libeggXan Lopez2011-02-132-0/+8
|
* ephy-window: append new tabs after parent by defaultXan Lopez2011-02-121-1/+1
| | | | | | I think this makes much more sense as a default behavior when opening a tab from an existing page, since it keeps logically related tabs together.
* gedit-overlay: Fix a crash when overlay is detroyedCarlos Garcia Campos2011-02-121-6/+8
|
* Updated Norwegian bokmål translation.Kjartan Maraas2011-02-121-30/+30
|
* Forgot these filesXan Lopez2011-02-122-0/+497
|
* Updated Indonesian translationDirgita2011-02-121-3328/+1274
|
* ephy-web-view: do not update status after we are deadXan Lopez2011-02-121-17/+19
| | | | We now reach to the EphyEmbed, so this is dangerous.
* Sync with upstream GeditOverlay codeXan Lopez2011-02-128-469/+244
|
* Change packing order for gedit overlayXan Lopez2011-02-111-4/+4
| | | | | Seems GeditOverlay works better if we pack directly the scrollable widget on it, then pack the overlay in a scrolled window. Do that.
* Port floating statusbar to gedit's overlay widgetXan Lopez2011-02-119-98/+1096
| | | | | | | | | | Works correctly in framed pages, and fixes a few bugs along the way (not to mention it should be more efficient since it does not redraw needlessly). The gedit code has been modified to get rid of the animation stuff we don't really need atm; we have coordinated with the gedit developers and hopefully both versions will be in sync again really soon.
* Fixed Epiphany translation bugNorayr Chilingarian2011-02-091-1/+1
|
* [release] 2.91.62.91.6Xan Lopez2011-02-032-2/+11
|
* ephy-embed-single: Update to use direct-from-libsoup SoupCacheDan Winship2011-02-032-9/+11
| | | | | | and update configure.ac to require the corresponding libsoup https://bugzilla.gnome.org/show_bug.cgi?id=636861
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Chao-Hsiung Liao2011-01-272-529/+640
|
* QA of Galician translationsFran Diéguez2011-01-271-98/+98
|
* Updated Russian translationYuri Myasoedov2011-01-231-1097/+693
|
* Updated zh_CN translation.Funda Wang2011-01-221-1803/+545
|
* Updated Basque languageInaki Larranaga Murgoitio2011-01-211-1280/+1237
|
* ephy-window: missing g_list_freeDiego Escalante Urrelo2011-01-211-0/+1
|
* Updated Norwegian bokmål translationKjartan Maraas2011-01-211-50/+43
|
* Updated Arabic translationKhaled Hosny2011-01-121-1388/+174
|
* [release] 2.91.52.91.5Xan Lopez2011-01-112-2/+12
|
* ephy-embed-single: make sure flash plugin is disabledCarlos Garcia Campos2011-01-111-3/+1
| | | | | | | | | There might be more than one plugin instance for flash. Iterate the whole list to be sure we have disabled all the possible instances. Bug #637959 Signed-off-by: Diego Escalante Urrelo <descalante@igalia.com>
* Use the new GTK_STATE_FLAG_NORMAL flagDiego Escalante Urrelo2011-01-113-7/+7
| | | | | | | Until 2.99.0 GtkStyleContext didn't have a "normal" flag, the closest thing was GTK_STATE_FLAG_ACTIVE, but it is not necessarily correct. Bug #636501
* ephy-location-entry: GdkRGBA colors are doublesDiego Escalante Urrelo2011-01-111-2/+2
| | | | Bug #636501
* ephy-bookmarks-editor: fix new topic selection bugVincas Dargis2011-01-111-0/+1
| | | | | | | | | | When the search entry is not empty and "New topic" is activated from the menu, the "All" topic will set for renaming instead of the new "Type a topic" node. This can cause serious data loss. Bug #518727 Signed-off-by: Diego Escalante Urrelo <descalante@igalia.com>
* Some fixed in Russian translationYuri Myasoedov2011-01-111-5/+4
|
* Updated Russian translationYuri Myasoedov2011-01-111-454/+298
|
* Updated Galician translationsFran Diéguez2011-01-091-65/+85
|
* configure.ac: require GTK+ 2.99.0Xan Lopez2011-01-071-1/+1
|
* ephy-file-helpers: do not use deprecated APIsXan Lopez2011-01-061-3/+2
|
* [l10n] Updated German translationMario Blättermann2011-01-041-197/+248
|
* Updated Norwegian bokmål translation from Torstein Adolf WintersethKjartan Maraas2011-01-031-24/+39
|
* Updated Swedish translationDaniel Nylander2011-01-011-882/+866
|
* Updated Dutch translation by Wouter BolsterleeWouter Bolsterlee2010-12-241-1302/+1265
|
* Added UG translationGheyret T.Kenji2010-12-241-190/+199
|
* [release] 2.91.4.12.91.4.1Xan Lopez2010-12-232-2/+10
|
* egg: cherry-pick fixes for compilation against GTK+ 2.91.7Xan Lopez2010-12-232-2/+10
|
* Updated Kurdish translations by Omer EnsariErdal Ronahi2010-12-231-99/+243
|
* Updated Spanish translationJorge Gonzalez2010-12-231-78/+73
|
* ephy-node-view: don't use gdk_cursor_unrefXan Lopez2010-12-221-1/+1
| | | | | It's deprecated since GdkCursor is a GObject now. The stuff in egg/ still needs fixing, but we'll just sync from upstream.
* Updated Hebrew translation.Yaron Shahrabani2010-12-211-340/+342
|
* [l10n] Updated Estonian translationIvar Smolin2010-12-211-7/+7
|
* [release] 2.91.42.91.4Xan Lopez2010-12-212-2/+18
|
* The Soviet government has fallen!Xan Lopez2010-12-211-4/+4
|
* [l10n] Updated Estonian translationMattias Põldaru2010-12-201-468/+519
|
* tests: clean up filenamesDiego Escalante Urrelo2010-12-197-31/+31
| | | | Make filenames readable and tab-completion friendly.
* Updated Norwegian bokmål translationKjartan Maraas2010-12-171-28/+31
|
* configure.ac: bump GTK+ versionDiego Escalante Urrelo2010-12-161-1/+1
| | | | Required for GtkStyleContext API.