| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not use _ as accellerators in bookmarks menus. | Marco Pesenti Gritti | 2003-09-24 | 2 | -0/+41 |
* | Implement a way to choose visible column in a menu. Not finished I need to | Marco Pesenti Gritti | 2003-09-21 | 1 | -3/+0 |
* | Fix check for return value of xmlSaveFileFormat, _maybe_ fixing the | Christian Persch | 2003-09-21 | 1 | -1/+1 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-09-20 | 1 | -0/+1 |
* | Remember the address in the location action, so we can restore it when we | Christian Persch | 2003-09-20 | 2 | -26/+43 |
* | Remove spurious code. | Christian Persch | 2003-09-20 | 1 | -8/+0 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-09-19 | 1 | -2/+2 |
* | Do not use .in for not to translate files. | Marco Pesenti Gritti | 2003-09-19 | 2 | -17/+59 |
* | Refactor node db loading functions into a common one in ephy-node-db. | Christian Persch | 2003-09-17 | 3 | -45/+101 |
* | Exchange the newly-deprecated g_value_set_object_take_ownership() with | Christian Persch | 2003-09-13 | 1 | -1/+1 |
* | Make sure to remove show_timeout also when the window is still not | Marco Pesenti Gritti | 2003-09-11 | 1 | -13/+8 |
* | Make spinner status per tab. Remove the default to tab pref, use tab by | Marco Pesenti Gritti | 2003-09-10 | 1 | -1/+1 |
* | gtk+ now supports invisible event boxes. Remove our custom implementation | Christian Persch | 2003-09-09 | 3 | -287/+0 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-09-04 | 1 | -3/+2 |
* | signature change in gtk | Marco Pesenti Gritti | 2003-09-04 | 1 | -0/+3 |
* | Use x,y only on drop, otherwise they are invalid. Damn that api suck. | Marco Pesenti Gritti | 2003-09-04 | 1 | -10/+13 |
* | Check if the target type match before highlighting the row and return | Marco Pesenti Gritti | 2003-09-04 | 1 | -1/+3 |
* | Mega-patch, changelog too long to paste here. | Christian Persch | 2003-09-01 | 17 | -148/+136 |
* | Fix problems with EphyNodeView, bookmarks and history dialogs and update | Marco Pesenti Gritti | 2003-08-31 | 1 | -1/+1 |
* | forgot files... | Marco Pesenti Gritti | 2003-08-29 | 6 | -1331/+0 |
* | Part of gtk 2.3 port, changelog too long to paste it | Marco Pesenti Gritti | 2003-08-29 | 36 | -10349/+174 |
* | Convert erroneous g_return_if_fail into a simple conditional return. | Christian Persch | 2003-08-24 | 1 | -1/+2 |
* | Make it NULL safe | Marco Pesenti Gritti | 2003-08-22 | 1 | -8/+34 |
* | Fix function signature, it's void instead of gboolean. Fix a logic error. | Christian Persch | 2003-08-21 | 1 | -5/+3 |
* | Fix drag dest implementation getting some code from nautilus. | Marco Pesenti Gritti | 2003-08-20 | 1 | -51/+233 |
* | Stop signals only when necessary on drag dest custom implementation. Make | Marco Pesenti Gritti | 2003-08-19 | 1 | -12/+42 |
* | Removed useless code (debug leftovers). | Christian Persch | 2003-08-17 | 1 | -6/+0 |
* | Remove unused variables and functions. | Christian Persch | 2003-08-17 | 1 | -212/+0 |
* | Add missing include for unlink(). | Christian Persch | 2003-08-17 | 1 | -0/+1 |
* | Fix compiler warnings. | Christian Persch | 2003-08-14 | 1 | -3/+3 |
* | Respect priority text preference. Ported from gtk. | Marco Pesenti Gritti | 2003-08-11 | 6 | -6/+120 |
* | Fix multiple rows dnd problems stealing some Nautilus code. | Marco Pesenti Gritti | 2003-08-11 | 1 | -16/+199 |
* | Fix mem leak. | Christian Persch | 2003-08-08 | 1 | -0/+2 |
* | Fix mem leaks. | Christian Persch | 2003-08-08 | 1 | -2/+7 |
* | Update | Marco Pesenti Gritti | 2003-08-08 | 2 | -7/+26 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-08-07 | 4 | -379/+0 |
* | Fix mem leaks. | Christian Persch | 2003-08-05 | 2 | -0/+5 |
* | Correct ref-counting. | Christian Persch | 2003-08-05 | 1 | -0/+7 |
* | Fix mem leak, patch from galeon. | Christian Persch | 2003-08-03 | 1 | -1/+6 |
* | Make sure props are saved when destroyed. | Marco Pesenti Gritti | 2003-08-01 | 1 | -8/+21 |
* | 2003-07-27 Marco Pesenti Gritti <marco@it.gnome.org> | Marco Pesenti Gritti | 2003-07-27 | 12 | -258/+282 |
* | Fix mem leak. | Christian Persch | 2003-07-27 | 1 | -5/+10 |
* | Make sure to remove the timeout on widget destruction | Marco Pesenti Gritti | 2003-07-25 | 1 | -18/+13 |
* | Yet another try to get context menu and selection beahviors right. | Marco Pesenti Gritti | 2003-07-23 | 1 | -68/+24 |
* | An input-only window event box, copied from eel's ell-input-event-box. | Christian Persch | 2003-07-22 | 3 | -0/+287 |
* | *** empty log message *** | Marco Pesenti Gritti | 2003-07-22 | 1 | -0/+9 |
* | Fix mem leak. | Christian Persch | 2003-07-22 | 1 | -0/+14 |
* | Use connect_object for the dialog destroy signal, so we dont unref the | Marco Pesenti Gritti | 2003-07-20 | 1 | -4/+4 |
* | Rework find implementation to integrate better with type ahead and to | Marco Pesenti Gritti | 2003-07-20 | 2 | -42/+3 |
* | Update | Marco Pesenti Gritti | 2003-07-14 | 1 | -0/+2 |