aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 2003-07-27 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-2712-258/+282
* Fix mem leak.Christian Persch2003-07-271-5/+10
* Make sure to remove the timeout on widget destructionMarco Pesenti Gritti2003-07-261-18/+13
* Yet another try to get context menu and selection beahviors right.Marco Pesenti Gritti2003-07-231-68/+24
* An input-only window event box, copied from eel's ell-input-event-box.Christian Persch2003-07-223-0/+287
* *** empty log message ***Marco Pesenti Gritti2003-07-221-0/+9
* Fix mem leak.Christian Persch2003-07-221-0/+14
* Use connect_object for the dialog destroy signal, so we dont unref theMarco Pesenti Gritti2003-07-201-4/+4
* Rework find implementation to integrate better with type ahead and toMarco Pesenti Gritti2003-07-202-42/+3
* UpdateMarco Pesenti Gritti2003-07-141-0/+2
* We use g_list_prepend to create selections now (inXan Lopez2003-07-141-1/+1
* Don't use event->string, is deprecated (#117346). Also improve intelligentXan Lopez2003-07-141-7/+20
* Fix mem leaks.Christian Persch2003-07-141-0/+3
* Fix mem leak and add safety check.Christian Persch2003-07-141-2/+6
* Fix mem leaks.Christian Persch2003-07-141-2/+11
* Fix mem leaks.Christian Persch2003-07-131-2/+2
* 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-133-11/+50
* Remove debug spew.Christian Persch2003-07-131-1/+0
* A "fast search" implementation for all node views. Pressing any validXan Lopez2003-07-132-4/+68
* *** empty log message ***Marco Pesenti Gritti2003-07-122-1/+2
* Monitor for theme changes and set smb background accordingly.David Bordoley2003-07-111-9/+22
* Fix actionsMarco Pesenti Gritti2003-07-111-11/+13
* Remove unused define.Marco Pesenti Gritti2003-07-071-2/+0
* Cleanup.Marco Pesenti Gritti2003-07-072-20/+16
* Rewrite selection logic to be simpler and to fix bugs.Marco Pesenti Gritti2003-07-073-111/+79
* Remove last bits of nautilus theme support.Christian Persch2003-07-071-22/+4
* Patch by kris to speed it up.Marco Pesenti Gritti2003-07-071-136/+213
* Fix mem leak.Christian Persch2003-07-061-8/+11
* Fix mem leaks and a conditional.Christian Persch2003-07-061-2/+4
* Use G_VA_COPY macro from glib instead of va_copy, (hopefully) fixing theChristian Persch2003-07-051-1/+4
* Must use va_copy when assigning valist on arches where varargs areJeremy Katz2003-07-041-1/+3
* Don't try to assign va_list to a gpointer var. Fixes bug #116131.Christian Persch2003-07-031-12/+19
* Implement custom tooltip setter.Christian Persch2003-07-031-0/+17
* Implement custom tooltip setter; sets tooltip on the directional button.Christian Persch2003-07-031-0/+19
* Use the browser icon from gnome icon theme. Get rid of cache comparingMarco Pesenti Gritti2003-07-022-0/+26
* Make the location entry an EggToolItem, and provide a custom tooptipChristian Persch2003-07-028-138/+214
* testing before committing sometimes helpsMarco Pesenti Gritti2003-07-011-1/+1
* Hide only when necessary. Remove gdk_ungrab stuff that doesnt seem to beMarco Pesenti Gritti2003-07-012-11/+8
* Temporary implementation of toolbar tooltips, until it's implement inMarco Pesenti Gritti2003-06-292-0/+34
* Make sure marshalers are regeneratedMarco Pesenti Gritti2003-06-2915-271/+379
* updatedMarco Pesenti Gritti2003-06-281-2/+2
* Update.Marco Pesenti Gritti2003-06-281-3/+4
* Fix mem leaks.Christian Persch2003-06-281-2/+2
* UpdateMarco Pesenti Gritti2003-06-261-29/+37
* *** empty log message ***Marco Pesenti Gritti2003-06-231-77/+0
* Remove some unused headers.Marco Pesenti Gritti2003-06-234-21/+78
* Correct translations dir (leftover from galeon)Marco Pesenti Gritti2003-06-232-3/+15
* Add two missing font language groups, and reorder encodings list.Christian Persch2003-06-221-0/+2
* broken pipe pfffMarco Pesenti Gritti2003-06-221-3/+2
* Make sure to set size flag when setting default width height. Discard oldMarco Pesenti Gritti2003-06-221-23/+60
* When following SAVE_POSITION/SAVE_SIZE flags actually not save themMarco Pesenti Gritti2003-06-222-48/+52
* do not popup autocompletion when setting url from the combo listMarco Pesenti Gritti2003-06-221-0/+2
* missing headerMarco Pesenti Gritti2003-06-211-0/+1
* Ever put cursor at the end of the text when selecting autocompletionMarco Pesenti Gritti2003-06-201-1/+2
* Rewrite the url typed by user overwrite logic to fix bugs.Marco Pesenti Gritti2003-06-202-50/+43
* With the gtk fullscreen api things can be cleaner: use the api instead ofMarco Pesenti Gritti2003-06-191-4/+16
* Use insert_text delete_text to show/hide the autocompletion window.Marco Pesenti Gritti2003-06-192-63/+88
* disable treeview interactive searchMarco Pesenti Gritti2003-06-171-0/+2
* s/snprintf/g_snprintf to not break gcc 2.95Marco Pesenti Gritti2003-06-171-1/+1
* Do not mark non-user-visible strings for translation.Christian Persch2003-06-161-2/+2
* Merge with popup control, we dont need it for bonobo window anymore.Marco Pesenti Gritti2003-06-166-499/+78
* *** empty log message ***Marco Pesenti Gritti2003-06-151-213/+136
* Handle NULL return from eel_gconf_get_string. Oh, and fix yet another memChristian Persch2003-06-141-27/+26
* Add support for string enums.Marco Pesenti Gritti2003-06-136-415/+366
* embed/mozilla/ExternalProtocolService.cpp, embed/mozilla/FilePicker.cpp,Christian Neumair2003-06-131-1/+5
* Do not persist node selection in BME between sessions.Xan Lopez2003-06-131-1/+0
* Update.Marco Pesenti Gritti2003-06-121-136/+213
* Use functions instead of declaring static vars in .h file, (hopefully)Christian Persch2003-06-122-22/+38
* Fix warning.Xan Lopez2003-06-121-1/+2
* Use gtk_tree_selection_select_iter to make selection, fixes #114965.Xan Lopez2003-06-121-5/+1
* Remove unused gtk_tree_view_get_selection.Xan Lopez2003-06-121-4/+0
* UpdateMarco Pesenti Gritti2003-06-102-27/+49
* Use va_copy for the valist instead of directly accessing it. va_list isJeremy Katz2003-06-091-1/+3
* Update prototype.Jeremy Katz2003-06-092-3/+3
* remove unused stuffMarco Pesenti Gritti2003-06-092-474/+0
* Get rid of starthere: and default to google, as discussed with Seth. Add aMarco Pesenti Gritti2003-06-091-2/+0
* Fixup context menu accesskeys. Use correct icon for Save As.Piers Cornwell2003-06-095-102/+259
* *** empty log message ***Marco Pesenti Gritti2003-06-081-0/+2
* Remove some leftovers.Marco Pesenti Gritti2003-06-082-0/+260
* Fix mem leak.Christian Persch2003-06-071-2/+3
* Update to 0.7.0Marco Pesenti Gritti2003-06-072-2/+2
* s/ask download/ask for downloadMarco Pesenti Gritti2003-06-064-1/+40
* Actually add the ask for dest pref, it was using the wrong key.Marco Pesenti Gritti2003-06-051-0/+1
* Get rid of the leftovers of the jump-to-tab pref.Christian Persch2003-06-041-2/+0
* Fix compile with -Werror. VS: Enter Log. Lines beginning with `CVS:' areChristian Persch2003-06-041-68/+0
* Don't crash if we can't find the spinner imageLee Willis2003-05-311-1/+5
* Use the spinner icon from gnome-icon-theme. You need a recentMarco Pesenti Gritti2003-05-301-94/+107
* Sort the lists of encoding autodetectors and of fonts languages.Christian Persch2003-05-291-16/+23
* continuing checkin of previous patch (cvs aborted "broken pipe")Christian Persch2003-05-285-2/+119
* Try to fix dereferencing type-punned warning.Xan Lopez2003-05-281-1/+1
* More of the same.Xan Lopez2003-05-271-0/+6
* Lots of safety checks on node functions.Xan Lopez2003-05-272-2/+53
* Refactored the charset and language groups strings.Christian Persch2003-05-272-0/+48
* s/DESTROYED/DESTROY which is more useulfMarco Pesenti Gritti2003-05-273-10/+14
* Unlink the node from the childs only after the remove from parent signalMarco Pesenti Gritti2003-05-261-5/+5
* Try to fix node removal problems. I cant repro crashes ... but they areMarco Pesenti Gritti2003-05-266-24/+102
* Fix nautilus view crashMarco Pesenti Gritti2003-05-261-5/+8
* Revert latest node changes. Parents nodes need to be saved first and it'sMarco Pesenti Gritti2003-05-255-168/+47
* UpdateMarco Pesenti Gritti2003-05-248-128/+207
* Implement generic way to save/load db and make it low disk safe.Marco Pesenti Gritti2003-05-245-49/+168
* Don't set a border width on the zoom control, so that it fits on theChristian Persch2003-05-231-1/+0
* Do not free memory is not a good ideaMarco Pesenti Gritti2003-05-211-2/+1
* Fix nodes drag and drop. Make double click select the whole address inMarco Pesenti Gritti2003-05-217-8/+43
* Simplified and reorganised zoom. Implement a zoom control for the toolbar.Christian Persch2003-05-209-3/+823
* Fix some warnings. Go back hardcoding defaults in the code, mozilla prefMarco Pesenti Gritti2003-05-201-1/+1
* Use stock icons instead of the files directly to set window border icons.David Bordoley2003-05-202-3/+5
* Shortest patch ever!!! Kill the new page pref. Make Seth happy :)David Bordoley2003-05-201-1/+0
* 2003-05-19 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-05-209-855/+893
* 0.6.1Marco Pesenti Gritti2003-05-191-1/+1
* Fixed many issues mentioned in #112781.Christian Neumair2003-05-179-10/+19
* Make it utf-8 safe. Fixes bug 113114.Christian Persch2003-05-171-19/+18
* Add some flags so that we can choose to save position or size or both.David Bordoley2003-05-143-5/+21
* Revert api change. So we keep 2.2 compatibility.Marco Pesenti Gritti2003-05-142-0/+15
* Fix make dist.Xan Lopez2003-05-121-0/+1
* UpdateMarco Pesenti Gritti2003-05-117-95/+188
* Add ephy_node_sort_children, unused but kept for future reference inXan Lopez2003-05-112-8/+75
* Alphabetical sort of bookmarks menu elements, fixes #111315. Also createXan Lopez2003-05-112-14/+1
* broken pipe pfffMarco Pesenti Gritti2003-05-111-2/+7
* Alphabetical sort of bookmarks menu elements, fixes #111315. Also createXan Lopez2003-05-111-0/+45
* Rework prefs dialog ui a bit. Remove jumpto and tabbed_popups prefsMarco Pesenti Gritti2003-05-101-1/+0
* Fix 64 bit problems. Patch from katzj@redhat.com.Christopher Blizzard2003-05-101-1/+1
* Convenience function for displaying help. Remove unneeded include ofDavid Adam Bordoley2003-05-092-4/+35
* Update (removing toolbars with context menu works again).Marco Pesenti Gritti2003-05-065-73/+21
* Update for the release.Marco Pesenti Gritti2003-05-033-13/+183
* Remove old unused sidebar and toolbar config stuff.David Bordoley2003-05-011-4/+0
* Don't set/save window position if it is maximized.David Bordoley2003-05-011-23/+41
* src/ephy-window.c data/epiphany.schemas.inDavid Bordoley2003-04-301-3/+0
* Remove unused function and fix a leak.Christian Persch2003-04-302-52/+2
* UpdateMarco Pesenti Gritti2003-04-305-331/+417
* *** empty log message ***Marco Pesenti Gritti2003-04-291-0/+1
* Check if there are states before saving, fix a crash closing the nautilusMarco Pesenti Gritti2003-04-291-4/+6
* Remove add_icon_column func and add the functionality to the normalMarco Pesenti Gritti2003-04-292-28/+20
* Move notebook in src/. An abstract notebook is an overkill.Marco Pesenti Gritti2003-04-293-1026/+0
* Consistent use of the term "Bookmarks Bar" in the code, ui and schema.David Bordoley2003-04-281-1/+1
* Reapply one of our MenuMerge patches. Fixes crashes on window close.Marco Pesenti Gritti2003-04-281-0/+21
* Save the position of windows on the screen, and checks if the position isDavid Bordoley2003-04-281-1/+76
* Emit removed signal after the node is actually removed. This could causeMarco Pesenti Gritti2003-04-281-8/+9
* updateMarco Pesenti Gritti2003-04-276-17/+113
* Update.David Bordoley2003-04-273-19/+32
* Update.Marco Pesenti Gritti2003-04-262-7/+46
* Implement ephy_node_reorder_children (from Rhythmbox).Xan Lopez2003-04-263-2/+73
* UpdateMarco Pesenti Gritti2003-04-256-304/+226
* Get back toolbar editing functionalities. More work on the bookmarksMarco Pesenti Gritti2003-04-252-11/+63
* *** empty log message ***Marco Pesenti Gritti2003-04-256-771/+1254
* Update from eggMarco Pesenti Gritti2003-04-2517-1446/+1128
* UpdateMarco Pesenti Gritti2003-04-203-0/+55
* slight treemodel cleanupJorn Baayen2003-04-191-8/+7
* Fix bookmarks editing and warnings when openining the dialog.Marco Pesenti Gritti2003-04-192-18/+10
* Fix the bug with back/fwd buttons auto prelighting.Marco Pesenti Gritti2003-04-191-10/+18
* Do not install two copies of epiphany.pngMarco Pesenti Gritti2003-04-184-52/+104
* New history dialog implementation. More similar to bookmarks. Yeah itMarco Pesenti Gritti2003-04-181-1/+1
* New abstracted implementations. Nicer and will be useful for historyMarco Pesenti Gritti2003-04-175-0/+2031
* Update.Marco Pesenti Gritti2003-04-173-298/+325
* Hidden pref for middle click open url. Default off.Marco Pesenti Gritti2003-04-151-0/+1
* Update, fix remove toolbar regressions.Marco Pesenti Gritti2003-04-155-226/+211
* Declare all the variables before the first instruction. Fixes aVincent Untz2003-04-151-0/+1
* Use home:, have titles.Marco Pesenti Gritti2003-04-151-2/+0
* If user prefers tabs (CONF_TABS_TABBED), always show tab barFrank Belew (Myth)2003-04-141-1/+2
* Use google feel like for keywordsMarco Pesenti Gritti2003-04-133-8/+6
* Update.Marco Pesenti Gritti2003-04-092-0/+29
* Move and autoupdate these from egg.Marco Pesenti Gritti2003-04-0810-151/+213
* Add a separator item to the editor.Marco Pesenti Gritti2003-04-0712-171/+557
* Include config.h. Menu translated again now.Marco Pesenti Gritti2003-04-051-0/+4
* Set drag source on the event box, to avoid conflicts with toolbars dragChristian Persch2003-04-052-12/+67
* Fix debug code, smart bookmarks are back in the autocompletion.Marco Pesenti Gritti2003-04-021-1/+1
* Use EggEditableToolbar. Update to latest versions (not EggMenuMerge, weMarco Pesenti Gritti2003-04-0221-2508/+2044
* Show favicons on tabsChristian Persch2003-04-012-2/+37
* Use the new EggToolbar apis. Better drop feedback, separators drag andMarco Pesenti Gritti2003-04-017-148/+455
* Make dnd code smarter, so it can support more than just urls types.Marco Pesenti Gritti2003-03-304-61/+101
* Make ids privateMarco Pesenti Gritti2003-03-266-54/+124
* New epiphany-bookmark-page stock image. I'm not at all attached to thisDavid Bordoley2003-03-252-0/+2
* Guard against "item" being NULL. Fixes a crash when typing in the locationJames Willcox2003-03-241-0/+2
* Reimplement ephystate using xml and make it easier to use. -> remove someMarco Pesenti Gritti2003-03-194-122/+224
* Properly save maximized/unmaximized state.Jon Svendsen2003-03-181-2/+2
* Replace deprecated functionIain Holmes2003-03-131-8/+8
* Use default widget color for smart bookmarks background. Fixes #107902.Dan Damian2003-03-103-102/+3
* Code cleanup from galeonMarco Pesenti Gritti2003-03-091-19/+4
* A space by any other name.Dan Damian2003-03-091-1/+1
* Make the popup labels more descriptiveIain Holmes2003-03-081-2/+2
* Enable using dnd for removing toolbars. Also, fix #107793.James Willcox2003-03-081-2/+145
* Add a stock icon for entry box so that it has an icon in the tbe.David Bordoley2003-03-082-1/+3
* lib/ephy-debug.h: (LOG) use named variable arguments forDan Damian2003-03-081-3/+3
* Fix the padding.James Willcox2003-03-071-5/+2
* Update from libegg sameJames Willcox2003-03-073-32/+282
* Translate menusMarco Pesenti Gritti2003-03-051-3/+1
* about:options and about:epiphanyMarco Pesenti Gritti2003-03-042-82/+13
* Remove old toolbar editor uiMarco Pesenti Gritti2003-03-015-151/+29
* cleaner xml dump code.Marco Pesenti Gritti2003-02-283-15/+18
* Fix toolbar removal.Marco Pesenti Gritti2003-02-272-59/+62
* Remove also the toolbar when removing the last itemMarco Pesenti Gritti2003-02-261-0/+8
* Make tbe a normal dialog for now.Marco Pesenti Gritti2003-02-262-107/+12
* Remove Tab autocompletion. Behavior still not optimal, but that code isMarco Pesenti Gritti2003-02-263-200/+1
* Revert unwanted checkinMarco Pesenti Gritti2003-02-231-85/+7
* Update location entry with the urls selected on the drop down. ImplementMarco Pesenti Gritti2003-02-235-16/+180
* Make the start-here: page use the theme colors.James Willcox2003-02-221-3/+54
* Use connect_object so the changed signal is removed from closed window.Marco Pesenti Gritti2003-02-221-3/+3
* Fix crashes with multiple windows openMarco Pesenti Gritti2003-02-223-30/+42
* Free xml documentsPekka Lampila2003-02-211-0/+4
* Add lots of debug code to solve these damned crashes. Dont create multipleMarco Pesenti Gritti2003-02-212-3/+129
* Fix another warningMarco Pesenti Gritti2003-02-211-1/+1
* Update actions also on other windowsMarco Pesenti Gritti2003-02-211-5/+12
* Dont crash when dragging a new bookmark on the toolbar and then clickMarco Pesenti Gritti2003-02-211-4/+7
* Fix this crazy bug with toolbar buttons doing two actions after havingMarco Pesenti Gritti2003-02-201-6/+12
* Activate the url when clicking on it from the combo dropdown. Based onMarco Pesenti Gritti2003-02-201-4/+15
* Avoid warnings when there is no matchMarco Pesenti Gritti2003-02-201-6/+10
* Add tab load notification (a little spinning icon), and a context menu forJames Willcox2003-02-151-0/+44
* data/ui/epiphany-ui.xml.in Added some separators. Changed "bookmark" verbsDave Bordoley2003-02-141-1/+1
* Use g_string_free in the correct wayMarco Pesenti Gritti2003-02-132-5/+3
* *** empty log message ***Marco Pesenti Gritti2003-02-134-536/+361
* *** empty log message ***Marco Pesenti Gritti2003-02-112-0/+566
* Some more gtk_timeout_add.Marco Pesenti Gritti2003-02-091-2/+2
* Changed GtkType to GType.Christian Meyer2003-02-0910-10/+10
* Remove gtk_timeout_x calls. Hope I got all of them.Marco Pesenti Gritti2003-02-092-7/+7
* Add a go button to the toolbar editor. The icon is duped with defaultMarco Pesenti Gritti2003-02-081-0/+2
* Better toolbar appeareance. More clear buttons labels on resume dialog.Marco Pesenti Gritti2003-02-081-3/+1
* Spinner dont overlap toolbar shadowMarco Pesenti Gritti2003-02-082-3/+3
* Fix two memleaks (I hope).Xan Lopez2003-02-081-0/+1
* Make the bookmarks editor remember the last selected keyword, and makeJames Willcox2003-02-071-0/+1
* Do not use a button for spinner. Correctly update spinner size for toolbarMarco Pesenti Gritti2003-02-061-213/+1
* Clear also location history when clearing history. Doesnt updateMarco Pesenti Gritti2003-02-062-0/+7
* Added the ability to import galeon and konqueror bookmarks.James Willcox2003-02-061-2/+64
* Dont crash when going to a not existent page.Marco Pesenti Gritti2003-02-051-0/+1
* Fix several menu accels I borked when porting to egg. Connect drag sourceMarco Pesenti Gritti2003-02-051-7/+77
* Add some icons, thanks to jorn to provide them. last api change seem toMarco Pesenti Gritti2003-02-032-1/+5
* Make favorites really work and avoid they crash when closing window, 0.5Marco Pesenti Gritti2003-02-011-0/+1
* Add icons, fix some minor appeareance stuff, rework ui updating to dealMarco Pesenti Gritti2003-01-314-96/+160
* Allow to drag also normal urls in the toolbars. Commit some fixes I did toMarco Pesenti Gritti2003-01-306-30/+90
* Fix bookmarks/smart bookmarks add to the toolbars.Marco Pesenti Gritti2003-01-303-14/+30
* Complete (or nearly) toolbar editor implementation. Bookmarks areMarco Pesenti Gritti2003-01-306-786/+312
* Reimplement data using GNode, cleaner. Give up on "autoapply" for now, gtkMarco Pesenti Gritti2003-01-291-215/+199
* Implement dragging from the editor. It's stilly buggy but I didnt expectMarco Pesenti Gritti2003-01-281-36/+255
* *** empty log message ***Marco Pesenti Gritti2003-01-263-6/+273
* Implement the data part of the toolbar editor. Partial implementation ofMarco Pesenti Gritti2003-01-244-4/+513
* Fix evil bug in id factory.Marco Pesenti Gritti2003-01-231-1/+4
* Reimplement encoding menus. Work around eggmenu finalization problems. FixMarco Pesenti Gritti2003-01-231-20/+42
* Fix autocompletion to not show duped entries. Complete print preview impl.Marco Pesenti Gritti2003-01-232-2/+27
* Fix chromesMarco Pesenti Gritti2003-01-221-2/+0
* Remove fs autocompletion, we are a browser after allMarco Pesenti Gritti2003-01-213-411/+0
* Api changes.Marco Pesenti Gritti2003-01-212-3/+4
* *** empty log message ***Marco Pesenti Gritti2003-01-211-0/+2
* Merge eog-menu-api branchMarco Pesenti Gritti2003-01-2141-55/+8805
* mass removeMarco Pesenti Gritti2003-01-2128-5938/+0
* 2003-01-12 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-01-127-176/+244
* *** empty log message ***Marco Pesenti Gritti2003-01-122-0/+87
* Move root nodes ids to ephy-types. Simple logging facility:Marco Pesenti Gritti2003-01-122-1/+13
* Extend ephy node to allow some reversed ids. Use it for baseMarco Pesenti Gritti2003-01-092-2/+22
* More work on the start here page.Marco Pesenti Gritti2003-01-084-17/+128
* forgot theseMarco Pesenti Gritti2003-01-072-0/+301
* Architecture for translatable xml/xsl start page.Marco Pesenti Gritti2003-01-072-1/+3
* Remove unnecessary markup from translations.Marco Pesenti Gritti2003-01-052-2/+4