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.

2004-12-31 22:54 RD, revision 31203

docstring fix

2004-12-31 22:54 RD, revision 31202

Added EVT_COMMAND_TREE_ITEM_MENU

2004-12-31 22:53 RD, revision 31201

Added back wx.PD_SMOOTH

2004-12-31 22:27 RD, revision 31200

fix compilo for when there are no precompiled headers

2004-12-31 20:21 RD, revision 31199

Correct some redraw glitches in the header when resizing, and also double buffer the header to eliminate the rest of the flicker.

2004-12-31 18:57 RR, revision 31198

Applied modified form of the StdButtonSize patch. Tested on GTK2, MSW and Mac. Adapted various generic dialogs to stretch the button sizer so that the buttons don't end up centered but right aligned.

2004-12-31 13:29 SC, revision 31197

SetFocus fixed

2004-12-31 13:19 SC, revision 31196

setting focus explicitely when using showmodal

2004-12-31 10:22 RR, revision 31195

Fixes a rare crash.

2004-12-31 07:08 ABX, revision 31194

wxDialog::Show is virtual as elsewhere. Native PalmOS progress dialog.

2004-12-30 15:07 ABX, revision 31193

wxPD_CAN_SKIP for skipping parts of progress and reintroduced wxPD_SMOOTH after removal of modal dialog flag.

2004-12-29 22:48 RD, revision 31192

Fix position of the movie when the immediate parent is not the top-level parent and the offset from the top-level parent origin needs to be accounted for.

2004-12-29 21:19 ABX, revision 31191

Warning fixes, source cleaning.

2004-12-29 21:15 ABX, revision 31190

Fixes to FIXME about stock IDs usage.

2004-12-29 10:10 SC, revision 31189

added RequestUserAttention

2004-12-29 09:48 ABX, revision 31188

Empty container and design description for native PalmOS wxPrefConfig. Remove MSW configs from PalmOS.

2004-12-29 07:12 SC, revision 31187

moving cursor update AFTER the mouse event handling, otherwise things like eg drawing a splitter from right to left leads to wrong cursor, because - at the time of the cursos update - the splitter is not yet move below the mouse pos.

2004-12-29 04:00 DE, revision 31186

Added wxBitmap::UseAlpha() stub.

2004-12-29 03:55 DE, revision 31185

Some platforms that use socklen_t don't use it for the fifth argument to getsockopt. Do a separate test and define SOCKOPTLEN_T appropriately. NOTE: Forgot to commit this earlier.

2004-12-28 22:30 GT, revision 31184

Added more support for using SQL_WVARCHAR and SQL_WCHAR data types Blind postgres fixes for calls to TableExists() and TablePrivileges() inside the Open() function to not pass the user name when postgres is expecting the schema. We REALLY need to add schema support...wish I had the time

2004-12-28 22:28 GT, revision 31183

Added more support for using SQL_WVARCHAR and SQL_WCHAR data types

2004-12-28 22:27 GT, revision 31182

Added SQL_WVARCHAR and SQL_WCHAR to the data types that the sample checks to see if they are supported by the datasource when the DATATYPES button is pressed

2004-12-28 22:06 DE, revision 31181

Removed old bakefile cruft by doing a bakefile_gen -f autoconf -c followed by a bakefile_gen -f autoconf. I then hand edited the file to add back in the dnl ### begin block 00_header ### line, the BAKEFILE_AUTOCONF_INC_M4_VERSION="0.1.4" line (confusingly only generated by a CVS copy newer than 0.1.4) and remove the dnl Conditions: line. This file's size is now less than half of what it was!

2004-12-28 21:32 GT, revision 31180

More parameter variable names fixed to make them more readable by replacing abbreviations with the full word

2004-12-28 21:16 RD, revision 31179

Docs for [GS]etDefaultPyEncoding

2004-12-28 21:10 GT, revision 31178

Non-standard abbreviations of words in function/variable names changed to standard abbreviations or the entire word (e.g. colNo is now colNum) If SetColDef is called with an out of range index, the function in debug will throw an assert msg, and call wxLogDebug(), and then return without doing anything. The function now returns a boolean to indicate if the column definition was successfully created or not

2004-12-28 21:03 GT, revision 31177

Compilation fix with last checkin....ooops

2004-12-28 20:59 GT, revision 31176

Documentation updated to reflect Unicode support Updated to show current function names

2004-12-28 20:01 GT, revision 31175

Fixed some potential buffer overruns

2004-12-28 19:22 GT, revision 31174

Implemented a fix to allow Unicode builds to work with MSACCESS. This fix should be tested against other databases also to ensure that the determination of the type to be used for character strings correctly finds that right type in unicode mode for other DBs

2004-12-28 18:35 GT, revision 31173

Lookup result windows now force the first column size to be no great than 20 characters to avoid the code that calls the DB to find the length of the longest string in column, as the code used to get that value is not necessarily portable across all DB platforms

2004-12-28 18:32 GT, revision 31172

Changed error messages so that if a DB error occurs in the ListDb code, the native DB error message is displayed

2004-12-28 18:30 GT, revision 31171

Changed the hardcoded table name to be in all caps for those DBs that only allow table names to be in caps

2004-12-28 18:18 DE, revision 31170

Rebaked (Bakefile 0.1.4). Corresponds to tests.bkl,1.30,1.31

2004-12-28 18:15 DE, revision 31169

Rebaked (Bakefile 0.1.4). Corresponds to dialogs.bkl,1.7,1.8

2004-12-28 17:51 DE, revision 31168

Rebaked (Bakefile 0.1.4) * Remove installation of afm and gsafm * Remove configure during distclean * Copy *.mpg files during SAMPLES_DIST

2004-12-28 16:00 RR, revision 31167

Added TREE_ITEM_MENU event to MSW control.

2004-12-28 15:59 RR, revision 31166

Also check for range on Mac's spin controls.

2004-12-28 15:57 RR, revision 31165

Check for range on wxSpinCtrl and wxSpinButton's GetValue()

2004-12-28 14:13 RR, revision 31164

Documented the special meaning of wxID_EXIT and wxID_ABOUT under MacOS X. Documented the existence of the GNOME printing code.

2004-12-28 13:34 GT, revision 31163

Added wxODBC changes to the log

2004-12-28 12:14 ABX, revision 31162

Outdated informations refreshed.

2004-12-28 10:18 SC, revision 31161

handling wxSTAY_ON_TOP by changing the window group instead of window class

2004-12-28 10:16 SC, revision 31160

getting rid of redefines

2004-12-28 03:17 DE, revision 31159

Some platforms that use socklen_t don't use it for the fifth argument to getsockopt. Do a separate test and define SOCKOPTLEN_T appropriately.

2004-12-28 01:40 DE, revision 31158

Retain/release the NSButtonCell during user action so that if the button is deleted by the user action the program does not crash sending the setHighlighted:NO message to it.

2004-12-28 00:33 GT, revision 31157

Firebird DB support added. Basic testing is done, and appears to work fully. Need real users to test the additions please

2004-12-28 00:31 GT, revision 31156

Display message typo corrected

2004-12-27 20:48 ABX, revision 31155

Adjust documentation to implementations and alphabetical order.

2004-12-27 20:17 ABX, revision 31154

GetFreeSpace is here since 1993 and returns crazy values. Let's have win64/win32 cases only.

2004-12-27 18:57 ABX, revision 31153

wxLongLong to wxString operators.

2004-12-27 18:47 ABX, revision 31152

Take best fitting type for available memory measurement.

2004-12-27 08:52 VS, revision 31151

blind fix for GCC compilation when #pragmas are honored

2004-12-27 08:36 ABX, revision 31150

MSW and source cleaning.

2004-12-27 07:30 ABX, revision 31149

Some PalmOS utils implementations.

2004-12-26 17:37 RR, revision 31148

Added TREE_ITEM_MENU event that gets sent if the user hits the "Menu" key on the newer keyboards. So far generic control only.

2004-12-26 09:16 SC, revision 31147

unicode fix

2004-12-26 02:35 ROL, revision 31146

checking for dom.encoding == None temporary fix for wxPyAssertion from XRC library

2004-12-26 02:32 ROL, revision 31145

wxIcon correctly handled now (it has no "icon" tag)

2004-12-25 18:27 RR, revision 31144

Deselect a child item on Collapse. Otherwise we end up with 2 selected item even in single selection mode. This is a follow-up to the no-dangling pointer patch and also reflects MSW behaviour.

2004-12-25 15:04 RR, revision 31143

Documented findings about how to use mo files with MacOS X's bundles.

2004-12-25 01:58 VZ, revision 31142

added SetCmdLine(int, char **) overload even when building a Unicode app

2004-12-24 12:29 JS, revision 31141

Doc corrections

2004-12-24 11:48 VS, revision 31140

security fix (patch 1089659)

2004-12-24 09:02 JJ, revision 31139

Committing in . correcting an obvious typo in the GTK1.x part Modified Files: wxWidgets/src/gtk/choice.cpp ----------------------------------------------------------------------

2004-12-24 07:52 ABX, revision 31138

wxPalmOS port started its development so let's list it in the changes.

2004-12-24 07:44 ABX, revision 31137

First nonminimal wxPalmOS functionality: enumeration of available volumes.

2004-12-24 07:41 ABX, revision 31136

wxPalmOS was introduced long after 2.4.

2004-12-24 00:43 RD, revision 31135

Make the wx.MediaCtrl demo more functional, and add a sample movie.

2004-12-23 21:46 RD, revision 31134

reSWIGged after 1.3.24 update

2004-12-23 21:39 RD, revision 31133

reSWIGged after 1.3.24 update

2004-12-23 21:34 RD, revision 31132

reSWIGged after 1.3.24 update

2004-12-23 21:29 RD, revision 31131

Typo

2004-12-23 20:53 RD, revision 31130

Updated to SWIG 1.3.24 (plus a patch that corrects a bug and adds back some things that were changed/removed from my patch I submitted to them.) Since it is now possible easily and simply share the SWIG type tables across modules I reverted to always using the stock SWIG runtime instead of my slightly hacked up version of it exported via the wxPython C API. The %name directive is now deprecated so replaced most uses of it with a custom %Rename macro that uses %rename internally. These will evetually need to be replaced with a DocDecl macro when docstrings are added.

2004-12-23 20:52 RD, revision 31129

Allow Python 2.4

2004-12-23 20:44 RD, revision 31128

Updated to SWIG 1.3.24 (plus a patch that corrects a bug and adds back some things that were changed/removed from my patch I submitted to them.) Since it is now possible easily and simply share the SWIG type tables across modules I reverted to always using the stock SWIG runtime instead of my slightly hacked up version of it exported via the wxPython C API. The %name directive is now deprecated so replaced most uses of it with a custom %Rename macro that uses %rename internally. These will evetually need to be replaced with a DocDecl macro when docstrings are added.

2004-12-23 20:33 ABX, revision 31127

Deprecated methosd markup (documented).

2004-12-23 20:19 RD, revision 31126

Changed GetSystemColour to GetColour

2004-12-23 13:42 SC, revision 31125

corrected setting the locale of the c-lib for mac

2004-12-22 23:54 VZ, revision 31124

simplified sizers, removed OnSize() which is not needed any more

2004-12-22 23:29 VZ, revision 31123

call SetBkColor() when using non default background

2004-12-22 23:27 VZ, revision 31122

last fix resulted in wrongly inheriting bg colour from the parent with m_inheritBgCol == false, fixed the fix

2004-12-22 22:02 RD, revision 31121

Need to reset count when all items are deleted

2004-12-22 21:09 VZ, revision 31120

fixes fo inheriting colours set with SetOwnBackround()

2004-12-22 21:07 VZ, revision 31119

fixed background drawing for opaque controls

2004-12-22 19:47 SN, revision 31118

Applied patch [ 1088717 ] (_LARGEFILE_SOURCE fix for HP-UX).

2004-12-22 11:12 DS, revision 31117

added FileConfig test case exposing a problem with deleting the last group

2004-12-22 09:21 VS, revision 31116

compilation fix

2004-12-22 07:35 ABX, revision 31115
  • D /wxWidgets/trunk/src/palmos/dialup.cpp
  • D /wxWidgets/trunk/src/palmos/mimetype.cpp
  • D /wxWidgets/trunk/src/palmos/mslu.cpp
  • D /wxWidgets/trunk/src/palmos/registry.cpp
  • D /wxWidgets/trunk/src/palmos/renderer.cpp

Final MSW/PalmOS split. Remove dump copies of MSW specific code.

2004-12-22 07:22 ABX, revision 31114

Final MSW/PalmOS split. Remove dump copies of MSW specific code.

2004-12-22 07:19 RL, revision 31113

Fix for wxGTK compilation.

2004-12-22 07:18 RL, revision 31112

Fix for wxGTK compilation.

2004-12-22 07:07 RL, revision 31111

Fix wxGTK compilation.

2004-12-22 06:27 RL, revision 31110

Not quite as flexible, but lighter and sufficient.

2004-12-22 05:51 SC, revision 31109

making sure we don't say we are visible while in destruction

2004-12-22 05:38 RL, revision 31108

Only filter out duplicate -libraries. Let other constructs fend for themselves. This will avoid hiding problems in configure.in and let the mac users have -framework et al. pass through as they should.

2004-12-22 01:05 VZ, revision 31107

reverted use of DeferWindowPos() instead of MoveWindow()

2004-12-21 18:57 ABX, revision 31106

wxString and wxChar* access for file functions. Source cleaning.

2004-12-21 17:44 ABX, revision 31105

wxString and wxChar* access for file functions. Source cleaning.

2004-12-21 17:35 ABX, revision 31104

wxString and wxChar* access for file functions. Source cleaning.

2004-12-21 17:20 ABX, revision 31103

wxURI is enough for the basic url operations.

2004-12-21 16:41 ABX, revision 31102

Borland fixes.

2004-12-21 16:25 ABX, revision 31101

Metric conversion constants not doubled in each port code.

2004-12-21 13:50 SC, revision 31100

moving Carbon Event Class out of USE_GUI

2004-12-20 23:06 RD, revision 31099

reSWIGged

2004-12-20 22:59 RD, revision 31098

Added wxEXEC_NODISABLE flag

2004-12-20 22:52 RD, revision 31097

A little cleanup

2004-12-20 22:51 RD, revision 31096

Added a note to self to look at adding ProvidesBackground in the future

2004-12-20 22:50 RD, revision 31095

Allow the OOR reference to be saved without doing an INCREF. This solves the circular reference problem with wx.Timer.

2004-12-20 22:46 RD, revision 31094

Typemaps for wxFileOffset

2004-12-20 22:44 RD, revision 31093

Added wxEXEC_NODISABLE flag

2004-12-20 22:43 RD, revision 31092

new wxMediaCtrl API

2004-12-20 20:34 ABX, revision 31091

Warning fix.

2004-12-20 20:27 ABX, revision 31090

Further decoration.

2004-12-20 20:24 ABX, revision 31089

Fixed typo.

2004-12-20 20:17 ABX, revision 31088

wxPalmOS mentioned.

2004-12-20 12:44 ABX, revision 31087

Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not depend on MSW macros in PalmOS port. Source cleaning.

2004-12-20 09:24 JS, revision 31086

VC++ 5 compatibility

2004-12-20 01:31 VZ, revision 31085

wxGetInstance must be defined as extern C (patch 1085837)

2004-12-20 01:23 VZ, revision 31084

end label editing if the control loses focus (slightly modified patch 1084592)

2004-12-20 01:08 VZ, revision 31083

fixed dragging scrollbar in wxUniv: use wxMouseEvent::Dragging(), not Moving(), for tests (patch 1075176; bug 1053645)

2004-12-20 00:03 VZ, revision 31082

added flags parameter to wxExecute(wxArrayString *) overloads

2004-12-19 23:59 VZ, revision 31081

added wxEXEC_NODISABLE

2004-12-19 23:29 VZ, revision 31080

added a note about old/new selection inconcistency in events generated by wxNotebook::SetSelection()

2004-12-19 23:12 VZ, revision 31079

added test for Unicode/ANSI

2004-12-19 23:08 VZ, revision 31078

corrected wxMAKE_VERSION_STRING and wxMAKE_VERSION_DOT_STRING definitions

2004-12-19 22:45 VZ, revision 31077

IRIX compilation fix: don't redeclare usleep() if HAVE_USLEEP is defined

2004-12-19 22:08 VZ, revision 31076

use DeferWindowPos() instead of MoveWindow() if possible; always use WS_CLIPCHILDREN; never use WS_CLIPSIBLINGS

2004-12-19 21:30 VZ, revision 31075
  • D /wxWidgets/trunk/src/msw/slidrmsw.cpp

Win16 version is not used any longer

2004-12-19 20:56 VZ, revision 31074

moved wxWindow::m_hMenu to wxFrame, it is not needed in the base class

2004-12-19 20:51 VZ, revision 31073

moved ProvidesBackground() from wxUniv to base wxWindow class; use it to prevent inheriting background brush beyond the windows which normally have their own background

2004-12-19 20:39 VZ, revision 31072

only use our background for children if it's inheritable

2004-12-19 20:36 VZ, revision 31071

don't propagate our (non default) background to children: use SetOwnBgCol() instead of SetBgCol()

2004-12-19 20:24 VZ, revision 31070

corrected compilation error in va_copy() test

2004-12-19 20:15 VZ, revision 31069

fixed background appearance for the controls with changed foreground colour

2004-12-19 19:55 VZ, revision 31068

do not inherit background colour in InheritAttributes() as it totally breaks themed backgrounds

2004-12-19 17:29 SN, revision 31067

Fixed typo.

2004-12-19 17:22 SN, revision 31066

Fixes for OS/2.

2004-12-19 17:20 SN, revision 31065

Do not export weak symbols from DLLs, as this causes problems in debug build

2004-12-19 16:41 SC, revision 31064

extended EventRef class

2004-12-19 16:40 SC, revision 31063

correcting dangling refs / reuse

2004-12-19 14:48 VZ, revision 31062

documented GetWindow() method

2004-12-19 14:45 VZ, revision 31061
  • D /wxWidgets/trunk/samples/dnd/mondrian.ico
  • D /wxWidgets/trunk/samples/dnd/mondrian.xpm

use ../sample.* instead

2004-12-19 14:41 VZ, revision 31060

use standard icon under Unix as well

2004-12-19 14:40 VZ, revision 31059

use standard icon; minor layout fixes

2004-12-19 14:39 VZ, revision 31058

use the standard .rc file

2004-12-19 14:36 VZ, revision 31057

make icons for different effects different

2004-12-18 16:12 SN, revision 31056

Added support for debug libraries.

2004-12-18 13:13 RR, revision 31055

Fix for the fix for wxChoice selection.

2004-12-18 10:55 SC, revision 31054

wake up corrections : correcting ref count (mem-leak) , keeping weak ref to avoid double posting wakeup-events

2004-12-18 10:37 SC, revision 31053

Big Endian Fixes, LCID support (must be paired with LCID-Charset support on the .hhp interpretation side)

2004-12-17 16:31 RD, revision 31052

Only test the high order bit from GetKeyState, otherwise we can have bogus readings.

2004-12-17 16:07 RN, revision 31051

wxMediaCtrl API changes for 2.5.x/2.6

2004-12-17 15:41 RN, revision 31050

Document osx hack

2004-12-17 15:37 RN, revision 31049

Warning fixes for msvc - return function address explicitly

2004-12-17 12:12 ABX, revision 31048

Unicode markup.

2004-12-17 12:09 ABX, revision 31047

Follow wxTreeCtrl API.

2004-12-17 02:10 RD, revision 31046

reSWIGged

2004-12-17 02:01 RD, revision 31045

Added default values for some parameters

2004-12-17 02:00 RD, revision 31044

Added notes for recent changes

2004-12-17 01:59 RD, revision 31043

docstring

2004-12-17 01:58 RD, revision 31042

ComputeScaleAndOrigin

2004-12-17 01:43 VZ, revision 31041

override AcceptsFocus() inherited from wxStaticBox to accept focus

2004-12-17 01:41 VZ, revision 31040

accept focus in radiobox again (broken by making it derive from static box which doesn't accept it)

2004-12-17 01:35 VZ, revision 31039

corrected comment about wxRadioBox not deriving from wxStaticBox in wxMSW (now it does)

2004-12-17 01:27 VZ, revision 31038

restored WS_EX_TRANSPARENT as otherwise background can be not drawn at all sometimes

2004-12-17 01:22 RD, revision 31037

Build/installer support for building with MSVC 7.1 and Python 2.4

2004-12-16 22:51 DE, revision 31036

Fixed typo(?)

2004-12-16 21:26 RD, revision 31035

reset m_selectionOld when the selection is programatically changed

2004-12-16 21:24 ABX, revision 31034

Make ComputeScaleAndOrigin() as virtual part of wxDCBase and this way present on missing platforms. Add into manaul too.

2004-12-16 20:32 ABX, revision 31033

Send full url to wxHtmlWindow::OnOpeningURL validation (and therefore use wxURL to not duplicate code). Present it in statusbar of samples/html/test application.

2004-12-16 19:44 ABX, revision 31032

Fixed typo.

2004-12-16 19:39 ABX, revision 31031

wxUniversal fix.

2004-12-16 19:36 ABX, revision 31030

GCC of PalmOS fix.

2004-12-16 13:25 VZ, revision 31029

suppress annoying beeps when enter is pressed in combobox and there is no default button

2004-12-16 13:21 VZ, revision 31028

restored accidentally removed code which deselects the previously selected button in SetSelection()

2004-12-16 10:24 VZ, revision 31027

fix memory leak when using styes (closes 1086273)

2004-12-16 06:05 RD, revision 31026

untabified

2004-12-16 02:39 VZ, revision 31025

added GetBestSize() implementation

2004-12-16 01:50 VZ, revision 31024

repaired setting foreground colours for the standard controls

2004-12-15 21:17 RD, revision 31023

get the default encoding from the default locale.

2004-12-15 21:15 RD, revision 31022

Instead of always using the Python default encoding for converting string and unicode objects to/from wxStrings.

2004-12-15 13:38 JS, revision 31021

Removed AFM files from 2.4 branch

2004-12-15 13:20 JS, revision 31020

Further AFM removal

2004-12-15 13:13 JS, revision 31019
  • D /wxWidgets/trunk/misc/afm
  • D /wxWidgets/trunk/misc/gs_afm

Removed AFM files

2004-12-15 12:22 ABX, revision 31018

Move unused values into 2.4 compatibility. Source cleaning.

2004-12-15 08:02 JJ, revision 31017

Committing in . OpenVMS compile updates Modified Files: wxWidgets/setup.h_vms wxWidgets/src/gtk/descrip.mms ----------------------------------------------------------------------

2004-12-15 07:42 JJ, revision 31016

Committing in . fix for gtk-1.x Modified Files: wxWidgets/src/gtk/combobox.cpp ----------------------------------------------------------------------

2004-12-14 22:49 RD, revision 31015

reSWIGged

2004-12-14 22:48 RD, revision 31014

Don't use WXDLLIMPEXP_MEDIA in the stub class

2004-12-14 22:46 RD, revision 31013

optionally add the media library if not a MONOLITHIC build

2004-12-14 21:10 ABX, revision 31012

wx/math.h integration

2004-12-14 20:52 ABX, revision 31011

wx/math.h integration

2004-12-14 20:34 ABX, revision 31010

Be C file.

2004-12-14 20:32 ABX, revision 31009

Fixme removal.

2004-12-14 20:29 ABX, revision 31008

Geometry operators tests.

2004-12-14 20:29 ABX, revision 31007

Geometry operators tests.

2004-12-14 19:58 RD, revision 31006

Don't call _setOORINfo from PreGrid

2004-12-14 19:57 RD, revision 31005

Added SetFocus and SetFocusIgnoringChildren to wx.Panel

2004-12-14 19:39 RD, revision 31004

Applied patch #1084332: xrced does not respect encoding

2004-12-14 12:33 VZ, revision 31003

more wxUniv compilation fixes (bug 1085003)

2004-12-14 12:30 VZ, revision 31002

compilation fix for WXWIN_COMPATIBILITY_2_4 == 0

2004-12-13 23:15 RD, revision 31001

deprecated Get/SetOptimization

2004-12-13 23:06 RD, revision 31000

Added IsEditable Undo Redo SelectAll CanCopy CanCut CanPaste CanUndo CanRedo

2004-12-13 23:02 RD, revision 30999

Deprecated NotebookSizer and BookCtrlSizer

2004-12-13 23:00 RD, revision 30998

Added GetColoursCount

2004-12-13 22:46 RD, revision 30997

Added gravity

2004-12-13 22:39 RD, revision 30996

Give Maximize and default param

2004-12-13 22:38 RD, revision 30995

wxRect::union and docstring fixes

2004-12-13 21:30 VZ, revision 30994

undef CreateWindow too, even if we don't use it ourselves it's still a very common name and shouldn't be defined after including wxWindows headers

2004-12-13 20:10 ABX, revision 30993

math.h/PI integration

2004-12-13 20:07 VZ, revision 30992

reverted recent VK_OEM_PLUS change, do map it to '+' for now, but added a comment questioning whether this should be done at all

2004-12-13 20:04 ABX, revision 30991

math.h/PI integration

2004-12-13 19:54 ABX, revision 30990

math.h/PI integration

2004-12-13 19:48 ABX, revision 30989

Avoid conflict with INFINITY of math.h.

2004-12-13 19:46 ABX, revision 30988

Further changes markup.

2004-12-13 19:42 VZ, revision 30987

(blind) wxUniv compilation fix: define the method using wxWindow out of line, i.e. after wxWindow is defined

2004-12-13 18:24 ABX, revision 30986

wx/msw/notebook.h needs wx/notebook.h in lack of precompiled headers.

2004-12-13 14:08 ABX, revision 30985

Events table serves for RTTI too.

2004-12-13 10:49 JS, revision 30984

Added missing events

2004-12-13 09:18 JS, revision 30983

Typo correction

2004-12-13 01:03 VZ, revision 30982

use WX_FORWARD_STD_METHODS_TO_SUBWINDOWS

2004-12-13 01:02 VZ, revision 30981

added WX_FORWARD_STD_METHODS_TO_SUBWINDOWS macro

2004-12-13 01:00 VZ, revision 30980

1. derived wxMSW radio box from static box because it includes the box anyhow 2. changed it to use wxSubwindows to cut down code duplication 3. deprecated Get/SetNumberOfRowsOrCols() which didn't do anything in neither MSW nor GTK (this is the only change in GTK code)

2004-12-13 00:29 RR, revision 30979

Correctd orientation of sash handle. Adapted some code in the native scrolling window to the generic version's code.

2004-12-13 00:12 VZ, revision 30978

use solid bacgkround for static box as pattern brush can't be properly aligned when it is painted

2004-12-13 00:11 VZ, revision 30977

implemented MSWGetBgBrush/ColourForChild() to propagate themed notebook background to children

2004-12-13 00:09 VZ, revision 30976

rewrote and virtualized the background erasing logic: each window may now specify which background brush should be used for its children and each child may also choose to use either background brush or (solid) background colour wxWindow::OnEraseBackground() and wxControl::MSWControlColor() now use the same code

2004-12-12 21:51 VZ, revision 30975

forward Enable() and SetFont() to the labels as well

2004-12-12 21:43 VZ, revision 30974

added a few more composite functions

2004-12-12 20:27 , revision 30973
  • A /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/.cvsignore
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/acinclude.m4
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/aclocal.m4
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/art
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/autoconf_inc.m4
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/autogen.sh
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/BuildCVS.txt
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/build
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/config.guess
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/config.sub
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/configure
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/configure.in
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/contrib
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/debian
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/demos
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/descrip.mms
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/difflast.pl
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/distrib
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/docs
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/.cvsignore
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/msvc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/.cvsignore
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/accel.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/access.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/afterstd.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/app.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/apptrait.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/archive.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/arrimpl.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/arrstr.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/artprov.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/beforestd.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/bitmap.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/bmpbuttn.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/bookctrl.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/brush.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/buffer.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/build.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/busyinfo.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/button.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/calctrl.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/caret.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/checkbox.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/checklst.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/chkconf.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/choicdlg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/choice.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/choicebk.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/clipbrd.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/clntdata.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/cmdline.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/cmdproc.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/cmndata.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/cocoa
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/colordlg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/colour.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/combobox.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/confbase.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/config.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/containr.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/control.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/cppunit.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/cshelp.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/ctrlsub.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/cursor.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dataobj.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/datetime.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/datetime.inl
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/datstrm.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/db.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dbgrid.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dbkeyg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dbtable.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dc.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dcbuffer.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dcclient.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dcmemory.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dcmirror.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dcprint.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dcps.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dcscreen.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dcsvg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dde.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/debug.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/defs.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dialog.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dialup.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dir.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dirctrl.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dirdlg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/display.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dlimpexp.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dnd.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/docmdi.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/docview.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dragimag.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dynarray.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dynlib.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/dynload.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/effects.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/encconv.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/encinfo.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/event.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/evtloop.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/except.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/fdrepdlg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/features.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/ffile.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/file.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/fileconf.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/filedlg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/filefn.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/filename.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/filesys.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/flags.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/fmappriv.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/font.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/fontdlg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/fontenc.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/fontenum.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/fontmap.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/fontutil.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/frame.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/fs_inet.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/fs_mem.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/fs_zip.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/gauge.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/gbsizer.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/gdicmn.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/gdiobj.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/generic
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/geometry.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/gifdecod.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/glcanvas.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/grid.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/gsocket.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/gtk
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/gtk1
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/hash.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/hashmap.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/hashset.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/help.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/helpbase.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/helphtml.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/helpwin.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/html
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/htmllbox.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/icon.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/iconbndl.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/iconloc.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/imagbmp.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/image.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/imaggif.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/imagiff.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/imagjpeg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/imaglist.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/imagpcx.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/imagpng.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/imagpnm.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/imagtiff.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/imagxpm.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/init.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/intl.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/iosfwrap.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/ioswrap.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/ipc.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/ipcbase.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/isql.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/isqlext.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/joystick.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/layout.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/laywin.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/list.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/listbase.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/listbook.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/listbox.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/listctrl.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/listimpl.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/log.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/longlong.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/mac
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/math.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/matrix.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/mdi.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/mediactrl.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/memconf.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/memory.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/memtext.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/menu.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/menuitem.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/metafile.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/mgl
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/mimetype.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/minifram.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/module.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/motif
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msgdlg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msgout.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/mstream.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/.cvsignore
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/accel.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/app.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/apptbase.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/apptrait.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/bitmap.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/blank.cur
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/bmpbuttn.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/brush.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/bullseye.cur
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/button.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/caret.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/cdrom.ico
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/checkbox.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/checklst.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/child.ico
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/chkconf.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/choice.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/clipbrd.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/clock.cur
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/colordlg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/colour.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/colours.bmp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/combobox.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/computer.ico
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/control.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/crashrpt.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/csquery.bmp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/ctl3d
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/cursor.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/dc.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/dcclient.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/dcmemory.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/dcprint.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/dcscreen.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/dde.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/dialog.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/dib.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/dirdlg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/display.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/dragimag.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/drive.ico
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/enhmeta.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/error.ico
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/evtloop.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/fdrepdlg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/file1.ico
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/filedlg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/floppy.ico
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/folder1.ico
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/folder2.ico
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/font.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/fontdlg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/fontenum.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/frame.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/gauge95.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/gccpriv.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/gdiimage.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/gdiobj.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/glcanvas.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/gsockmsw.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/hand.cur
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/heart.cur
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/helpbest.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/helpchm.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/helpwin.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/icon.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/imaglist.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/info.ico
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/iniconf.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/joystick.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/listbox.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/listctrl.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/magnif1.cur
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/mdi.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/mdi.ico
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/menu.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/menuitem.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/metafile.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/microwin.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/mimetype.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/minifram.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/missing.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/msgdlg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/mslu.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/msvcrt.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/noentry.cur
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/notebook.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/ole
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/palette.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/pbrush.cur
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/pen.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/pencil.cur
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/pntleft.cur
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/pntright.cur
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/popupwin.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/printdlg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/printwin.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/private.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/query.cur
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/question.ico
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/radiobut.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/regconf.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/region.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/registry.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/removble.ico
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/rightarr.cur
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/roller.cur
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/scrolbar.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/setup0.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/setup_microwin.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/size.cur
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/slider95.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/slidrmsw.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/sound.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/spinbutt.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/spinctrl.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/statbmp.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/statbox.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/statbr95.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/statline.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/stattext.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/std.ico
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/stdpaths.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/subwin.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/tabctrl.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/taskbar.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/tbar95.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/tbarmsw.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/textctrl.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/tglbtn.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/timer.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/tooltip.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/toplevel.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/treectrl.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/uxtheme.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/warning.ico
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/watch1.cur
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/wince
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/window.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/winundef.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/wrapcctl.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/wrapshl.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/wrapwin.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/wx.manifest
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/msw/wx.rc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/notebook.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/numdlg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/object.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/os2
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/ownerdrw.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/palette.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/palmos
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/panel.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/paper.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/pen.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/platform.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/popupwin.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/print.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/printdlg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/prntbase.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/process.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/progdlg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/protocol
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/ptr_scpd.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/quantize.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/radiobox.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/radiobut.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/rawbmp.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/recguard.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/regex.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/region.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/renderer.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/sashwin.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/sckaddr.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/sckipc.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/sckstrm.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/scopeguard.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/scrolbar.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/scrolwin.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/selstore.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/settings.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/setup_redirect.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/sizer.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/slider.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/snglinst.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/socket.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/sound.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/spinbutt.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/spinctrl.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/splash.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/splitter.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/sstream.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/stack.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/statbmp.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/statbox.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/statline.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/stattext.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/statusbr.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/stc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/stdpaths.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/stockitem.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/stopwatch.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/strconv.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/stream.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/string.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/sysopt.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/tab.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/tabctrl.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/taskbar.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/tbarbase.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/textbuf.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/textctrl.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/textdlg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/textfile.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/tglbtn.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/thread.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/thrimpl.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/timer.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/tipdlg.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/tipwin.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/tokenzr.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/toolbar.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/tooltip.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/toplevel.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/treebase.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/treectrl.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/txtstrm.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/types.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/univ
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/unix
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/uri.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/url.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/utils.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/valgen.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/validate.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/valtext.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/variant.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/vector.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/version.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/vidmode.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/vlbox.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/vms_x_fix.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/volume.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/vscroll.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wave.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wfstream.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/window.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wizard.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wx.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wxchar.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wxhtml.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wxprec.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wxshlba_cw.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wxshlba_cwc.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wxshlba_cwc_d.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wxshlba_cw_d.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wxshlb_cw.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wxshlb_cwc.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wxshlb_cwc_d.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wxshlb_cw_d.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wx_cw.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wx_cwc.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wx_cwcocoa.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wx_cwcocoa_cm.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wx_cwcocoa_d.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wx_cwc_d.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wx_cwu_d.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wx_cw_cm.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/wx_cw_d.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/x11
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/xml
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/xpmdecod.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/xpmhand.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/xrc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/xti.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/xtistrm.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/xtixml.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/zipstrm.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx/zstream.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wxshlba_cw.pch
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wxshlba_cw.pch++
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wxshlba_cwc.pch
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wxshlba_cwc.pch++
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wxshlba_cwc_d.pch
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wxshlba_cwc_d.pch++
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wxshlba_cw_d.pch
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wxshlba_cw_d.pch++
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wxshlb_cw.pch
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wxshlb_cw.pch++
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wxshlb_cwc.pch
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wxshlb_cwc.pch++
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wxshlb_cwc_d.pch
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wxshlb_cwc_d.pch++
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wxshlb_cw_d.pch
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wxshlb_cw_d.pch++
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx_cw.pch
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx_cw.pch++
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx_cwc.pch
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx_cwc.pch++
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx_cwcocoa.pch
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx_cwcocoa.pch++
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx_cwcocoa.pchmm
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx_cwcocoa_d.pch
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx_cwcocoa_d.pch++
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx_cwcocoa_d.pchmm
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx_cwc_d.pch
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx_cwc_d.pch++
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx_cwu_d.pch
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx_cwu_d.pch++
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx_cw_d.pch
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx_cw_d.pch++
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/include/wx_pb.h
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/install-sh
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/lib
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/locale
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/Makefile.in
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/make-deb
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/misc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/mkinstalldirs
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/regen
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/samples
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/setup.h.in
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/setup.h_vms
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/.cvsignore
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/cocoa
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/common
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/cwcopysetup.bat
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/cwdcopysetup.bat
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/cygnus.bat
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/expat
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/generic
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/gtk
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/gtk1
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/html
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/iodbc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/jpeg
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/mac
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makeb32.env
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makebcc.env
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makefile.dos
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makefile.va
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makefile.vc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makeg95.env
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makelib.b32
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makelib.bcc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makelib.g95
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makelib.sc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makelib.vc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makelib.wat
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makemsc.env
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makeprog.b32
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makeprog.bcc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makeprog.g95
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makeprog.msc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makeprog.sc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makeprog.sl
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makeprog.va
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makeprog.vc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makeprog.wat
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makesc.env
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makesl.env
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/maketwin.env
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makeva.env
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makevc.env
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/makewat.env
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/mgl
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/mingegcs.bat
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/mingw32.bat
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/motif
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/.cvsignore
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/accel.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/app.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/basemsw.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/bitmap.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/bmpbuttn.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/brush.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/button.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/caret.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/checkbox.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/checklst.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/choice.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/clipbrd.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/colordlg.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/colour.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/combobox.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/control.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/crashrpt.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/cursor.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/data.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/dc.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/dcclient.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/dcmemory.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/dcprint.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/dcscreen.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/dde.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/dialog.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/dialup.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/dib.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/dir.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/dirdlg.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/display.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/dragimag.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/dummy.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/dummydll.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/enhmeta.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/evtloop.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/fdrepdlg.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/filedlg.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/font.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/fontdlg.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/fontenum.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/fontutil.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/frame.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/gauge95.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/gdiimage.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/gdiobj.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/glcanvas.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/gsocket.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/gsockmsw.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/helpbest.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/helpchm.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/helpwin.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/icon.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/imaglist.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/iniconf.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/joystick.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/listbox.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/listctrl.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/main.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/makebase.b32
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/makebase.vc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/makebase.wat
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/makefile.dos
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/makefile.mic
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/makefile.sc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/makefile.sl
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/makefile.twn
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/mdi.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/mediactrl.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/menu.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/menuitem.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/metafile.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/microwin.c
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/mimetype.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/minifram.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/msgdlg.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/mslu.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/nativdlg.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/notebook.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/ole
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/ownerdrw.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/palette.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/pen.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/penwin.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/popupwin.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/printdlg.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/printwin.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/radiobut.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/regconf.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/region.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/registry.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/renderer.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/salford.lnk
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/scrolbar.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/settings.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/slider95.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/slidrmsw.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/snglinst.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/sound.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/spinbutt.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/spinctrl.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/statbmp.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/statbox.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/statbr95.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/statline.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/stattext.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/stdpaths.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/tabctrl.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/taskbar.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/tbar95.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/tbarmsw.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/textctrl.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/tglbtn.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/thread.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/timer.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/tooltip.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/toplevel.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/treectrl.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/urlmsw.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/utils.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/utilsexc.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/utilsgui.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/uxtheme.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/version.rc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/volume.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/wince
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/window.cpp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/winestub.c
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/wx.def
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/msw/wxb32.def
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/ntwxwin.mak
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/os2
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/palmos
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/png
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/regex
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/stc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/tiff
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/univ
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/unix
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/version.mak
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/Wxwindll.icc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/wxJpeg.icc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/wxPng.icc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/wxTiff.icc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/wxWin.icc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/wxWindows.dsp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/wxWindows.dsw
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/wxWindows.pbproj
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/wxWindows.xcode
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/wxWindowsClassicM8.xml
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/wxWindowsM7.mcp
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/wxWindowsM8.xml
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/wxWindowsW7.xml
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/wxwindowsM5.xml
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/wxXpm.icc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/wxZlib.icc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/x11
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/xml
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/xrc
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/src/zlib
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/tests
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/utils
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/version-script.in
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/wx-config-inplace.in
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/wx-config.in
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/wxBase.spec
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/wxGTK.spec
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/wxMGL.spec
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/wxMotif.spec
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/wxPython
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/wxWINE.spec
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/wxwin.m4
  • D /wxWidgets/tags/BEFORE_DERIVING_FROM_STATIC_BOX/wxX11.spec

This commit was manufactured by cvs2svn to create tag 'BEFORE_DERIVING_FROM_STATIC_BOX'.

2004-12-12 20:27 VZ, revision 30972

don't use WS_EX_TRANSPARENT style, it doesn't seem to help with anything (if it is readded, please make sure to explain why exactly was it needed)

2004-12-12 20:21 VZ, revision 30971

check for any parent with non default background in wxControl::MSWControlColor(), not just wxNotebook

2004-12-12 19:47 VZ, revision 30970

override MSWGetDefaultBgBrush() to use transparent brush

2004-12-12 19:44 VZ, revision 30969

added MSWGetDefaultBgBrush() to allow some derived classes to use transparent brush for erasing background

2004-12-12 19:25 VS, revision 30968

even GUI test should be console app

2004-12-12 19:23 VZ, revision 30967

added a test for wxRect::Union()

2004-12-12 19:00 VZ, revision 30966

fixed Union() for the case of this rectangle being empty

2004-12-12 18:59 VZ, revision 30965

position the labels correctly when we're created with fixed size

2004-12-12 18:56 VZ, revision 30964

create controls with 1*1 size by default, not 0*0 as it wreaks havoc with wxRect::Union logic

2004-12-12 18:32 VZ, revision 30963

compilation fix for wxUSE_TOGGLEBTN == 0

2004-12-12 18:09 VZ, revision 30962

regenerated

2004-12-12 17:59 VZ, revision 30961

unused var warning

2004-12-12 17:58 VZ, revision 30960

fixed broken logic in ShowFullScreen() (some compiler warnings are helpful)

2004-12-12 17:47 VZ, revision 30959

delete children in ~wxWindow dtor and not in the base class ~wxWindowNative as it's too late there (replaces patch 1082605; closes bug 1068000)

2004-12-12 17:40 VZ, revision 30958

fixed SaveDIB() crash with BW images (patch 1045884)

2004-12-12 17:34 VZ, revision 30957

include <windows.h> before <multimon.h>, should fix mingw32 compilation (bug 966947)

2004-12-12 15:22 SC, revision 30956

scrolling hack (always move our own scrollbars highest in z-order)

2004-12-12 12:35 VS, revision 30955

added GUI test program

2004-12-12 12:29 VS, revision 30954

moved tests-only code to tests bakefile

2004-12-12 11:55 VZ, revision 30953

disable gcc warning about class having private dtors and no friends (patch 1065318)

2004-12-12 11:53 VZ, revision 30952

large files support for wxFFile (patch 1077980 from Mike Wetherell)

2004-12-12 11:49 VZ, revision 30951

only handle WM_NULL in wxIdleWakeUpModule if it is being removed from queue (part of patch 1080770)

2004-12-12 11:47 VZ, revision 30950

use a linked list instead of array for saved messages to fix problems when Dispatch() is reentered (part of patch 1080770)

2004-12-12 11:44 VZ, revision 30949

stop processing pending events after processing all of them which had been in the queue when we started, not until there are none as this could result in an infinite loop (part of patch 1080770)

2004-12-12 11:21 VZ, revision 30948

fixed bug with lower-case colours in wxColourDatabase::AddColour() (patch 1074865)

2004-12-12 11:19 VZ, revision 30947

gravity for splitter window (patch 1046105)

2004-12-12 11:12 VZ, revision 30946

cross-reference types in the generated docs (patch 1038083)

2004-12-12 11:03 VZ, revision 30945

give an error message if we're built in Unicode mode (in response to bug 1079224)

2004-12-12 11:01 VZ, revision 30944

include <windows.h> in tests for multimon.h, ddraw.h and dshow.h as otherwise they don't risk to work (closes 1083808)

2004-12-12 10:33 VZ, revision 30943

removed extra class qualifier from inline method

2004-12-12 10:33 VZ, revision 30942

master setup.h for msvc users

2004-12-12 10:00 SC, revision 30941

10.4 header collision fix

2004-12-12 09:15 RN, revision 30940

fix wxTheApp include

2004-12-12 01:37 KH, revision 30939

Revert change to wording... it is correct to have "aN 1800-page" because the full wording is "an eighteen hundred-page," where the an is clearly correct (say it out loud and it is clear than you would not say "a eighteen hundred-page")

2004-12-12 00:09 VZ, revision 30938

don't look for notebooks beyond first top level parent in our hierarchy

2004-12-12 00:06 VZ, revision 30937

never return NULL_BRUSH from WM_CTLCOLOR handler, it doesn't do much for most controls and breaks background erase for a few (slider, static text, static bitmap, ...)

2004-12-11 23:35 VZ, revision 30936

use MSWAlwaysDrawBg() to fix the problem with black background; rewrote/cleaned up the positioning and window creation code

2004-12-11 23:35 VZ, revision 30935

helper class for implementing composite controls under MSW

2004-12-11 23:34 VZ, revision 30934

added MSWAlwaysDrawBg() to account for controls such as sliders which must not draw background with transparent brush no matter what

2004-12-11 23:32 VZ, revision 30933

added wxRectFromRECT()

2004-12-11 23:29 VZ, revision 30932

added and documented wxRect::Union(); also moved some methods inline

2004-12-11 21:54 RR, revision 30931

A bit of updating the changes.txt etc.

2004-12-11 21:52 RR, revision 30930

Backed-out PNG8 patch (no time to look at why it breaks other PNGs).

2004-12-11 21:33 RR, revision 30929

Whole bunch of minor doc updates from an external patch. Also documented combobox's EVT_TEXT_ENTER

2004-12-11 20:01 VZ, revision 30928

translate VK_OEM_PLUS to '=', not '+', because this is what the unmodified key is

2004-12-11 12:51 RR, revision 30927

Add SetFocusIgnoringChildren() to wxControlContainer. This makes corresponding hacks in wxListCtrl and wxTreeCtrl obsolete. With docs.

2004-12-10 16:20 ABX, revision 30926

Bug #1040683: Remove assert when deleting menu entry.

2004-12-10 12:01 ABX, revision 30925

wxFoldBar now also horizontal (with API methods renamed to mean length rather than height) and more with wxWidgets coding standards. Sample adjustement to changing orientation.

2004-12-10 11:24 JS, revision 30924

Workaround for memory bug when using wxRegConfig and calling SetPath.

2004-12-10 11:23 VZ, revision 30923

really implemented operator==(); reformatted a little

2004-12-10 07:28 ABX, revision 30922

Back to broken comparison until it is not fixed other way.

2004-12-10 01:53 DE, revision 30921

Wrap wxImage specifics in wxUSE_IMAGE and wxBitmap specifics in wxUSE_GUI. This allows the code to be used from wxBase with other image classes.

2004-12-09 19:39 VZ, revision 30920

compilation fix for wxUSE_DATAOBJ == 0

2004-12-09 15:27 JS, revision 30919

Combobox corrections

2004-12-09 15:16 JS, revision 30918

Added further 'missing' wxTextCtrl-like functions to wxComboBox

2004-12-09 15:10 RN, revision 30917

fixup {/'s with last commit merge pre tag change from wxWebSite

2004-12-09 14:59 JS, revision 30916

Spelling corrections

2004-12-09 14:16 JS, revision 30915

Small correction

2004-12-09 14:14 JS, revision 30914

Misc FAQ mods

2004-12-09 00:21 RD, revision 30913

reSWIGged

2004-12-09 00:21 RD, revision 30912

Use SetMinSize instead of SetSizeHints

2004-12-08 22:39 MBN, revision 30911

Moved tests for wxHashMap, wxHashSet and wxList from console sample and converted them to unit tests.

2004-12-08 22:39 MBN, revision 30910

Made wxHashSet compile again. Changed the return value for insert() t match the one of wxHashMap (and of std::set).

2004-12-08 22:33 MBN, revision 30909

Documented wxHashSet. Corrected documentation for wxHashMap::insert() mentioning the correct return value.

2004-12-08 22:29 RR, revision 30908

Applied patch for PNG8 alpha mask.

2004-12-08 22:13 MBN, revision 30907

Check for Pango XFT presence (for wxX11).

2004-12-08 22:08 RR, revision 30906

Corrected wxComboBox::GetValue() after a selection has changed. Added test for that to the "widgets" sample.

2004-12-08 21:51 RD, revision 30905

Use SetMinSize instead of SetSizeHints

2004-12-08 21:49 RD, revision 30904

Some tweaks for the wxMediaCtrl and enhaced the demo a bit

2004-12-08 20:36 RD, revision 30903

fix compilation error

2004-12-08 17:51 JS, revision 30902

Fixed spurious selection of combobox text during resize

2004-12-08 17:43 ABX, revision 30901

wxPaletteBase introduction. wxPalette::GetColoursCount() in interface of all platforms. wxColourMap definition centralized and 2.4 only. Source cleaning.

2004-12-08 17:17 ABX, revision 30900

Fix to FIXME: better nothing than broken comparison.

2004-12-08 17:15 ABX, revision 30899

Fixed bug with lack of return default style if Ok() fails.

2004-12-08 17:12 ABX, revision 30898

Warning fixes.

2004-12-08 17:00 ABX, revision 30897

wxApp decoration to changes list and missed new methods in wxApp section.

2004-12-08 08:36 JS, revision 30896

Script updates

2004-12-07 20:10 ABX, revision 30895

Fix to FIXME about using unused Get/SetOptimization.

2004-12-07 19:57 ABX, revision 30894

wxURI/wxURL links in changes list.

2004-12-07 19:49 ABX, revision 30893

Correct way of modyfing stc.cpp. Thanks Robin for quick guide :-)

2004-12-07 18:02 RD, revision 30892

reSWIGged

2004-12-07 18:00 RD, revision 30891

Added ImageFromDataWithAlpha ctor

2004-12-07 17:58 RD, revision 30890

wx.GridBagSizer stor needs call to _setOORInfo

2004-12-07 17:57 RD, revision 30889

Add wxTextEntryDialogStyle constant

2004-12-07 17:56 RD, revision 30888

Add flags parameter to wx.Process.Kill and wx.Kill

2004-12-07 17:54 RD, revision 30887

Ensure that PlatformInfo is reverse-renamed

2004-12-07 17:53 RD, revision 30886

made dates in comments consistent

2004-12-07 07:47 SC, revision 30885

fixing memory leak (reported by Ken Thomases)

2004-12-07 07:13 SC, revision 30884

fixing memory leak (reported by Ken Thomases)

2004-12-06 23:43 RR, revision 30883

Made sample compile after removal of wxPrintSetupDialog. Tweak makefile to work with GNOME printing.

2004-12-06 23:41 RR, revision 30882

Compilation.

2004-12-06 22:44 VS, revision 30881

fixed ShowFullScreen after somebody broke it by naively using gtk_show_fullscreen without checking if the WM supports it

2004-12-06 17:57 KH, revision 30880

wxHSCROLL works in GTK2, changed description to indicate no effect only on wxGTK1

2004-12-06 17:37 ABX, revision 30879

Fix to FIXME removal for dummies ;-)

2004-12-06 17:35 ABX, revision 30878

Warning fixes.

2004-12-06 17:32 ABX, revision 30877

ssize_t for wxFile, unsigned char markup for color components, whitespace source cleaning.

2004-12-06 17:22 ABX, revision 30876

Further decorations in changes chapter. Missed methods in their base location.

2004-12-06 16:29 JS, revision 30875

Added missing wxToggleButton files.

2004-12-06 15:48 ABX, revision 30874

Use Get*Box instead Get*Region if you are asking about position and size. And it is enough to have it in base class only.

2004-12-06 12:47 RR, revision 30873

Apply choice patch for proper handling of clearing wxChoice (it reported a selection value of 0)

2004-12-06 10:28 VS, revision 30872

fixed typos (patch 1079876)

2004-12-06 08:48 JS, revision 30871

Removed CF_NOSIMULATIONS flag to increase range of available fonts

2004-12-05 23:03 RR, revision 30870

Implemented run-time checks for the GTK version

2004-12-05 20:52 RN, revision 30869

Fix overflow warnings (?)

2004-12-05 20:30 RR, revision 30868

Moved the implemtation of the generic and the native GTK 2.4 file dialogs into one place by making wxFileDialog derive from the generic variant and by then choosing which implementation to use. Later, we'll add run-time checks.

2004-12-05 19:40 KH, revision 30867

Prevent GDK assertions when a window has a hidden (never shown) parent -- do not use wxRegionIterator over the parent if the parent is not mapped

2004-12-05 19:15 KH, revision 30866

Freeze/Thaw implementation

2004-12-05 19:15 KH, revision 30865

Freeze/Thaw patch missed a place where m_buffer should be used

2004-12-05 19:14 KH, revision 30864

Updating wording in Freeze to more accurately describe the situation under wxGTK where Freeze in a text control is most useful

2004-12-05 18:56 JS, revision 30863

Neither PocketPC nor SmartPhone have SHBrowseForFolder

2004-12-05 17:29 RR, revision 30862

Corrected patch.

2004-12-05 17:02 JS, revision 30861

Simplification

2004-12-05 16:56 RR, revision 30860

Invalidate the best size after adding an item to a wxChoice.

2004-12-05 16:30 RR, revision 30859

A little documentation about custom events as per the discussion on the mailing list.

2004-12-05 14:11 JS, revision 30858

Further Wince fixes

2004-12-05 14:01 JS, revision 30857

Moved GetDefaultAttributes outside wxUSE_RICHEDIT block

2004-12-05 13:36 JS, revision 30856

Unicode/WinCE corrections

2004-12-05 12:53 JS, revision 30855

Added flags argument to wxKill and wxProcess::Kill to allow it to kill child processes.

2004-12-04 18:40 RD, revision 30854

Use the 2.4 macro for exporting event types

2004-12-03 19:47 RD, revision 30853

export the event types

2004-12-03 19:22 VZ, revision 30852

update from herbert breunung

2004-12-03 17:31 ABX, revision 30851

wxGDIObject is used earlier now so additional #include is required for those without PCH.

2004-12-03 15:38 ABX, revision 30850

Fix to FIXME: better nothing than broken comparison.

2004-12-03 15:31 ABX, revision 30849

wxBrushBase between wxBrush and wxGDIObject (class follows wxFontBase model).

2004-12-02 23:17 RN, revision 30848

fix shared msw builds

2004-12-02 21:35 KH, revision 30847

Honor value of SetMaxLength, at least when typing (pasting still circumvents it). This is done by eating non-navigation/delete characters in OnChar.

2004-12-02 18:53 RN, revision 30846

hack around 10.2/10.3 bug with duplicate symbol

2004-12-02 16:16 JS, revision 30845

Spelling corrections

2004-12-02 16:14 JS, revision 30844

Crash fix under VC++

2004-12-02 12:04 JS, revision 30843

Fixed memory checking on Unix by removing inlines and apply patch by Mart Raudsepp

2004-12-02 12:03 JS, revision 30842

Use the right symbol

2004-12-02 09:42 JS, revision 30841

Fix compilo on Unix using src/iodbc which has no SQL_C_WCHAR

2004-12-02 00:02 RN, revision 30840

better name - add newline to end of file for dumber compilers

2004-12-01 23:58 RN, revision 30839

add wxStripExtension test

2004-12-01 23:55 RN, revision 30838

Correct mistakes in wxStripExtension - correct wxString::npos. Spurred by 1073642 filefn.cpp StripExtension(wxString &)

2004-12-01 22:00 RD, revision 30837

ensure that yesr is an integer

2004-12-01 21:35 RR, revision 30836

Added support for GNOME print in static builds also by adding the FORCE_LINK() statements.

2004-12-01 21:33 RR, revision 30835

Added support for static (inlined) wxImages with alpha channel.

2004-12-01 20:52 RR, revision 30834

Applied Freeze()/Thaw() patch for wxTextCtrtl.

2004-12-01 19:15 RR, revision 30833

Compilo

2004-12-01 18:44 RR, revision 30832

Applied font scaling patch (GetTextExtent()) to new printing code as well.

2004-12-01 18:33 RR, revision 30831

Applied patch to "correct" hashmap's freeing of memory.

2004-12-01 18:29 RR, revision 30830

Applied patch to correct EVT-CHAR

2004-12-01 14:46 JS, revision 30829

Include "wx/msw/msvcrt.h" for better leak reporting

2004-12-01 12:50 JS, revision 30828

Allow memcheck.cpp to be compiled without wxDebugContext (for e.g. testing using other leak checkers).

2004-12-01 08:53 ABX, revision 30827

Missing wxWindow member, manual decorations to pure text list of changes.

2004-12-01 04:28 KH, revision 30826

Create wxGtkTextApplyTagsFromAttr for common processing of text attributes from both wxGtkTextInsert and SetStyle (and any other place needed in the future) -- from Mart R.

2004-12-01 00:12 RD, revision 30825

reSWIGged

2004-12-01 00:06 RD, revision 30824

Little tweaks to match recent wxWidgets updates

2004-11-30 22:10 RD, revision 30823

In the wx.LogXXX function wrappers double all % characters so the log function won't try to do parameter substitutions.

2004-11-30 21:21 ABX, revision 30822

Fixed old FIXME about unsigned result of sunstraction + a few changes to be able to compile at the same time wxLongLongNative and wxLongLongWx for unit tests about the same functionality (define wxLONGLONG_TEST_MODE for the build if you want to test it.

2004-11-30 20:57 ABX, revision 30821

Duplicate include order from regex because it's well tested already and avoids the error in Unicode DMC build.

2004-11-30 18:52 ABX, revision 30820

Additional wx*_HATCH styles comment.

2004-11-30 18:46 ABX, revision 30819

IS_HATCH macro replaced with wxBrush::IsHatch() + source and docs little cleaning.

2004-11-30 18:13 KH, revision 30818

gtk_window_[un]fullscreen only available with GTK >= 2.2

2004-11-30 16:55 JS, revision 30817

Added missing newline for Windows debug output

2004-11-29 12:47 ABX, revision 30816

Not native long long fix.

2004-11-29 12:44 ABX, revision 30815

Include fix.

2004-11-28 22:57 RR, revision 30814

Remove linking to libgnomeprint since we load it at runtime now.

2004-11-28 22:55 RR, revision 30813

Made all of the GNOME print support based on wxDynamicLibrary.

2004-11-28 22:54 RR, revision 30812

Dirty hack to prevent double destruction of file dialog.

2004-11-28 19:38 SN, revision 30811

Separated MinGW and OS/2 specific tests for -DNO_GCC_PRAGMA since conditions are slightly different.

2004-11-28 18:42 SN, revision 30810

Reuse workaround for MinGW's problems with pragma interface/implementation and STL support on OS/2.

2004-11-28 18:39 SN, revision 30809

Added support for compiling with wxUSE_STL set to 1.

2004-11-28 17:55 RR, revision 30808

Start of run-time lookup of GNOME print libs.

2004-11-28 13:08 RR, revision 30807

Reverted changes that set m_widget to NULL in native GTK+ dialogs for now. The problem persists, that when quitting the native file dialog with ESC, the dialog will be destroyed twice.

2004-11-28 10:49 VS, revision 30806

fixed subtle SetDirectory bug re-introduced by latest changes (explained in comment in UpdateDialog); reintroduced UpdateDialog so that fixes like this are kept in single place and affect all ways of setting the patch

2004-11-28 09:41 VS, revision 30805

reverted, the problem is deeper than that

2004-11-28 09:33 VS, revision 30804

fixed to not duplicate code needlessly; clarified why gtk_file_chooser_set_current_name is called as it is

2004-11-27 23:25 RR, revision 30803

Make use of new Art. Add sections to the dir dialog as per the GTK 2.4 file dialog (Home, Desktop, "/").

2004-11-27 23:23 RR, revision 30802

Added new Art which GTK+ 2.4 defines and which we should use.

2004-11-27 23:21 RR, revision 30801

Avoid error message when closing message dialog with the X field from the WM.

2004-11-27 23:19 RR, revision 30800

Make wxTR_NO_LINES default under GTK2

2004-11-27 23:18 RR, revision 30799

Fixes for file dialog. No longer spits out GTK error messages.

2004-11-27 22:40 VS, revision 30798

renamed Render's argument to not obfuscate its meaning

2004-11-27 18:48 RR, revision 30797

A bit of confusion over what is RGB stands for blue...

2004-11-27 16:30 RR, revision 30796

Give native GTK+ look to wxGrid.

2004-11-27 13:08 VS, revision 30795

fixed wxHtmlContainerCell to not render off-screen cells

2004-11-27 12:50 RR, revision 30794

Added support for DrawEllipse and pen styles to GNOME printing. Added test.

2004-11-27 10:39 JS, revision 30793

Doc corrections

2004-11-26 16:43 VS, revision 30792

FreeBSD fix

2004-11-25 20:37 RN, revision 30791

patch 1073385

2004-11-25 18:08 VZ, revision 30790

added missing header needed at least by wxMotif under HP-UX

2004-11-25 18:05 ABX, revision 30789

wxUSE_GAUGE/PROGRESSDLG condition.

2004-11-25 17:56 VZ, revision 30788

removed cleanup module which was only used for working around bugs in memory debugging code which were fixed since

2004-11-25 17:48 ABX, revision 30787

Nicer and longer fading.

2004-11-25 17:42 SC, revision 30786

removed explicit IDs for scrollbars on mac

2004-11-25 17:00 ABX, revision 30785

wxProgressDialog needs progress bar.

2004-11-25 16:53 ABX, revision 30784

DMC conflicts with old SC.

2004-11-25 15:34 RN, revision 30783

fix non-standard c warnings - stab to fix overflow warnings

2004-11-25 14:53 VZ, revision 30782

added test for wxUSE_SCROLLBAR

2004-11-25 14:43 VZ, revision 30781

changed the code to be really sure that exactly one update event is sent when SetValue() is called

2004-11-25 11:40 VS, revision 30780

updated to generate ZIP files with DOS line endings

2004-11-25 08:32 VS, revision 30779

reverted Robert's over-optimisation, correct fix coming soon

2004-11-25 05:21 SC, revision 30778

const comparison operators

2004-11-24 23:33 VZ, revision 30777

removed [GS]etAuto3D() which don't exist any more since quite some time

2004-11-24 22:42 RN, revision 30776

replace apple extended code

2004-11-24 22:31 RN, revision 30775

data stream test for extended

2004-11-24 21:54 VZ, revision 30774

don't disable non top tabs if visual themes are not used

2004-11-24 21:51 VZ, revision 30773

removed msw.xp-tab-ok, in fact it is not needed as tabs never work correctly with visual theme enabled

2004-11-24 21:25 VZ, revision 30772

define inline stubs for methods even with wxUSE_SYSTEM_OPTIONS == 0 to make it possible to test for system options without #ifdefs

2004-11-24 21:24 RN, revision 30771

finish getting rid of background flicker (MCI backend)

2004-11-24 21:24 VZ, revision 30770

added (and documented) msw.xp-tab-ok option

2004-11-24 21:21 RN, revision 30769

reduce black background flicker a bit - there is still some left sometimes initially (MCI backend)

2004-11-24 20:28 RR, revision 30768

Changed the way invisble HTML cells are NOT drawn so that no clipping is required.

2004-11-24 20:10 RD, revision 30767

reSWIGged

2004-11-24 19:52 RD, revision 30766

reSWIGged

2004-11-24 19:49 RD, revision 30765

added overview text for wx.MediaCtrl demo, udpated CHANGES

2004-11-24 19:45 RD, revision 30764

Fixes for the stubbed version so it will compile

2004-11-24 19:34 RD, revision 30763

Added wrappers for wx.MediaCtrl

2004-11-24 19:27 RN, revision 30762

regen bakefiles - get rid of explicit size setting after ctor

2004-11-24 19:21 RD, revision 30761

Added wrappers for wx.MediaCtrl

2004-11-24 19:15 RD, revision 30760

added GetSelection for wxMSW.

2004-11-24 19:15 RN, revision 30759

prevent function hiding - move NextBackend into protected

2004-11-24 19:14 RD, revision 30758

docstrings

2004-11-24 19:10 RN, revision 30757

fix a loading bug - set size if movie is passed into ctor

2004-11-24 17:26 ABX, revision 30756

Distribute splash screen sample mpg.

2004-11-24 16:08 ABX, revision 30755

wxUSE_SLIDER=0 fixes.

2004-11-24 15:49 ABX, revision 30754

wxMediaCtrl in wxSplashScreen presentation.

2004-11-24 15:46 ABX, revision 30753
  • D /wxWidgets/trunk/samples/splash/press.mpg

Should be binary.

2004-11-24 15:43 ABX, revision 30752

wxMediaCtrl in wxSplashScreen presentation.

2004-11-24 15:03 RR, revision 30751

Applied patch to stop crashing the tree control when deleting a selected item. Also does something to the inplace edit control.

2004-11-24 14:51 RR, revision 30750

Applied patch to remoce surplus text update evevt.

2004-11-24 14:38 RR, revision 30749

Applied kill patch (proper return value testing).

2004-11-24 14:18 ABX, revision 30748

Expression simplifications for scaling and inflating.

2004-11-24 14:01 ABX, revision 30747

Let's really remove border.

2004-11-24 10:25 JJ, revision 30746

Committing in . OpenVMS changes Modified Files: wxWidgets/descrip.mms wxWidgets/setup.h_vms wxWidgets/src/common/descrip.mms wxWidgets/src/unix/descrip.mms ----------------------------------------------------------------------

2004-11-24 00:07 RD, revision 30745

More DLL build fixes for wxMediaCtrl

2004-11-23 21:01 VS, revision 30744

compilation fix

2004-11-23 20:08 ABX, revision 30743

Fixes for wxUSE_SPIN... == 0.

2004-11-23 19:58 ABX, revision 30742

Fix for assert after left click on tree in generic dir dialog in native MSW build. Source cleaning and readability fixes.

2004-11-23 18:43 RD, revision 30741

wxBookCtrl --> wxBookCtrlBase

2004-11-23 18:20 RD, revision 30740

wxPageSetupDialog no longer derives from wxDialog

2004-11-23 18:20 RD, revision 30739

wxBookCtrl --> wxBookCtrlBase

2004-11-23 18:19 RD, revision 30738

docstring

2004-11-23 17:40 ABX, revision 30737

Be in sync with wxW version.

2004-11-23 16:51 JS, revision 30736

Calculate better height for toolbar (add borders)

2004-11-23 16:22 DE, revision 30735

Seek calls take an offset which can validly be negative. Use >= LONG_MIN not 0

2004-11-23 15:00 VZ, revision 30734

regenerated

2004-11-23 14:56 RN, revision 30733

a stab at a dll fix for media lib

2004-11-23 14:54 CE, revision 30732

SF patch 1067466

2004-11-23 14:26 RN, revision 30731

[ 1070686 ] wxOutputStream::Close()

2004-11-23 13:49 RN, revision 30730

Lots and lots and lots of MSVC fixes for archive stuff, some stuff from patch 1071373

2004-11-23 12:53 DS, revision 30729

fixed #includes

2004-11-23 12:53 VZ, revision 30728

don't show the status bar after restoring normal view after full screen if it had been hidden all along (bug 1071354); code cleanup: removed unused variables, reduced #ifdefs

2004-11-23 12:46 RN, revision 30727

dll fixes for media lib

2004-11-23 12:29 VZ, revision 30726

update from Tsolakos Stavros

2004-11-23 12:02 ABX, revision 30725

wxCHB<->wxNB flags switch fix.

2004-11-23 11:51 ABX, revision 30724

wxBookCtrl->wxBookCtrlBase. wxBookCtrl is now most suitable book for given platform. Samples adjustement.

2004-11-23 11:45 ABX, revision 30723

wxBookCtrl->wxBookCtrlBase. wxBookCtrl is now most suitable book for given platform. Samples adjustement.

2004-11-23 09:54 JS, revision 30722

Changed GPL to wxWindows Licence

2004-11-23 08:46 VZ, revision 30721

rebaked after adding src/tiff/tif_color.c

2004-11-22 22:31 RD, revision 30720

Fixes for DemoCodeEditor for when there is no STC available.

2004-11-22 22:19 VZ, revision 30719

don't apply tab control background when using wxUniv, it renders background itself

2004-11-22 21:50 RR, revision 30718

Work in progress on printing stuff.

2004-11-22 21:07 JS, revision 30717

Added licence line

2004-11-22 21:02 JS, revision 30716

Added licence lines

2004-11-22 20:57 JS, revision 30715

Licence line

2004-11-22 20:50 JS, revision 30714
  • D /wxWidgets/branches/WX_2_4_BRANCH/utils/tex2rtf/tools/lacheck.1
  • D /wxWidgets/branches/WX_2_4_BRANCH/utils/tex2rtf/tools/lacheck.exe
  • D /wxWidgets/branches/WX_2_4_BRANCH/utils/tex2rtf/tools/lacheck.lex
  • D /wxWidgets/branches/WX_2_4_BRANCH/utils/tex2rtf/tools/lacheck.rea
  • D /wxWidgets/branches/WX_2_4_BRANCH/utils/tex2rtf/tools/lacheck.txt
  • D /wxWidgets/trunk/utils/tex2rtf/tools/lacheck.1
  • D /wxWidgets/trunk/utils/tex2rtf/tools/lacheck.exe
  • D /wxWidgets/trunk/utils/tex2rtf/tools/lacheck.lex
  • D /wxWidgets/trunk/utils/tex2rtf/tools/lacheck.rea
  • D /wxWidgets/trunk/utils/tex2rtf/tools/lacheck.txt

Licence for Lacheck unclear, so removing from CVS

2004-11-22 20:41 DE, revision 30713

Set m_minWidth, m_minHeight so that GetBestSize() works properly.

2004-11-22 20:40 JS, revision 30712

Added missing licence line

2004-11-22 20:28 JS, revision 30711

Licence correction

2004-11-22 20:24 JS, revision 30710

Licence fix

2004-11-22 20:22 JS, revision 30709

Fixed licence lines

2004-11-22 20:19 DE, revision 30708

Do not move the wxMDIParentFrame to (-10000,-10000) if it has a toolbar. NOTE: Ideally the toolbar would be moved internally to wxMac into its own floating frame and then the question of whether the parent frame should be hidden would be one of "does it not have controls OTHER than a toolbar?"

2004-11-22 20:19 JS, revision 30707

Added wxWidgets licence line accidentally omitted

2004-11-22 20:10 DE, revision 30706

Fix centering of top-level children of wxMDIParentFrame on Mac

2004-11-22 20:10 JS, revision 30705

Added wxWindows licence to match other files

2004-11-22 20:05 JS, revision 30704

Added accidentally omitted license to match source files

2004-11-22 19:57 JS, revision 30703
  • D /wxWidgets/branches/WX_2_4_BRANCH/utils/tex2rtf/docs/verbatim.sty
  • D /wxWidgets/trunk/utils/tex2rtf/docs/verbatim.sty

Doesn't conform to license conditions, so removing

2004-11-22 19:52 JS, revision 30702

Corrected copyright

2004-11-22 19:52 JS, revision 30701
  • D /wxWidgets/trunk/samples/mfc/makefile.dos
  • D /wxWidgets/trunk/samples/mfc/mfctest.def

Removed unnecessary files

2004-11-22 19:32 ABX, revision 30700

GCC fixes.

2004-11-22 18:04 JS, revision 30699

Replaced Rocketeer license with wxWindows license after reply from author

2004-11-22 17:48 ABX, revision 30698

GCC fixes.

2004-11-22 17:45 ABX, revision 30697

Warning fixes.

2004-11-22 17:37 VZ, revision 30696

(blind) fix for GTK2/Unicode crashes when copying text to the clipboard

2004-11-22 17:18 RN, revision 30695

guess to get initial font selection working on OSX 10.3

2004-11-22 16:37 KH, revision 30694

At least under GTK2, we do not need m_widget->window to be non-NULL in order to successfully change the background colour

2004-11-22 16:37 JS, revision 30693

Note about copy ctor

2004-11-22 16:22 VZ, revision 30692

compilation fix for USE_PCH == 0

2004-11-22 16:02 RN, revision 30691

delete-->delete[]

2004-11-22 15:55 JS, revision 30690

Changed Rocketeer licence to wxWindows licence, by authorisation of the copyright holder, Johnny C. Norris II

2004-11-22 15:12 ABX, revision 30689

Empty line at the end.

2004-11-22 12:36 ABX, revision 30688

Fix the assert of not reset highlighted menu item pointer.

2004-11-22 05:25 RN, revision 30687

PutChar doc

2004-11-22 05:05 RN, revision 30686

UNICODE-capatable UTF8 implementation of wxStringXXXStream

2004-11-22 05:00 RN, revision 30685

[ 1068188 ] Precompiled header for the test program [Modified a bit] Regen bakefiles for unit tests

2004-11-21 19:57 KH, revision 30684

The presence of the effects controls (i.e. color) should not depend on whether or not a color is present in the font data, but rather whether or not EnableEffects is true or false

2004-11-21 19:21 RN, revision 30683

Unicode logic fixes for AddEntries

2004-11-21 18:59 RN, revision 30682

Hack around MSVC 6 for forward declarators (from Mike W)

2004-11-21 18:26 RN, revision 30681

wxTextOutputStream::PutChar and text stream test

2004-11-21 17:44 RN, revision 30680

wxMemxxx --> wxTmemxxx, get rid of wxdocmpxxx impossible case

2004-11-21 17:11 RN, revision 30679

Remove silly include (from me I guess :))

2004-11-21 17:10 RN, revision 30678

MSVC 6 compilo fix

2004-11-21 12:21 VZ, revision 30677

fix for a crash with wxUSE_STL == 1: test for failed conversion in GetValue()

2004-11-21 00:51 RD, revision 30676

reSWIGged

2004-11-21 00:49 RD, revision 30675

Make the event ID used for wx.CallAfter be an attribute of the app so when and addition all wx.App objects are created a new ID will be generated.

2004-11-21 00:43 RD, revision 30674

Make the event ID used for wx.CallAfter be an attribute of the app so when and addition all wx.App objects are created a new ID will be generated.

2004-11-21 00:29 RD, revision 30673

reSWIGged

2004-11-20 23:11 RR, revision 30672

Huurrayy, the GNOME page setup dialog is broken in its native version. All the fuss for nothing.

2004-11-20 22:02 RD, revision 30671

Fix wxInputStream out typemap to allow SWIG to determine if thisown should be set or not.

2004-11-20 14:50 RR, revision 30670

Forgot to commit this one.

2004-11-20 14:46 RR, revision 30669

Made wxPageSetupDialog a pimpl implementation. Added a few clean-ups. Added native GNOME page setup dialog.

2004-11-20 11:13 VS, revision 30668
  • D /wxWidgets/trunk/src/common/unzip.h

unzip.h is no longer needed

2004-11-20 11:10 VS, revision 30667

don't use precompiled headers with dosyacc.c

2004-11-20 00:17 , revision 30666
  • A /wxWidgets/tags/LIBTIFF_3_6_1
  • D /wxWidgets/tags/LIBTIFF_3_6_1/.cvsignore
  • D /wxWidgets/tags/LIBTIFF_3_6_1/acinclude.m4
  • D /wxWidgets/tags/LIBTIFF_3_6_1/aclocal.m4
  • D /wxWidgets/tags/LIBTIFF_3_6_1/art
  • D /wxWidgets/tags/LIBTIFF_3_6_1/autoconf_inc.m4
  • D /wxWidgets/tags/LIBTIFF_3_6_1/autogen.sh
  • D /wxWidgets/tags/LIBTIFF_3_6_1/BuildCVS.txt
  • D /wxWidgets/tags/LIBTIFF_3_6_1/build
  • D /wxWidgets/tags/LIBTIFF_3_6_1/config.guess
  • D /wxWidgets/tags/LIBTIFF_3_6_1/config.sub
  • D /wxWidgets/tags/LIBTIFF_3_6_1/configure
  • D /wxWidgets/tags/LIBTIFF_3_6_1/configure.in
  • D /wxWidgets/tags/LIBTIFF_3_6_1/contrib
  • D /wxWidgets/tags/LIBTIFF_3_6_1/debian
  • D /wxWidgets/tags/LIBTIFF_3_6_1/demos
  • D /wxWidgets/tags/LIBTIFF_3_6_1/descrip.mms
  • D /wxWidgets/tags/LIBTIFF_3_6_1/difflast.pl
  • D /wxWidgets/tags/LIBTIFF_3_6_1/distrib
  • D /wxWidgets/tags/LIBTIFF_3_6_1/docs
  • D /wxWidgets/tags/LIBTIFF_3_6_1/include
  • D /wxWidgets/tags/LIBTIFF_3_6_1/install-sh
  • D /wxWidgets/tags/LIBTIFF_3_6_1/lib
  • D /wxWidgets/tags/LIBTIFF_3_6_1/locale
  • D /wxWidgets/tags/LIBTIFF_3_6_1/Makefile.in
  • D /wxWidgets/tags/LIBTIFF_3_6_1/make-deb
  • D /wxWidgets/tags/LIBTIFF_3_6_1/misc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/mkinstalldirs
  • D /wxWidgets/tags/LIBTIFF_3_6_1/regen
  • D /wxWidgets/tags/LIBTIFF_3_6_1/samples
  • D /wxWidgets/tags/LIBTIFF_3_6_1/setup.h.in
  • D /wxWidgets/tags/LIBTIFF_3_6_1/setup.h_vms
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/.cvsignore
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/cocoa
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/common
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/cwcopysetup.bat
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/cwdcopysetup.bat
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/cygnus.bat
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/expat
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/generic
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/gtk
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/gtk1
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/html
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/iodbc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/jpeg
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/mac
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makeb32.env
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makebcc.env
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makefile.dos
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makefile.va
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makefile.vc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makeg95.env
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makelib.b32
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makelib.bcc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makelib.g95
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makelib.sc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makelib.vc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makelib.wat
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makemsc.env
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makeprog.b32
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makeprog.bcc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makeprog.g95
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makeprog.msc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makeprog.sc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makeprog.sl
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makeprog.va
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makeprog.vc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makeprog.wat
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makesc.env
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makesl.env
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/maketwin.env
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makeva.env
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makevc.env
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/makewat.env
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/mgl
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/mingegcs.bat
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/mingw32.bat
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/motif
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/msw
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/ntwxwin.mak
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/os2
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/palmos
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/png
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/regex
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/stc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/univ
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/unix
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/version.mak
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/Wxwindll.icc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxJpeg.icc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxPng.icc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxTiff.icc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxWin.icc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxWindows.dsp
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxWindows.dsw
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxWindows.pbproj
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxWindows.xcode
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxWindowsClassicM8.xml
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxWindowsM7.mcp
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxWindowsM8.xml
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxWindowsW7.xml
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxwindowsM5.xml
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxXpm.icc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/wxZlib.icc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/x11
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/xml
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/xrc
  • D /wxWidgets/tags/LIBTIFF_3_6_1/src/zlib
  • D /wxWidgets/tags/LIBTIFF_3_6_1/tests
  • D /wxWidgets/tags/LIBTIFF_3_6_1/utils
  • D /wxWidgets/tags/LIBTIFF_3_6_1/version-script.in
  • D /wxWidgets/tags/LIBTIFF_3_6_1/wx-config-inplace.in
  • D /wxWidgets/tags/LIBTIFF_3_6_1/wx-config.in
  • D /wxWidgets/tags/LIBTIFF_3_6_1/wxBase.spec
  • D /wxWidgets/tags/LIBTIFF_3_6_1/wxGTK.spec
  • D /wxWidgets/tags/LIBTIFF_3_6_1/wxMGL.spec
  • D /wxWidgets/tags/LIBTIFF_3_6_1/wxMotif.spec
  • D /wxWidgets/tags/LIBTIFF_3_6_1/wxPython
  • D /wxWidgets/tags/LIBTIFF_3_6_1/wxWINE.spec
  • D /wxWidgets/tags/LIBTIFF_3_6_1/wxwin.m4
  • D /wxWidgets/tags/LIBTIFF_3_6_1/wxX11.spec

This commit was manufactured by cvs2svn to create tag 'LIBTIFF_3_6_1'.

2004-11-20 00:17 VZ, revision 30665

new files in libtiff 3.6.1

2004-11-20 00:00 RR, revision 30664

Use GTK+ calls for fullscreen mode. Fix bug with wrong tlw position after a sequence of hide/show.

2004-11-19 23:15 RR, revision 30663

Corrected positioning of rotated text.

2004-11-19 23:03 RD, revision 30662

reSWIGged

2004-11-19 22:59 RD, revision 30661

reSWIGged

2004-11-19 22:35 VZ, revision 30660

gave different accels to different radio items

2004-11-19 22:29 VZ, revision 30659

upgraded libtiff to 3.6.1 + security fixes (patch from Tim Kosse)

2004-11-19 22:15 RD, revision 30658

cleanup

2004-11-19 22:00 RD, revision 30657

Docstring fix for GetInstallPrefix/SetInstallPrefix

2004-11-19 21:52 VZ, revision 30656

last commit broke compilation for wxUSE_UXTHEME == 0; fixing

2004-11-19 20:51 VZ, revision 30655

removed unneeded wx/notebook.h include

2004-11-19 20:50 VZ, revision 30654

added another DoEraseBackground overload (no real changes)

2004-11-19 20:49 VZ, revision 30653

create BS_GROUPBOX transparent

2004-11-19 20:38 ABX, revision 30652

Sorting fixes to wxUniv wxCombo/ListBox [part of bug #1040593].

2004-11-19 20:37 VZ, revision 30651

don't draw themed background for standard controls; they do it themselves and so this only results in even more flicker

2004-11-19 20:36 VZ, revision 30650

always return solid background for listbox

2004-11-19 20:35 VZ, revision 30649

added MSWControlColorDisabled and MSWControlColorSolid

2004-11-19 20:18 VZ, revision 30648

added missing header for USE_PCH == 0

2004-11-19 20:06 RD, revision 30647

Remove py_objasdbl_conv typedef

2004-11-19 20:04 RD, revision 30646

wxHtmlHelpController doesn't derive from wxEvtHandler

2004-11-19 20:04 VZ, revision 30645

refresh widget after changing its colour

2004-11-19 20:03 RD, revision 30644

Added GetCurrentPage

2004-11-19 19:57 RD, revision 30643

Added ConvertColourToAlpha

2004-11-19 19:55 VZ, revision 30642

don't set background colour explicitely; no need to handle WM_ERASEBKGND ourselves now that it is done correctly at wxControl level

2004-11-19 19:53 VZ, revision 30641

refactored code to do brush adjustment for bg drawing in only one place

2004-11-19 19:40 VZ, revision 30640

replaced OnCtlColor(7 params) with MSWControlColor(1 param)

2004-11-19 19:28 RD, revision 30639

Added wxPyInputStream dtor. Use PyLong_FromLongLong iff needed for wxFileOffset

2004-11-19 19:23 RD, revision 30638

Use static method for AddCatalogLookupPathPrefix instead of global function

2004-11-19 19:20 RD, revision 30637

Give SendSizeEvent a generic implementation. It can be useful on non-MSW platforms as well.

2004-11-19 19:05 VZ, revision 30636

removed OnCtlColor()

2004-11-19 19:04 VZ, revision 30635

removed (unused) nCtlColor parameter of OnCtlColor()

2004-11-19 19:03 VZ, revision 30634

added tests for setting fg/bg colours

2004-11-19 18:57 VZ, revision 30633

added GetCurrentPage()

2004-11-19 18:37 VZ, revision 30632

removed (unused) nCtlColor parameter of OnCtlColor(); added MSWControlColor(); implemented it to use tab control background if applicable

2004-11-19 18:36 VZ, revision 30631

added support for drawing themed background: DoEraseBackground() and GetThemeBackgroundBrush()

2004-11-19 17:17 VZ, revision 30630

added GetIfActive() method returning non-NULL engine only if themes are not only available, but really use

2004-11-19 16:49 VZ, revision 30629

removed duplicated code

2004-11-19 16:47 VZ, revision 30628

added CompatibleBitmap wrapper class

2004-11-19 15:55 ABX, revision 30627

Do not make bitmap buttons with standard width (like in wxComboBox drop down button).

2004-11-19 07:46 RN, revision 30626

part of patch [ 649438 ] Bug fixes from Netscape/AOL

2004-11-19 07:16 RN, revision 30625

patch [ 762159 ] scroll sample auto-scroll test

2004-11-19 06:57 RN, revision 30624

Enable stl compilation with wxMac - unicode no work on 10.2 though. Modded patch 1051991.

2004-11-19 06:34 SC, revision 30623

apparently this code might be called with a CFSocket not yet constructed, guard against NULL

2004-11-19 00:30 VS, revision 30622

applied modified patch with native GTK wxFileDialog

2004-11-18 23:20 VZ, revision 30621

don't erase background in wxControl neither

2004-11-18 22:32 VZ, revision 30620

set background style to wxBG_STYLE_COLOUR in SetBackgroundColour()

2004-11-18 21:09 VS, revision 30619

fixed libgnomeprint check to fail if libgnomeprint is too old

2004-11-18 17:03 RN, revision 30618

[ 1067084 ] fs_zip.cpp assertion fix

2004-11-18 16:49 RN, revision 30617

fix compilo pointed out by OW

2004-11-18 16:35 RN, revision 30616

get rid of singleCustomColour - its not needed. Cleanup/optimize a bit more.

2004-11-18 16:24 RN, revision 30615

fix bug where color chosen by sliders wouldn't be registered. Optimized a bit.

2004-11-18 16:20 RN, revision 30614

fix dialogs sample to remember last color with generic color dialog

2004-11-18 15:26 RN, revision 30613

Add wxSizerFlags docs to wxSizer, wxSizerItem and wxSizer overview. Mention that wxSizerFlags is PRELIMINARY.

2004-11-18 14:58 RN, revision 30612

wxSizerFlags name fix, accessors only available to wxSizer (supposively :))

2004-11-18 14:52 RN, revision 30611

wxsizerflags docs

2004-11-18 14:45 RR, revision 30610

Added support for native print preview (GNOME)

2004-11-18 14:15 RN, revision 30609

moved verbose changes to manual

2004-11-18 14:15 RN, revision 30608

Add incompat and depre changes to manual

2004-11-18 14:14 RN, revision 30607

fix various latex errors

2004-11-18 14:07 RN, revision 30606

fix underscore errors

2004-11-18 14:04 RR, revision 30605

Implemented DoDrawRotatedText() by way of a rotation of a alpha blended text bitmap. It would be better if Pango could draw directly into an wxImage (as FreeType) can, but that is for later..

2004-11-18 14:01 RR, revision 30604

Added support for alpha channels in interpolated and non-interpolated image rotation. Added helper method for turning shades of grey into shades of alpha and a colour.

2004-11-18 13:16 ABX, revision 30603

3rd state in checkboxes for wxUniv [closes bug#1040585].

2004-11-18 10:30 VS, revision 30602

reverted DrawRotatedText change, it's broken

2004-11-18 10:02 JS, revision 30601

Null m_select_me when this item is deleted

2004-11-18 09:50 SC, revision 30600

avoid locale that always returns US-ASCII on wxMac

2004-11-18 08:36 RN, revision 30599

fix initial color

2004-11-18 08:14 ABX, revision 30598

Fixes for USE_GUI=0 to make pure wxBase makefiles possible. Nothing rebaked because GUI builds are not influenced (but makefiles minimally changed).

2004-11-18 01:28 RD, revision 30597

StandardPaths updates. Added a demo sample for StandardPaths. Made the Python install prefix be the default install prefix for StandardPaths.

2004-11-17 23:50 RD, revision 30596

Added wxBU_ALIGN_MASK

2004-11-17 21:57 RR, revision 30595

Start for Pango 1.6 based text rotation.

2004-11-17 21:56 RR, revision 30594

Added support for most print page/selection/copies etc. options in the native GNOME dialog. Added support for printing rotated text and alpha channel images.

2004-11-17 18:38 SC, revision 30593

added unix/stdpaths

2004-11-17 18:02 DE, revision 30592

Implement toolbar tool clicks. Get rid of wxNSActionCell stuff because Cells send their action from the view anyway so we'd have no way of knowing which tool was clicked.

2004-11-17 16:59 RR, revision 30591

Use native printing dialog for wxPrintDialog, not for setup only as before. It prints, but page selection etc. is still an idea

2004-11-17 16:36 ABX, revision 30590

Typecast before endian adjustements.

2004-11-17 16:13 ABX, revision 30589

Several casts due to assigning signed to unsigned or more to less bits of integral values.

2004-11-17 16:11 ABX, revision 30588

Typecast during compilation instead of class constructor call (OW warnig fix).

2004-11-17 15:16 SC, revision 30587

wxStat call preliminary fix

2004-11-17 15:14 SC, revision 30586

file name char set string conversions

2004-11-17 13:42 JS, revision 30585

Added IsTopLevel() check to last message loop in PreProcessMessage. This stops e.g. ESC being processed by a parent modal dialog if not processed by the child -> assert and lockup

2004-11-17 08:57 VZ, revision 30584

fixed static libs detection (shouldn't suppress stdout, just stderr)

2004-11-17 07:39 RN, revision 30583

who knows, maybe this will fix the 10.3 problems

2004-11-17 02:47 KH, revision 30582

Added archive.h to list of headers, put archive.cpp in alphabetical order, but did not rebake

2004-11-17 02:33 KH, revision 30581

Fix tree control focus issues on OS X (and possibly others) caused by toplevel.cpp not giving focus if children eat the LEFT_DOWN event... added event.Skip() on LeftDown() (whether an item is hit or not) after all dragging and moving conditions have been considered so that LEFT_DOWN events are never eaten by the tree preventing receiving focus

2004-11-16 21:01 RD, revision 30580

commented out dbg message

2004-11-16 20:49 JS, revision 30579

Wrapped two generated literals in _T

2004-11-16 20:48 JS, revision 30578

Doc tweaks

2004-11-16 20:08 SC, revision 30577

somehow commit did not work

2004-11-16 16:41 RN, revision 30576

missed commit files

2004-11-16 15:53 RN, revision 30575

makefile regen, include fix, duplicate file fix

2004-11-16 14:36 RN, revision 30574

cleanup OSX native font dialog stuff a bit (it should prob. be an option in configure

2004-11-16 14:19 RN, revision 30573

files for native font dialog on mac

2004-11-16 13:56 ABX, revision 30572

WinCE fix. IsEmpty() -> empty().

2004-11-16 13:54 ABX, revision 30571

WinCE correction.

2004-11-16 13:52 ABX, revision 30570

Warning fix.

2004-11-16 13:51 ABX, revision 30569

eVC3 media fix.

2004-11-16 13:49 ABX, revision 30568

Define wxMediaEvent before it is used. Make OnMediaFinish compatible to wxObjectEventFunction. Warning fix.

2004-11-16 12:09 VZ, revision 30567

attempts to suppress C4702 for VC

2004-11-16 12:07 VZ, revision 30566

added operator>>(wchar_t)

2004-11-16 12:06 VZ, revision 30565

small optimization for wxTextCtrl (forgot to commit with textctrl.cpp)

2004-11-16 12:00 VZ, revision 30564

made default background colour BTNFACE (so that panels don't have to erase their background explicitly); removed now unneeded SetBackgroundColour() in wxDialog which now has default bg colour and restored one in wxFrame which now has a non default one

2004-11-16 11:58 VS, revision 30563

fixed wxEncodingConverter-base wxCSConv to report failures as expected

2004-11-16 11:58 VS, revision 30562

modified wxEncodingConverter API to report failures

2004-11-16 11:56 VZ, revision 30561

suppress output of wx-config --static to fix problems introduced by wx-config rewrite

2004-11-16 11:30 VZ, revision 30560

removed unused variable to suppress warning (and put a TODO in place)

2004-11-16 06:04 SC, revision 30559

onsize event not needed anymore

2004-11-16 03:15 DE, revision 30558

Prevent crashes in wxFFile(Input|Output)Stream: Do not call Eof() or Error() without first checking IsOpened().

2004-11-15 20:51 DE, revision 30557

Use wxUint16 instead of WORD and wxUint8 instead of BYTE.

2004-11-15 20:25 SC, revision 30556

changed fonts on OSX to use OSX system fonts having the full Unicode Tables

2004-11-15 19:50 SC, revision 30555

adapted to current filelist

2004-11-15 19:29 SC, revision 30554

correcting include type

2004-11-15 19:20 VZ, revision 30553

set bg style to custom as we overwrite it anyhow

2004-11-15 19:17 VZ, revision 30552

fixed XP sash rendering to really do something (using REBAR style didn't work but it was hidden because background was erased anyhow)

2004-11-15 19:15 VZ, revision 30551

don't draw background at all if bg style is custom

2004-11-15 18:22 VZ, revision 30550

removed unnecessary (now that we leave Windows paint background itself) SetBackgroundColour() calls

2004-11-15 18:10 VZ, revision 30549

restored OnEraseBackground(), we do need it but only for the cases when the window has a non default background colour

2004-11-15 17:58 ABX, revision 30548

wxDC::DrawLabel documented.

2004-11-15 17:57 ABX, revision 30547

Order fix.

2004-11-15 17:40 ABX, revision 30546

Warning fixes.

2004-11-15 17:38 ABX, revision 30545

wxUniv actualization.

2004-11-15 17:33 ABX, revision 30544

Vertical tabs orientation in gtk renderer of wxUniv.

2004-11-15 17:11 JS, revision 30543

RC parse fixes from Michael Shamgar

2004-11-15 14:44 VZ, revision 30542

added \deprecated command

2004-11-15 14:43 VZ, revision 30541

don't always erase the background ourselves as this is incompatible with XP themed appearance (replaces patch 1046164)

2004-11-15 13:46 VZ, revision 30540

fixed va_copy test

2004-11-15 11:25 ABX, revision 30539

Partial fix to bug #1040607: support for vertical orientation in win32 renderer of wxUniv notebook.

2004-11-15 11:15 VS, revision 30538

fixed to work with themes that redefine icons (e.g. Fedora's Bluecurve)

2004-11-15 09:07 VS, revision 30537

updated to be in sync with wxwin.py code

2004-11-15 07:44 RN, revision 30536

fix buglet wxKeyEvent->wxMouseEvent

2004-11-15 07:20 RN, revision 30535

fix technical accuracy of statement

2004-11-15 07:18 RN, revision 30534

WXUNUSED warning fixes - unicode compilo fix

2004-11-15 07:08 ABX, revision 30533

Wise path to generic dialogs sources.

2004-11-15 06:59 RN, revision 30532

fix for [ 1066432 ] wxTextOutputStream: endl doesn't work

2004-11-15 06:23 ABX, revision 30531

wxUniv use wxBU flags [bug #1040584]

2004-11-14 23:43 RN, revision 30530

generate mediaplayer sample in configure

2004-11-14 23:34 VS, revision 30529

compilation fix

2004-11-14 23:33 RN, revision 30528

doc for mediaplayer sample

2004-11-14 23:26 RN, revision 30527

Massive reworking of wxMediaCtrl code - backend everything, search for backends via RTTI lookup, and more

2004-11-14 23:13 RN, revision 30526

doc update for wxMediaCtrl

2004-11-14 23:03 VS, revision 30525

fixed rendering of bitmaps with alpha channel under GTK+ 2.0

2004-11-14 21:53 VS, revision 30524

added system colours and fonts support to XRC (based on patch #1038207)

2004-11-14 21:52 RR, revision 30523

The wxGNOME whitepaper-to-be.

2004-11-14 16:56 RN, revision 30522

spelling/grammer (lol) :)

2004-11-14 10:52 VS, revision 30521

made wxMBConv_iconv MT-safe

2004-11-14 06:53 DE, revision 30520

Rebaked and autoconfiscated.

2004-11-14 06:51 DE, revision 30519

Moved some OS X only files into MAC_OSX_SRC from MAC_SRC.

2004-11-14 06:47 DE, revision 30518

Added Mac OS support.

2004-11-14 05:02 DE, revision 30517

Reran aclocal using bakefile.m4 from Bakefile CVS HEAD. This adds support for MacOS and BeOS and includes some other fixes.

2004-11-13 03:24 RD, revision 30516

reSWIGged

2004-11-13 03:01 RD, revision 30515

reSWIGged

2004-11-13 03:00 RD, revision 30514

the python2 check is gone, take out the use of the flag too

2004-11-13 02:55 RD, revision 30513

bump subrelease

2004-11-13 02:40 RD, revision 30512

reSWIGged

2004-11-13 02:30 RD, revision 30511

* wxPrintDialog no longer derives from wxDialog. * Add wxRTTI info for wxPyPrintout * wxPrintFactory probably doesn't need to be exposed

2004-11-13 02:26 RD, revision 30510

Fix for uninitialized pointer access from wxPrintData's copy ctor

2004-11-13 02:24 RD, revision 30509

The assumption that if SIZEOF_INT is defined then SIZEOF_SIZE_T is too is not always true.

2004-11-12 21:44 VS, revision 30508

more wxPostEvent MT fixes

2004-11-12 21:43 VS, revision 30507

removed unused static variable

2004-11-12 21:21 DE, revision 30506

Moved wxStandardPathsCF into base library when using CarbonLib or Darwin. Make wxStandardPathsBase::Get() return a wxStandardPathsBase reference. Implement it using wxAppTraits::GetStandardPaths() which is overridden by wxMac and wxCocoa GUI libraries to return a reference to a wxStandardPathsCF.

2004-11-12 20:38 RD, revision 30505

typo

2004-11-12 20:34 RD, revision 30504

Compilation fix

2004-11-12 18:12 RD, revision 30503

Reset LC_NUMERIC to "C" for Python < 2.4. This fixes Python's float parser.

2004-11-12 15:48 DE, revision 30502

Fix build on platforms without any real source in the new media library.

2004-11-12 15:28 JS, revision 30501

Notebook page bitmaps now supported.

2004-11-12 14:36 ABX, revision 30500

Warning fixes.

2004-11-12 14:26 ABX, revision 30499

MinGW fix.

2004-11-12 14:23 ABX, revision 30498

Warning fixes.

2004-11-12 14:15 ABX, revision 30497

Warning fixes.

2004-11-12 14:08 ABX, revision 30496

Warning fixes.

2004-11-12 14:05 RN, revision 30495

fix for when zlib is not compiled in

2004-11-12 13:09 RN, revision 30494

media proj

2004-11-12 13:09 RL, revision 30493

Tagged DEBIAN_2_5_3_2 for release testing. Bumped subversion to 2.5.3.3

2004-11-12 13:03 RN, revision 30492

don't include strmiids.lib as its not needed by default anymore

2004-11-12 12:37 ABX, revision 30491

dwCallback if DWORD.

2004-11-12 11:39 , revision 30490
  • A /wxWidgets/tags/DEBIAN_2_5_3_2
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/configure
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/configure.in
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/animate/animate_animatedll.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/animate/animate_animatelib.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/fl/fl_fllib.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/net/netutils.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/ogl/ogl_ogllib.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/stc/stc_stclib.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/contrib/build/svg/svg_svglib.dsp
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/debian
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/lib/dummy
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/misc/afm
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/misc/afm/.cvsignore
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/misc/afm/Zapf.afm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/internat/internat.def
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/internat/internat.rc
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/internat/makefile.vms
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/internat/mondrian.ico
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/layout/expt.cpp
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/layout/fload.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/layout/layout.def
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/layout/makefile.vms
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/mdi/chart.ico
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/mdi/makefile.vms
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/mdi/mdi.def
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/mdi/mdi.ico
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/png/pngdemo.rc
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/printing/fload.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/printing/printing.def
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/samples/tab/mondrian.ico
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/samples/treectrl/treetest.dsp
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/common/glob.inc
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/configure
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/configure.in
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/expat.dsp
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/lib/expat.h
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/lib/internal.h
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/lib/macconfig.h
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/lib/winconfig.h
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/lib/xmlparse.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/lib/xmlrole.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/expat/lib/xmltok.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk/cross.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk/horiz.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk/verti.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk1/cross.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/gtk1/verti.xbm
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/src/html/search.cpp
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/.cvsignore
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/ANNOUNCE
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/ansi2knr.1
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/ansi2knr.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/CHANGES
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/configure
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/example.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/INSTALL
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/KNOWNBUG
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/LICENSE
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/libpng.3
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/libpng.txt
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/libpngpf.3
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/makefile.dos
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/makefile.sc
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/makefile.unx
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/makefile.vc
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/makefile.wat
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/makemac6.mcp
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/png.5
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/png.c
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/png.dsp
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/png.dsw
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/png.h
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngasmrd.h
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngconf.h
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngerror.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pnggccrd.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngget.c
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngM5.xml
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngM7.mcp
  • A /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngM8.xml
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngmem.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngpread.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngread.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngrio.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngrtran.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngrutil.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngset.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngtest.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngtrans.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngvcrd.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngwio.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngwrite.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngwtran.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/pngwutil.c
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/projects/beos
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/projects/borland
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/projects/msvc
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/README
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/scripts/makefile.bd32
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/scripts/makefile.sgi
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/scripts/pngdef.pas
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/TODO
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/png/Y2KINFO
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/regex/regfronts.c
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/src/unix/net.cpp
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/zlib/algorithm.txt
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/zlib/crc32.h
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/zlib/FAQ
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/zlib/INDEX
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/zlib/inflate.h
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/zlib/README
  • R /wxWidgets/tags/DEBIAN_2_5_3_2/src/zlib/trees.h
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/utils/HelpGen/makefile.bcc
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/utils/HelpGen/makefile.gcc
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/utils/HelpGen/makefile.vc
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/utils/HelpGen/makefile.wat
  • D /wxWidgets/tags/DEBIAN_2_5_3_2/utils/wxprop

This commit was manufactured by cvs2svn to create tag 'DEBIAN_2_5_3_2'.

2004-11-12 11:39 RL, revision 30489

Bump WX_CURRENT back to 3, this must stay the same as wx_release_number until bakefile is fixed to unlink the the soversion from it. Ideally of course it should track binary incompatible releases instead. Update the Debian scripts to suit the new site-packages location for wxPython.

2004-11-12 10:23 RN, revision 30488

fix hiding the other (mac) one

2004-11-12 10:13 ABX, revision 30487

Fix hiding wxMediaEvent::Clone().

2004-11-12 10:05 RN, revision 30486

explanation of getdefaultattributes

2004-11-12 09:53 RN, revision 30485

spelling

2004-11-12 06:52 RL, revision 30484

wxUSE_POSTSCRIPT is not a sufficient test by itself for wxPostScriptPrintNative data. This is probably still not 100% correct but at least msw builds again for mingw now. Fixed bogus eof (and removed junk whitespace) from mediactl.

2004-11-12 06:35 RN, revision 30483

mingw evidently doesn't have digitalv.h according to mmedia sources - post a workaround

2004-11-12 06:29 RN, revision 30482

workaround to call directshow drivers without actually using directshow

2004-11-12 05:50 RL, revision 30481

Move stdpath into base on msw as well.

2004-11-12 03:30 RL, revision 30480

Cruft cleanup from MJW, strip the tabs out of sound.cpp

2004-11-12 03:06 RL, revision 30479

Patch from MJW for ssize_t

2004-11-12 01:16 RD, revision 30478

Not sure how you can print audio, so I expect that this was a typo. ;-)

2004-11-11 23:30 DE, revision 30477

Removed the rest of the include. Thanks Robin.

2004-11-11 21:33 RD, revision 30476

Removed the "include/" from the corefoundation headers in files.bkl so they will actually get installed. I expect that the other "include/" prefixes need to be removed too but I left them in case I am wrong.

2004-11-11 20:58 RD, revision 30475

Fixed typo

2004-11-11 19:10 VZ, revision 30474

fixes to ZIP/archive patch (patch 1064426); should fix the docs build

2004-11-11 19:08 VZ, revision 30473

ensure that g_timerMap is always initialized before it is used (patch 1060619, bug 1060591)

2004-11-11 19:01 VZ, revision 30472

fix reading beyond the end of the string if the last string character is a backslash (patch 1059846; bug 1059848)

2004-11-11 18:59 VZ, revision 30471

removed 2.0 compatibility stuff (patch 1054261)

2004-11-11 15:59 RN, revision 30470

add directshow define

2004-11-11 15:26 RN, revision 30469

turn off directshow by default for lib dependancy

2004-11-11 15:20 RN, revision 30468

mci can't play video on win2k - disable for now

2004-11-11 15:18 RN, revision 30467

tweak stopping - nicen up sample some more

2004-11-11 15:17 RN, revision 30466

fixup

2004-11-11 14:43 RN, revision 30465

correctly generate wxUSE_MEDIACTRL define

2004-11-11 14:14 RN, revision 30464

clean up

2004-11-11 14:06 RN, revision 30463

mci backend for wxMediaCtrl. Better workaround for refresh issue and sizers

2004-11-11 11:08 VZ, revision 30462
  • D /wxWidgets/trunk/src/common/unzip.c

file not needed any longer after ZIP r/w patch

2004-11-11 09:56 RN, revision 30461

comment/explain a lot

2004-11-11 09:32 RN, revision 30460

1) fix border styles in wxMediaCtrl, 2) regenerate wx and mediaplayer samples bakefiles, 3) add sample makefiles

2004-11-11 08:58 RL, revision 30459

gcc < 3.4 warns about friendless private dtors.

2004-11-11 08:30 RN, revision 30458

fix unsigned/signed warnings

2004-11-11 08:29 RN, revision 30457

fix some comp errors on DMC

2004-11-11 08:06 RN, revision 30456

get rid of error

2004-11-11 08:02 RN, revision 30455

more setup changes

2004-11-11 07:26 RL, revision 30454

Remove a(nother) guaranteed build failure until what is it testing for actually exists..