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

2008-10-16 09:13 VZ, revision 56352

disable VC6 warning C4284; put all warning disable pragmas together

2008-10-16 08:15 VS, revision 56351

reverted broken changes from r56345 and r56349

2008-10-16 03:57 PC, revision 56350

simplify code by using wxGTKPrivate::GetButtonWidget()

2008-10-15 21:10 VS, revision 56349

compilation fix for older glib versions after r56345

2008-10-15 21:03 VZ, revision 56348

reset deferred position/size if the window was moved immediately (#10073)

2008-10-15 19:39 VZ, revision 56347

implement GetSizeAvailableForScrollTarget() in MyScrolledWindow

2008-10-15 19:33 VZ, revision 56346

document GetSizeAvailableForScrollTarget()

2008-10-15 19:14 VS, revision 56345

don't use deprecated gtk_object_sink(), replace it with g_object_ref_sink()

2008-10-15 18:49 VS, revision 56344

no need to iterate over all special icon names after a match was found, there won't be another one

2008-10-15 18:49 BP, revision 56343

Removed traces of wxFormBuilder from the screenshotgen utility, cleaned up some dependencies in headers, and replaced a few sparse tabs with spaces. Also applied patch #10083 (VC6 build fixes for screenshotgen).

2008-10-15 18:39 RR, revision 56342

Update make dist

2008-10-15 17:20 KO, revision 56341

Fleshing out the Framework build logic - make subframeworks for GL/STC/gizmos libs, fixes for wx.h header creation, versioning the library correctly, etc.

2008-10-15 17:16 KO, revision 56340

Handle symlink replacement more gracefully.

2008-10-15 16:56 RR, revision 56339

For some reason, wxMac now requires explicit sizes in this sample

2008-10-15 16:45 RR, revision 56338

Added wxMac screenshot from wxDataViewTreeCtrl

2008-10-15 16:13 JMS, revision 56337

Removed unneeded wxPG_INHERITED_PROPFLAGS

2008-10-15 16:07 JMS, revision 56336

Remove old workarounds to get cut, copy, and paste working in embedded wxTextCtrl

2008-10-15 15:55 VS, revision 56335

added a test to check if wxHtmlWindow::SelectionToText() inserts \n characters correctly

2008-10-15 15:43 VS, revision 56334

fixed wxHtmlWindow::SelectionToText() to correctly insert newlines after single-cell paragraphs

2008-10-15 15:43 VS, revision 56333

fixed wxHtmlWindow::SelectionToText() to correctly insert newlines after single-cell paragraphs

2008-10-15 15:36 FM, revision 56332

interface header revisions

2008-10-15 14:39 JS, revision 56331

Fixed problem with Croation input due to confusion of WXK_... values and character values.

2008-10-15 14:39 JS, revision 56330

Fixed problem with Croation input due to confusion of WXK_... values and character values.

2008-10-15 11:40 JJ, revision 56328

update XPM variable names for docview sample

2008-10-15 11:39 VZ, revision 56327

base new timer expiration time on current time, not on the previous expiration time

2008-10-15 11:22 VZ, revision 56326

compilation fix for wxUSE_STD_IOSTREAM==0

2008-10-15 10:22 RR, revision 56325

Added wxSearchCtrl, typos corrected

2008-10-15 09:52 RR, revision 56324

Crop images a little

2008-10-15 09:49 RR, revision 56323

Add appearance tags

2008-10-15 09:47 RR, revision 56322

Add wxPropertyGrid screenshots

2008-10-15 09:47 RR, revision 56321

Add wxSearchCtrl screenshots

2008-10-15 09:46 RR, revision 56320

Repaired togglebutton images

2008-10-15 08:37 RR, revision 56319

Mention why fudgefactor for wxODBC position under wxMac is required

2008-10-14 20:08 FM, revision 56315

output the list of the undocumented wx classes

2008-10-14 19:49 FM, revision 56314

further additions to avoid false warnings (ActsAsDefaultCtor, better wxArgumentType::SetDefaultValue)

2008-10-14 19:48 FM, revision 56313

enable more wx stuff when using gcc xml

2008-10-14 19:48 FM, revision 56312

misc fixes to function signatures

2008-10-14 19:40 FM, revision 56311

clarify the usage of debug macros, in particular for wxFAIL (which doesn't need () brackets) as reported by Jim Battle

2008-10-14 19:37 RR, revision 56310

Add a fudge factor to the size of wxODBC in wxProperty under wxMac. I've been unable to find out what shrinks the control under wxMac.

2008-10-14 17:15 JMS, revision 56309

wxPGProperty::AddChild() can now be used to add normal child properties (previously it was only used to add private children of derived property classes such as wxFontProperty and wxFlagsProperty). However, to allow backwards compatibility, SetParentalStyle(wxPG_PROP_MISC_PARENT) needs to be called before doing so. Also done: merged property initialization code from PrepareToAddItem() and PrepareSubProperties() to InitAfterAdded().

2008-10-14 16:13 KO, revision 56308

Fix install command and tweak the build script.

2008-10-14 14:13 VZ, revision 56307

fix bugs in FindFirst() (it gets URL, not filename, on input) and FindNext() (which always forgot the last match) (fixes #10077)

2008-10-14 13:34 VZ, revision 56306

added -1 (a.k.a. --single) command line option

2008-10-14 13:29 VZ, revision 56305

no real changes, just come cleanup (use constants instead of hardcoded values; remove _T()s; don't allocate things on the heap unnecessarily; don't make members public or protected

2008-10-14 12:32 RR, revision 56304

Correct positioning of wxTextCtrl in wxPropertyGrid for wxMac

2008-10-14 11:44 VZ, revision 56303

added wxXmlResource::FindXRCIDById() (#10026)

2008-10-14 09:43 RR, revision 56302

Also correct wxDList<T>

2008-10-14 09:31 RR, revision 56301

Fix off-by-1 error in wxChoice and wxComboBox (OSX reports 1 as 0)

2008-10-14 09:07 RR, revision 56300

Corrected some wxMac images

2008-10-14 09:04 VZ, revision 56299

fix the bug in insert(end(), value) and added unit test for it

2008-10-14 08:59 VZ, revision 56298

remove default value for the last parameter of insert(it, idx, value) which allowed insert(it, 17) to compile for lists of any type

2008-10-14 08:08 RR, revision 56297

Shrink screenshots a little

2008-10-13 22:25 VZ, revision 56294

make the default value of numeric parameter 0, not 1, to make testing for it more natural; also allow passing string parameter to the benchmarks

2008-10-13 21:43 KO, revision 56293

Get Python using the env tool.

2008-10-13 21:03 KO, revision 56292

Better test for the contrib dir.

2008-10-13 21:02 KO, revision 56291

Allow install command to take options.

2008-10-13 19:55 RR, revision 56290

add appearance tag to book controls

2008-10-13 19:53 RR, revision 56289

Add screenshots for wxNotebook, wxChoicebook, wxListbook

2008-10-13 19:22 RR, revision 56288

Added screenshots for wxSpinCtrlDouble

2008-10-13 19:13 RR, revision 56287

Add appearance of wxSpinCtrlDouble

2008-10-13 18:52 RR, revision 56286

Add screenshots for wxDataViewTreeCtrl

2008-10-13 18:50 RR, revision 56285

Corrected library association

2008-10-13 18:44 RR, revision 56284

Added wxDataViewCtrl screenshots

2008-10-13 18:34 KO, revision 56283

Adding experimental support for doing a lipo build on Mac.

2008-10-13 17:40 BP, revision 56282

Added documentation screenshots of wxMac controls.

2008-10-13 16:53 KO, revision 56281

First stab at a wx.Framework approach for building/distributing OS X binaries.

2008-10-13 15:27 VZ, revision 56280

fix final note language

2008-10-13 15:25 VZ, revision 56279

remove green colour from literal strings, this is annoyingly distracting for common things like true/false/NULL

2008-10-13 13:46 FM, revision 56278

misc fixes of ctor signatures

2008-10-13 13:24 VZ, revision 56277

no real changes, just also rename _Read/_Write() to DoRead/DoWrite() and clean them a little more too

2008-10-13 13:24 FM, revision 56276

automated changes: many (pure) virtual specifiers added

2008-10-13 13:00 VZ, revision 56275

Cleanup of wxSocket::_Wait(): - Rename to DoWait() to avoid symbols starting with underscores. - Added comments explaining how does it work. - Remove the pointless timeout manipulations: GSocket::Select() doesn't use timeout (any more?) anyhow. Also pass GSOCK_LOST_FLAG to DoWait() from WaitForWrite() for the same reasons it is done in WaitForRead().

2008-10-13 11:29 FM, revision 56274

access-specifier fixes

2008-10-13 11:21 RR, revision 56273

Use native closure buttons under GTK+

2008-10-13 11:09 FM, revision 56272

virtual/static attributes automated fixes by ifacecheck

2008-10-13 11:03 FM, revision 56271

add docs for the #define of wxBookCtrl

2008-10-13 10:52 RR, revision 56270

Correct spelling, now use Indices

2008-10-13 10:35 VZ, revision 56269

no need to test that the pointer is non-NULL before deleting it (closes #10070)

2008-10-13 10:27 FM, revision 56268

revised the documentation of the book controls; moved common API to wxBookCtrlBase

2008-10-13 08:55 FM, revision 56267

revised n*h headers

2008-10-13 08:51 FM, revision 56266

use wxEmptyString instead of wxString() for default values

2008-10-13 08:39 FM, revision 56265

remove ugly AD-HOC FIX for wxHyperlinkCtrl; use the generic facilities of RegisterControl() instead (patch by Utensil Candel)

2008-10-13 08:32 FM, revision 56264

patch by Utensil Candel to improve wxMac autocapture code

2008-10-13 08:31 FM, revision 56263

modified text for wxRichTextCtrl to show more features in less space (modified patch by Utensil)

2008-10-13 08:22 FM, revision 56262

build fix (SetBitmaps is only for wxMSW)

2008-10-13 08:11 FM, revision 56261

typo fix

2008-10-13 08:05 FM, revision 56260

re-enabled all @appearance tags

2008-10-12 23:04 VZ, revision 56259

no changes at all, just reformatted to use consistent indentation before the upcoming real changes

2008-10-12 22:55 VZ, revision 56258

create local event loop for the operations which need it; test reading with wxSOCKET_BLOCK flag

2008-10-12 22:55 VZ, revision 56257

use the currently active event loop for the event dispatching instead of wxYield(), this allows to create local event loops when using non-blocking sockets; assert if there is no active event loop under MSW as sockets won't work without it

2008-10-12 22:32 VZ, revision 56256

compilation fix for PCH-less build

2008-10-12 22:30 VZ, revision 56255

get rid of unused variable warning

2008-10-12 22:27 VZ, revision 56254

wxUSE_STL compilation fix

2008-10-12 20:57 VZ, revision 56253

don't allocate a too big buffer on stack

2008-10-12 20:45 VZ, revision 56252

add simple (and disabled by default) wxSocket client test

2008-10-12 18:07 RR, revision 56251

Correct spelling and signature of FixIndexesOfChildren

2008-10-12 15:15 VZ, revision 56247

don't replace . and .. with the corresponding directoties names in GetLongPath() as this breaks the normalization of file names without wxPATH_NORM_DOTS flag (#9814)

2008-10-12 14:51 VZ, revision 56246

fix off by one bug in the buffer size (fixes #10039)

2008-10-12 14:41 VZ, revision 56245

renamed the subdirectory to indicate that it contains stock icons

2008-10-12 14:24 VZ, revision 56244

add stock images to the stock items page (closes #9533)

2008-10-12 14:12 VZ, revision 56243

compilation fix for PCH-less build

2008-10-12 13:04 VZ, revision 56242

add wxGenericStaticText (#9656)

2008-10-12 13:03 VS, revision 56241

removed a warning that should only be a FIXME

2008-10-12 12:52 VZ, revision 56240

add a unit test for reading non existent values (to check for #10030)

2008-10-12 12:23 JMS, revision 56239

Eliminate (or at least reduce) 64-bit build warnings (as described in wxPG sourceforge bug report #2156069)

2008-10-12 11:29 JMS, revision 56238

Re-added GetSelectProperty() to wxPropertyGridManager

2008-10-12 11:25 JMS, revision 56237

Also update description text when wxPG_DESCRIPTION window style is toggled

2008-10-12 11:13 JMS, revision 56236

Set focus back to canvas when child editors are being destroyed (fixes wxGTK property selection focus bug)

2008-10-11 20:18 VS, revision 56234

get help frame's icon using wxART_FRAME_ICON wxArtClient hint, not wxART_HELP_BROWSER

2008-10-11 20:17 VS, revision 56233

get help frame's icon using wxART_FRAME_ICON wxArtClient hint, not wxART_HELP_BROWSER

2008-10-11 16:03 FM, revision 56232

init the file and dir pickers with dummy files/folders

2008-10-11 15:55 FM, revision 56231

fix the menu item bitmaps for wxMSW; fix the name of the screenshot generated for wxHyperlinkCtrl on platforms != wxGTK

2008-10-11 15:54 FM, revision 56230

Act as wxMSW and make an assert fail, if the user forgot to give a "type flag" (previously it assumed wxLC_LIST type flag).

2008-10-11 15:53 FM, revision 56229

added automatically generated screenshots of wxMSW controls

2008-10-11 13:15 FM, revision 56228

added automatically-generated bitmaps of wxWidgets controls

2008-10-11 13:10 FM, revision 56227

revised m*h headers

2008-10-11 06:00 SC, revision 56226

adding missing cast

2008-10-11 05:18 SC, revision 56225

superfluous embedding API

2008-10-10 22:51 FM, revision 56224

fix two bugs: 1) the missing NOT in the if (real) test; 2) the missing +1 in getID() function; add many checks and log messages

2008-10-10 21:20 VZ, revision 56223

STL build compilation fix

2008-10-10 21:12 VZ, revision 56222

fix C strings comparison in LoadSave() test in STL build

2008-10-10 20:56 FM, revision 56221

fixed the status of the second radio button; now (on wxGTK at least) it appears correctly as unchecked

2008-10-10 19:14 FM, revision 56220

fix doxygen warnings

2008-10-10 19:13 FM, revision 56219

group hit-test flags into an enum (like I did in docs); this makes easier to document them, but is also logically the best thing since wxRichTextBuffer::HitTest is documented to return only _one_ of those flags.

2008-10-10 19:01 SC, revision 56218

moving embedding to common API

2008-10-10 18:46 FM, revision 56217

better use of <wx-data>

2008-10-10 16:15 VZ, revision 56216

don't crash when the document contents can't be converted to the target encoding (#10064)

2008-10-10 16:13 VZ, revision 56215

just return false instead of crashing if the document contents can't be converted to the target encoding (#10064)

2008-10-10 16:11 VZ, revision 56214

don't crash when streaming out a wxString into an std::ostream, just set the failbit instead

2008-10-10 15:51 PC, revision 56213

use correct background color when drawing borders

2008-10-10 15:37 VZ, revision 56212

add a very simple test for Load/Save()

2008-10-10 15:22 JMS, revision 56211

GetPendingEditedValue() -> GetUncommittedPropertyValue() (more consistent API naming. Eg. there is also CommitChangesFromEditor())

2008-10-10 10:02 RR, revision 56210

Fix crash again

2008-10-10 08:44 RR, revision 56209

Trying to make introduction reappear

2008-10-10 07:36 RR, revision 56208

Fix crash with NULL pointer dereferencing

2008-10-09 19:18 RR, revision 56204

implement GetSizeAvailableForScrollTarget

2008-10-09 18:12 RR, revision 56203

Use g_signal_connect_after for wxRadioButton as well

2008-10-09 18:09 RR, revision 56202

Blind guess fix for wxRB_SINGLE

2008-10-09 17:00 FM, revision 56201

fixed a bug caused by passing a wxChar[] buffer to a function taking a wxString; the buffer was automatically converted but since it was not NULL-terminated, a crash resulted

2008-10-09 16:42 FM, revision 56200

doxygen warning fix

2008-10-09 16:30 FM, revision 56199

revised richtext headers

2008-10-09 14:23 FM, revision 56197

fix typo (missing P2 argument in template)

2008-10-09 13:45 FM, revision 56196

use standard tags @class,,@lib,@category for wxScopeGuard, too (to keep the documentation style uniform)

2008-10-09 11:27 VZ, revision 56195

use wxScopeGuard instead of an explicit try/catch(...)/throw: this suppresses wxUSE_EXCEPTIONS tests and also avoids MSVC unreachable code warnings

2008-10-09 11:26 VZ, revision 56194

add 3 parameter scope guard; improve its documentation

2008-10-09 09:49 VZ, revision 56193

use /nologo nmake switch to avoid many annoying copyright notices in output

2008-10-09 09:48 VZ, revision 56192

exclude contrib from build for as long as there is no makefile.vc there

2008-10-09 09:42 VZ, revision 56191

another attempt at fixing VC6 compilation

2008-10-09 09:39 VZ, revision 56190

trying to fix visibility problems for ObjC++ files after bakefile 0.2.4 upgrade

2008-10-09 09:33 VZ, revision 56189

fix bug in the test in STL build (where std::vector uses operator=() and not copy ctor to copy objects around, at least with g++)

2008-10-09 09:02 VZ, revision 56188

fix errors due to missing wxPrintf() declaration in STL build

2008-10-09 08:52 VZ, revision 56187

reverted the last commit and do not define operator<<(wxFileOffset) for VC > 6

2008-10-09 07:46 SC, revision 56186

rebaked with glgrab again

2008-10-09 05:36 SC, revision 56185

forgot to commit this file ...

2008-10-08 21:32 VZ, revision 56173

apparently operator<<(wxFileOffset) is needed for all VC versions, not just VC6

2008-10-08 18:55 RR, revision 56172

Added test for Select()

2008-10-08 18:46 RR, revision 56171

Forgot to set GtkIter stamp in Select() and friends

2008-10-08 18:19 JMS, revision 56170

Removed '#ifndef DOXYGEN' sections

2008-10-08 18:15 JMS, revision 56169

Removed dysfunctional wxPGPropery::PrepareValueForDialogEditing(); Replaced its functionality with wxPropertyGrid::GetPendingEditedValue(); Added wxPropertyGrid::PerformValidation() flags so it can be called in generic context.

2008-10-08 17:53 SN, revision 56168

Fixed header file conflict.

2008-10-08 17:02 JMS, revision 56167

Removed wxPropertyGridInterface::SetPropertyAttributes()

2008-10-08 16:53 VZ, revision 56166

regenerated after updating to 0.2.4 bakefile.m4

2008-10-08 16:52 VZ, revision 56165

define operator<<(wxFileOffset) for VC6 only, it breaks compilation for at least wxMac

2008-10-08 16:42 VZ, revision 56164

add VC9 project files (closes #9960)

2008-10-08 16:32 VZ, revision 56163

update to 0.2.4 version

2008-10-08 16:09 VZ, revision 56162

added wxDC::GetHDC() for backwards compatibility with the existing wxMSW code

2008-10-08 16:06 VZ, revision 56161

VC6 compilation fixes (#10059)

2008-10-08 15:58 VZ, revision 56160

added propgrid files

2008-10-08 15:47 VZ, revision 56159

rebaked makefiles with 0.2.4 (and now with forgotten files)

2008-10-08 15:44 VZ, revision 56158

rebaked makefiles with 0.2.4

2008-10-08 14:35 SC, revision 56157

focus propagation, fixes #10047

2008-10-08 14:32 SC, revision 56156

focus propagation, fixes #10047

2008-10-08 12:13 SN, revision 56155

Added missing include.

2008-10-08 12:11 SN, revision 56154

Workaround for bug in gcc-3.1 through gcc-3.3 in handling deprecation.

2008-10-07 22:22 SN, revision 56153

Avoid cyclic includes by forward declaring wxColour.

2008-10-07 17:51 FM, revision 56152

add wx_xrc.bkl bakefile wxpreset to the list of files to install; set Id in the svn:keyword for that file

2008-10-07 17:35 JMS, revision 56151

Removed SetPropertiesFlag() (high-level function using 'undocumented' wxPGProperty flags, IIRC was mostly used as poor-man's SetEditableState() and possibly for internal use until very recently)

2008-10-07 17:28 JMS, revision 56150

Eliminated last property generation macros from props.h (colour property gen ones, now use subclassing facilities present in wx(System)ColourProperty)

2008-10-07 17:22 FM, revision 56149

removed duplicated row of bitmap buttons added for error

2008-10-07 16:57 FM, revision 56148

revised st*.h headers

2008-10-07 16:56 JMS, revision 56147

Removed wxLongStringProperty derived property creator macros (just subclass and implement OnButtonClick()); Partially fixed wxPGProperty::PrepareValueForDialogEditing()

2008-10-07 16:16 FM, revision 56146

add missing semicolon; add some @see commands to link wxExecute/wxLaunchDefault* functions

2008-10-07 11:34 VZ, revision 56145

document that Set/ChangeValue() set the insertion point to 0

2008-10-07 09:29 MW, revision 56144

VC++ 6 compilo.

2008-10-07 08:05 RR, revision 56143

GTK+ version guard

2008-10-07 08:02 RR, revision 56142

Don't set HINT_COMBO as wxPopupWindow is used for different windows as well

2008-10-07 08:01 RR, revision 56141

Forgot to commit

2008-10-07 06:08 VS, revision 56140

fixed VC++ compiler checks

2008-10-06 23:25 MW, revision 56136

Add builds for the stable branch, and make the release builds quick builds.

2008-10-06 21:04 VZ, revision 56135

fix double to int conversion warning

2008-10-06 20:48 MW, revision 56134

Limit to one build at a time with a lock, share checkout dirs, do full builds out of tree and use ccache.

2008-10-06 20:04 FM, revision 56133

inside <wx-data> we need to use instead of /

2008-10-06 19:48 SC, revision 56132

porting dcscreen blit from 2.8

2008-10-06 16:09 JMS, revision 56129

Minimize use of editor class macros

2008-10-06 15:48 JMS, revision 56128

When registering editor, try wxRTTI class name in additon to result of wxPGEditor::GetName(). Allows creating custom editors without needing to implement GetName().

2008-10-06 15:38 JMS, revision 56127

Remove use of wxPG_EDITOR macro

2008-10-06 15:24 JMS, revision 56126

Removed GetExpandedProperties() (used to act as poor man's GetEditableState())

2008-10-06 15:14 JMS, revision 56125

Fix RCS-IDs

2008-10-06 15:10 JMS, revision 56124

Removed wxPropertyGridInterface::ClearPropertyValue() (use SetPropertyValue(defaultValue) instead)

2008-10-06 14:48 FM, revision 56123

make Capture() functions static members of AutoCaptureMechanism; adjusted slightly question boxes to fit the default wxGTK width of wxMessageBox

2008-10-06 14:08 FM, revision 56121

other cleanup; adjusted english in the UI

2008-10-06 13:55 VZ, revision 56120

implemented wxMemoryFSHandler::FindFirst/Next()

2008-10-06 13:37 VZ, revision 56119

made m_Hash object, not a pointer and moved hash declaration into the header as it's needed by the upcoming FindFirst/Next() implementation

2008-10-06 13:26 VZ, revision 56118

removed the strange __WXMSW__ test in AddFile(bitmap) -- why should this function silently do nothing in this case?

2008-10-06 13:25 VZ, revision 56117

rewrite using type safe wxHashMap instead of wxObject-based wxHashTable

2008-10-06 13:24 VZ, revision 56116

remove erase(const_iterator) overload, it should have never existed as const_iterators can't be used to modify the container

2008-10-06 13:09 VZ, revision 56115

no changes, just some minor cleanup

2008-10-06 12:13 RR, revision 56113

Make keyboard input to controls in a wxPopupWindow work in at least some cases, embedded wxListCtrl still doesn't work, wxVListBox does

2008-10-06 11:53 FM, revision 56112

many fixes; now the application correctly starts up

2008-10-06 11:01 RR, revision 56111

Wrong order of calls

2008-10-06 11:00 FM, revision 56110

better error messages, when possible

2008-10-06 10:41 SC, revision 56109

switching away from angle brackets includes, deactivating OSX workaround

2008-10-06 10:35 SC, revision 56108

moving more things to common API between carbon and cocoa, adapting WidthDefault etc, removing dependencies from wxClientDC from text measuring ops on wxWindow

2008-10-06 10:00 FM, revision 56107

add to utils.bkl the hhp2cached (why wasn't already there?) and screenshotgen utilities

2008-10-06 09:37 FM, revision 56106

added the automatic screenshot generator utility by Utensil Candel (with some revisions and reorganizations)

2008-10-06 09:32 FM, revision 56105

list also headers in the bakefile

2008-10-06 09:31 FM, revision 56104

rename README to README.txt to be compat with win systems

2008-10-06 09:29 VZ, revision 56103

set svn properties correctly

2008-10-05 22:56 VZ, revision 56100

correct the example/documentation of GetDocumentsDir() return value

2008-10-05 22:12 VZ, revision 56099

don't build mfc and memcheck samples by default as they don't always compile (#10031)

2008-10-05 18:03 JMS, revision 56096

Fix RCS-IDs

2008-10-05 17:57 JMS, revision 56095

Fix RCS-ID

2008-10-05 17:40 JMS, revision 56094

Better use of Connect()

2008-10-05 17:29 JMS, revision 56093

RCS-IDs

2008-10-05 14:23 JMS, revision 56091

Use wxPGEditor_X instead of wxPGEditor(X), as in new docs

2008-10-05 13:56 JMS, revision 56090

Need to call wxVScrolledWindow::UpdateScrollbar() in wxVListBox EVT_SIZE handler. Otherwise resizing wxVListBox does not update visible items count.

2008-10-05 11:24 FM, revision 56089

other s*h interface revisions

2008-10-05 09:47 JMS, revision 56088

Have GetDescBoxHeight() return value consistent with one given to SetDescBoxHeight(); In SetDescBoxHeight(), do not call RecalculatePositions() unless box height really changed

2008-10-05 09:45 JMS, revision 56087

Call RecreateControls() if relevant window style flag was toggled

2008-10-05 09:43 JMS, revision 56086

GetEditableState() with DescBoxState flag could assert

2008-10-04 23:23 VZ, revision 56085

added the possibility to draw grid lines across the entire window

2008-10-04 20:49 FM, revision 56084

fix for doxygen warnings

2008-10-04 19:34 RR, revision 56083

Also use F4 shortcut for textfield + button combination

2008-10-04 18:57 RR, revision 56082

Moved list of subclasses away from 'classes overview' corrected some wxGrid overview references

2008-10-04 18:41 FM, revision 56081

fix usage of MacRegisterDefaultTypeAndCreator

2008-10-04 18:41 FM, revision 56080

wxLogError=>LogError (in ifacecheck wxLog facilities are not used - actually I don't even remember why\!); fix wxScrolledT_Helper AD-HOC FIX

2008-10-04 14:52 FM, revision 56079

fix many doxygen warnings about undocumented parameters

2008-10-04 14:30 FM, revision 56078

some s*h interface headers reviews

2008-10-04 13:22 JMS, revision 56077

Fixed use of erase() in wxPGChoices::RemoveAt()

2008-10-04 11:55 FM, revision 56076

remaining t*h interface revisions

2008-10-04 11:01 FM, revision 56075

interface revisions of ta*h te*h headers; grouped wxTextAttr #defines into enums to make it easier to document them

2008-10-04 10:59 JMS, revision 56074

Added Description Box Height to saveable/restoreable editable state

2008-10-04 09:28 RR, revision 56073

Removed wxNavigationKey code, new keyboard navigation

2008-10-04 09:14 RR, revision 56072

Also use F4 as short-cut for opening pop-up

2008-10-03 22:15 VZ, revision 56070

don't duplicate base class m_acceleratorTable as m_accelTable in wxMenuBar, this is not only unnecessary but also doesn't allow using GetAcceleratorTable() to retrieve the menu bar accelerators (#9654)

2008-10-03 22:01 VZ, revision 56069

generate command events for accelerators even when there is no menu bar (#9784) fixing the bug introduced in r54510

2008-10-03 21:52 VZ, revision 56068

fix VC6 compilation problems due to its for variables scope brokenness (closes #10035)

2008-10-03 17:46 JMS, revision 56065

Explicitly call wxObject ctor in wxColourPropertyValue ctors

2008-10-03 17:39 JMS, revision 56064

Fixed bug: wxPG_EX_AUTO_UNSPECIFIED_VALUES was basically always on

2008-10-03 17:30 JMS, revision 56063

Increase properties' tolerance for wxNullVariant as old value