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-01-18 13:56 VZ, revision 31453

regenerated with correct substitutions for COND_WXUNIV_0 (fixes wxAdv build problems)

2005-01-18 13:39 VZ, revision 31452

wxUSE_CRASHREPORT and wxUSE_STACKWALKER can't be used if wxUSE_ON_FATAL_EXCEPTION == 0

2005-01-18 13:36 VZ, revision 31451

reverted last commit, do this check in wx/chkconf.h instead

2005-01-18 13:15 VZ, revision 31450

more fixes to dllexport/import stuff for operator<<()s (still bug 1104372)

2005-01-18 13:11 VZ, revision 31449

only define globals when wxUSE_BASE to avoid duplicate definitions in wxBase and wxMSW (closes 1104289)

2005-01-18 13:10 VZ, revision 31448

wxUSE_CRASHREPORT and wxUSE_STACKWALKER can't be used if wxUSE_ON_FATAL_EXCEPTION == 0

2005-01-18 13:00 VZ, revision 31447

Unicode compilation fix (patch 1104406)

2005-01-18 12:46 VZ, revision 31446

Unicode compilation fix for debugging code which is also commented out now

2005-01-18 12:30 VZ, revision 31445

added WXDLLIMPEXP_BASE for operator<<() functions (blind fix for bug 1104372)

2005-01-18 10:31 ABX, revision 31444

PalmOS native colour dialog.

2005-01-18 10:10 ABX, revision 31443

wxWinCE fixes.

2005-01-18 03:47 DE, revision 31442

Don't depend on m_cocoaWxToBoundsTransform not being released until after we're done with it; retain/release it appropriately.

2005-01-18 03:32 DE, revision 31441

Sending copy to an instance infers ownership by the sender so we must send release to the returned instance when we're done.

2005-01-17 21:30 DE, revision 31440

Moved Clear() implementation into wxDC using a new virtual CocoaGetBounds() to determine the rect to clear. Also added CocoaUnapplyTransformations() to bring the coordinate system back into Cocoa coordinates for those cases such as Clear() where it makes more sense.

2005-01-17 21:29 ABX, revision 31439

Common default datetime formats.

2005-01-17 21:20 ABX, revision 31438

Fix for limited build required by headers of free DMC.

2005-01-17 21:19 VZ, revision 31437

regenrated after ADVANCED_SRC/HDR split in native/Univ parts

2005-01-17 19:21 ABX, revision 31436

Stock buttons labels.

2005-01-17 19:15 JS, revision 31435

Added AddWindowStyles() call

2005-01-17 19:08 ABX, revision 31434

MinGW fixes.

2005-01-17 18:52 VZ, revision 31433

removed #ifndef __WXUNIVERSAL__ added in last commit, shouldn't be necessary any more after files.bkl to exclude this file from wxUniv builds

2005-01-17 18:51 VZ, revision 31432

split ADVANCED_HDR/SRC in a part common to all ports and another one used only for the native ports (currently only wxMSW)

2005-01-17 14:35 ABX, revision 31431

Check wxMSWUniv condition earlier.

2005-01-17 14:20 ABX, revision 31430

wxMSWUniv build fix.

2005-01-17 14:04 VZ, revision 31429

fixed GetModuleHandleExA() call after last fix

2005-01-17 13:49 ABX, revision 31428

Warning fix.

2005-01-17 13:47 ABX, revision 31427

Build fixes.

2005-01-17 13:45 ABX, revision 31426

Missing include.

2005-01-17 13:02 ABX, revision 31425

Minor output simplification. Significantly influences all makefiles but nothing regenerated before incoming new bakefile release.

2005-01-17 12:46 VZ, revision 31424

update from Janos Vegh

2005-01-17 02:45 DE, revision 31423

Make this compile on Darwin. Vadim, could you please check this is correct?

2005-01-17 02:04 VZ, revision 31422

added GenerateNow()

2005-01-17 02:01 VZ, revision 31421

disable an apparently harmless VC++ warning about /EHa being required with _set_se_translator()

2005-01-17 01:54 VZ, revision 31420

moved fatal exception handling code to msw/main.cpp from common code

2005-01-17 01:53 VZ, revision 31419

accidnetally checked in file in DOS format last time, correcting this

2005-01-17 01:43 VZ, revision 31418

added {debughlp|stackwalk}.{h|cpp}

2005-01-17 01:24 VZ, revision 31417

added wxUSE_CRASHREPORT and wxUSE_STACKWALKER; removed obsolete wxUSE_DYNAMIC_CLASSES

2005-01-17 01:23 VZ, revision 31416

added wxStackWalker class

2005-01-17 01:21 VZ, revision 31415

refactored wxCrashReport to use new wxDbgHelpDLL class; added wxCrashContext

2005-01-17 01:20 VZ, revision 31414

created a reusable interface to dbghelp API

2005-01-17 01:14 VZ, revision 31413

compilation fixes for !USE_PCH

2005-01-17 00:38 VZ, revision 31412

only declare wxHandleFatalExceptions() when wxUSE_ON_FATAL_EXCEPTION == 1

2005-01-17 00:37 VZ, revision 31411

remove obsolete wxUSE_CTL3D code

2005-01-17 00:32 VZ, revision 31410

implement date events here if wxDatePickerCtrl is not used (as we need them too)

2005-01-17 00:13 VZ, revision 31409

added argc and argv arguments to wxInitializer ctor

2005-01-16 23:32 VZ, revision 31408

implemented wxDynamicLibrary::ListLoaded() for Linux; added test for it

2005-01-16 22:24 VZ, revision 31407

small tweaks to wxDynamicLibrary test

2005-01-16 22:22 VZ, revision 31406

regenerated after adding msw/datectrl.cpp

2005-01-16 22:21 VZ, revision 31405

extracted Unix code in a separate new file (src/unix/dlunix.cpp), it remains only to refactor Mac/OS2 versions to finally fix the mess in common/dnylib.cpp...

2005-01-16 20:56 VZ, revision 31404

regenerated to include msw/dlmsw.cpp and datectrl.cpp

2005-01-16 20:50 VZ, revision 31403

1. extracted MSW-specific part of wxDynamicLibrary in msw/dlmsw.cpp 2. added and documented wxDynamicLibrary::ListLoaded()

2005-01-16 16:54 RR, revision 31402

Use connect_signal_after for list events. This should probably be done for all native control command events.

2005-01-16 15:58 VZ, revision 31401

undid the last patch: set wxUSE_XXX to 0 in setup.h.in instead of having to do it manually in configure

2005-01-16 15:54 VZ, revision 31400

regenerated with all common options set to 0

2005-01-16 15:54 VZ, revision 31399

catch a few more defines, which were not of the wxUSE_XXX form, and set them to 0 as well

2005-01-16 15:50 VZ, revision 31398

oops, sed replace was eating underscores

2005-01-16 15:47 VZ, revision 31397

compilation fix for !USE_PCH

2005-01-16 15:46 VZ, revision 31396

don't force wxUSE_EXTENDED_RTTI to eb 1 for Borland compiler (why?)

2005-01-16 15:44 VZ, revision 31395

1. set all wxUSE_XXXs to 0 in the generated setup.h.in 2. don't update the files unless necessary (i.e. check modification time) 3. show progress messages

2005-01-16 15:33 RR, revision 31394

Applied patch for correct feedback from DND actions (not all actions are allowed).

2005-01-16 15:27 RR, revision 31393

Applied patch which solved conflicts between wxWidgets and GTK+'s context menu code.

2005-01-16 15:23 RR, revision 31392

Commited scrollbar patch which sends lineup, linedown events based on intercepting the mouse down events.

2005-01-16 14:01 VZ, revision 31391

added code for hardware platform detection (__INTEL__, __POWERPC__, ... which were not set correctly before); added __IA64__

2005-01-16 14:00 JS, revision 31390

Doc update

2005-01-16 13:40 JS, revision 31389

Check for wxUSE_GLOBAL_MEMORY_OPERATORS before redefining new

2005-01-16 13:33 JS, revision 31388

Doc corrections

2005-01-16 12:58 RR, revision 31387

Applied patch for rounded rectangle.

2005-01-16 12:06 VZ, revision 31386

fixed wxUSE_3rdpartylib definitions for --without-3rdparty lib (patch 1103276)

2005-01-16 00:32 VZ, revision 31385

fixed export of hex values

2005-01-16 00:26 VZ, revision 31384

implemented Export(file)

2005-01-15 23:06 VZ, revision 31383

added mode parameter to wxFFileStream ctors taking wxFFile

2005-01-15 21:07 VZ, revision 31382

only define wxUSE_NATIVE_STATUSBAR for the ports which have it (MSW and Mac)

2005-01-15 21:05 VZ, revision 31381

no need for vi modeline now that the extension is no longer .h

2005-01-15 20:35 VZ, revision 31380

define wxUSE_GUI as 0 when --disable-gui is used

2005-01-15 20:06 VZ, revision 31379

removed unused wxUSE_NOGUI to avoid confusion with wxUSE_GUI

2005-01-15 17:54 VZ, revision 31378

removed all occurences of (obsolete) wxUSE_DYNAMIC_CLASSES

2005-01-15 17:38 VZ, revision 31377

show "none" for gnomeprint in the summary when building wxBase instead of nothing at all

2005-01-15 17:12 VZ, revision 31376

mention wxUSE_DATEPICKCTRL

2005-01-15 17:10 VZ, revision 31375

moved styles logic to MSWGetStyle() (no real changes)

2005-01-15 17:08 VZ, revision 31374

wxMSW wxDatePickerCtrl header

2005-01-15 16:37 VZ, revision 31373

manage setup.h.in using update-setup.h too

2005-01-15 16:14 VZ, revision 31372

manage wx/mac/setup0.h using build/update-setup.h too

2005-01-15 16:11 VZ, revision 31371

moved some Win32-specific settings from common file

2005-01-15 15:55 VZ, revision 31370

added special comments used by build/update-setup.h

2005-01-15 15:54 VZ, revision 31369

added setup.h file containing the settings common to all ports and a script to update wx/*/setup.h using it

2005-01-15 14:45 VZ, revision 31368

removed obsolete wxUSE_CTL3D

2005-01-15 01:37 VZ, revision 31367

typo in a link

2005-01-15 01:31 VZ, revision 31366

added API, docs and Win32 implementation of wxDatePickerCtrl

2005-01-15 01:18 VZ, revision 31365

added missing default value for pos parameter of ctor/create; use wxID_ANY instead of -1

2005-01-14 19:24 DE, revision 31364

Split some of the recent code out to make it more reusable.

2005-01-14 15:59 RD, revision 31363

Bug fix for [ 1059381 ] Mouse wheel does not work in listctrl with gtk2

2005-01-14 15:02 DE, revision 31362

Forgot to commit this as part of the CocoaGetWxToBoundsTransform change.

2005-01-14 14:27 DE, revision 31361

Forgot to initialize m_cocoaWxToBoundsTransform = nil;

2005-01-14 14:22 DE, revision 31360

Separate NSAffineTransform creation out of wxDC::CocoaApplyTransform into static wxDC::CocoaGetWxToBoundsTransform. Create the transform and store it as a member variable in wxDC when focus is locked on the DC. For wxClientDC and wxPaintDC call a new wxWindow::CocoaGetWxToBoundsTransform which will eventually handle scrolling.

2005-01-14 13:07 ABX, revision 31359

Common wxListCtrl control name.

2005-01-14 02:24 RD, revision 31358

reSWIGged

2005-01-14 01:58 RD, revision 31357

Document the Show/Hide behaviour that wxSplitterWindow does to its children.

2005-01-14 01:49 RD, revision 31356

ifdef out some experimental code

2005-01-13 23:43 RD, revision 31355

Ensure that the windows are shown when Initialize is called too

2005-01-13 23:34 RD, revision 31354

Ensure that the windows are shown when splitting

2005-01-13 21:38 RD, revision 31353

Typo

2005-01-13 21:18 RD, revision 31352

Patch from Prabhu Ramachandran to make introspection of lazily evaluated objects not create the final object.

2005-01-13 21:15 RD, revision 31351

untabified

2005-01-13 21:15 RD, revision 31350

a bit of code cleanupt

2005-01-13 21:14 RD, revision 31349

Play nice with sizers

2005-01-13 21:13 RD, revision 31348

define wxColour as being passed by reference so the typemap will work correctly.

2005-01-13 21:12 RD, revision 31347

HasTransparentBackground

2005-01-13 21:11 RD, revision 31346

Docstring typos

2005-01-13 21:10 RD, revision 31345

wxNotebookNameStr

2005-01-13 21:09 RD, revision 31344

Virtualized HasTransparentBackground

2005-01-13 20:54 RD, revision 31343

Clarified the description of event.Skip

2005-01-13 20:53 RD, revision 31342

Fixed line-endings

2005-01-13 20:49 RD, revision 31341

notes about more changes

2005-01-13 20:48 RD, revision 31340

added a missing \n the source

2005-01-13 20:47 RD, revision 31339

untabified

2005-01-13 20:46 RD, revision 31338

Use sizers for layout

2005-01-13 20:45 RD, revision 31337

namespace fix

2005-01-13 20:44 RD, revision 31336

changed swig type table name

2005-01-13 20:36 ABX, revision 31335

Common default notebook name.

2005-01-13 20:30 ABX, revision 31334

Common default notebook name.

2005-01-13 19:57 ABX, revision 31333

Source cleaning, warning fixes.

2005-01-12 20:51 DE, revision 31332

Add new methods to transform coordinates expressed in Cocoa's bounds rect to and from those expressed in wxWidgets fashion. Use these new methods to do the translation for mouse events, child window position, and dirty rects. Also improve DoMoveWindow to only dirty the old and new rects of the control within its superview rather than the entire superview.

2005-01-12 16:06 JS, revision 31331

Don't return a broken accelerator object if the accelerator was not recognised.

2005-01-12 16:02 ABX, revision 31330

Shared build fix.

2005-01-12 16:01 ABX, revision 31329

Warning fix and source cleaning.

2005-01-12 15:57 ABX, revision 31328

Warning fix.

2005-01-12 15:56 ABX, revision 31327

Don't overwrite 32bit value with 16bit one.

2005-01-12 15:49 DE, revision 31326

Document that wxLogNull must be used with SetActiveTarget to supress logging.

2005-01-12 15:39 DE, revision 31325

Implement using NSColor class methods for system colors.

2005-01-12 15:27 DE, revision 31324

Improved whitespace in GetColour() so I can see what I'm doing.

2005-01-12 13:13 JS, revision 31323

Made some functions virtual

2005-01-12 12:58 VZ, revision 31322

reset m_hDWP to NULL after calling EndDeferWindowPos()

2005-01-12 07:47 JJ, revision 31321

Committing in . Updates for OpenVMS Modified Files: wxWidgets/setup.h_vms wxWidgets/include/wx/db.h ----------------------------------------------------------------------

2005-01-12 03:48 RD, revision 31320

Fix for bug [ 1098263 ] wx.lib.ogl control points leak

2005-01-11 21:17 ABX, revision 31319

Old API deprecated. Source cleaning.

2005-01-11 19:01 RD, revision 31318

Patch [ 1100272 ] wxFlexGridSizer works wrong when some rows/cols are hidden

2005-01-11 18:57 DE, revision 31317

Renamed src/cocoa/settings.cpp to settings.mm. Don't forget to rm .deps/corelib_settings.o.d in your build directory.

2005-01-11 15:27 DE, revision 31316

Implemented simplistic ConvertToImage()

2005-01-11 15:07 DE, revision 31315

Corrected m_depth assignment in CopyFromIcon

2005-01-11 14:55 DE, revision 31314

Implement CopyFromIcon

2005-01-11 03:21 DE, revision 31313

Replaced obviously incorrect code for SetFocus and DoFindFocus. Effectively reverts revision 1.53.

2005-01-11 01:55 DE, revision 31312

Renamed the wxWindowCocoaScroller class to wxWindowCocoaScrollView because it was confusing. Scroller is the Cocoa term for a scroll bar.

2005-01-10 19:43 VZ, revision 31311

factored out wxGetFullModuleName(HMODULE) from wxGetFullModuleName()

2005-01-10 18:37 DE, revision 31310

Add constructor and Set taking NSColor. Change eqauality operator to check if the NSColor objects are the same instance or if all of the color components (m_red/green/blue) are identical.

2005-01-10 18:31 GT, revision 31309

Removed text saying that the wxODBC classes were not able to be used in Unicode builds. As of 2.5.3, Unicode and the ODBC classes work correctly together

2005-01-10 18:30 GT, revision 31308

Added a small bit more information about Unicode builds

2005-01-10 17:25 ABX, revision 31307

Bug 1099143 and more occurences of the same set vs. get mistakes.

2005-01-10 17:24 ABX, revision 31306

Fixed references to 'wxdbindexdef'.

2005-01-10 17:21 ABX, revision 31305

Old API deprecated. Use new and remove old usage where necessary.

2005-01-10 08:52 SC, revision 31304

reverted bitmap depth increases

2005-01-10 03:07 DE, revision 31303

Corrected some assertions (m_region.m_refData vs. m_refData)

2005-01-10 01:52 DE, revision 31302

Added wxMemoryDC::Clear()

2005-01-09 09:55 SC, revision 31301

optimizing gauge cpu usage

2005-01-09 09:52 SC, revision 31300

no message

2005-01-09 06:27 SC, revision 31299

added hack for making scrollbars really disappear under 10.2

2005-01-09 05:58 SC, revision 31298

draw the focus rect ourselves

2005-01-09 05:50 SC, revision 31297

fixed border calculation

2005-01-08 17:44 VZ, revision 31296

implemented wxIsDebuggerRunning() for Win32

2005-01-08 15:41 RR, revision 31295

Compile fixes for GTK 1.2

2005-01-08 13:56 SN, revision 31294

Removed -lcma (added in 1.813), since one can't apparently mix old threads (-lcma, user land only) and new threads (-lpthread), see http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,1741,00.html#faq-mix-threads (reported in patch #1096688 by M.J.Wetherell).

2005-01-08 10:35 RR, revision 31293

Applied wxNO_BORDER patch for text control and combo box.

2005-01-08 03:29 DE, revision 31292

Contains changes for autoconf_inc.m4,1.77,1.78 which was the big cleanup.

2005-01-08 03:19 DE, revision 31291

Regenerated configure. Contains changes for: configure.in,1.909,1.910 configure.in,1.908,1.909 configure.in,1.906,1.907 Changes for configure.in,1.907,1.908 were already present as Vadim somehow got that change in this file while leaving out 1.906,1.907 (hand edit?). Note: I locally reverted autoconf_inc.m4,1.77,1.78 before doing this generation so I can illustrate something.

2005-01-07 23:51 VZ, revision 31290

made FindWindow() member functions const (this makes it possible to use XRCCTRL() in const methods)

2005-01-07 22:31 RR, revision 31289

Added way to specify in generic tree control if the drop effect (a line) should be drawn above or below the item.

2005-01-07 22:09 RR, revision 31288

Corrected drag effect for tree control.

2005-01-07 21:33 VS, revision 31287

fixed condition for using #pragmas

2005-01-07 21:27 VS, revision 31286

fixed condition for using #pragmas

2005-01-07 20:11 VZ, revision 31285

harmless unused param warning fix

2005-01-07 20:06 VZ, revision 31284

corrected bg colour inheritance once again: only immediate transparent children should inherit non inheritable parent bg colour

2005-01-07 20:03 ABX, revision 31283

Old API clearly deprecated.

2005-01-07 19:48 SC, revision 31282

OS X savvy implementation

2005-01-07 18:48 RR, revision 31281

Added wxFopen to the MSLU code.

2005-01-07 18:47 RR, revision 31280

Removed useless defines for WinCE which is always Unicode and never MSLU.

2005-01-07 18:30 ABX, revision 31279

Remove some controls from limited screen area of Smartphone.

2005-01-07 18:29 RD, revision 31278

Fix for Bug 1097510, reset m_selectionOld when the value changes

2005-01-07 18:27 ABX, revision 31277

MS Smartphone has no input other than phone buttons which limits pointing on screen. Perhaps in the future.....

2005-01-07 18:24 ABX, revision 31276

Include order fix.

2005-01-07 17:33 VZ, revision 31275

invalidate bg brush in the beginning of OnSize() to avoid using outdated brush for child pages background painting

2005-01-07 17:10 VZ, revision 31274

don't ignore the background colour set for the dialog, even although it is a standard control

2005-01-07 16:59 VZ, revision 31273

use HasTransparentBackground() to correctly draw the background of static text/box on a window with non-inheritable (== own) background set

2005-01-07 16:54 VZ, revision 31272

moved HasTransparentBackground() from wxUniv to common wxWindow

2005-01-07 15:43 VZ, revision 31271

no changes; just removed some obsolete #ifdefs

2005-01-07 14:38 VZ, revision 31270

extracted background painting in a separate function so that it could be called from derived classes

2005-01-07 12:36 VZ, revision 31269

FreeBSD compilation fixes: rename re_comp and re_exec

2005-01-06 19:15 RR, revision 31268

Added test to fontencoding -> codepage conversion which should test if the codepage is actually installed on that version of Windows. Will do more testing.

2005-01-06 15:51 KH, revision 31267

whilst -> while

2005-01-06 12:49 RR, revision 31266

Applied patched for combo box SELECTED events (no long get lots of surplus events) Applied patch for menu hihglight colour detection.

2005-01-06 12:41 ABX, revision 31265

Old API clearly deprecated. Source cleaning.

2005-01-06 12:35 RR, revision 31264

Blind attempt make buttons centered in the generic msg dialog if it's a yes/no dialog.

2005-01-06 12:34 RR, revision 31263

Second try to commit compilo fix for sizer.cpp

2005-01-06 12:31 ABX, revision 31262

Smartphone fixes.

2005-01-06 12:30 ABX, revision 31261

wxUSE_LOG (Smartphone) fix.

2005-01-06 12:22 ABX, revision 31260

Use stock labels for Smartphone.

2005-01-06 12:20 ABX, revision 31259

Lack of accelerators on Smartphones.

2005-01-06 12:17 ABX, revision 31258

eVC3 warning fix.

2005-01-06 12:04 ABX, revision 31257

Build fix for NOPCH.

2005-01-06 11:53 RR, revision 31256

wxEncodingConverter should and can be compiled without wxFontMapper and its corresponding wxUSE_FONTMAP

2005-01-06 11:52 RR, revision 31255

# Compile without fontmapper.

2005-01-05 22:46 VZ, revision 31254

don't include wx/msw/wrapwin.h in public header; corrected the m_hDWP type instead

2005-01-05 21:55 RD, revision 31253

GetSystemColour --> GetColour

2005-01-05 21:54 RD, revision 31252

Add wxRTTI and OOR info for activex classes

2005-01-05 21:52 RD, revision 31251

cleanup

2005-01-05 21:51 RD, revision 31250

More methods for wxStdDialogButtonSizer

2005-01-05 21:33 RD, revision 31249

Set the window id for key events

2005-01-05 19:25 ABX, revision 31248

Old API clearly deprecated.

2005-01-05 18:39 ABX, revision 31247

wxMSWUniv wxWindowMSW vs. wxWindow fix.

2005-01-05 18:37 ABX, revision 31246

Removed all duplicated and complicated #ifdefs for enabling Skip and Abort in progress dialog (Smartphone fixes).

2005-01-05 18:32 ABX, revision 31245

Error fix after recent changes.

2005-01-05 18:30 ABX, revision 31244

Warning fix.

2005-01-05 10:47 ABX, revision 31243

MS Smartphone fixes.

2005-01-05 07:36 MBN, revision 31242

Check for end of buffer in wxMemoryInputStream::Peek.

2005-01-05 07:29 MBN, revision 31241

Correct malloc()/delete[] mismatch.

2005-01-05 07:28 MBN, revision 31240

Additional sanity check.

2005-01-05 07:28 MBN, revision 31239

Compilation fix.

2005-01-05 07:26 MBN, revision 31238

Allow building with wxUSE_PROTOCOL_FTP/HTTP == 0.

2005-01-05 00:32 RD, revision 31237

Continued tests of drawing a widget to a DC

2005-01-04 22:22 RR, revision 31236

Commit wxFontEncoding -> MS codepage conversion code based on MSDN's docs instead of the round trip through character sets.

2005-01-04 19:43 ABX, revision 31235

Old API depreciated. Use of new API. Source cleaning.

2005-01-04 19:35 ABX, revision 31234

Old API depreciated. Use of new API. Source cleaning.

2005-01-04 19:19 ABX, revision 31233

Initial wxSystemSettings::GetColour() for PalmOS.

2005-01-04 18:57 VZ, revision 31232

restored using DeferWindowPos() for moving all windows at once (this does help with flicker somewhat) but now call EndDeferWindowPos() from WM_WINDOWPOSCHANGED handler, not WM_SIZE one which is never generated for the dialogs

2005-01-04 17:41 MBN, revision 31231

Untabify.

2005-01-04 17:40 MBN, revision 31230

Change FIXME in TODO and clarify its meaning.

2005-01-04 17:35 MBN, revision 31229

Deprecation warning fix.

2005-01-04 10:56 VZ, revision 31228

fixed parameters to Blit()

2005-01-04 07:03 SC, revision 31227

as we cannot handle zero commands properly, we have to warn

2005-01-04 06:45 SC, revision 31226

using lang param, to have a CFLanguage be consistent with C-Locale

2005-01-04 06:22 SC, revision 31225

falling back to wxImage handler

2005-01-04 06:20 SC, revision 31224

24 bit depth

2005-01-03 22:10 RD, revision 31223

Factor out the OnSize code so it can also be used in other places where the header window needs to be adjusted.

2005-01-03 15:47 VZ, revision 31222

added a test to check how exception handling works with Win32 SEH; corrected copyright

2005-01-03 14:20 ABX, revision 31221

GCC warning fix.

2005-01-03 13:51 VZ, revision 31220

fix to the last fix (see comments in patch 1093811)

2005-01-03 07:22 ABX, revision 31219

Pasting typo fix.

2005-01-03 07:08 ABX, revision 31218

Full support to the native progress dialog.

2005-01-03 07:03 ABX, revision 31217

Incomplete (PalmOS) setup compatibility.

2005-01-02 23:54 VZ, revision 31216

don't crash in wxStrftime() if conversion of strftime() result to Unicode fails (modified patch 1094100)

2005-01-02 23:44 VZ, revision 31215

fixed crash when setting locale failed (replaces patch 1093811)

2005-01-02 22:52 VZ, revision 31214

fixed IMPLEMENT_DYNAMIC_CLASS2 macro

2005-01-02 22:48 VZ, revision 31213

added TOOL_RCLICKED test

2005-01-02 22:46 VZ, revision 31212

pass correct tool id (and not always -1) to EVT_TOOL_RCLICKED() handler

2005-01-01 17:26 RR, revision 31211

Allow to set the various buttons explicitly (and not through IDs) in the wxStdButtonSizer.

2005-01-01 13:36 RR, revision 31210

Second attempt to fix a rare crash (bad mem access after deletion of a control)

2005-01-01 11:39 RR, revision 31209

German translation mostly uptodate now.

2004-12-31 23:16 RD, revision 31208

reSWIGged

2004-12-31 23:01 RD, revision 31207

Send EVT_TEXT from wxTextCtrl::SetValue to conform with the wx standard

2004-12-31 22:58 RD, revision 31206

reSWIGged

2004-12-31 22:56 RD, revision 31205

updated note about the patch

2004-12-31 22:55 RD, revision 31204

Added wxStdDialogButtonSizer, which is a a special sizer that knows how to order and position standard buttons in order to conform to the current platform's standards. You simply need to add each `wx.Button` to the sizer, and be sure to create the buttons using the standard ID's. Then call `Finalize` and the sizer will take care of the rest.