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

2010-06-17 19:55 JTN, revision 64613

Restored image sample

2010-06-17 19:53 JTN, revision 64612

wxBitmap XBM loading

2010-06-17 19:09 JTN, revision 64611

Fixing last commit

2010-06-17 19:02 JTN, revision 64610

Renaming conversion functions and GetHandle()

2010-06-17 17:47 JWE, revision 64609

Correct input bugs. To complete, I have to test multi-fields and found a utf8 execution error

2010-06-17 16:39 VS, revision 64608

Document that wxTextEntry was added in 2.9.0.

2010-06-17 15:04 VS, revision 64607

Compilation fix for GetAvailableTranslations().

2010-06-17 15:04 VS, revision 64606

Make the wxArrayString(int) ctor explicit.

2010-06-17 11:33 SJL, revision 64605

Add very basic implementation of wxTestableFrame. Update TextEntryTestCase to use the new event counting system.

2010-06-16 21:57 JWE, revision 64604

correct some bugs like size of mask and Apply formatcode. Update unitary test

2010-06-16 16:09 VS, revision 64597

Add wxTranslations::GetAvailableTranslations().

2010-06-15 23:31 JWE, revision 64595

fix bugs with ApplyFormatCodes, finished to connect the text ctrl and the mask, beginning testing and correct bugs. Update methods and unitary tests

2010-06-15 15:34 JMS, revision 64594

Fix compilation when wxAny was disabled (fixes #12148)

2010-06-15 14:55 JWE, revision 64593

added the connection between the mask and the textCtrl. Compiled and linked

2010-06-15 10:56 MYA, revision 64592

Modify according to Julian advice. 1. Dialog controls change 2. Copy function added.

2010-06-14 17:12 JMS, revision 64589

Added wxIsPod<>. Use it in wxAny instead of wxIsMovable<>.

2010-06-14 14:08 JWE, revision 64588

add sample and connected the textCtrl with the mask

2010-06-14 10:58 MW, revision 64587

Corrections to the previous commmit.

2010-06-14 08:00 MW, revision 64586

Add --disable-gui and --disable-all-features builds to the ravnsgaard buildbot.

2010-06-13 16:30 FM, revision 64583

moved non-interactive tests for wxDynamicLibrary, wxGet/SetEnv, wxTempFile, wxCopyFile to appropriate CppUnit test suites; removed wxFile and wxTextFile tests (complete testsuites already exist for them)

2010-06-13 16:05 MYA, revision 64582

Some remain works for image rescale. 1. Use wxDynamicCast instead of C++ one; 2. Use a temp wxImage to rescale and show; 3. We can use two digits under dicemal dot.

2010-06-13 15:35 MYA, revision 64580

The image can scale with user input now.

2010-06-13 12:00 JMS, revision 64578

Use wxComboCtrl::SetTextCtrlStyle() in the combo sample

2010-06-13 11:59 JMS, revision 64577

Added wxComboCtrl::SetTextCtrlStyle()

2010-06-13 10:46 JMS, revision 64576

Documented pythonic iterators