Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2016-05-09 08:38:04

Changes per page:

25 50 100 250 500 1000 2000

Changelog for wxWidgets (70435 changes):

2003-02-02 14:09 VZ, revision 19066

allow choosing language from the command line; small cleanup

2003-02-02 13:29 VZ, revision 19065

more std iostream + Unicode fixes; copy streams in blocks of 4Kb, not char by char

2003-02-02 13:22 SC, revision 19064

native picture clipboard support improved

2003-02-02 13:18 SC, revision 19063

pict setter added for clipboard support

2003-02-02 13:17 SC, revision 19062

factoring out common carbon/non-carbon clipboard support code

2003-02-02 12:46 VZ, revision 19061

use wxChar, not char, for the second argument of Open() and also use wxFopen() in the implementation

2003-02-02 03:05 VZ, revision 19060

indicate whether this is a selection or a deselection in wxCommandEvent generated by a multiselection wxListBox

2003-02-02 02:40 VZ, revision 19059

(blind) fix for compilation in standard iostreams + Unicode mode

2003-02-02 02:06 VZ, revision 19058

big wxCursor cleanup

2003-02-02 01:50 VZ, revision 19057

removed wxCURSOR_SIZING (we now use the std one)

2003-02-02 00:38 VZ, revision 19056

unsuccessful attempts to create resizable dir dlg without new folder button; added BIF_EDITBOX style; minor code cleanup

2003-02-01 23:30 VZ, revision 19055

what do we need a separate (from m_windowStyle) m_dialogStyle here for? removed

2003-02-01 22:51 VZ, revision 19054

show dir selection dialog both with and without new dir button

2003-02-01 21:10 CE, revision 19053

fix for bcc5.5 on XP

2003-02-01 21:08 CE, revision 19052

borland 5.5 on XP dislikes -WE line and dies; earlier systems ignore error

2003-02-01 21:04 VZ, revision 19051

implemented wxFileSelectorEx() (this fixes docview behaviour when multiple selections are specified in doc template)

2003-02-01 20:47 VZ, revision 19050

don't print 2 empty commands after building the program under non-Mac

2003-02-01 19:54 CE, revision 19049

fix bcc bug

2003-02-01 17:38 SC, revision 19048

corrected rectangle for refresh

2003-02-01 13:45 GD, revision 19047

Only call use uppercase letter if control, alt, or shift is held down, otherwise lower case accelerators won't work.

2003-02-01 00:59 RD, revision 19046

More tweaks for the MacPython distribution

2003-02-01 00:57 RD, revision 19045

Mad tabs consistent

2003-02-01 00:54 RD, revision 19044

Added RootVolumeOnly support

2003-01-31 23:09 VZ, revision 19043

silently ignore any X-fields in mime.types

2003-01-31 22:56 VZ, revision 19042

compilation fix for HP-UX CC