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):

2001-02-27 21:38 SC, revision 9438

added calls for invalidating the dc setup on mac explicitely (needed in case of nested updates (e.g. writing a message to a text control while being in paint mode)

2001-02-27 21:35 SC, revision 9437

added a call for invalidating the dc setup on mac explicitely (needed in case of nested updates (e.g. writing a message to a text control while being in paint mode)

2001-02-27 00:38 VZ, revision 9436

another fix for wxChoice/wxComboBox height setting - this one is tested!

2001-02-26 22:24 GD, revision 9435

added CodeWarrior projects for Classic Mac OS

2001-02-26 20:12 RR, revision 9434

wxMac: Added wxControlNameStr. (second try).

2001-02-26 10:41 VZ, revision 9433

matching changes for makefile.g95

2001-02-26 10:34 VZ, revision 9432

applied the patch 403906 (cleanall target for mingw32 makefiles)

2001-02-26 10:24 VZ, revision 9431

applied patch 403988 (fixing MDI window menu)

2001-02-26 10:21 VZ, revision 9430

applied patch 403898 (fixing msw/tabctrl.cpp include)

2001-02-26 10:17 VZ, revision 9429

applied patch 404136 which is supposed to fix BC5.5 crashes

2001-02-26 10:03 VZ, revision 9428

applied patch 403956 (gcc warning fix)

2001-02-26 07:14 GD, revision 9427

added missing method to set colour from hex value

2001-02-23 22:52 vaclavslavik, revision 9426

using wxURL now enforces linking http.o, ftp.o and sckfile.o

2001-02-23 20:28 vadz, revision 9425

fixed GetMargins() compilation

2001-02-23 19:46 csomor, revision 9424

Define wxUSE_NOTEBOOK for Mac. Required ny sizer.

2001-02-23 19:45 csomor, revision 9423

Dont crash wxFileDialog on Mac when calling CentreOnXXX. Do nothing.

2001-02-23 19:00 vaclavslavik, revision 9422

documented fs_zip bugfix

2001-02-23 16:35 vadz, revision 9421

added GetMargins()

2001-02-23 15:40 vadz, revision 9420

fixed typo

2001-02-23 15:40 vadz, revision 9419

added another fix for INT32 and cygwin

2001-02-23 15:33 vadz, revision 9418

added Spanish translations

2001-02-22 23:43 vaclavslavik, revision 9417

fixed FindFirst/FindNext in fs_zip, it should find all directories now

2001-02-22 17:46 juliansmart, revision 9416

Added PROIO_ prefix to yyparse to get it to link.

2001-02-22 17:29 juliansmart, revision 9415

Attempted to improve tip window behaviour, but kill focus still not working in wxGTK. wxTipWindow now has wxTipWindowView child.

2001-02-22 13:56 juliansmart, revision 9414

wxLIST_STATE_FOCUSED -> wxLIST_STATE_SELCTED in GetItemState (typo)