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

2006-07-28 23:28 VZ, revision 40353

continue even if the system name is not recognized

2006-07-28 16:03 BIW, revision 40352

wxaui/tabmdi size fix for gtk

2006-07-28 10:45 VS, revision 40351

fixed makefiles to fail if building wxrc fails

2006-07-28 10:38 VS, revision 40350

fixed makefiles to fail if building wxrc fails

2006-07-28 07:14 VS, revision 40349

reverted the change to not use wxList until dynarray.h is fixed to provide operator* in both STL and non-STL modes

2006-07-27 23:02 VZ, revision 40348

remove -mt from gstreamer CFLAGS/LIBS under Solaris/gcc

2006-07-27 14:03 VS, revision 40347

don't use untyped wxList in wxXmlResource

2006-07-27 13:34 MR, revision 40346

Implement wxSlider::Get/SetLineSize. Should work with gtk1 but not tested (build fails to build and use setup.h correctly)

2006-07-27 12:57 ABX, revision 40345

Include wx/dataobj.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-07-27 11:55 MR, revision 40344

Kill typo noticed by Priit Laes.

2006-07-27 11:46 MR, revision 40343

Don't mark "." and ".." for translation when they are used as a check that the user didn't enter "current directory" or "parent directory" as a new directory name to use...

2006-07-27 11:40 MR, revision 40342

Use wxPLURAL to allow for singular "%ld bytes" version. Noticed by Priit Laes. This is the first usage of wxPLURAL inside the library itself. We surely have more singular/plural strings than one?

2006-07-27 05:53 MR, revision 40341

Note that wxSlider::Get/SetLineSize is implemented now.

2006-07-27 05:32 MR, revision 40340

[wxGTK] Implement wxSlider::GetLineSize and wxSlider::SetLineSize

2006-07-27 05:17 MR, revision 40339

Use GTK casts. Use gtk_range_get_adjustment instead of GtkRange::adjustment - latter is not documented and therefore not public.

2006-07-27 05:05 MR, revision 40338

Add line and page size modification possibility. Fix tick freq text field going insensitive and unusable.

2006-07-27 03:17 MR, revision 40337

Remove debugging printf() from wxGridCellFloatEditor::IsAcceptedKey()

2006-07-26 13:21 VZ, revision 40336

define _TM_DEFINED if we define struct tm here

2006-07-26 13:00 VZ, revision 40335

remove debugging printf() from wxGridCellFloatEditor::IsAcceptedKey(); cleaned up the code a bit

2006-07-26 05:58 JG, revision 40334

PCH build fix.

2006-07-26 05:23 JG, revision 40333

PCH build fix.

2006-07-25 18:48 VZ, revision 40332

don't make wxPathList dtor virtual, this is unneeded and results in gcc warning

2006-07-25 18:47 VZ, revision 40331

use GetLabelText() instead of wxStripMenuCodes() to avoid stripping the part of the string after TAB

2006-07-25 18:46 AMB, revision 40330

Work around problems with sizing floating panes on GTK

2006-07-25 18:40 VZ, revision 40329

added possibility to strip only mnemonics, not accels, in wxStripMenuCodes(); added wxControl::GetLabelText()