summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Check for GDK_BUTTON_RELEASE event type in case of a middle click. Fix bugJean-François Rameau2006-09-131-2/+2
* Use UTF-8 copyright symbolChristian Persch2006-09-13116-213/+213
* Remove some unnecessary static data.Christian Persch2006-09-0645-59/+59
* === Release 2.15.92 ===RELEASE_2_15_92Christian Persch2006-08-211-1/+1
* ephy_file_launch_desktop_file accepts now a parameter. Fix #343321.Jean-François Rameau2006-08-092-10/+1
* Expose notebook->priv->focused_pages to extensions. Fix bug #350187.Jean-François Rameau2006-08-084-0/+29
* Don't allow closing the window if quit is locked down. Patch by DiegoChristian Persch2006-08-071-0/+4
* Avoid accels on thin characters. Patch by Crispin Flowerday, bug #331777.Christian Persch2006-08-072-3/+3
* Add "delete text" command.Christian Persch2006-08-073-0/+28
* Also recognise keypad keys for navigation. Bug #337089.Christian Persch2006-08-071-0/+19
* Correctly mark mouse click events as consumed.Christian Persch2006-08-071-3/+7
* Remove suprious entry.Christian Persch2006-08-071-1/+0
* Make sure to destroy the dialogue in all cases.Christian Persch2006-08-071-11/+11
* Remove accel for ViewToolbar. Bug #328783.Christian Persch2006-08-051-1/+1
* Define STOCK_NEW_WINDOW with named icon "window-new" and use it in File ->Luca Ferretti2006-07-261-1/+1
* Add page security info dialogue from Certificates extension.Christian Persch2006-07-245-14/+94
* Add accel. Bug #337913.Christian Persch2006-07-231-3/+4
* No need to double-init gnome-vfs.Christian Persch2006-07-231-1/+0
* Add a way to turn off password remembering. Bug #332374.Christian Persch2006-07-211-0/+2
* Fix for empty menubar accel setting. Don't activate insensitive actions,Christian Persch2006-07-101-7/+25
* Fix middle-click and ctrl-enter in the location entry autocompletionChristian Persch2006-07-101-4/+5
* Fix compiler warning.Christian Persch2006-07-061-1/+1
* Don't cast to gboolean but check for != NULL instead.Christian Persch2006-07-011-2/+2
* Add fur.Christian Persch2006-07-011-0/+1
* Add EphyFindToolbar type to Python binding. Bug #345837.Jean-François Rameau2006-06-253-1/+78
* A embed/mozilla/GeckoPrintService.cpp: AChristian Persch2006-06-184-45/+25
* Make the crash recovery dialog appear on the taskbar. Fixes bug #345010.Wouter Bolsterlee2006-06-161-0/+1
* copy history over when opening link in new tab/win using context menu.Wouter Bolsterlee2006-06-081-0/+9
* Don't crash on error from zeroconf bookmarks. Fixes bug #343922.Christian Persch2006-06-051-10/+10
* Allow cookie list to be sorted. (fixes #337845)Frederic Peters2006-05-301-0/+2
* Add methods to EphyNode to set typed properties. This change improves theJean-François Rameau2006-05-221-0/+60
* Add https and ftp local bookmarks. Based on a patch by Celso Pinto, bugChristian Persch2006-05-141-15/+49
* Display the find bar for "Find Next" and "Find Previous" if it wasn'tWouter Bolsterlee2006-05-111-3/+10
* Remove HAVE_TYPEAHEADFIND ifdefs, since we now always have that. Fixes theChristian Persch2006-05-111-10/+0
* And revert it since it causes a gtk warning.Christian Persch2006-05-111-13/+1
* Allow text drags to notebook tab labels. Bug #339339, patch by MichaelChristian Persch2006-05-111-1/+13
* Don't crash when adding zeroconf bookmarks while bookmarks are lockedChristian Persch2006-05-111-0/+17
* Drop support for gecko 1.7.Christian Persch2006-05-102-19/+2
* Make sure each tab has its own unique ID, so accel paths don't conflictChristian Persch2006-04-253-3/+65
* === Release 2.15.1 ===RELEASE_2_15_1Christian Persch2006-04-241-2/+3
* Use header capitalisation. Bug #337915Piers Cornwell2006-04-201-1/+1
* Fix mnemonic activation of download path button. Bug #339139.Christian Persch2006-04-201-1/+5
* Add -p as short option format for --private-instance.Christian Persch2006-04-131-1/+1
* Add Esperanto (eo).Christian Persch2006-04-121-0/+1
* Don't set find next/prev insensitive since that's redundant with theChristian Persch2006-04-101-32/+2
* A data/epiphany-pango.schemas:Christian Persch2006-04-091-6/+17
* Improve the current code (less complex) and add a timeouted call toJean-François Rameau2006-04-031-188/+32
* Disable export when locked down. Bug #337028.Christian Persch2006-04-031-0/+7
* Don't crash when we cannot connect to the system dbus. Bug #336557.Christian Persch2006-04-032-7/+21
* Use g_object_ref_sink().Christian Persch2006-03-283-6/+3