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-04-17 13:07 SN, revision 33703

Fixed problem with changing size of board (at least on GTK1).

2005-04-17 12:58 JS, revision 33702

Regenerated makefiles for runtime lib change

2005-04-17 12:55 JS, revision 33701

Fix for MGL link error

2005-04-17 12:33 RR, revision 33700

Copied wxGTK_RR.spec to wxGTK.spec.

2005-04-17 11:53 RR, revision 33699

Only delete wx-config if it exists.

2005-04-17 11:50 RR, revision 33698

Added wx-i28n package.

2005-04-17 10:54 JS, revision 33697

wxHelpController now wxCHMHelpController on Windows

2005-04-17 10:37 JS, revision 33696

Script updates

2005-04-17 10:34 JS, revision 33695

Doc updates

2005-04-17 10:24 VZ, revision 33694

update for 2.6.0 from Martin Srebotnjak

2005-04-17 10:06 JS, revision 33693

Temporary wxUniv menu fix from Michael Wetherell

2005-04-17 09:38 JS, revision 33692

Removed ctl3d and erroneous makefiles from scripts

2005-04-17 09:34 RN, revision 33691

do wxLogDebug instead of wxLogSysError so that production users arn't bugged - put in implementation for (dis)associate, complete open command for carbon pre-osx builds, and do a better implementation for osx

2005-04-17 07:50 JS, revision 33690

Improved prop sheet dialog layout

2005-04-17 05:19 RN, revision 33689

fix 10.2 shared unicode builds for mbstowcs and vice versa

2005-04-17 00:07 MW, revision 33688

Use 'test -f' since Sun's shell doesn't have 'test -e'

2005-04-16 22:11 RD, revision 33687

reSWIGged

2005-04-16 22:10 MW, revision 33686

Plan B - use a #error when !wxUSE_ON_FATAL_EXCEPTION

2005-04-16 22:08 MW, revision 33685

Only generate a makefile for the debugrpt sample when wxUSE_ON_FATAL_EXCEPTION=1

2005-04-16 21:42 RN, revision 33684

fixed for w/o expat

2005-04-16 21:41 RD, revision 33683

Add docstrings for wxSTC methods

2005-04-16 21:22 MW, revision 33682

Compilation fix. I didn't add a #error since I figured this sample will be demonstrating more things than just OnFatalException() in the future?

2005-04-16 20:47 MW, revision 33681

Compilation fix

2005-04-16 20:40 MW, revision 33680

Compile fix

2005-04-16 19:42 RD, revision 33679

New --with-gtk=VALUE syntax

2005-04-16 19:41 RD, revision 33678

Added Python methods to wxStyledTextCtrl that allow to get/set text in UTF8 in either unicode or ansi builds

2005-04-16 19:19 JS, revision 33677

Compile fixes for Linux

2005-04-16 18:57 JS, revision 33676

Improved spacing

2005-04-16 17:26 RR, revision 33675

Mention GTK+ fixes.

2005-04-16 17:22 RR, revision 33674

Reflect new --with-gtk=VERSION syntax.

2005-04-16 17:13 MW, revision 33673

No EOVERFLOW on openbsd

2005-04-16 17:00 SN, revision 33672

Fixed child positioning on window resizing.

2005-04-16 16:53 RR, revision 33671

Readded test for wxMenuItem::SetLabel() to sample. Support for hotkeys in names functions for GTK+2.

2005-04-16 16:24 KO, revision 33670

Before I forget yet again, here is the Bakefile quickstart for wx projects.

2005-04-16 16:03 SN, revision 33669

Moved enum definition out of function body to work around compiler bug.

2005-04-16 15:18 VZ, revision 33668

update for 2.6.0 from Jonas Rydberg

2005-04-16 14:49 SN, revision 33667

Fixed wxSTD for old gcc versions.

2005-04-16 14:31 VZ, revision 33666

regenerated after adding wx/unix/apptbase.h and wx/unix/apptrait.h to wxMac headers

2005-04-16 14:28 VZ, revision 33665

added wx/unix/apptrait.h and apptbase.h to BASE_MACOSX_WXMAC_HDR

2005-04-16 14:10 VZ, revision 33664

compilation fix: use wxSB_HORIZONTAL/VERTICAL instead of wxSL_XXX

2005-04-16 13:34 RR, revision 33663

This should make the GTK statictext control wrap and behave like the MSW. I'm still doing further tests.

2005-04-16 13:24 SN, revision 33662

Changed back DEFAULT_wxUSE_OPENGL to no so configure no longer completely breaks on platforms without OpenGL support.

2005-04-16 13:16 VS, revision 33661

make DEBUG_INFO=1 the default for VC++

2005-04-16 13:14 VS, revision 33660

DEBUG_RUNTIME_LIBS depends on BUILD now, not DEBUG_INFO

2005-04-16 12:33 JS, revision 33659

More comments to help people build the MFC sample

2005-04-16 12:20 RN, revision 33658

clean up release unused variable warnings

2005-04-16 12:12 VZ, revision 33657

replaced C++ comments with C ones

2005-04-16 11:40 RN, revision 33656

Implement wxMimeTypesManager on mac

2005-04-16 11:28 VZ, revision 33655

updated from libs.dia

2005-04-16 11:07 JS, revision 33654

Added destructor to fix crash on Mac due to focus event causing text control to be accessed while being deleted

2005-04-16 10:38 JS, revision 33653

Applied patch [ 1178610 ] datectlg.cpp: wxDropdownButton + bug fixes Jaakko Salli This patch modifies datectlg.cpp's wxDropdownButton in such manner that it should be much easier to convert it into a generic drop button class. Also, it is now more universal in the respect that it should work on platforms other than wxMSW and wxGTK (wxBitmapButton being prime prerequisite). Plus there are some bug fixes for wxDatePickerCtrlGeneric.

2005-04-16 10:32 JS, revision 33652

Applied patch [ 1178610 ] datectlg.cpp: wxDropdownButton + bug fixes Jaakko Salli This patch modifies datectlg.cpp's wxDropdownButton in such manner that it should be much easier to convert it into a generic drop button class. Also, it is now more universal in the respect that it should work on platforms other than wxMSW and wxGTK (wxBitmapButton being prime prerequisite). Plus there are some bug fixes for wxDatePickerCtrlGeneric.

2005-04-16 10:16 JS, revision 33651

APplied patch [ 1182682 ] Fixes wxDebugReportUpload fail when app name contains spaces by eco

2005-04-16 10:03 JS, revision 33650

SQLINTEGER typedef

2005-04-16 09:52 JS, revision 33649

Applied patch [ 1183153 ] [wxGTK] DrawComboBoxDropButton pressed state Jaakko Salli

2005-04-16 09:45 JS, revision 33648

Applied patch [ 1183157 ] Compilation with GCC 4.0 by Michal Cihar. Also added typedef for SQLINTEGER in built-in iODBC.

2005-04-16 09:11 RN, revision 33647

fix for w/o expat

2005-04-16 06:29 RD, revision 33646

reSWIGged

2005-04-16 06:29 RD, revision 33645

new configure flags

2005-04-16 06:08 RD, revision 33644

reSWIGged

2005-04-16 05:56 RD, revision 33643

wxCharBuffer typemap

2005-04-16 05:55 RD, revision 33642

reSWIGged

2005-04-16 05:53 RD, revision 33641

Corrected a potential NULL pointer dereference in the SWIG runtime

2005-04-16 05:25 RD, revision 33640

Store the type table name in a variable so it can be reused

2005-04-16 04:53 RD, revision 33639

Add several "Raw" functions for setting/getting text from the document buffer. They behave similarly to the same methods without the "Raw" in the name, except they don't use wxStrings. This can save some conversions to/from unicode and utf-8 in a Unicode build.

2005-04-16 04:08 RD, revision 33638

Allow wxCharBuffer to be constructed without parameters (making a zero length string by default) so it can be used in SWIG typemaps.

2005-04-16 01:36 RD, revision 33637

Use a wxPopupWindow for the AutoComplete box too. We don't need to artificially set the clipping region on wxGTK anymore.

2005-04-16 00:14 RD, revision 33636

Patch from Joe "shmengie" Brown joebrown@podiatryfl.com o Adjusted spin control size/placement (On Windows ctrls were overlapping). o Set Ok/Cancel buttons to wx.ID_OK & wx.ID_CANCEL to provide default dialog behaviour. o If no date has been clicked clicked, OnOk set the result to calend's date, important if keyboard only navigation is used.

2005-04-15 21:39 RD, revision 33635

Squash exception on exit bug

2005-04-15 20:44 RD, revision 33634

wx-config doesn't need to output the resource file name, since it is no longer built for wxMac

2005-04-15 19:41 RD, revision 33633

Patch #1183952, Create to return bool

2005-04-15 18:55 RD, revision 33632

No longer a need for changing the names to protect against multiple definitions.

2005-04-15 18:34 VS, revision 33631

re-added missing wxUSE_PLUINGS

2005-04-15 16:49 ABX, revision 33630

Build fix for wxUSE_FILE=0.

2005-04-15 16:48 ABX, revision 33629

Missing include.

2005-04-15 16:47 ABX, revision 33628

Simpler for readable diffs in future new ports.

2005-04-15 16:44 ABX, revision 33627

Simpler constructor available.

2005-04-15 15:51 MW, revision 33626

New syntax for --with-gtk

2005-04-15 15:16 JS, revision 33625

Manul version number update Script updates

2005-04-15 15:00 JS, revision 33624

Another buffer check

2005-04-15 14:18 MW, revision 33623

New --with-gtk=VERSION syntax, and restore --disable-gtk2 for backward compatibility

2005-04-15 14:12 JS, revision 33622

Don't crash if buffer null

2005-04-15 09:32 ABX, revision 33621

Buildable under WinCE smartphone.

2005-04-15 07:22 JS, revision 33620

Fixed presumed typo - crash when frame is NULL

2005-04-15 03:11 RD, revision 33619

Applied patch [ 1167891 ] wxNotebook display problem on MSW w/ XP theming

2005-04-15 03:04 RD, revision 33618

For wxMSW capture and release the mouse as the cursor moves out or back in to the transient popup window to enable the transient to be automatically dismissed when a click happens outside of it.

2005-04-15 03:00 RD, revision 33617

Don't clip hidden windows from the staticbox's refresh. Also handle non wxWindows better.

2005-04-15 00:14 VZ, revision 33616

use premultiplied RGB in raw image demo

2005-04-14 22:11 RD, revision 33615

Removed rules for copying the Mac resource file since they are no longer needed for wxMac

2005-04-14 22:03 MBN, revision 33614

Fix previous change in case somebody is still using WXWIN_COMPATIBILITY_EVENT_TYPES from wxWidgets 2.2...

2005-04-14 21:12 MBN, revision 33613

Fix building Plot contrib as DLL.

2005-04-14 16:04 JS, revision 33612

Forgot to remove #endif

2005-04-14 15:12 JS, revision 33611

Try to find comctl32.dll version even if we don't have shlwapi.h available, otherwise the version is wrongly guessed and we can end up with bad toolbar backgrounds.

2005-04-14 15:11 ABX, revision 33610

Correction in comment in closing #endif.

2005-04-14 15:07 ABX, revision 33609

Correction in comment in closing #endif. Is VC++ 4 supported?

2005-04-14 15:05 ABX, revision 33608

Comment correction, source cleaning.

2005-04-14 14:53 ABX, revision 33607

Missing includes.

2005-04-14 14:15 JJ, revision 33606

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

2005-04-14 09:29 VS, revision 33605

check the syntax when compiling .po files into .mo

2005-04-14 07:26 JS, revision 33604

Removed unnecessary fix (caused by erroneous user code)

2005-04-14 06:48 JS, revision 33603

Added back shlwapi.h inclusion with comment

2005-04-14 05:15 SC, revision 33602

adding support for wxCB_SORT, SetString and Insert

2005-04-14 05:13 SC, revision 33601

adding support for wxCB_SORT

2005-04-14 04:27 KH, revision 33600

Typo

2005-04-14 01:17 RD, revision 33599

reSWIGged

2005-04-14 01:17 RD, revision 33598

no need for the panel in the transient popup any more

2005-04-14 01:12 RD, revision 33597

reSWIGged

2005-04-14 01:07 RD, revision 33596

No longer need to worry about the DeRez getting stuck

2005-04-14 00:16 VZ, revision 33595

fix c-format strings with mismatching format specifiers (mostly just marked as fuzzy, fixed a few of them which seems obvious to fix)

2005-04-14 00:10 VZ, revision 33594

update from Hans F. Nordhaug

2005-04-13 23:55 VZ, revision 33593

made wxGridCellAttr dtor protected instead of private

2005-04-13 23:07 MW, revision 33592

Replace --disable-gtk2 with --with-gtk1 and --with-gtk2

2005-04-13 22:57 RD, revision 33591

Remove rules for building resource files on wxMac

2005-04-13 22:47 MBN, revision 33590

Fix Gizmos-XRC DLL linking.

2005-04-13 20:50 RD, revision 33589

corrected docstring

2005-04-13 20:27 RD, revision 33588

Corrected compile error

2005-04-13 20:05 MW, revision 33587

Move G_FILENAME_ENCODING to wxGTK

2005-04-13 18:54 JS, revision 33586

Removed redundant Cygwin sockets advice

2005-04-13 18:52 JS, revision 33585

wxBestHelpController now used as default on Windows Change log updates

2005-04-13 18:00 JS, revision 33584

Look for help file in Windows if not found elsewhere

2005-04-13 17:54 ABX, revision 33583

OW pedantic warning fix.

2005-04-13 17:53 ABX, revision 33582

Sending wxChar* outputs pointer instead of text under Borland.

2005-04-13 17:51 ABX, revision 33581

wxStreamToTextRedirector fixes, define wxHAS_TEXT_WINDOW_STREAM.

2005-04-13 17:28 RR, revision 33580

Call ansi packages ...-ansi Added -with-odbc to ansi packages.

2005-04-13 16:46 VZ, revision 33579

added tif_extension.c (bug 1168167)

2005-04-13 16:27 VZ, revision 33578

fixed tests for dashed/dotted pens under OS != NT (bug 1182319)

2005-04-13 16:26 VZ, revision 33577

don't break of the loop resetting last focus pointer in dtor as under some (unclear) cisrcumstances more than one TLW can have a pointer to us, see bug 1179024

2005-04-13 16:02 ABX, revision 33576

wxStreamToTextRedirector test

2005-04-13 15:36 JS, revision 33575

The device origin can be set on WinCE, so use it and redefine conversion macros accordingly. Also, convert result of calling GetClipBox from logical to device coordinates since we're dealing with device coordinates at this point.

2005-04-13 15:32 JS, revision 33574

GetCursorPos returns an error on WinCE, so use GetMessagePos instead.

2005-04-13 15:03 VZ, revision 33573

added owner drawn checkbox to listbox page and the possibility to test changing the controls font (part of patch 1181057)

2005-04-13 13:53 RR, revision 33572

Apply Mart R.'s patch for improved font width handling and minor doc corrections.

2005-04-13 13:46 RR, revision 33571

Correct vertical alignment for lables in static boxes.

2005-04-13 13:34 VZ, revision 33570

added wxMedia

2005-04-13 13:20 JS, revision 33569

Unnecessary shwlapi.h inclusion removed

2005-04-13 13:06 VZ, revision 33568

mention libs.dia

2005-04-13 13:05 VZ, revision 33567

added wxQA

2005-04-13 13:03 VZ, revision 33566

mistakenly enabled by default --enable-unicode switched off again by default

2005-04-13 12:56 VZ, revision 33565

fix DESTDIR handling in wx-config link (patch 1181759)

2005-04-13 12:39 MW, revision 33564

Temporary compilation fix for wxUSE_INTL=0

2005-04-13 12:37 MW, revision 33563

Compilo fix for wxUSE_INTL=0 and use wxCSConv for broken filenames instead of wxMBConvLibc

2005-04-13 06:04 SC, revision 33562

make sure we don't miss resizes even when no sizers are involved

2005-04-13 06:02 SC, revision 33561

fixing redraw region

2005-04-13 05:12 KO, revision 33560

Adding accessor methods for URL and Title, and another revision of the window sizing hack. Tested this one with wxWidgets sample, a notebook/splitter sample, and Documancer, a wxPython app, all with correct results.

2005-04-13 05:07 SC, revision 33559

fixing compilo on carbon cfm with CW 9

2005-04-13 04:57 RD, revision 33558

Add room for the scrollbar

2005-04-13 00:28 RD, revision 33557

Applied patch #1181805 TextEditMixin and EVT_LIST_END_LABEL_EDIT

2005-04-12 21:08 ABX, revision 33556

Fix for using std streams when std:: conflicts with ::

2005-04-12 21:06 ABX, revision 33555

std streams usage build fix under MSW

2005-04-12 20:57 ABX, revision 33554

Warning fix.

2005-04-12 17:52 RN, revision 33553

Fix CYGWIN socket compilo

2005-04-12 17:18 RN, revision 33552

Fix warning on CYGWIN for sockets

2005-04-12 17:17 RL, revision 33551

Ensure 2.6 trumps 2.5 as default.

2005-04-12 17:16 RN, revision 33550

Fix CYGWIN socket compilo

2005-04-12 17:08 RL, revision 33549

Replace files from 2.5 that still overlap.

2005-04-12 17:03 RN, revision 33548

CYGWIN socket compilation fixes

2005-04-12 15:59 RL, revision 33547

Update stray references to 2.5

2005-04-12 15:50 RL, revision 33546

Bump for 2.6.0 and close Debian bts report about missing archive.h on the next upload.

2005-04-12 15:34 ABX, revision 33545

wxUniv build fix (typo correction).

2005-04-12 14:36 VS, revision 33544

use configured scrolling increments (m_scrollLineX/Y) instead of hardcoded constants in all places

2005-04-12 09:51 JS, revision 33543

2.6

2005-04-12 08:55 RR, revision 33542

Corrected two typos. Back to disable-enable-gtk2 as without-gtk1 has been implemented yet.

2005-04-12 08:13 ABX, revision 33541

WinCE build fix (missing style).

2005-04-12 08:08 ABX, revision 33540

Misplaced #endif (WinCE build fix).

2005-04-12 07:33 JS, revision 33539

wxFrameBase doesn't have wxRTTI so don't test for it, or wxDynamicCast (for example) will erroneously succeed and return the wrong cast object

2005-04-12 05:18 RD, revision 33538

checked in just John's patch, will keep working my fixes...

2005-04-12 04:53 RD, revision 33537

GRR! Reverting last change. I broke some things that I thought I had tested before...

2005-04-12 04:36 RD, revision 33536

Copy & paste error

2005-04-12 04:28 RD, revision 33535

Fixes for wxPopupTransientWindow for wxMSW. Includes Patch #1181190, and also fixes for automatically dismissing the popup whenever the mouse is clicked outside of the popup window.

2005-04-12 04:24 SC, revision 33534

make sure also toplevel windows have the correct systen font

2005-04-12 00:12 RR, revision 33533

Added wxBase headers from /include/unix to the RPM. Set _prefix macro for non-standard location.

2005-04-11 23:29 MW, revision 33532

Remove workaround for link problem with versions of mingw before 3.4.2

2005-04-11 23:26 MW, revision 33531

A better workaround for the link problem with mingw versions before 3.4.2

2005-04-11 23:24 MW, revision 33530

Add a comment about covariant returns

2005-04-11 20:44 RD, revision 33529

reSWIGged

2005-04-11 20:42 RD, revision 33528

return begining of the selection for GetInsertionPoint to match what wxTextCtrl does.

2005-04-11 20:40 MBN, revision 33527

Regenerated PO files. Updated Italian translation.

2005-04-11 20:32 MBN, revision 33526

Easy translation of very long strings.

2005-04-11 20:21 RD, revision 33525

reSWIGged

2005-04-11 20:16 RD, revision 33524

adjusted indent

2005-04-11 20:15 RD, revision 33523

reSWIGged

2005-04-11 20:02 RD, revision 33522

Oops

2005-04-11 19:59 RD, revision 33521

Version number update

2005-04-11 19:58 RD, revision 33520

wxSL_TICKS

2005-04-11 19:57 RD, revision 33519

ApplyParentThemeBackground is history

2005-04-11 19:57 RD, revision 33518

updated coment

2005-04-11 19:37 JS, revision 33517

rel = 1

2005-04-11 19:33 RR, revision 33516

Added the "buildname" variable which has the "u" after "gtk2" in it. This is helpful to prevent the matching string {gtk2}*_xrc from incorrectly finding _gizmos_xrc instead of just _xrc. Now the lib names can be given exactly {portname}_xrc and {portname}_gizmos_xrc. Still rebuilding..

2005-04-11 19:14 RD, revision 33515

Better handling of the refcount of the wx.App object, so it now destroyed when expected and also resets the current instance pointer returned by wx.GetApp().

2005-04-11 18:42 SC, revision 33514

setting an empty region shouldn't clear the clipping

2005-04-11 17:21 RR, revision 33513

Bumped version to 2.6. Added static builds to -devel packages.

2005-04-11 16:08 RL, revision 33512

Regenerated after version bump.

2005-04-11 15:50 JS, revision 33511

Changed version number

2005-04-11 14:51 JS, revision 33510

Removed very out of date files in docs/msw Changed version number in docs

2005-04-11 14:41 VZ, revision 33509

after latest changes background of radio buttons _not_ inside the notebook wasn't redrawn at all, fixed this

2005-04-11 13:31 JS, revision 33508

Script updates

2005-04-11 13:30 JS, revision 33507

A word about context help on Mac

2005-04-11 13:30 RL, revision 33506

Remove static libs from package build. Trim configure options to reflect new defaults. Make i18n package conflict/replace. Not my first choice.

2005-04-11 12:50 RL, revision 33505

Enabled opengl and unicode by default too as discussed.

2005-04-11 12:11 ABX, revision 33504

Build fixes after gizmos_xrc additions.

2005-04-11 12:08 ABX, revision 33503

wxUniv build fix.

2005-04-11 12:03 ABX, revision 33502

Do not break twice.

2005-04-11 11:03 RR, revision 33501

Make std_string, std_iostreams and gnomeprint default.

2005-04-11 10:45 RR, revision 33500

Even shorter.

2005-04-11 10:44 RR, revision 33499

Remove outdated changes.txt, the common one should be used.

2005-04-11 10:42 RR, revision 33498

Update for install.txt.

2005-04-11 10:38 RR, revision 33497

Version 2.6 in the readme.txt

2005-04-11 10:29 RR, revision 33496

Further improvements to the spec file. It now creates and installs setup.h for both wxBase-devel and wxGTK-devel. Better descriptions. Added BuildRequires with zlib-devel etc.

2005-04-11 09:13 RN, revision 33495

Add reverse case too

2005-04-11 09:05 RN, revision 33494

fix wxString::Replace when new strings are longer than old string

2005-04-10 23:37 RR, revision 33493

Committed by attempt of a spec file to CVS. It builds RPM for wxBase, wxGTK, wxGTK-gl and contrib as well as the devel packages.

2005-04-10 22:37 VZ, revision 33492

modified AddFile() to copy file to the debug report directory if its path is absolute

2005-04-10 22:13 VZ, revision 33491

silently ignore NULL pointers in MSWOnMeasureItem(): apparently this can happen with MDI frames under XP

2005-04-10 22:12 VZ, revision 33490

fixed MSWGetBgBrush() call, it needs a HWND and not wxWindow * now

2005-04-10 22:11 VZ, revision 33489

documented AddText

2005-04-10 21:55 VZ, revision 33488

extended wxWindow::MSWGetBgBrush() and wxControl::MSWControlColor() to work for arbitrary HWNDs and not just wxWindows: this allows us to draw proper background for slider labels and other subcontrols

2005-04-10 19:54 MBN, revision 33487

Updated PO files for wxWidgets 2.6.

2005-04-10 19:41 VS, revision 33486

splitted gizmos library into gizmos and gizmos_xrc in order to fix broken compilation of DLLs

2005-04-10 18:33 VZ, revision 33485

mark slider as being transparent, otherwise it has ugly solid grey background when placed on a themed notebook

2005-04-10 18:28 VZ, revision 33484

fixed slider positioning/sizing (especially when ticks are shown on both sides)

2005-04-10 18:09 VZ, revision 33483

documented wxSL_BOTTOM, clarified the others

2005-04-10 18:07 VZ, revision 33482

put some asserts to check that inconsistent slider styles are not used

2005-04-10 18:07 VZ, revision 33481

removed is_vertical check box, it was duplicating the ticks direction radiobox functionality

2005-04-10 18:05 KH, revision 33480

th4ese -> these in comment

2005-04-10 17:55 VZ, revision 33479

GetParent() was always used in test for wxHSCROLL checked in in last commit; use the parent window recursively as intended instead; slightly simplified the code

2005-04-10 17:51 VZ, revision 33478

undid flags values change, it's not as backwards compatible as I thought

2005-04-10 17:14 JS, revision 33477

Hack to make wxStaticBox be repainted when inside a scrolling window

2005-04-10 17:06 VZ, revision 33476

moved wxSL_XXX styles to wx/slider.h; made wxSL_LEFT/RIGHT == wxSL_TOP/BOTTOM | wxSL_VERTICAL

2005-04-10 16:45 VZ, revision 33475

unused param warning

2005-04-10 15:23 VZ, revision 33474

simplifications and corrections to background drawing: 1. removed ApplyParentThemeBackground() not used any longer 2. removed ProvidesBackground() which is synonymous with !HasTransparentBackground() 3. removed a whole bunch of unused MSWXXX() methods 4. moved MSWControlColor() from wxWindow up to wxControl results: 1. the gradient is still shown properly for static/radio boxes in notebooks 2. correct background colour is used for the static boxes 3. code is shorter and better commented

2005-04-10 14:57 MBN, revision 33473

Check for wxUSE_STD_STRING with #if not with #ifdef, because it is always defined. Do not unconditionally #define HAVE_STD_STRING_COMPARE if it is not defined, because this nullifies the configure test.

2005-04-10 14:54 MBN, revision 33472

Check that std::basic_string<wchar_t> actually works before trying to use it. Fail at configure time when trying to compile wxMotif with Unicode.

2005-04-10 14:49 MBN, revision 33471

Correct harmless typos.

2005-04-10 14:47 MBN, revision 33470

Add some missing headers to wxMSW "make install".

2005-04-10 11:31 VZ, revision 33469

added wxCopyRectToRECT()

2005-04-10 11:30 VZ, revision 33468

added HDCClipper() class which automatically unselects clipping region in its dtor

2005-04-10 07:02 SC, revision 33467

changing the defaults to the app font

2005-04-10 06:44 RN, revision 33466

Don't include sys/socket.h on cygwin in windows mode

2005-04-10 06:37 RN, revision 33465

...and msw only of course

2005-04-10 06:35 RN, revision 33464

cygwin only

2005-04-10 06:33 RN, revision 33463

Fixes & Hacks to make sockets compile on CYGWIN with windows enabled

2005-04-10 04:36 KH, revision 33462

kTXNDoFontSubstitutionMask requires OS X 10.3 (undefined symbol on < 10.3)

2005-04-10 00:19 VZ, revision 33461

added WM_PRINTCLIENT

2005-04-09 23:25 VZ, revision 33460

show 20 lines of stack in assert, this should still hold on any reasonable screen

2005-04-09 20:16 RD, revision 33459

Oops, added the wrong new methods

2005-04-09 20:08 RD, revision 33458

Don't depend on the default formatting of wx.DateTime objects for extracting a date and time string. The format depends on locale and platform defaults.

2005-04-09 20:07 RD, revision 33457

New methods added

2005-04-09 20:07 RD, revision 33456

Ensure that the results of __str__ and __repr__ are strings

2005-04-09 20:06 RD, revision 33455

Check for TypeError too

2005-04-09 20:06 RD, revision 33454

Docstring corrected