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-05-09 13:33 DW, revision 10088

Update on Client Size determinations

2001-05-09 13:32 DW, revision 10087

More scrolling support

2001-05-09 10:19 VZ, revision 10086

fixed compilation

2001-05-09 04:31 DW, revision 10085

Fixing the GetClientsize to deal with OS/2's coordinate system.

2001-05-09 01:20 VZ, revision 10084

fixed wxExecute + DDE bug (merged from 2.2)

2001-05-09 01:14 VZ, revision 10083

fixed wxExecute + DDE bug

2001-05-08 22:44 VS, revision 10082

switched to new XPM code in wxMSW

2001-05-08 22:38 VS, revision 10081

applied patch for runtime loading of hhctrl.ocx (wxCHMHelpController should work with all compilers, not only MSVC, now)

2001-05-08 22:30 VS, revision 10080

changes update

2001-05-08 22:30 VS, revision 10079

removed wxUSE_XPM_IN_MSW from setup0.h

2001-05-08 22:29 VS, revision 10078

switched to new XPM code in wxMSW

2001-05-08 22:29 VS, revision 10077

dlg now centered

2001-05-08 22:29 VS, revision 10076

added makefile.vc

2001-05-08 22:29 VS, revision 10075

MSVC fixes for wxEditableListBox (still misteriously gives assertion failure when calling wxListCtrl::EditLabel)

2001-05-08 22:28 VS, revision 10074

fixed missing include

2001-05-08 22:28 VS, revision 10073
  • D /wxWidgets/trunk/src/xpm/makefile.vc
  • D /wxWidgets/trunk/src/xpm/XpmVC.dsp
  • D /wxWidgets/trunk/src/xpm/XpmVC.dsw
  • D /wxWidgets/trunk/src/xpm/xpm.dsp

removed MSVC libxpm makefiles

2001-05-08 22:27 VS, revision 10072

forgot to check in wxHtmlProcessor::IsEnabled test in wxHtmlWindow::SetPage

2001-05-08 22:26 VS, revision 10071

fixed typo in pragma implementation

2001-05-08 22:26 VS, revision 10070

added wxHtmlProcessor test

2001-05-08 22:26 VS, revision 10069

added wxLogError to wxCSConv so that it complains if the encoding is unknown

2001-05-08 22:26 VS, revision 10068

formatting

2001-05-08 22:25 VS, revision 10067

fixed operator== when used with wxNullColour

2001-05-08 22:25 VS, revision 10066

removed now obsoleted commented-out piece of code

2001-05-08 22:25 VS, revision 10065

ShowFullScreen is not MSW-only anymore, updated docs and samples

2001-05-08 19:51 RD, revision 10064

test for mousewheel constants separatly

2001-05-08 19:27 RD, revision 10063

Smoe more details for the setup and installer scripts

2001-05-08 19:13 SC, revision 10062

wxRadioBox fixed on mac

2001-05-08 18:43 VZ, revision 10061

fixed wxColour::operator==

2001-05-08 18:31 GD, revision 10060

added const for Mac OS X compilation

2001-05-08 18:04 GD, revision 10059
  • D /wxWidgets/trunk/src/mac/carbon/notebook.cpp
  • D /wxWidgets/trunk/src/mac/notebook.cpp

removed useless file (notebmac.cpp is the one that is used)

2001-05-08 16:54 JS, revision 10058

Removed wxXPMHandler

2001-05-08 16:08 SC, revision 10057

changed port handling

2001-05-08 15:59 SC, revision 10056

added xpm

2001-05-08 15:12 VZ, revision 10055

try to autodetect Win32 macros

2001-05-08 14:07 GD, revision 10054

added CreateFromXpm method that uses image xpm decoder use of the old xpm library code is conditionned by OBSOLETE_XPM_DATA_HANDLER which is set be default under Classic Mac OS and not set under Mac OS X

2001-05-08 14:01 GD, revision 10053

added CreateFromXpm method

2001-05-08 14:00 GD, revision 10052

corrected Mac OS X resource targets

2001-05-08 13:31 GD, revision 10051

added definition/initialisation of static class member

2001-05-08 13:29 GD, revision 10050

removed duplicated friend declaration

2001-05-08 11:55 SC, revision 10049

updated dead-strip linking

2001-05-08 11:51 SC, revision 10048

updated opengl

2001-05-08 11:49 SC, revision 10047

mac fixes part II

2001-05-08 10:11 JS, revision 10046

Added "set new icon" menu item to taskbar sample; updated some makefiles

2001-05-08 07:29 SC, revision 10045

mac fixes

2001-05-08 02:21 VZ, revision 10044

fix setting colour for a listctrl item (merged from 2.2)

2001-05-08 02:07 VZ, revision 10043

fix setting colour for a listctrl item

2001-05-08 01:09 VZ, revision 10042

correct fix for Maximize() for hidden frames

2001-05-08 01:01 VZ, revision 10041

don't maximize hidden frames - this breaks relation between internal shown flag and the real state

2001-05-08 00:13 RD, revision 10040

updated generated sources for wxMSW

2001-05-08 00:08 RD, revision 10039

Fixes for some changed stuff in wxHTML Fixed an annoying ocmpiler warning in the generated code Regenerated code for wxGTK