| Commit message (Expand) | Author | Age | Files | Lines |
* | Use ellipsising labels to shorten the bookmarks and topics titles in | Christian Persch | 2004-10-27 | 1 | -0/+20 |
* | Revert last change, it's a warning after all. | Christian Persch | 2004-10-27 | 1 | -0/+6 |
* | Make the confirm-close-with-form-data dialogue window modal, instead of | Christian Persch | 2004-10-27 | 1 | -0/+7 |
* | Make the crash revovery dialogue GTK_MESSAGE_QUESTION instead of _WARNING. | Christian Persch | 2004-10-27 | 1 | -0/+7 |
* | Use new gtk+ HIG message dialogue API. Fixes bug #130232. | Christian Persch | 2004-10-27 | 1 | -0/+11 |
* | Use gtk_widget_get_settings on the EphyDialog's window, not on the dialog | Christian Persch | 2004-10-27 | 1 | -0/+7 |
* | Use named icon for the logo in about dialogue. | Christian Persch | 2004-10-26 | 1 | -0/+6 |
* | De-couple instantiation and initialisation of the extensions manager. | Christian Persch | 2004-10-26 | 1 | -0/+11 |
* | Move window destruction after tab-removed signal emission. Fixes bug | Christian Persch | 2004-10-25 | 1 | -0/+8 |
* | Fix return type of tab_delete slot. | Christian Persch | 2004-10-25 | 1 | -0/+6 |
* | Unset the use-underline label property instead of doubling the | Christian Persch | 2004-10-25 | 1 | -0/+10 |
* | Use gtk_icon_size_lookup_for_settings() here. | Christian Persch | 2004-10-25 | 1 | -0/+10 |
* | Add EPHY_NODE_CHANGED signal. Patch by Peter Harvey. | Christian Persch | 2004-10-25 | 1 | -0/+42 |
* | Chain up to parent's dispose handler. | Christian Persch | 2004-10-24 | 1 | -0/+8 |
* | Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like the | Christian Persch | 2004-10-24 | 1 | -0/+93 |
* | Use gtk_selection_data_get_uris(). | Christian Persch | 2004-10-23 | 1 | -0/+7 |
* | Only multiplex [attach|detach]_window to extensions implementing the | Christian Persch | 2004-10-23 | 1 | -0/+8 |
* | Remove ephy_string_parse_uri_list, and use new glib function | Christian Persch | 2004-10-23 | 1 | -0/+13 |
* | Add tooltip on close button. Thanks to spark for the string review; fixes | Christian Persch | 2004-10-22 | 1 | -0/+7 |
* | Add tooltip on the drag handle. Fixes bug #155827. | Christian Persch | 2004-10-22 | 1 | -0/+9 |
* | Add tooltips on the arrows, and fix the tooltip on the "Up" button to be | Christian Persch | 2004-10-22 | 1 | -0/+14 |
* | Remove bogus debug output. | Christian Persch | 2004-10-22 | 1 | -0/+7 |
* | Add varargs version of ephy_dialog_get_control to get more than one | Christian Persch | 2004-10-22 | 1 | -0/+16 |
* | Document bug number. | Jordi Mallach | 2004-10-22 | 1 | -1/+1 |
* | Add manpage from Debian. | Jordi Mallach | 2004-10-22 | 1 | -0/+7 |
* | Better fix, taken from bug #135861. | Christian Persch | 2004-10-22 | 1 | -0/+7 |
* | Activate with double-click, as per HIG. Fixes bug #152899. | Christian Persch | 2004-10-22 | 1 | -0/+6 |
* | Fix import of bookmarks in root folder. Fixes bug #152443. | Christian Persch | 2004-10-20 | 1 | -0/+6 |
* | Validate extension XML files against an XSD Schema. | Adam Hooper | 2004-10-19 | 1 | -0/+10 |
* | Autoupdated.help | Christian Persch | 2004-10-18 | 1 | -0/+6 |
* | Fix compilation | Adam Hooper | 2004-10-18 | 1 | -0/+7 |
* | Fix EphyNode callback data destruction. Patch by Peter Harvey, fixes bug | Christian Persch | 2004-10-17 | 1 | -0/+9 |
* | R lib/ephy-module-loader.c: R lib/ephy-module-loader.h: A | Christian Persch | 2004-10-17 | 1 | -1/+57 |
* | reviewed by: Christian Persch <chpe@cvs.gnome.org> | Marco Pesenti Gritti | 2004-10-11 | 1 | -0/+33 |
* | Remove duplicate AM_PROG_INTLTOOL, fixes bug #155028. Use | Christian Persch | 2004-10-10 | 1 | -0/+8 |
* | No circular dependencies anymore. | Christian Persch | 2004-10-09 | 1 | -0/+9 |
* | When adding a bookmark, check if it has same node ID as one scheduled for | Christian Persch | 2004-10-08 | 1 | -0/+8 |
* | reviewed by: Christian Persch <chpe@cvs.gnome.org> | Marco Pesenti Gritti | 2004-10-08 | 1 | -0/+9 |
* | reviewed by: Christian Persch <chpe@cvs.gnome.org> | Marco Pesenti Gritti | 2004-10-08 | 1 | -0/+19 |
* | reviewed by: Christian Persch <chpe@cvs.gnome.org> | Marco Pesenti Gritti | 2004-10-07 | 1 | -0/+10 |
* | Remove unnecessary include. | Christian Persch | 2004-10-06 | 1 | -0/+6 |
* | Notify when entering or leaving print preview mode. Fixes bug #154591. | Christian Persch | 2004-10-06 | 1 | -0/+8 |
* | Grammar fix. Fixes bug #154605. | Christian Persch | 2004-10-06 | 1 | -0/+6 |
* | Fix a warning, noticed by Crispin. | Christian Persch | 2004-10-06 | 1 | -0/+7 |
* | Don't allow activation of the hidden menubar in ppv mode. | Christian Persch | 2004-10-06 | 1 | -0/+6 |
* | Fix print preview and fullscreen mode interaction. Fixes bug #154456. | Christian Persch | 2004-10-06 | 1 | -0/+9 |
* | Don't size-allocate unmapped tabs, fixing slow resizes. Fixes bug #128191. | Christian Persch | 2004-10-05 | 1 | -0/+8 |
* | R lib/egg/eggdropdowntoolbutton.c: R lib/egg/eggdropdowntoolbutton.h: | Christian Persch | 2004-10-05 | 1 | -0/+11 |
* | Set window icon. | Christian Persch | 2004-10-05 | 1 | -0/+8 |
* | Set window icon. | Christian Persch | 2004-10-05 | 1 | -0/+9 |
* | Set window icon. | Christian Persch | 2004-10-05 | 1 | -0/+13 |
* | Set ephy icon as window icon. | Christian Persch | 2004-10-05 | 1 | -0/+6 |
* | Set ephy icon as window icon. | Christian Persch | 2004-10-05 | 1 | -0/+6 |
* | Same here. | Christian Persch | 2004-10-05 | 1 | -0/+6 |
* | Same here. | Christian Persch | 2004-10-05 | 1 | -0/+6 |
* | Set window icon with gtk_window_set_icon_name(). | Christian Persch | 2004-10-05 | 1 | -0/+7 |
* | Set the window icon. | Christian Persch | 2004-10-05 | 1 | -0/+6 |
* | Arg 4 of gtk_icon_theme_lookup_icon is flags, not height. | Christian Persch | 2004-10-05 | 1 | -0/+6 |
* | Set epiphany icon on the about dialogue. | Christian Persch | 2004-10-05 | 1 | -0/+6 |
* | Clean up a bit. | Christian Persch | 2004-10-04 | 1 | -0/+11 |
* | Fix a warning. | Christian Persch | 2004-10-04 | 1 | -0/+6 |
* | Remove unused variable. | Christian Persch | 2004-10-03 | 1 | -0/+6 |
* | Recognise "Desktop" special downloads directory. Fixes bug #152926. | Christian Persch | 2004-10-02 | 1 | -0/+10 |
* | Add --with-mozilla to distcheck's configure arguments. | Christian Persch | 2004-10-02 | 1 | -0/+6 |
* | Simply use gtk_icon_theme_load_icon(). | Christian Persch | 2004-10-02 | 1 | -0/+6 |
* | Use gtk_window_set_default_icon_name(). | Christian Persch | 2004-10-02 | 1 | -0/+7 |
* | Remove explicit PAC autoconf call, it works perfectly ok without it. | Christian Persch | 2004-09-30 | 1 | -0/+7 |
* | Remove "abort", since you can have the same with --g-fatal-warnings. | Christian Persch | 2004-09-28 | 1 | -0/+6 |
* | Document EPHY_DEBUG_BREAK. | Christian Persch | 2004-09-28 | 1 | -0/+6 |
* | A data/default-prefs-common.js: A data/default-prefs-mozilla.js: A | Christian Persch | 2004-09-28 | 1 | -0/+12 |
* | Don't reference private objects from public headers. Fixes bug #153766. | Christian Persch | 2004-09-28 | 1 | -0/+16 |
* | Remove the hack, and just use the libc function for it. Thanks to Crispin | Christian Persch | 2004-09-27 | 1 | -0/+8 |
* | Improve configure check for DumpStackToFile to actually work. | Christian Persch | 2004-09-27 | 1 | -0/+6 |
* | Improved debugging support. Fixes bug #153805. | Christian Persch | 2004-09-27 | 1 | -0/+7 |
* | Install a placeholder for the view toggles group. Fixes bug #153767. | Christian Persch | 2004-09-27 | 1 | -1/+7 |
* | Make ephy-state.h public. | Christian Persch | 2004-09-27 | 1 | -0/+6 |
* | Fix compiler warnings. | Christian Persch | 2004-09-27 | 1 | -0/+14 |
* | Remove some unused code. Patch by Crispin Flowerday. | Christian Persch | 2004-09-26 | 1 | -0/+7 |
* | Install egg-toolbars-model.h | Marco Pesenti Gritti | 2004-09-26 | 1 | -0/+6 |
* | Remove another unnecessary define. | Christian Persch | 2004-09-26 | 1 | -0/+6 |
* | Remove an unnecessary define. | Christian Persch | 2004-09-26 | 1 | -0/+6 |
* | Mozilla API changes. | Christian Persch | 2004-09-25 | 1 | -0/+8 |
* | Remove reference to MOZILLA_FIVE_HOME. | Christian Persch | 2004-09-23 | 1 | -0/+6 |
* | Fix a mem leak. | Christian Persch | 2004-09-23 | 1 | -0/+6 |
* | Fix a mem leak. | Christian Persch | 2004-09-23 | 1 | -0/+6 |
* | Initialise position passed to gtk_editable_insert_text(). | Christian Persch | 2004-09-23 | 1 | -0/+6 |
* | Fix the build. | Christian Persch | 2004-09-22 | 1 | -0/+6 |
* | Simplified nsIContentPolicy API check. | Christian Persch | 2004-09-21 | 1 | -0/+7 |
* | Fix mozilla API checks to correctly detect firefox libraries. | Christian Persch | 2004-09-21 | 1 | -0/+20 |
* | Fix overflow in remaining time calculation. Fix bug #153136. Thanks to | Marco Pesenti Gritti | 2004-09-21 | 1 | -0/+7 |
* | Fix ChangeLog | Christian Persch | 2004-09-18 | 1 | -1/+0 |
* | Fix download progress indicator in downloader view. | Christian Persch | 2004-09-18 | 1 | -0/+8 |
* | reviewed by: Christian Persch <chpe@cvs.gnome.org> | Marco Pesenti Gritti | 2004-09-18 | 1 | -0/+10 |
* | Show the fullscreen button only when the window is active. Fix #115296. | Marco Pesenti Gritti | 2004-09-16 | 1 | -0/+8 |
* | Keep popup position synced with his size requisition. Fix #143585 | Marco Pesenti Gritti | 2004-09-16 | 1 | -0/+9 |
* | Port to GtkAboutDialog. | Christian Persch | 2004-09-16 | 1 | -0/+6 |
* | More fix for mozilla 1.7.3 API-non-change. | Christian Persch | 2004-09-16 | 1 | -0/+6 |
* | Fix for mozilla 1.7.3 API-non-change. | Christian Persch | 2004-09-15 | 1 | -0/+8 |
* | Add api to show a context menu. Useful to make distinction between key and | Marco Pesenti Gritti | 2004-09-15 | 1 | -0/+16 |
* | Better positioning of context menus for treeviews. Fix #152431 | Marco Pesenti Gritti | 2004-09-15 | 1 | -0/+9 |
* | Added (proposed) XML schema for Extension metadata files (work in | Adam Hooper | 2004-09-14 | 1 | -0/+8 |
* | Load/unload extensions based on GConf key | Adam Hooper | 2004-09-14 | 1 | -0/+36 |
* | Add ephy_window_get_ui_manager(), and remove the manager from the public | Christian Persch | 2004-09-14 | 1 | -0/+25 |
* | Add ChangeLog-20040912 to EXTRA_DIST. | Christian Persch | 2004-09-13 | 1 | -0/+6 |
* | Merging pre-gnome-2-10 branch to HEAD. | Christian Persch | 2004-09-13 | 1 | -10772/+2 |
* | Updatinggnome-2-8-branchpoint | Christian Persch | 2004-09-13 | 1 | -0/+10 |
* | Version 1.4.0. | Christian Persch | 2004-09-13 | 1 | -1/+10 |
* | - Fix non-well-formed XML | Shaun McCance | 2004-09-12 | 1 | -0/+5 |
* | Document popup window functionality (bug #145412) | Adam Hooper | 2004-09-08 | 1 | -0/+6 |
* | Added ne Nepali in ALL_LINGUAS | Pawan Chitrakar | 2004-09-05 | 1 | -0/+4 |
* | Add "ml" to ALL_LINGUAS. | Christian Persch | 2004-09-05 | 1 | -0/+6 |
* | Fix invisible status icon. Fixes bug #151501; patch approved by RT. | Christian Persch | 2004-09-02 | 1 | -0/+7 |
* | Post-release version bump.pre-gnome-2-10-branchpoint | Christian Persch | 2004-08-30 | 1 | -0/+6 |
* | === Release 1.3.8 ===Release138 | Christian Persch | 2004-08-30 | 1 | -0/+6 |
* | Version 1.3.8. | Christian Persch | 2004-08-30 | 1 | -0/+7 |
* | Make sure the filename to print to doesn't contain slashes. Fixes bug | Christian Persch | 2004-08-30 | 1 | -0/+8 |
* | Disable SSLv2 by default. | Christian Persch | 2004-08-30 | 1 | -0/+6 |
* | Translate this too. Translation by 佐藤 暁 (SATOH Satoru). | Christian Persch | 2004-08-29 | 1 | -1/+7 |
* | Updated. | Christian Persch | 2004-08-28 | 1 | -0/+6 |
* | Added japanese translation of the manual. Translated by SATOH Satoru <ss | Christian Persch | 2004-08-28 | 1 | -0/+16 |
* | popup_menu signal handler has to return gboolean, not void. | Christian Persch | 2004-08-28 | 1 | -0/+7 |
* | popup_menu signal handler has to return gboolean, not void. | Christian Persch | 2004-08-28 | 1 | -0/+7 |
* | Remove the save timeout on dispose. | Christian Persch | 2004-08-28 | 1 | -0/+8 |
* | Make sure to instantiate the toolbars model before instantiating the | Christian Persch | 2004-08-28 | 1 | -0/+8 |
* | Mozilla API change on stable branch. | Christian Persch | 2004-08-28 | 1 | -0/+6 |
* | QI instead of cast. | Christian Persch | 2004-08-28 | 1 | -0/+6 |
* | Get the position of the new tab after the tab_added signal was emitted, to | Christian Persch | 2004-08-27 | 1 | -0/+8 |
* | Make "FileSave" action obey lockdown too. Fixes bug #151039. | Christian Persch | 2004-08-26 | 1 | -0/+6 |
* | Post-release version bump. | Christian Persch | 2004-08-25 | 1 | -0/+6 |
* | === Release 1.3.7 ===Release137 | Christian Persch | 2004-08-25 | 1 | -0/+14 |
* | Post-release version bump. | Christian Persch | 2004-08-24 | 1 | -0/+6 |
* | === Release 1.3.6 ===Release136 | Christian Persch | 2004-08-24 | 1 | -0/+4 |
* | Version 1.3.6. | Christian Persch | 2004-08-24 | 1 | -0/+7 |
* | Sync. | Christian Persch | 2004-08-24 | 1 | -0/+7 |
* | Update for 1.3.6. | Christian Persch | 2004-08-23 | 1 | -0/+7 |
* | Just use the popup_menu signal. Fixes bug #150830. | Christian Persch | 2004-08-23 | 1 | -0/+12 |
* | Change hierarchy separator to "->". Fixes bug #149150. | Christian Persch | 2004-08-23 | 1 | -0/+6 |
* | Make the hierarchy separator a #define. | Christian Persch | 2004-08-23 | 1 | -0/+31 |
* | Merge from gnome-2-6 branch. | Christian Persch | 2004-08-23 | 1 | -0/+6 |
* | Fix a warning when moving tabs between windows; see bug #150822. | Christian Persch | 2004-08-23 | 1 | -0/+6 |
* | Fix crash when removing a password, introduced by the last commit. | Christian Persch | 2004-08-22 | 1 | -0/+7 |
* | Keep the passwords list in the pdm dialogue up-to-date wrt. new passwords | Christian Persch | 2004-08-22 | 1 | -0/+15 |
* | Set accel for normal zoom, as per HIG. | Christian Persch | 2004-08-22 | 1 | -0/+6 |
* | Add autoconf check for dlopen, and add '-dlopen self' to LDFLAGS. Fixes | Christian Persch | 2004-08-21 | 1 | -0/+8 |
* | Set default horizontal wheel action to 'scroll'. Fixes bug #148557. | Christian Persch | 2004-08-21 | 1 | -0/+7 |
* | Set mozilla binaries path before firing up. | Marco Pesenti Gritti | 2004-08-20 | 1 | -0/+7 |
* | Change guint to correct enum type. | Christian Persch | 2004-08-18 | 1 | -0/+9 |
* | Added "bs" to ALL_LINGUAS. Added Bosnian translation by Kenan Hadžiavdić | Christian Rose | 2004-08-17 | 1 | -0/+4 |
* | Added nb to ALL_LINGUAS. | Kjartan Maraas | 2004-08-16 | 1 | -0/+4 |
* | Remove superflous private struct. | Christian Persch | 2004-08-16 | 1 | -0/+6 |
* | Post-release version bump. | Christian Persch | 2004-08-16 | 1 | -0/+6 |
* | === Release 1.3.5 ===Release135 | Christian Persch | 2004-08-16 | 1 | -0/+6 |
* | Update for 1.3.5. | Christian Persch | 2004-08-16 | 1 | -0/+6 |
* | Version 1.3.5. Make dist produce a .tar.bz2 too. | Christian Persch | 2004-08-16 | 1 | -0/+7 |
* | Use GetLocalName instead of GetTagName to get the attribute name. Patch by | Christian Persch | 2004-08-16 | 1 | -0/+7 |
* | We don't build against 1.8a1, so don't list it in the help for | Christian Persch | 2004-08-12 | 1 | -0/+7 |
* | Remove unused variables. | Christian Persch | 2004-08-11 | 1 | -0/+7 |
* | Include mozilla-version.h; thanks to Crispin for testing. | Christian Persch | 2004-08-10 | 1 | -0/+6 |
* | Yet another mozilla API change. | Christian Persch | 2004-08-10 | 1 | -0/+7 |
* | Fix object property naming leftover from EggMenuMerge days, to UI manager. | Christian Persch | 2004-08-10 | 1 | -0/+25 |
* | 2004-08-09 Christian Persch <chpe@cvs.gnome.org> | Christian Persch | 2004-08-10 | 1 | -0/+7 |
* | Fix a mem leak. | Christian Persch | 2004-08-09 | 1 | -1/+7 |
* | Add bug # for reference | Christian Persch | 2004-08-09 | 1 | -1/+1 |
* | Fix compilation with gcc 2.95. | Christian Persch | 2004-08-09 | 1 | -0/+6 |
* | Include config.h upfront. | Christian Persch | 2004-08-09 | 1 | -0/+6 |
* | Only use this for gtk < 2.5.1, and just add a few #defines otherwise. | Christian Persch | 2004-08-09 | 1 | -0/+8 |
* | Free list and filter on finalize; fixes bug #149689. Use g_list_prepend | Christian Persch | 2004-08-09 | 1 | -0/+12 |
* | Fix compiler warning about anon enum mismatch. | Christian Persch | 2004-08-09 | 1 | -0/+7 |
* | Allow XUL windows to open new windows. | Christian Persch | 2004-08-09 | 1 | -1/+7 |
* | Sort topics in topic selector by name. Fixes #149639. | Christian Neumair | 2004-08-09 | 1 | -0/+7 |
* | Removed reference to ephy-ellipsizing-label. | Christian Persch | 2004-08-09 | 1 | -0/+10 |
* | R lib/widgets/ephy-ellipsizing-label.c: R | Christian Persch | 2004-08-08 | 1 | -0/+20 |
* | R src/epiphany.in: | Christian Persch | 2004-08-08 | 1 | -0/+9 |
* | Remove unused variable. | Christian Persch | 2004-08-08 | 1 | -0/+6 |
* | Include "ephy-string.h", fixes build with -Werror. | Christian Persch | 2004-08-08 | 1 | -0/+6 |
* | Consistent naming for nsresult vars. Since 'rv' had the majority, 'rv' it | Christian Persch | 2004-08-08 | 1 | -0/+12 |
* | Make ephy_embed_single_open_window() return the newly opened embed widget. | Christian Persch | 2004-08-08 | 1 | -0/+10 |
* | Make keyword search URL localisable. Fixes bug #144909. | Christian Persch | 2004-08-07 | 1 | -0/+7 |
* | Fix the reload workaround version checks to look for the correct versions. | Christian Persch | 2004-08-06 | 1 | -0/+10 |
* | Fix dragging of urls which gnome-vfs can't handle. Fix new tab positioning | Christian Persch | 2004-08-06 | 1 | -0/+17 |
* | Fix restoring the history window on resume. | Christian Persch | 2004-08-06 | 1 | -0/+7 |
* | Avoid overwriting the session file while resuming; preserves the crashed | Christian Persch | 2004-08-06 | 1 | -0/+9 |
* | Now that mozilla bug #246392 is fixed, only enable our work-around for old | Christian Persch | 2004-08-06 | 1 | -0/+9 |
* | Use s/""/NULL/ in g_string_new(). | Christian Persch | 2004-08-06 | 1 | -0/+6 |
* | Make ephy_session_get_windows() return only the list of EphyWindows, and | Christian Persch | 2004-08-06 | 1 | -0/+11 |
* | Code cleanup. | Christian Persch | 2004-08-05 | 1 | -0/+6 |
* | Fix mem leak; noticed by Jean-François Rameau. | Christian Persch | 2004-08-04 | 1 | -0/+6 |
* | Fix mem leak; noticed by Jean-François Rameau. | Christian Persch | 2004-08-04 | 1 | -0/+6 |
* | Move g_set_application_name() call after gnome_program_init(), | Christian Persch | 2004-08-02 | 1 | -0/+7 |
* | Don't QI the event target to nsIDOMEventReceiver and back to | Christian Persch | 2004-08-02 | 1 | -0/+9 |
* | Post-release version bump. | Christian Persch | 2004-08-01 | 1 | -0/+6 |
* | === Release 1.3.4 ===Release134 | Christian Persch | 2004-08-01 | 1 | -0/+7 |
* | Version 1.3.4. | Christian Persch | 2004-08-01 | 1 | -0/+10 |
* | Diconnect from screen's size-changed signal on finalize too. | Christian Persch | 2004-08-01 | 1 | -0/+10 |
* | Rename property to "popups-allowed" consistently. Move page change | Adam Hooper | 2004-08-01 | 1 | -0/+11 |
* | Fix a mem leak. | Christian Persch | 2004-07-31 | 1 | -0/+6 |
* | Confirm before overwriting a file. Fixes bug #143501. | Christian Persch | 2004-07-31 | 1 | -0/+6 |
* | Start the directory choose in the home dir. Fixes bug #146055. | Christian Persch | 2004-07-31 | 1 | -0/+6 |
* | Fix submenu creation with non-ascii topic names. Fixes bug #147469. | Christian Persch | 2004-07-31 | 1 | -0/+7 |
* | Fix signedness difference warnings with gcc 3.5. Patch by Jon Oberheide. | Christian Persch | 2004-07-31 | 1 | -0/+19 |
* | Small code style cleanups. | Christian Persch | 2004-07-31 | 1 | -0/+16 |
* | Free node data and destroy nodes on finalize. | Christian Persch | 2004-07-31 | 1 | -0/+9 |
* | Correctly clear the not-removable toolbar flag. | Christian Persch | 2004-07-31 | 1 | -0/+6 |
* | Don't use -include which compilers other than gcc don't understand. | Christian Persch | 2004-07-31 | 1 | -0/+35 |
* | Fix a call to egg_toolbars_model_set_flags(). | Christian Persch | 2004-07-30 | 1 | -0/+6 |
* | Mozilla API change. | Christian Persch | 2004-07-29 | 1 | -0/+6 |
* | Remove load_proxy_autoconf() vfunc. | Christian Persch | 2004-07-27 | 1 | -0/+12 |
* | Switch parameter order for egg_toolbars_model_set_flags(). | Christian Persch | 2004-07-26 | 1 | -0/+10 |
* | Fix "Save Link As" filechooser title, and change capitalisation on the | Christian Persch | 2004-07-25 | 1 | -0/+9 |
* | Make sure we don't release the single observer more than | Christian Persch | 2004-07-25 | 1 | -0/+7 |
* | Disallow some more characters in the suggested filename. | Christian Persch | 2004-07-25 | 1 | -0/+6 |
* | #include <nsEmbedString.h> | Adam Hooper | 2004-07-25 | 1 | -0/+6 |
* | Make egg_toolbar_editor_add_action public again. | Christian Persch | 2004-07-24 | 1 | -0/+7 |
* | Remove some unneeded includes. | Christian Persch | 2004-07-24 | 1 | -0/+6 |
* | Don't load the status icon from the file, use the registered stock icon | Christian Persch | 2004-07-24 | 1 | -0/+7 |
* | Refactores storing the security info, move it into EphyBrowser. | Christian Persch | 2004-07-24 | 1 | -0/+9 |
* | Do not remove the topic when rename is cancelled. | Marco Pesenti Gritti | 2004-07-23 | 1 | -0/+13 |
* | Add support for toggles. When editing is canceled remove the node. | Marco Pesenti Gritti | 2004-07-23 | 1 | -0/+29 |
* | Simplify node view filtering code and make it a normal property (no more | Marco Pesenti Gritti | 2004-07-23 | 1 | -0/+19 |
* | Use gobject constructor | Marco Pesenti Gritti | 2004-07-23 | 1 | -0/+7 |
* | Ignore the microseconds part of the g_timer_elapsed call, its redundant | Christian Persch | 2004-07-23 | 1 | -0/+9 |
* | No need to make proxy PAC configuration public, we only use it in a pref | Christian Persch | 2004-07-23 | 1 | -0/+10 |
* | Handle the case where the downloads dir cannot be created gracefully. Fix | Marco Pesenti Gritti | 2004-07-22 | 1 | -0/+10 |
* | Handle the bookmark in the root folder case correctly. Fix #145611 | Marco Pesenti Gritti | 2004-07-22 | 1 | -0/+8 |
* | Fix mem leaks (ported from Galeon). | Christian Persch | 2004-07-22 | 1 | -0/+7 |
* | Added application/xhtml+xml, text/html, text/xml for MimeType entry. | Xan Lopez | 2004-07-22 | 1 | -0/+6 |
* | No need to use a weak ref for the observer, makes the single code easier. | Marco Pesenti Gritti | 2004-07-21 | 1 | -0/+9 |
* | Pass single to the sniffer and weak ref it. Fix #141928 | Marco Pesenti Gritti | 2004-07-21 | 1 | -0/+9 |
* | === Release 1.3.3 ===Release133 | Marco Pesenti Gritti | 2004-07-20 | 1 | -0/+8 |
* | Add disable_quit, disable_new_window, first_window_fullscreen lockdown | Marco Pesenti Gritti | 2004-07-19 | 1 | -0/+13 |
* | Since the print dialogue is modal the filechooser needs to be modal too. | Christian Persch | 2004-07-17 | 1 | -0/+7 |
* | Improve sort/priority API. | Marco Pesenti Gritti | 2004-07-15 | 1 | -0/+17 |
* | Add a Properties item to bookmark context menu | Marco Pesenti Gritti | 2004-07-13 | 1 | -0/+10 |
* | When opening bookmarks in a tab from toolbars jump to them. | Marco Pesenti Gritti | 2004-07-11 | 1 | -0/+6 |
* | Disable sliding when not in toolbar editing mode. We cant assume | Marco Pesenti Gritti | 2004-07-11 | 1 | -0/+9 |
* | Make sure we stop the drag check also when button is released while the | Marco Pesenti Gritti | 2004-07-11 | 1 | -0/+8 |
* | Add api to move items. | Marco Pesenti Gritti | 2004-07-11 | 1 | -0/+16 |
* | Hide the item when dragging it like we do for normal toolbars. | Marco Pesenti Gritti | 2004-07-11 | 1 | -0/+10 |
* | Implement topics drag and drop. Totally tricky but it seem to work fine :) | Marco Pesenti Gritti | 2004-07-11 | 1 | -0/+12 |
* | Fix a mem leak. | Christian Persch | 2004-07-11 | 1 | -0/+6 |
* | Depend on lignomeui >= 2.6.0. | Christian Persch | 2004-07-09 | 1 | -0/+6 |
* | Plug leak, thanks to Crispin. | Xan Lopez | 2004-07-09 | 1 | -0/+6 |
* | When moving in the same toolbar force GDK_ACTION_MOVE. Fix #145529 | Marco Pesenti Gritti | 2004-07-09 | 1 | -0/+7 |
* | Don't convert filename encoding here, since we use it as UTF-8 in | Christian Persch | 2004-07-07 | 1 | -0/+7 |
* | Add "he" to ALL_LINGUAS. | Christian Persch | 2004-07-07 | 1 | -0/+6 |
* | Post-release version bump. | Christian Persch | 2004-07-07 | 1 | -0/+6 |
* | === Release 1.3.2 ===Release132 | Christian Persch | 2004-07-07 | 1 | -0/+4 |
* | Version 1.3.2. | Christian Persch | 2004-07-07 | 1 | -0/+7 |
* | <chpe> didn't I said to make that NS_IF_ADDREF () ? <xan> mmm, yes | Xan Lopez | 2004-07-07 | 1 | -133/+142 |
* | -1 is valid button number, it's used for synthesised "mouse" events on | Christian Persch | 2004-07-07 | 1 | -0/+7 |