1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
2001-09-17 Benjamin Kahn <xkahn@ximian.com>
* src/popup.c: Fixed a bug where documents without application
handlers would segfault the applet if you right-clicked on
them. Also fixed the menu to say: add handler rather than
edit handlers.
2001-09-09 Benjamin Kahn <xkahn@ximian.com>
* Added file sorting and preferences work somewhat.
2001-07-25 Benjamin Kahn <xkahn@cybersites.com>
* Split main.c into multiple files for easier reading. Support
preliminary drag and drop. This doesn't work for Nautilus yet.
2001-07-15 Benjamin Kahn <xkahn@cybersites.com>
* src/preferences.c: Added a preferences option to the applet
right click menu. It's not hooked up yet.
* src/main.c: Added the beginnings of Drag n Drop support as
requested by clahey. Also, made the applet update the event loop
while building the menu. This results in a more snappy feeling.
It also results in a neat looking animation the first time the
applet is displayed.
* src/main.h: Added new prototypes for the preferences menu and
drag n drop.
|