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-06-22 01:31 VZ, revision 10639

1. fixed wxBase RPM template 2. fixed several erros in filelist.txt 3. regenarated everything

2001-06-22 01:28 VZ, revision 10638

compilation fixes

2001-06-22 01:28 VZ, revision 10637

some typos fixed

2001-06-22 00:22 VZ, revision 10636

fix for rpm uninstallation

2001-06-22 00:03 VZ, revision 10635

finally, wx/setup.h is not needed in the .spec

2001-06-21 23:54 VZ, revision 10634

regenerated again

2001-06-21 23:45 VZ, revision 10633

fixed bug in baserpm.t and regenerated

2001-06-21 23:32 VZ, revision 10632

added missing files to the RPM

2001-06-21 23:30 VZ, revision 10631

regenerated with tmake

2001-06-21 18:37 VZ, revision 10630

wxBase compilation fix

2001-06-21 18:31 VZ, revision 10629

possible compilation problem fix

2001-06-21 18:25 VZ, revision 10628

enabled all tests for the release

2001-06-21 18:24 VZ, revision 10627

oops... fix for the fix for config.status

2001-06-21 18:12 VZ, revision 10626
  • D /wxWidgets/trunk/samples/internat/de/wxstd.mo
  • D /wxWidgets/trunk/samples/internat/de/wxstd.po
  • D /wxWidgets/trunk/samples/internat/fr/wxstd.mo
  • D /wxWidgets/trunk/samples/internat/fr/wxstd.po

removed obsolete files

2001-06-21 18:12 VZ, revision 10625

some warnings fixed

2001-06-21 17:53 VZ, revision 10624

fixed warning about multiline comment

2001-06-21 17:53 VZ, revision 10623

enable all tests

2001-06-21 17:53 VZ, revision 10622

1. use tar.bz2 as sources, not tar.gz 2. fix URL in the spec files

2001-06-21 17:52 VZ, revision 10621

don't move the file to itself in AC_OUTPUT, this allows to run config.status after configure

2001-06-21 17:51 VZ, revision 10620

1. added erase and event samples to the distribution 2. tar.bz2 now unpacks into wxTOOLKIT-VERSION and not wxTOOLKIT as well

2001-06-21 17:18 VZ, revision 10619

added ru files to the trunk, removed obsolete wxstd files

2001-06-20 13:16 VS, revision 10618

fixed yet another bug in wxHtmlTag's parameters parser

2001-06-19 19:19 , revision 10617

This commit was manufactured by cvs2svn to create tag 'WX_2_2_7'.

2001-06-19 19:19 RD, revision 10616

Updated version number

2001-06-19 12:56 DW, revision 10615

Some OS/2 catching up.

2001-06-19 12:12 VZ, revision 10614

fixed <iostream> detection

2001-06-19 08:39 VZ, revision 10613

fixed OLE path as in 2.3 branch

2001-06-19 08:38 VZ, revision 10612

added [bzip-]dist-only targets to the makefile

2001-06-18 22:37 VS, revision 10611

applied patch #432997 (wxHTML added to Watcom makefiles)

2001-06-18 17:41 VZ, revision 10610

implemented text styles for GTK+

2001-06-18 15:52 DW, revision 10609

define this, wxSIZE_T_IS_UINT, for OS/2.

2001-06-17 22:41 JS, revision 10608

Reduced true colour icon (!) to 16 colours, updated project files and scripts

2001-06-17 18:34 JS, revision 10607

Makefile and other small corrections

2001-06-17 13:32 JS, revision 10606

Canvas lib precompiled header fix; doc typos fixes; makefile.vc dbtable.cpp addition

2001-06-17 13:25 VZ, revision 10605

more region tests

2001-06-17 13:14 VZ, revision 10604

fixed clip rect when logical coords != device ones

2001-06-17 10:41 VS, revision 10603

fixed stream error handling

2001-06-16 22:57 VZ, revision 10602

warning fix

2001-06-16 22:48 VZ, revision 10601

added GetSizer

2001-06-16 21:13 GD, revision 10600

disable toggle button under Mac OS X (not yet implemented)

2001-06-16 21:11 GD, revision 10599

added listbox creation under Mac OS X and toggle buttons

2001-06-16 01:36 VZ, revision 10598

applied patch #428104 (SetSizeHints() for wxMDIChildFrame)

2001-06-16 01:22 VZ, revision 10597

oops, compilation fix

2001-06-16 01:21 VZ, revision 10596

applied patch 433505 (MDI parent activation fix)

2001-06-16 01:17 VZ, revision 10595

applied 2nd part of flicker reducing patch

2001-06-16 01:14 VZ, revision 10594

applied patch 427702 (remove flicker)

2001-06-16 01:09 VZ, revision 10593

applied (part of) patch 433176 (reduce flicker)

2001-06-16 00:59 VZ, revision 10592

1. improved wxKill() implementation for Win32 2. added wxKillError output parameter to wxKill 3. added wxProcess::Kill() and Exists() 4. documented all the new stuff 5. updated the sample to show it

2001-06-15 23:08 VZ, revision 10591

subclass status bar as any normal window to ensure that the events from the controls inside it are processed normally

2001-06-15 22:55 VZ, revision 10590

compilation fixes and some cleanup

2001-06-15 22:05 VS, revision 10589

added wxDynamicLibrary as suggested by Vadim

2001-06-15 21:43 RD, revision 10588

Added ability to use xml resource files. Still need to add ability to subclass wxXmlResourceHandler, etc... Added wxGridAutoEditMixin to the mixins library package. Made ColourSelect be derived from wxButton. Fixed a few bugs here and there, added some missing methods, etc.

2001-06-15 17:48 VZ, revision 10587

fix for brain dead egcs - this stupid compiler not only doesn't compile what it should but also compiles junk which it shouldn\'t!

2001-06-15 16:37 VZ, revision 10586

applied patch 433352 (fix for wxTextCtrl::SetForegroundColor())

2001-06-15 14:34 JS, revision 10585

Added missing settings.h include (sorry)

2001-06-15 14:27 VZ, revision 10584

fixed size_t == uint detection

2001-06-15 13:34 JS, revision 10583

Moved metafile helpers from utilsexc.cpp to utils.cpp -- seemed more appropriate!

2001-06-15 12:59 JS, revision 10582

Sync'ed show-window flag in MDI child constructor; added initial wxKill implementation for wxMSW

2001-06-15 11:44 VZ, revision 10581

applied patch 430963 (fix for wxRegConfig::SetPath("//foo")

2001-06-15 11:37 VZ, revision 10580

applied patch 430961 (fix for wxHashTable::Put(key, value, object)

2001-06-15 01:30 VZ, revision 10579

restored (and slightly improved) wxImage::Scale() fix

2001-06-15 01:15 VZ, revision 10578

define wxSIZE_T_IS_UINT for Windows

2001-06-14 22:18 DW, revision 10577

Add dbgrid to make.

2001-06-14 22:17 DW, revision 10576

Add the options stuff to settings.

2001-06-14 20:09 KLB, revision 10575

Reverted wxFileSystem changes to image.cpp and dib.cpp

2001-06-14 17:44 VZ, revision 10574

fixed warning about unused var

2001-06-14 17:43 VZ, revision 10573

no changes

2001-06-14 17:38 VZ, revision 10572

regenerated from templates

2001-06-14 17:37 VZ, revision 10571

forgot to commit - no changes

2001-06-14 17:27 VZ, revision 10570

hopefully finally fixed the problem with ambiguous overloads of wxString::operator[] for _all_ machines

2001-06-14 16:51 JS, revision 10569

Fixed MDIS_ALLCHILDSTYLES bug (WS_VISIBLE needed to be added to child frame style)

2001-06-14 16:29 VZ, revision 10568

regenerated again

2001-06-14 16:15 RR, revision 10567

I don't understand the SetIconState code in /src/frome.cpp, but I know it is wrong. This also caused the splitter window bug.

2001-06-14 15:16 VZ, revision 10566

fixed indentation and warnings/bugs

2001-06-14 13:33 JS, revision 10565

These add .mak (for BCB1) and .bpr (for BCB3 and 4) files for CBuilder in each of the samples which will compile with Borland's compiler. They also modify the start of the .cpp file so the Cbuilder IDE will accept it.

2001-06-14 10:20 SC, revision 10564

since somehow db does not compile properly anymore (was not tested anyway) now disabling wxUSE_ODBC

2001-06-14 10:06 JS, revision 10563

Added SetOption,GetOption[Int] to wxSystemSettings. Made native MaskBlt optional.

2001-06-13 16:05 JS, revision 10562

More contrib compilation fixes & makefiles

2001-06-13 15:01 JS, revision 10561

Some BC++ fixes

2001-06-13 14:49 JS, revision 10560

Fixes to BC++ compilation in mem debug mode

2001-06-13 13:01 DW, revision 10559

Add USE_MENUS

2001-06-13 12:45 JS, revision 10558

Added wxUSE_MENUS to setup0.h to make menu sample compile; updated some makefiles

2001-06-12 22:56 VS, revision 10557

fixed another bug in strconv (Off by one error that did not demonstrate itself in poEdit before because windows native convertion wasn't used due to wxLocale returning cp12xx instead of windows-12xx. MultiByteToWideChar and WideCharToMultiByte return size of needed buffer, not number of output characters. Author of the code didn't know this, hence off by one.)

2001-06-12 22:55 VS, revision 10556

more fixes for autoconf 2.50: ac-2.50 does not use config.cache by default so we cannot use it to pass arguments to subdirs configure scripts. Instead, we now export some shell variables to make sure they are part of subdir configure script's environment

2001-06-12 22:53 VS, revision 10555

standardized encoding names to windows-12xx and iso-8859-x forms

2001-06-12 20:13 VZ, revision 10554

removed warning about unused variable

2001-06-12 19:49 KLB, revision 10553

Updates to xmlres.h to allow compiling XML code into a DLL correctly.

2001-06-12 18:57 DW, revision 10552

must delcare methods as inline if we are going to actually inline them after the declarations or else some compilers will error in a linkage mismatch.

2001-06-12 18:52 KLB, revision 10551

Commited latest SciTech changes into CVS. This includes updates to the applet code (with changes copyright headers) as well as updates to the wxImage and dib.cpp modules to use virtual file systems so that we can load these objects from ZIP files correctly. The dib.cpp module was also extensively cleaned up (although the DIB writing code does not presently use file streams as we couldn't figure out if it was possible to write to a ZIP file stream). The code has been tested and functions correctly for both regular files and ZIP files.

2001-06-12 17:20 GT, revision 10550

Fixed compile problems under MingW32 compiler

2001-06-12 17:04 JS, revision 10549

Removed fstream include which seemed unnecessary, and gave errors for BC++ 5.5 anyway.

2001-06-12 13:42 DW, revision 10548

Got rid of VisualAge true/false defs with db class fixes.

2001-06-12 10:14 JS, revision 10547

Added geometry option to setup.h; added some missing make and project files

2001-06-12 06:34 GRG, revision 10546

For all platforms except WXMAC, the wxGIFDecoder::dgif function was allocating 3 arrays of 4096 ints in the stack (48K) which causes problems with Watcom. Now all platforms behave like WXMAC, i.e. the arrays are allocated (and freed) dynamically on the heap.

2001-06-11 22:58 VS, revision 10545

fixed remaining bugs in configure.in that manifested themselves with ac-2.50; regenerated configure with ac-2.50

2001-06-11 22:55 VS, revision 10544

fixed infinite loop when looking up nonexistent encoding in registry

2001-06-11 21:52 JS, revision 10543

Tex2RTF: underscores now only checked for if syntax checking is on. Removed the MDIS_ALLCHILDSTYLES style again.

2001-06-11 20:03 RR, revision 10542

Applied wxImage::Scale() patch, Added testing code for wxSplitterWindow bug. Added testing code for OnEraseBackground things.

2001-06-11 16:59 GT, revision 10541

Changed the 'true's and 'false's back to TRUE and FALSE

2001-06-11 16:54 GT, revision 10540

Changed the 'true's and 'false's back to TRUE and FALSE