| Commit message (Expand) | Author | Age | Files | Lines |
* | This dialogue doesn't need to be modal. | Christian Persch | 2004-11-08 | 1 | -2/+3 |
* | We always have config.h, no need to guard its inclusion. | Christian Persch | 2004-11-03 | 1 | -2/+0 |
* | Private data is 0-initialised, no need to set members to NULL, 0, or | Christian Persch | 2004-10-28 | 1 | -4/+0 |
* | Use new gtk+ HIG message dialogue API. Fixes bug #130232. | Christian Persch | 2004-10-27 | 1 | -50/+17 |
* | Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like the | Christian Persch | 2004-10-24 | 1 | -6/+6 |
* | *** empty log message *** | Marco Pesenti Gritti | 2004-10-08 | 1 | -1/+1 |
* | Set window icon. | Christian Persch | 2004-10-05 | 1 | -9/+4 |
* | Add support for toggles. When editing is canceled remove the node. | Marco Pesenti Gritti | 2004-07-23 | 1 | -2/+1 |
* | Use guint consistently for node ids | Marco Pesenti Gritti | 2004-06-24 | 1 | -2/+2 |
* | Factor out the helper to select a treeview row by column and use it also | Marco Pesenti Gritti | 2004-06-22 | 1 | -0/+1 |
* | Add a New topic button to the new bookmark dialog. | Marco Pesenti Gritti | 2004-06-22 | 1 | -0/+15 |
* | Use g_markup_print_escaed(). | Christian Persch | 2004-06-15 | 1 | -4/+2 |
* | Escape strings before using them with markup in labels. | Christian Persch | 2004-06-15 | 1 | -2/+4 |
* | *** empty log message *** | Marco Pesenti Gritti | 2004-03-17 | 1 | -1/+2 |
* | Use icon theme icon for add bookmark | Marco Pesenti Gritti | 2003-11-22 | 1 | -1/+1 |
* | Use new glib gi18n.h instead of bonobo's bonobo-i18n.h. | Christian Persch | 2003-11-06 | 1 | -1/+1 |
* | ephy_new_bookmark_construct): | Christian Persch | 2003-09-17 | 1 | -1/+1 |
* | Mega-patch, changelog too long to paste here. | Christian Persch | 2003-09-02 | 1 | -12/+8 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-07-06 | 1 | -2/+0 |
* | Suggest the address as title when web page has no title. | Marco Pesenti Gritti | 2003-06-15 | 1 | -1/+14 |
* | Get rid of starthere: and default to google, as discussed with Seth. Add a | Marco Pesenti Gritti | 2003-06-09 | 1 | -13/+1 |
* | Fix mem leak. | Christian Persch | 2003-06-07 | 1 | -0/+2 |
* | Yet more new tab logic fixes. | Xan Lopez | 2003-05-22 | 1 | -2/+2 |
* | s/address/page. This always bothered me. | David Bordoley | 2003-05-21 | 1 | -1/+1 |
* | Made (hopefully) all dialogs HIG compliant, at least when it comes to spacing. | Christian Neumair | 2003-05-20 | 1 | -6/+9 |
* | Fixed many issues mentioned in #112781. | Christian Neumair | 2003-05-17 | 1 | -1/+5 |
* | Add some flags so that we can choose to save position or size or both. | David Bordoley | 2003-05-14 | 1 | -1/+2 |
* | Don't split sentences. | Xan Lopez | 2003-05-14 | 1 | -3/+7 |
* | Don't go modal when showing the duplicate bookmark dialog. | David Bordoley | 2003-05-14 | 1 | -4/+24 |
* | Get rid of the unneeded convenience callback since no one is try to make | David Bordoley | 2003-05-13 | 1 | -18/+4 |
* | Don't allow to have more than one bookmark with the same URL^H^H^Haddress, | Xan Lopez | 2003-05-13 | 1 | -1/+71 |
* | Convenience function for displaying help. Remove unneeded include of | David Adam Bordoley | 2003-05-09 | 1 | -7/+4 |
* | Fix memory leak while saving bookmarks, and performance problem during | Osma Ahvenlampi | 2003-05-06 | 1 | -0/+2 |
* | Hookup to the response signal instead of using gtk_dialog_run. Prevents us | David Bordoley | 2003-04-26 | 1 | -4/+19 |
* | Added some help buttons to the new bookmark, and properties dialogs. | David Bordoley | 2003-04-15 | 1 | -1/+12 |
* | Update. | Marco Pesenti Gritti | 2003-04-09 | 1 | -2/+0 |
* | Just show the new bookmark dialog, don't go modal. | David Bordoley | 2003-04-06 | 1 | -0/+2 |
* | Update to reflect changes in EphyTopicSelector api. Wrap the topic | David Bordoley | 2003-03-31 | 1 | -2/+12 |
* | Use hotkeys to navigate around the dialog. | David Bordoley | 2003-03-30 | 1 | -13/+15 |
* | Dont put special keywords in the topics list. Use ephy-state for size of | Marco Pesenti Gritti | 2003-03-25 | 1 | -4/+9 |
* | New epiphany-bookmark-page stock image. I'm not at all attached to this | David Bordoley | 2003-03-25 | 1 | -1/+10 |
* | Some more bookmarks work ... | Marco Pesenti Gritti | 2003-03-22 | 1 | -1/+1 |
* | Begin bookmarks editor redesign. Please still dont use it or you really | Marco Pesenti Gritti | 2003-03-22 | 1 | -29/+20 |
* | s/Keywords/Topics/ | Xan Lopez | 2003-03-09 | 1 | -1/+1 |
* | Allow to drag also normal urls in the toolbars. Commit some fixes I did to | Marco Pesenti Gritti | 2003-01-30 | 1 | -5/+13 |
* | Use favicons in bookmarks. Use titles for session history when possible. | Marco Pesenti Gritti | 2003-01-13 | 1 | -0/+18 |
* | 2003-01-12 Marco Pesenti Gritti <marco@it.gnome.org> | Marco Pesenti Gritti | 2003-01-12 | 1 | -4/+2 |
* | Remove unnecessary markup from translations. | Marco Pesenti Gritti | 2003-01-05 | 1 | -2/+7 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-01-02 | 1 | -0/+2 |
* | Initial revision | Marco Pesenti Gritti | 2002-12-31 | 1 | -0/+340 |