From: <ma...@us...> - 2003-12-31 11:44:52
|
Update of /cvsroot/sharedaemon/ui-wx In directory sc8-pr-cvs1:/tmp/cvs-serv2673 Modified Files: Changelog Log Message: Last two days improvements. Index: Changelog =================================================================== RCS file: /cvsroot/sharedaemon/ui-wx/Changelog,v retrieving revision 1.119 retrieving revision 1.120 diff -u -d -r1.119 -r1.120 --- Changelog 29 Dec 2003 06:22:42 -0000 1.119 +++ Changelog 31 Dec 2003 11:44:49 -0000 1.120 @@ -25,9 +25,25 @@ # This also helps in backtracking changes, or reviewing development history. # ############################################################################### +2003/12/31 Alo Sarv + * Fixed font colours in toolbar when using radical colour schemes on + wxMSW. + +2003/12/30 Alo Sarv + * Improved BSD support. + * wxMSW vertical toolbar and wxMac toolbar don't support controls - + using old-style toolbar there. + * Faster shutdown. + * Detached frames now have icons. + * Fixed sidebar buttons on wxMac. + * Fixed bitmapbutton/toolbarbutton fonts on wxMac and wxGTK2. + 2003/12/29 Alo Sarv * Fixed win9x font issues; now using system font for bitmapbuttons. * Log messages are also now passed to log box on server page. + * Fixed fullscreen-mode on wxMSW, added fullscreen option to menubar + and fixed toolbar popup-menu positioning while in fullscreen. + * Fixed variable redefinition warnings with MS VC6. 2003/12/28 Alo Sarv * Applied patch 866355: Hetfields GTK-tray improvements: |