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

2006-07-25 16:43 BIW, revision 40328

another bug fix for the sample

2006-07-25 16:29 BIW, revision 40327

fixed bad pane name

2006-07-25 15:11 AMB, revision 40326

Fix compile problem - please shout if incorrect

2006-07-25 14:31 ABX, revision 40325

Minor header cleaning.

2006-07-25 13:53 ABX, revision 40324

Fix for function access shown in Tinderbox builds.

2006-07-25 13:16 AMB, revision 40323

wxAUI: fixed pane saving design thinko

2006-07-25 11:41 ABX, revision 40322

[ 1528248 ] Fix to the width of the wxGenericColourButton

2006-07-25 11:41 AMB, revision 40321

wxAUI: Support serialization of individual PaneInfo structures

2006-07-25 11:15 ABX, revision 40320

PCH build fix.

2006-07-25 11:02 ABX, revision 40319

PCH build fix.

2006-07-25 10:31 ABX, revision 40318

Blind Tinderbox build fix.

2006-07-25 10:07 ABX, revision 40317
  • D /wxWidgets/trunk/samples/treectrl/makefile.dos
  • D /wxWidgets/trunk/samples/treectrl/makefile.sc
  • D /wxWidgets/trunk/samples/treectrl/makefile.sl
  • D /wxWidgets/trunk/samples/treectrl/makefile.unx
  • M /wxWidgets/trunk/samples/treectrl/makefile.wat
  • D /wxWidgets/trunk/samples/treectrl/treetest.pro

Removed unused files.

2006-07-25 09:30 JG, revision 40316

Make wxTreebook use wxControlContainer.

2006-07-25 09:24 JG, revision 40315

Warning fix for the warning fix.

2006-07-25 09:08 ABX, revision 40314

Allow wxUSE_INTL==0 builds.

2006-07-25 08:47 ABX, revision 40313

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

2006-07-25 08:39 ABX, revision 40312

Simplify PCH support. Minor source cleaning.

2006-07-25 06:50 ABX, revision 40311

PCH build fix.

2006-07-25 06:48 ABX, revision 40310

Use same type in both results of A?B:C operator (Tinderbox build fix).

2006-07-25 06:43 ABX, revision 40309

Final steps to move to common icon.

2006-07-25 06:07 ABX, revision 40308

PCH build fix.

2006-07-25 01:31 VZ, revision 40307

move default button handling code from wxControlContainer to wxTLW (patch 1524441)

2006-07-25 01:28 VZ, revision 40306

include X11/Xutil.h for wxMotif compilation

2006-07-25 01:05 VZ, revision 40305

compilation fix for platforms where size_t is unsigned long, not int

2006-07-25 00:49 VZ, revision 40304

document HasAlignment(), Left/RightIndent() and Tabs() (patch 1527048)

2006-07-25 00:44 VZ, revision 40303

improvements to wxPickerBase default proportion values (patch 1525578)

2006-07-25 00:33 VZ, revision 40302

handlers added using AddHandler() last must have the highest priority (patch 1522807)

2006-07-25 00:26 VZ, revision 40301

update from suzumizaki (patch 1522506)

2006-07-25 00:23 VZ, revision 40300

update from suzumizaki (patch 1522241)

2006-07-25 00:19 VZ, revision 40299

make wxGetKeyState() work for non-modifier keys; corrected some key mappings (patch 1521490)

2006-07-25 00:16 VZ, revision 40298

wxPathList cleanup by Francesco (patch 1521481)

2006-07-25 00:12 VZ, revision 40297

generate middle click events (backport from HEAD of the patch 1521314)

2006-07-25 00:09 VZ, revision 40296

generate middle click events (patch 1521314)

2006-07-25 00:06 VZ, revision 40295

added wxID_HELP_INDEX/SEARCH (part of request 1404089)

2006-07-25 00:04 VZ, revision 40294

optionally count repeating wxLog messages instead of logging all (patch 1520815)

2006-07-24 23:51 VZ, revision 40293

don't send duplicate set/kill focus events when the text control part of the control gets/loses focus

2006-07-24 23:48 VZ, revision 40292

wxFD_PREVIEW implementation for wxGTK (slightly modified patch 1520690)

2006-07-24 23:16 VZ, revision 40291

allow customization of individual grid lines appearance (patch 1496015)

2006-07-24 18:30 VZ, revision 40290

fixed typos in last check in

2006-07-24 18:26 VZ, revision 40289

protect gs_allThreads with a mutex (modified patch 1518719)

2006-07-24 18:20 VZ, revision 40288

documentation for wxAppTraits (patch 1518295 from Francesco)

2006-07-24 18:18 VZ, revision 40287

do nothing in Refresh() if the control is frozen

2006-07-24 18:12 VZ, revision 40286

call DoDirtyProcessing() from OnIdle() instead of using wxYield() (patch 1518119)

2006-07-24 18:06 VZ, revision 40285

check that the stream is valid before using it in Load() and Save() (patch 1516432)

2006-07-24 18:05 VZ, revision 40284

improved Skip() docs (replaces patch 1516341)

2006-07-24 18:01 VZ, revision 40283

add default value for the encoding parameter of wxMacCFStringHolder() instead of passing wxLocale::GetSystemEncoding() which doesn't work when wxUSE_INTL == 0 to it in many places (replaces 2nd part of patch 1501724)

2006-07-24 17:44 VZ, revision 40282

added wxID_ANY default value for the id parameter of Create() for consistency with the ctor (request 1481791)

2006-07-24 17:37 VZ, revision 40281

added HasHandlerForPath() (modified patch 1514524)

2006-07-24 17:13 VZ, revision 40280

wxUSE_GUI == 0 compilation fix (patch 1501724)

2006-07-24 17:05 VZ, revision 40279

added static casts to void * for pointers used with format specifier to silence stupid gcc pedantic warning (bug 1500717)

2006-07-24 16:00 BIW, revision 40278

floating panes now respect wxPaneInfo::HasCloseButton()

2006-07-24 15:57 BIW, revision 40277

added test pane which has no close button

2006-07-24 15:01 VZ, revision 40276

use sample.rc

2006-07-24 14:57 VZ, revision 40275

minor refactoring of OnEraseBackground()

2006-07-24 14:07 ABX, revision 40274

Warning fix.

2006-07-24 14:04 ABX, revision 40273

Warning fix, minor source cleaning and better !PCH support.

2006-07-24 13:49 VZ, revision 40272

s_verComCtl doesn't change (during program lifetime)

2006-07-24 13:45 JG, revision 40271

Fix toolbar background painting whem comctl32 < 6

2006-07-24 13:45 AMB, revision 40270

wxAUI: remove spurious semicolons

2006-07-24 13:39 VZ, revision 40269

install help provider to allow testing helptext tags in XRC

2006-07-24 13:38 VZ, revision 40268

don't use obsolete wxNO_FULL_REPAINT_ON_RESIZE flag; don't use unnecessary wxCLIP_CHILDREN one

2006-07-24 13:36 VZ, revision 40267

added code to test UI updating of menu items in MDI apps

2006-07-24 13:34 VZ, revision 40266

added FindFileInPath() (part of an otherwise rejected patch)

2006-07-24 11:38 MR, revision 40265

wxPROCESS_ENTER is deprecated in favour of wxTE_PROCESS_ENTER. So use the latter in documentation.

2006-07-24 11:32 BIW, revision 40264

wxString::IsEmpty() => empty()

2006-07-24 11:30 BIW, revision 40263

fixed variable name

2006-07-24 09:44 BIW, revision 40262

tab draw happens right away when you set the caption

2006-07-24 09:43 AMB, revision 40261

All important period added

2006-07-24 09:41 AMB, revision 40260

Changelog bugfix to Update() for native controls as requested by leio

2006-07-24 09:28 BIW, revision 40259

drawing improvements; empty caption w/ tab drawing looks better

2006-07-24 08:40 BIW, revision 40258

tabmdi menu fix

2006-07-24 08:26 ABX, revision 40257

[ 1518434 ] wxSize::Scale with wxScale and wxPoint operators documented

2006-07-24 07:48 ABX, revision 40256

[ 1517666 ] suppression of wxVsnprintf() warnings - with little extensions.

2006-07-24 07:46 ABX, revision 40255

Warning fix.

2006-07-24 07:16 BIW, revision 40254

removed some commented-out code