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

2005-04-11 12:08 ABX, revision 33503

wxUniv build fix.

2005-04-11 12:03 ABX, revision 33502

Do not break twice.

2005-04-11 11:03 RR, revision 33501

Make std_string, std_iostreams and gnomeprint default.

2005-04-11 10:45 RR, revision 33500

Even shorter.

2005-04-11 10:44 RR, revision 33499

Remove outdated changes.txt, the common one should be used.

2005-04-11 10:42 RR, revision 33498

Update for install.txt.

2005-04-11 10:38 RR, revision 33497

Version 2.6 in the readme.txt

2005-04-11 10:29 RR, revision 33496

Further improvements to the spec file. It now creates and installs setup.h for both wxBase-devel and wxGTK-devel. Better descriptions. Added BuildRequires with zlib-devel etc.

2005-04-11 09:13 RN, revision 33495

Add reverse case too

2005-04-11 09:05 RN, revision 33494

fix wxString::Replace when new strings are longer than old string

2005-04-10 23:37 RR, revision 33493

Committed by attempt of a spec file to CVS. It builds RPM for wxBase, wxGTK, wxGTK-gl and contrib as well as the devel packages.

2005-04-10 22:37 VZ, revision 33492

modified AddFile() to copy file to the debug report directory if its path is absolute

2005-04-10 22:13 VZ, revision 33491

silently ignore NULL pointers in MSWOnMeasureItem(): apparently this can happen with MDI frames under XP

2005-04-10 22:12 VZ, revision 33490

fixed MSWGetBgBrush() call, it needs a HWND and not wxWindow * now

2005-04-10 22:11 VZ, revision 33489

documented AddText

2005-04-10 21:55 VZ, revision 33488

extended wxWindow::MSWGetBgBrush() and wxControl::MSWControlColor() to work for arbitrary HWNDs and not just wxWindows: this allows us to draw proper background for slider labels and other subcontrols

2005-04-10 19:54 MBN, revision 33487

Updated PO files for wxWidgets 2.6.

2005-04-10 19:41 VS, revision 33486

splitted gizmos library into gizmos and gizmos_xrc in order to fix broken compilation of DLLs

2005-04-10 18:33 VZ, revision 33485

mark slider as being transparent, otherwise it has ugly solid grey background when placed on a themed notebook

2005-04-10 18:28 VZ, revision 33484

fixed slider positioning/sizing (especially when ticks are shown on both sides)

2005-04-10 18:09 VZ, revision 33483

documented wxSL_BOTTOM, clarified the others

2005-04-10 18:07 VZ, revision 33482

put some asserts to check that inconsistent slider styles are not used

2005-04-10 18:07 VZ, revision 33481

removed is_vertical check box, it was duplicating the ticks direction radiobox functionality

2005-04-10 18:05 KH, revision 33480

th4ese -> these in comment

2005-04-10 17:55 VZ, revision 33479

GetParent() was always used in test for wxHSCROLL checked in in last commit; use the parent window recursively as intended instead; slightly simplified the code