Clipboard/TODO
Cristian Henzel d1fe47618e ClipIt-v1.3.0-14112010001
+ Added: Added "Edit" and "Remove" buttons to the "Manage History" dialog.
+ Fixed: Major speed improvements for big history entries while:
		searching through the history;
		populating the "Manage History" dialog;
		generating the popup menus;
	All of these should now be more than 99% faster, at the expense
	of an (at most) 1MB overhead. I think it's worth it, though.
+ Fixed: Fixed a drawing issue with the small history menu when activated
		by clicking on the systray icon.
2011-05-23 13:52:07 +03:00

8 lines
321 B
Plaintext

+ Add primary support for CLI.
+ Static entries.
+ Added variable to hold return values of fread and system, we should
actually use that return value to display an error if there was one.
+ Redo Preferences dialog.
+ Clean up the code and indent it properly.
+ Move all pop-up and menu functions from main.c to menus.c.