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

2007-06-13 20:22 FT, revision 46456

Refactor to make deriving test classes from testWindow less annoying.

2007-06-13 20:10 FT, revision 46455

Refactored away helper classes within the test modules, resulting in a cleaner design. Implemented part of a Cut/Copy/Paste test for wx.TextCtrl, and stumbled onto some pretty weird behavior...

2007-06-13 19:00 FT, revision 46454

Initial tests for wx.TextCtrl. Added to runAllTests.py.

2007-06-13 16:36 SC, revision 46453

fixing 1736334

2007-06-13 16:29 VS, revision 46452

make wxFrame a wxControlContainer too, so that it behaves in the same way as wxDialog

2007-06-13 15:35 VS, revision 46451

don't propagate wxChildFocusEvent outside of wxTLWs

2007-06-13 15:31 VZ, revision 46450

overload wxStrpbrk() for more types and add tests for it

2007-06-13 15:21 FT, revision 46449

Use wx.VisualAttributes instance to add negative "IsOk" tests for wx.Color and wx.Font. Test "GetClassDefaultAttributes" in wx.Control.

2007-06-13 15:09 VS, revision 46448

removed redundant #include <dynarray.h>

2007-06-13 14:35 FT, revision 46447

Minor changes.

2007-06-13 14:29 VZ, revision 46446

use CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT as this gives more detailed information in case of a test failure

2007-06-13 14:21 VZ, revision 46445

strWC used in the tests was supposed to be a wide string, not a narrow one

2007-06-13 14:19 VZ, revision 46444

Unicode compilation fix: wxStrlocale() doesn't take wide strings

2007-06-13 13:03 SC, revision 46443

fixing 1736428

2007-06-13 12:56 SC, revision 46442

fixing 1736447

2007-06-13 12:43 SC, revision 46441

fixing 1736298

2007-06-13 12:35 SC, revision 46440

fixing 1736298

2007-06-13 11:32 VZ, revision 46439

added wxNullPtr and use it instead of just 0 with wxFileTypeInfo vararg ctor to fix crashes under 64 bit architectures

2007-06-13 10:52 VS, revision 46438

added missing #includes

2007-06-13 04:35 SC, revision 46437

universal support

2007-06-13 04:24 SC, revision 46436

changing weak linking pattern

2007-06-13 04:22 SC, revision 46435

unhighlighting the menu when a dialog is shown

2007-06-13 04:20 SC, revision 46434

universal os x fixes

2007-06-13 04:05 SC, revision 46433

universal os x fixes

2007-06-13 03:46 SC, revision 46432

universal os x fixes

2007-06-13 01:41 FT, revision 46431

Test that all derived instances of wx.Control must have parents.

2007-06-13 01:39 FT, revision 46430

Add wx.Button test for GetDefaultSize. Test ID/Label pairs found within docs for wx.Button. Note the bug within the docs and the temporary workaround implemented.

2007-06-13 01:35 FT, revision 46429

Add list of classes under test.

2007-06-12 21:56 FT, revision 46428

Minor refactoring to testColor. Added RGB tests.

2007-06-12 19:49 SC, revision 46427

fixing pict export under coregraphics with quicktime, using tiger functions for faster conversion where possible

2007-06-12 18:41 VS, revision 46426

use wxString in wxDateTime methods (only partially done)

2007-06-12 17:08 VS, revision 46425

wxUSE_UNICODE_MSLU compilation fix

2007-06-12 16:47 FT, revision 46424

Initial tests for wx.Size. Refactor Size data used in testWindow into testSize.py. Added invalid size test to testWindow. Include testSize in runAllTests.py.

2007-06-12 15:51 FT, revision 46423

Refactored testRect's data methods in the style of testPoint.

2007-06-12 15:17 FT, revision 46422

Impelement test for "Get" and associated helper method.

2007-06-12 15:12 FT, revision 46421

Add testRect and testPoint to runAllTests.py. Add PySimpleApp creation and destruction to testButton, testControl, testWindow. Tests fail without initializing App first.

2007-06-12 15:03 FT, revision 46420

Delegate point creation to testPoint.py. Initial tests for wx.Point.

2007-06-12 13:32 JJ, revision 46419

Updates for VMS Modified Files: setup.h_vms

2007-06-12 12:08 VZ, revision 46418

update from Yuri Chornoivan

2007-06-12 11:21 VS, revision 46417

more STL fixes

2007-06-12 10:11 VS, revision 46416

ANSI/Unix build compilation fixes

2007-06-12 06:43 VS, revision 46415

PCH-less compilation fix

2007-06-11 22:37 FT, revision 46414

Delegate creation of wx.Font data into testFont.

2007-06-11 22:25 FT, revision 46413

Add skeleton testRect.py. In testWindow, delegate creation of wx.Rect data into testRect.

2007-06-11 21:59 RD, revision 46412

more updates on recent changes

2007-06-11 21:36 FT, revision 46411

Add testControl suite to runAllTests.py.

2007-06-11 21:32 FT, revision 46410

Implement testControl. testButton derives from testControl (testControl derives from testWindow). All tests contain __doc__ with a list of yet-to-be-tested.

2007-06-11 21:31 RD, revision 46409

Added save to stream methods

2007-06-11 20:40 RD, revision 46408

Added wxRoses sample from Ric Werme

2007-06-11 19:59 VS, revision 46407

fixed VC6 warnings about non-dllexported members in dllexported classes

2007-06-11 19:57 VS, revision 46406

compilation fix for gcc 3.3

2007-06-11 17:16 JS, revision 46405

Added a new overload of wxDecToHex and used it in wxRichTextImageBlock::WriteHex

2007-06-11 12:16 VS, revision 46404

added long int operators to wxUniChar (fixes wxMac compilation)

2007-06-11 12:11 VS, revision 46403

use wxString argument and not wxChar* in wxHtmlParser::AddText(), for compatibility with STL build without implicit wxString conversions

2007-06-11 12:00 VS, revision 46402

added wchar_t, wxUniChar overloads for wxStrchr

2007-06-11 10:06 VS, revision 46401

VC6 doesn't like 'return callToVoidFunc();' statements

2007-06-11 07:49 VS, revision 46400

gcc on OS X has problems with compiling empty files on SMB shares, added a comment to make macsock.h non-empty

2007-06-11 07:28 VS, revision 46399

OS X compilation fix

2007-06-11 07:12 VS, revision 46398

OS X compilation fix

2007-06-11 06:34 VS, revision 46397

ATTRIBUTE_PRINTF doesn't work with wchar_t* format strings in gcc

2007-06-11 06:10 VS, revision 46396

compilation fixes for PCH-less build

2007-06-11 06:08 VS, revision 46395

use wx/crt.h as the 'official' header for wxCRT wrappers instead of wxchar.h; add comments explaining that users should include wx/crt.h to implementation headers

2007-06-10 21:38 VS, revision 46394

fixed signed/unsigned comparison warning

2007-06-10 21:33 VS, revision 46393

PCH-less compilation fix

2007-06-10 20:44 VS, revision 46392

1. made CRT wrappers definitions indepenent of wxUSE_UNICODE: both ANSI and Unicode variants are now defined 2. split wxcrt.h into wxcrtbase.h with lowlevel compiler-specific definitions and wxcrt.h with ANSI- and Unicode-compatible wx wrappers

2007-06-10 17:42 VS, revision 46391

don't use implicit wxString->char*/wchar_t* conversion, it will not be available in wxUSE_STL build in the future

2007-06-10 17:14 VS, revision 46390

1. made CRT wrappers definitions indepenent of wxUSE_UNICODE: both ANSI and Unicode variants are now defined 2. split wxcrt.h into wxcrtbase.h with lowlevel compiler-specific definitions and wxcrt.h with ANSI- and Unicode-compatible wx wrappers

2007-06-10 16:32 VZ, revision 46389

make PositionTextCtrl() virtual (patch 1734405)

2007-06-10 09:24 VZ, revision 46388

generate disconnection event if recv() returns 0 in Detected_Read() (patch 1730589) [backport from HEAD]

2007-06-09 17:52 JS, revision 46387

Faster hex encoding

2007-06-09 17:04 VZ, revision 46386

initialize the variable as XtVaGetValues() may not do it apparently [backport from HEAD]

2007-06-09 17:02 VZ, revision 46385

initialize the variable as XtVaGetValues() may not do it apparently

2007-06-09 11:05 VZ, revision 46384

generate disconnection event if recv() returns 0 in Detected_Read() (patch 1730589)

2007-06-09 10:58 VZ, revision 46383

fix custom draw bug for controls with only one column (patch 1731024) [backport from HEAD]

2007-06-09 10:57 VZ, revision 46382

fix custom draw bug for controls with only one column (patch 1731024)

2007-06-09 10:55 VZ, revision 46381

fix SetProcessAffinityMask() prototype (was missing WINAPI, i.e. the all important stdcall) (patch 1731976) [backport from HEAD]

2007-06-09 10:54 VZ, revision 46380

cancel dragging if Esc is pressed (patch 1733657) [backport from HEAD]

2007-06-09 10:53 VZ, revision 46379

fix SetProcessAffinityMask() prototype (was missing WINAPI, i.e. the all important stdcall) (patch 1731976)

2007-06-09 10:50 VZ, revision 46378

cancel dragging if Esc is pressed (patch 1733657)

2007-06-08 22:12 FT, revision 46377

Additional accessor tests to testWindow. Add testColor to runAllTests.

2007-06-08 20:17 VS, revision 46376

added wxUniChar::AsUTF8() for easy conversion in UTF8 build

2007-06-08 18:25 KO, revision 46375

Bakefile only supports 'and' conditions, so refactor the debug conditions to reflect that.

2007-06-08 16:48 SN, revision 46374

Try using UTF-8 on OS/2.

2007-06-08 16:07 SC, revision 46373

now that the bitmap context is always in topleft coords, we need the adjusted call for drawing an image

2007-06-08 12:41 JS, revision 46372

Small typo fix

2007-06-08 05:03 RD, revision 46371

zap an extra print statement

2007-06-08 04:56 RD, revision 46370

* Some menus and buttons are kept in sync with EVT_UPDATE_UI. * Tool menu items use wx.ITEM_RADIO * New polygon and scribble tools * Text tool uses wx.FontDialog rather than home grown dialog * Switched to double-buffering (code borrowed from doodle sample.) * Spent a lot of time on improving handling of canvas scrolling redraws which look bad under __WXMSW__, IMHO. * All tools are subclasses of DrawingTool now. * All objects are subclasses of the base DrawingObject now (rather than typecode switch) * Majority of event handling delegated to tools * Manipulation of handles refactored to move most of the logic into DrawingObject subclasses * Use GenBitmapToggleButton for the Tool buttons instead of reimplementing same functionality. * Nicer looking fill/stroke preview (I think anyway) * Toggle for choosing between wx.DC and wx.GCDC

2007-06-08 01:58 FT, revision 46369

Added documentation. Minor refactoring.

2007-06-08 01:54 FT, revision 46368

Implement wx.Colour tests.

2007-06-08 00:53 ROL, revision 46367

saving stub works

2007-06-08 00:41 ROL, revision 46366

moved some code from xrced.py to view.py: menubar, some menu command handlers, etc.

2007-06-07 20:28 JS, revision 46365

Init fix

2007-06-07 20:00 ROL, revision 46364

added modules for MVP architecture, some redesign of component classes

2007-06-07 18:49 RD, revision 46363

reSWIGged

2007-06-07 18:47 RD, revision 46362

Patch from Paul McNett to check for the Acrobat version more robustly

2007-06-07 18:46 RD, revision 46361

Premultiplied Alpha is now exepcted on Mac too.

2007-06-07 18:45 RD, revision 46360

Use correct name in MustHavApp macro

2007-06-07 18:44 RD, revision 46359

Add ShutdownDemo to better clean up when switching to another sample

2007-06-07 18:43 RD, revision 46358

Mac lipo build patch from Kevin O.

2007-06-07 18:34 RD, revision 46357

Yielding from a non-gui thread needs to bail out, otherwise we end up possibly sending events in the thread too.

2007-06-07 14:25 FT, revision 46356

"Always use triple double quotes for docstrings, even those that are all on one line."

2007-06-07 14:02 FT, revision 46355

Added children and child-related tests to WindowTest. Moved invariant setup code to WindowTest constructor, for future inheritance. ButtonTest takes advantage of inheritance from WindowTest.

2007-06-07 12:49 JS, revision 46354

Don't insert a newline when we get text

2007-06-07 08:44 CE, revision 46353

missing closing bracket broke tex2rtf

2007-06-07 06:57 SC, revision 46352

better param type

2007-06-07 05:58 SC, revision 46351

add a PICT export for Quartz (needed under 10.3 as ImageRefs are not accepted everywhere)

2007-06-07 05:37 SC, revision 46350

making pdf implementation compile and work under 10.3

2007-06-07 05:34 SC, revision 46349

uma versions for tiger only calls

2007-06-07 04:46 VS, revision 46348

removed unused glob.inc file

2007-06-07 02:03 BY, revision 46347

Just to test the cvs !

2007-06-07 01:40 FT, revision 46346

testButton derives from testWindow. testFont.py added. runAllTests runs testButton and testFont.

2007-06-07 00:33 FT, revision 46345

Reformatted method todo list. Add tests for Reparent, SetFont, GetFont.

2007-06-06 23:40 RR, revision 46344

Added initial OS X implementation of the wxDataViewCtrl in its current tabular form.

2007-06-06 22:04 FT, revision 46343

Add testButton.py and testColor.py to version control. testButton is just a skeleton, and testColor is rather trivial as yet.

2007-06-06 15:56 VS, revision 46342

marked WinCE implementations of wxOpen etc. functions as dllexported

2007-06-06 13:48 VS, revision 46341

fixed wxScanf() etc. to compile with Visual C++ again

2007-06-06 05:26 KO, revision 46340

Make macbuild-lipo more robust, add lipo-dir which will lipo two dirs (one a ppc install and one an intel install) together.

2007-06-06 01:36 FT, revision 46339

Additional tests added.

2007-06-05 21:53 RD, revision 46338

Convert '0' or '1' to int before converting to bool

2007-06-05 21:51 RD, revision 46337

Check for 8.0 too

2007-06-05 21:50 RD, revision 46336

Use utf-8 for saving to file. Patch #1730543

2007-06-05 21:18 RD, revision 46335

Add undo stack. Patch #1730517

2007-06-05 17:31 VZ, revision 46334

compilation fix after last commit: make wxAppConsole a class, not typedef, under non-Unix as we can't forward declare a typedef

2007-06-05 16:40 MW, revision 46333

Add to patch 1671804 (menu alignment for VC6) so that it does work, and move it to msw/missing.h.

2007-06-05 15:21 MW, revision 46332

Warning fix for VC5

2007-06-05 13:16 JS, revision 46331

Don't crash if failing to convert text on write

2007-06-05 12:12 VS, revision 46330

don't crash when using wxHtmlWidgetCell in wxHtmlListBox

2007-06-05 04:12 KO, revision 46329

Restore compilation on Panther when using CoreGraphics. Also take a stab at Panther CoreGraphics impl based on previous implementation.

2007-06-04 23:07 FT, revision 46328

Initial commit of unit test suite.

2007-06-04 18:11 VZ, revision 46327

update from Hakki Dogusan

2007-06-04 13:49 VZ, revision 46326

fix typo in Selecting() description (bug 1726270)

2007-06-04 13:39 VZ, revision 46325

rename old wxAppConsole to wxAppConsoleBase and wxAppConsoleUnix to wxAppConsole for consistency with wxAppBase/wxApp and to fix the bug 1729377 (crash when using timers under Unix in console app); also #define wxApp as wxAppConsole instead of declaring it as a real class in console build to avoid problems with ODR violation

2007-06-04 13:34 VZ, revision 46324

reset one shot timer internal state instead of leaving it thinking that it's still running (mdified patch 1730597)

2007-06-04 12:56 VS, revision 46323

wxSscanf() and friends are now Unicode+ANSI friendly wrappers instead of defines for CRT functions

2007-06-04 12:51 VS, revision 46322

compilation fix

2007-06-04 12:50 VZ, revision 46321

provide overloads for all kinds of strings for wxDataFormat ctor to allow passing strings as formats implicitly

2007-06-04 11:02 VZ, revision 46320

add wx/unix/private directory

2007-06-04 10:54 VS, revision 46319

removed unneeded wxVaCopy calls

2007-06-04 10:04 VS, revision 46318

changed wxLog::OnLog(String) to take wxString instead of wxChar* to avoid unnecessary conversions; added compatibility code so that user code overriding these with char* or wchar_t* argument continues to work

2007-06-04 09:53 VS, revision 46317

changed wxFileSelector() etc. functions to use wxString (so that any forms of strings can be used with it, not just wxChar*), while still preserving compatibility with passing NULL to them)

2007-06-04 09:01 VS, revision 46316

added comment explaining the condition for compiling manifest into resources

2007-06-03 23:03 VZ, revision 46315

mingw32 doesn't define _tsystem so provide one ourselves (bug 1726904) [backport from HEAD]

2007-06-03 23:00 VZ, revision 46314

mingw32 doesn't define _tsystem so provide one ourselves (bug 1726904)

2007-06-03 22:38 VZ, revision 46313

initialize wxListItem::m_image to -1 (which means no image), not 0 (bug 1727909) [backport from HEAD]

2007-06-03 22:35 VZ, revision 46312

initialize wxListItem::m_image to -1 (which means no image), not 0 (bug 1727909)

2007-06-03 22:14 VZ, revision 46311

added colour normalization to PNM handler [backport from HEAD]

2007-06-03 22:13 VZ, revision 46310

corrected wrong change description: raw RGB support was already there

2007-06-03 22:09 VZ, revision 46309

added raw RGB support and colour normalization to PNM handler

2007-06-03 22:03 VZ, revision 46308

add ctor overloads for all kinds of strings to fix using strings implicitly as wxDataFormat objects after the last change

2007-06-03 21:07 FM, revision 46307

added size-mode view

2007-06-03 21:07 FM, revision 46306

default to wxUSE_EXTENDED_RTTI=1

2007-06-03 20:01 FM, revision 46305

added tree-view of the wxWidgets class list

2007-06-03 19:26 FM, revision 46304

move "old" RTTI code to rtti.h

2007-06-03 19:26 FM, revision 46303

make GetTypeInfo implementation safer; other minor reformatting changes

2007-06-03 19:26 FM, revision 46302

no real changes; changed formatting

2007-06-03 19:25 FM, revision 46301

default to wxUSE_EXTENDED_RTTI=1

2007-06-03 19:25 FM, revision 46300

default to wxUSE_EXTENDED_RTTI=1

2007-06-03 18:29 FM, revision 46299

default to wxUSE_EXTENDED_RTTI=yes, enable XTI sample when wxUSE_EXTENDED_RTTI=yes

2007-06-03 18:29 FM, revision 46298

added XTI sample

2007-06-03 18:27 FM, revision 46297

removed wxUSE_EXTENDED_RTTI sections which were duplicated from MSW sources

2007-06-03 18:23 FM, revision 46296

added "dump registered class" menuitem and relative dialog to show wxWidgets class list and the XTI properties of the selected class

2007-06-03 11:23 JS, revision 46295

Typo fix

2007-06-03 11:01 SC, revision 46294

coordinate adjustment not needed here anymore

2007-06-03 10:59 SC, revision 46293

do coordinate conversion in the context creation already

2007-06-03 00:11 RD, revision 46292

reSWIGged

2007-06-03 00:06 RD, revision 46291

install wx/mac/corefoundation/cfdataref.h and wx/mac/corefoundation/cfref.h

2007-06-02 23:57 RD, revision 46290

bump subrelease number

2007-06-02 23:53 RD, revision 46289

Richtext updates

2007-06-02 23:50 RD, revision 46288

Additional tags to treat as bitmaps

2007-06-02 23:50 RD, revision 46287

Show the .this attribute too

2007-06-02 23:49 RD, revision 46286

tweak layout

2007-06-02 23:49 RD, revision 46285

menu and accel tweaks for Mac

2007-06-02 23:46 RD, revision 46284

out typemap for wxPyComboCtrl*

2007-06-02 23:46 RD, revision 46283

wxRect* typemap

2007-06-02 23:43 RD, revision 46282

wxOutputStream wrapers and typemaps

2007-06-02 23:43 RD, revision 46281

docstring fix

2007-06-02 23:42 RD, revision 46280

Python sequence wrappers for wxLists

2007-06-02 23:38 RD, revision 46279

Don't use the wxRect* typemaps in the wxRect class

2007-06-02 23:37 RD, revision 46278

wxOutputStream wrapers and typemaps

2007-06-02 23:36 RD, revision 46277

docstring fixes

2007-06-02 21:06 KO, revision 46276

Allow wxpresets to work with wxPython libraries on Windows.

2007-06-02 17:21 VS, revision 46275

use iterators in wxStaticText wrapping and escaping code

2007-06-02 13:51 VZ, revision 46274

factor out the fd<->handlers map from wxFDIODispatcher into a separate wxMappedFDIODispatcher class (patch 1729395)

2007-06-02 13:34 VZ, revision 46273

the same event handler class, not object, can be used with multiple windows (patch 1728835)

2007-06-02 13:25 VZ, revision 46272

fix crash after destroying a default button in a backwards compatible way (patch 1727956)

2007-06-02 13:23 VZ, revision 46271

upported changes from 2.8.5 (at the very least this simplifies merging between branches)

2007-06-02 13:22 VZ, revision 46270

enable non-top tabs workaround for Vista too (replaces patch 1724221) [backport from HEAD]

2007-06-02 13:17 VZ, revision 46269

enable non-top tabs workaround for Vista too (replaces patch 1724221)

2007-06-02 13:13 VZ, revision 46268

added msw.font.no-proof-quality system option as it makes more fonts available (feature request 1617941) [backport from HEAD]

2007-06-02 12:56 VZ, revision 46267

added msw.font.no-proof-quality system option as it makes more fonts available (feature request 1617941)

2007-06-02 12:45 VS, revision 46266

partially fixed passing wxUniChar as vararg argument (non-ASCII characters are still broken in UTF8 build, other cases work)

2007-06-02 12:42 VS, revision 46265

implemented wxMBConv::IsUTF8() helper for more classes so that all uses of UTF-8 are detected and optimized in wxString

2007-06-01 22:05 VZ, revision 46264

extract setting max length in wxGridCellTextEditor::DoCreate() and call it from wxGridCellAutoWrapStringEditor::Create() to ensure that it honours the base editor parameters

2007-06-01 21:21 VZ, revision 46263

compilation fix: wxColour::GetColor() returns const object

2007-06-01 21:19 VZ, revision 46262

suppress warnings about void* to uint conversion losing precision (under 64 bit architectures)

2007-06-01 12:16 VZ, revision 46261

also correct run-time check for gtk_message_dialog_format_secondary_text() availability

2007-05-31 21:18 ROL, revision 46260

revert to dictionary... it is better design

2007-05-31 21:12 ROL, revision 46259

using list of components to allow duplicate names

2007-05-31 20:46 ROL, revision 46258

test module for component plugin

2007-05-31 20:28 ROL, revision 46257

First test of component plugin design, with stub XMLTree class

2007-05-31 13:08 VS, revision 46256

use wxString, not wxChar*, in wxCreateDynamicObject() and wxClassInfo::FindClass()

2007-05-31 11:00 VS, revision 46255

test if wxString(NULL) ctor creates empty string

2007-05-30 22:02 VS, revision 46254

use wxString, not wxChar*, in wxDataFormat ctor and SetId() method

2007-05-30 21:03 RR, revision 46253

Forgot to commit.

2007-05-30 21:02 RR, revision 46252

Experimenting with cell attributes.

2007-05-30 20:31 RR, revision 46251

Implement for selection code.

2007-05-30 14:03 VS, revision 46250

fixed to the newly added crt.h header: 1. include it in makefiles 2. add proper header and guards 3. include wxchar.h so that the things to include are maintained in just one place

2007-05-30 13:55 VS, revision 46249

changed wxGTK_CONV* macros to use utf8_str() and FromUTF8() so that we don't do any unnecessary conversions in UTF8 build

2007-05-30 13:50 VS, revision 46248

changed wxWindow::ApplyToolTip to take UTF8-encoded char* instead of wxChar* to avoid unnecessary conversions

2007-05-30 13:43 VS, revision 46247

wxchar.h doesn't have to be C file anymore, it's C++

2007-05-30 13:14 VS, revision 46246

wxGTK_CONV -> wxGTK_CONV_SYS

2007-05-30 12:56 VS, revision 46245

put GtkArray into anonymous namespace, the name is too generic to risk conflicts

2007-05-30 12:53 VS, revision 46244

1. removed useless GtkStr class, wxGTK_CONV is the way to do the conversion2. don't make unnecessary copies in GtkArray in UTF8 build

2007-05-30 12:40 VS, revision 46243

changed trivial accessors to return const wxString& instead of wxString object

2007-05-30 11:58 RR, revision 46242

Add wx/crt.h redirecting to wx/wxcrtvarargs.h This should probably also be installed.

2007-05-30 11:57 VS, revision 46241

restored wxColour ctor taking C string (now in both char* and wchar_t* versions): it is needed e.g. when doing wxPen("blue",1,wxSOLID)

2007-05-30 11:40 RR, revision 46240

Correct new_order index in RowsReordered(). Only call RowsReordered() if index was not empty before. Get some more memory things right.

2007-05-30 10:29 VS, revision 46239

use wxString instead of wxChar* in wxColour::Set/FromString

2007-05-29 17:02 VS, revision 46238

compilation fix for --disable-compat28

2007-05-29 13:32 JS, revision 46237

Backported toolbar rendering fix for Vista

2007-05-29 13:15 JS, revision 46236

Give the correct colour for notebook pages under Vista with the default theme, if we're using a solid colour background. wxUxThemeEngine::GetThemeColor doesn't return the correct colour for Aero.

2007-05-29 09:03 JJ, revision 46235

OpenVMS build update Committing in . Modified Files: wxWidgets/src/common/descrip.mms

2007-05-29 08:10 RR, revision 46234

Invalidate best size after wxChoice::SetString()

2007-05-29 08:09 RR, revision 46233

Invalidate best size after string change in wxChoice.

2007-05-28 14:49 RR, revision 46232

Doc update.

2007-05-28 14:46 RR, revision 46231

Implemented dataview_model notification event to the ctrl (and then the user).

2007-05-28 13:47 RR, revision 46230

Removed wxDataViewViewColumn since it is redundant.

2007-05-28 04:22 DE, revision 46229

Implement mouse entered, exited, and synthesize move events while the mouse is inside.

2007-05-28 02:31 DE, revision 46228

Include wx/filedlg.h when not WX_PRECOMP.

2007-05-27 04:52 DE, revision 46227

Allow many Objective-C classes to be uniquified at runtime.

2007-05-27 04:28 DE, revision 46226

Add implementation of Objective-C class name uniquifying.

2007-05-26 22:27 RR, revision 46225

Upport latest changes from 2_8 branch (print dialog values settable and clipping)

2007-05-26 22:06 RR, revision 46224

Correct GTK version check

2007-05-26 18:47 PC, revision 46223

restructure fullscreen code dealing with hiding bars

2007-05-26 16:40 SN, revision 46222

Another compilation fix.

2007-05-26 16:03 RR, revision 46221

Mention support for clipping in GNOME print backend.

2007-05-26 16:01 RR, revision 46220

Support clipping in GNOME print backend.

2007-05-26 15:00 VZ, revision 46219

fix typo: s/radion/radio/

2007-05-26 14:15 SN, revision 46218

Added declaration of new method (still to be implemented).

2007-05-26 14:14 SN, revision 46217

Added missing include.

2007-05-26 10:23 VZ, revision 46216

GetMenuCount() returns size_t, not int

2007-05-26 08:09 RR, revision 46215

Compilo.

2007-05-26 05:45 SC, revision 46214

mac complaining about const to non-const cast

2007-05-25 20:29 VS, revision 46213

compilation fix: can't use wxUniCharRef in switch statement

2007-05-25 19:19 RR, revision 46212

Really don't do anything (including not setting the tool's state incorrectly) if pressing on a pressed radio tool in a toolbar.

2007-05-25 19:18 RR, revision 46211

Really do nothing if pressed on an already pressed radio toolbar button tool

2007-05-25 16:51 JS, revision 46210

Fix for previous patch

2007-05-25 13:54 JS, revision 46209

Made toolbar background rebar-like on Vista. Solid grey is OK on XP but jars badly in Vista.

2007-05-25 13:20 VZ, revision 46208

compilation fix for non-PCH build, include wx/wxchar.h

2007-05-25 12:20 VS, revision 46207

implemented wxActivateEvent and restoring focus after a TLW that owned it was destroyed