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-04-28 14:36 SN, revision 45706

Compilation fix for string changes (patch #1709228).

2007-04-28 10:04 SN, revision 45705

Adapted to API changes with respect to GetTextExtent (patch #1709152).

2007-04-28 07:56 VS, revision 45704

added missing #include "wx/buffer.h"

2007-04-28 07:06 VS, revision 45703

allow the UTF8 build to treat C locale as UTF8, too, it's a 7bit subset of it, so it should be OK

2007-04-27 22:15 RD, revision 45702

backport

2007-04-27 22:13 RD, revision 45701

Ensure there is a g.testWin before trying to use it

2007-04-27 21:35 VS, revision 45700

WX_PRECOMP, not WXPRECOMP

2007-04-27 21:32 VS, revision 45699

PCH-less compilation fixes

2007-04-27 21:03 VS, revision 45698

PCH-less compilation fixes

2007-04-27 20:33 ROL, revision 45697

drop highlight color fix

2007-04-27 20:24 ROL, revision 45696

fixes to move-around methods related to current selection highlight

2007-04-27 20:19 ROL, revision 45695

cursor image type fix

2007-04-27 18:49 RD, revision 45694

backported Roman's latest updates on HEAD to 2.8 branch

2007-04-27 18:26 RD, revision 45693

notes about recent changes

2007-04-27 18:24 RD, revision 45692

reSWIGged

2007-04-27 18:19 RD, revision 45691

Backport fix for window being repositioned after hiding, then reshowing

2007-04-27 16:42 PC, revision 45690

Fix return type for "map_event" and "unmap_event" handlers. Fix wrong return in Show().

2007-04-27 15:50 VS, revision 45689

PCH-less compilation fixes

2007-04-27 10:08 VS, revision 45688

include wxchar.h from string.h in 2.8 compatibility mode to prevent lots of compilation errors

2007-04-27 08:48 VS, revision 45687

added copy ctor to wxCStrData to fix crashes when passing to vararg functions

2007-04-27 00:57 VZ, revision 45686

no changes, just fix a typo

2007-04-26 21:21 RR, revision 45685

Mention change in wxComboBox::SetValue()

2007-04-26 21:18 RR, revision 45684

Don't emit EVT_TEXT after wxComboBox::SetValue()

2007-04-26 20:32 ROL, revision 45683

test prevented to update encoding

2007-04-26 19:55 ROL, revision 45682

final revision

2007-04-26 19:54 ROL, revision 45681

some sizing fixes

2007-04-26 19:53 ROL, revision 45680

drag-and-drop highlighting

2007-04-26 19:52 ROL, revision 45679

more param renaming, some sizing fixes

2007-04-26 19:51 ROL, revision 45678

drag-and-drop adding of controls to test window

2007-04-26 19:48 ROL, revision 45677

set labels for new controls

2007-04-26 19:42 ROL, revision 45676

specify order of radios in prefs dlg

2007-04-26 19:33 ROL, revision 45675

made main toolbar bitmaps 24x24

2007-04-26 18:45 RR, revision 45674

Only set focus to widget automatically if left down event was not handled (as per wxMSW).

2007-04-26 18:42 RR, revision 45673

Added IsOfStandardClass() as per wxMSW.

2007-04-26 18:40 RR, revision 45672

Added Test for wxComboBox::SetValue() to widgets sample. Make wxGTK not send text change events then.

2007-04-26 15:46 PC, revision 45671

build fix

2007-04-26 14:03 CE, revision 45670

add Borland Developer Studio and Turbo Explorer info

2007-04-26 13:38 CE, revision 45669

better user info

2007-04-26 13:28 CE, revision 45668

fix dll path

2007-04-26 13:05 VZ, revision 45667

added Roscale() test

2007-04-26 12:50 VZ, revision 45666

added Rotate() test

2007-04-26 12:42 CE, revision 45665

add Borland Developer Studio project file (for Turbo Explorer) uses dll build

2007-04-26 12:00 VS, revision 45664

more efficient implementation of ToAscii/FromAscii in UTF8 build

2007-04-26 11:40 VS, revision 45663

use UTF8-encoded char* strings in UTF8 build instead of wchar_t* if the current locale uses UTF8; fall back to widechar CRT functions in the locale is not UTF8

2007-04-26 11:11 CE, revision 45662

remove warnings of intentionally unreachable code

2007-04-26 10:54 CE, revision 45661
  • D /wxWidgets/trunk/docs/latex/wx/hvscroll.tex

removd as recommended in http://article.gmane.org/gmane.comp.lib.wxwidgets.devel/85790/

2007-04-26 10:50 CE, revision 45660

tested and applied http://article.gmane.org/gmane.comp.lib.wxwidgets.devel/85790/

2007-04-26 09:29 CE, revision 45659

update to 2.8.4

2007-04-26 09:24 CE, revision 45658

release should be 4 in 2.8.4

2007-04-26 05:22 PC, revision 45657

replace 5 copies of size constraining code with one function

2007-04-26 02:52 PC, revision 45656

really fix window being repositioned after hiding, then reshowing

2007-04-26 02:23 VZ, revision 45655

don't assert in wxUniv SetSelection(wxNOT_FOUND), just clear text zone contents

2007-04-26 02:22 VZ, revision 45654

don't assert in SetSelection(wxNOT_FOUND), just clear text zone contents

2007-04-26 02:17 VZ, revision 45653

don't assert in SetSelection(wxNOT_FOUND), just clear text zone contents (patch 1707475) [backport from HEAD]

2007-04-26 02:15 VZ, revision 45652

move wxKEY_XXX constants to wx/defs.h from wx/list.h and wx/hash.h to avoid duplicating their declarations

2007-04-26 02:13 VZ, revision 45651

don't assert in SetSelection(wxNOT_FOUND), just clear text zone contents (patch 1707475)

2007-04-26 02:10 VZ, revision 45650

allow to test changing combobox selection too

2007-04-26 01:26 VZ, revision 45649

use wxCopyRectToRECT() instead of duplicating its code (patch 1707294)

2007-04-26 01:04 RD, revision 45648

invalidate the best size when adding or deleting items

2007-04-26 00:15 RD, revision 45647

ensure there is a current cell before using it to try and get width/height

2007-04-26 00:08 RD, revision 45646

backport the shrinking embedded controls fix

2007-04-26 00:06 RD, revision 45645

backport file extension case fix

2007-04-25 19:21 VZ, revision 45644

leave only wxString overloads for of the functions working with string keys; remove the old variant of hash table (deprecated since 2.4)

2007-04-25 12:36 VZ, revision 45643

compilation fix after c_str() changes

2007-04-25 09:22 RR, revision 45642

Added compile guards to wxEditableListBox

2007-04-25 08:40 RR, revision 45641

Added mini docs for wxChoicebook

2007-04-25 08:33 RR, revision 45640

Added mini docs to wxListbook

2007-04-25 08:20 RR, revision 45639

Typo.

2007-04-25 01:49 VZ, revision 45638

changed wxDC::GetTextExtent() and related methods to take const wxFont pointer, for consistency with wxWindow::GetTextExtent() and because it generally doesn't need a non-const font

2007-04-25 01:38 VZ, revision 45637

don't declare inline function with dllexport declaration, this provokes mingw32 warnings and is unnecessary anyhow

2007-04-24 20:53 RD, revision 45636

demo tweaks

2007-04-24 20:52 RD, revision 45635

test activate event

2007-04-24 20:50 RD, revision 45634

Update treemixin to 1.0

2007-04-24 20:49 RD, revision 45633

Fix typo that prevented an overridden PaintBackground in a wx.grid.PyGridCellEditor derived class from being called.

2007-04-24 20:47 RD, revision 45632

More fixes needed for allowing classes to be derived from PyAuiDockArt and PyAuiTabArt.

2007-04-24 20:42 RD, revision 45631

Use lower case property names in wx.DateSpan and wx.TimeSpan in order to not conflict with static methods with same names.

2007-04-24 20:29 RD, revision 45630

Use wxWANTS_CHARS style

2007-04-24 20:28 RD, revision 45629

bump version number

2007-04-24 20:25 RD, revision 45628

Use wx.FileHistory for the recent files menu

2007-04-24 18:00 RR, revision 45627

Use child's listmodelnotifier's destructor (by overloading it) to get informed about the destruction of the child model in a sorted model. Removed Freed() method used for that so far.

2007-04-24 16:19 VS, revision 45626

removed wxCStrData::operator bool(), using c_str() return value as bool doesn't make any sense and any code that stops compiling because of this is almost certainly buggy

2007-04-24 15:51 VS, revision 45625

corrected (Do)GetWriteBuf() return types to use more appropriate type (no real difference)

2007-04-24 14:09 VS, revision 45624

added test for a crash when passing wxCStrData constructed from a literal (operator?: operand) to a vararg template

2007-04-24 12:35 VS, revision 45623

fixed broken wxCStrData and operator?: check

2007-04-24 12:15 CE, revision 45622

add missing makefile.vc

2007-04-24 10:59 VS, revision 45621

removed unused APPEND_STR macro

2007-04-24 09:44 RR, revision 45620

Correct MVC update region in GTK+ native version so that it takes horizontal scrolling into account.

2007-04-24 09:36 RR, revision 45619

Change SetValue( wxVariant &value ) to SetValue( const wxVariant &value ) (already documented) Delete in-place editing control through pending list, not in event handler.

2007-04-24 08:28 RR, revision 45618

Mention that wxBookCtrlBase derived controls do derive from that common class and link it to the wxBookCtrl overview.

2007-04-24 08:13 RR, revision 45617

Updated docs.

2007-04-24 03:44 PC, revision 45616

Fix window being repositioned after hiding, then reshowing. Fix wrong return in Show().

2007-04-23 23:27 RD, revision 45615

reSWIGged

2007-04-23 23:24 RD, revision 45614

Tweaks needed to update to current CVS

2007-04-23 22:19 VZ, revision 45613

fix bug introduced in wxFontRefData::SetNativeFontInfo() in 1.89: remember that we do have native font info

2007-04-23 22:08 VZ, revision 45612

fix SelectItem() for single selection case which was broken by recent changes

2007-04-23 21:52 VS, revision 45611

ANSI build compilation fix

2007-04-23 21:25 VS, revision 45610

compilation fix: setlocale() returns non-const string pointer

2007-04-23 20:42 VS, revision 45609

added code for checking if the current locale is UTF-8 at runtime

2007-04-23 20:17 VZ, revision 45608

tiny change to make g++ 3.3 compile the latest version

2007-04-23 20:14 VZ, revision 45607

added implicit conversion of wxString to const void * for compatibility with the code doing things like file.Write(s, len)

2007-04-23 20:11 VZ, revision 45606

don't select the window about to be deleted as parent for modal dialog in ShowModal()

2007-04-23 20:09 VZ, revision 45605

use GetParentForModalDialog() in ShowModal() to ensure we don't select a window being deleted as parent

2007-04-23 20:07 VZ, revision 45604

test that the candidate parent window isn't being deleted (this would result in a crash later)

2007-04-23 15:37 PC, revision 45603

revert move events change, it blocks programmatic move events as well

2007-04-23 15:16 VZ, revision 45602

remove wxWindow::m_needParent and use GTKNeedsParent() which can be overridden in just wxMenuBar (and not set in each and every wxGTK control)

2007-04-23 09:28 RR, revision 45601

Typo in docs [ 1693034 ] 2.8.3: wrong docs for wxCHECK_W32API_VERSION

2007-04-23 04:44 PC, revision 45600

don't send move events for size changes

2007-04-23 04:33 PC, revision 45599

fix return type for "map_event" and "unmap_event" handlers

2007-04-23 00:45 VZ, revision 45598

don't use wxLocale if wxUSE_INTL==0 (fixes 2nd part of bug 1692898)

2007-04-23 00:43 VZ, revision 45597

define wxGetTranslation() as (trivial) inline function, not macro, in wxUSE_INTL==0 case to allow compilation of the code using its second domain argument (fixes bug 1692898)

2007-04-22 23:14 VZ, revision 45596

really ensure that the window being centered is fully visible (fixes bug reported in patch 1683239); also place it on the same display as its parent, if any [backport from HEAD]

2007-04-22 23:07 VZ, revision 45595

really ensure that the window being centered is fully visible (fixes bug reported in patch 1683239); also place it on the same display as its parent, if any

2007-04-22 22:20 VZ, revision 45594

compilation fixes for PCH-less build

2007-04-22 21:25 VZ, revision 45593

added wxStdDialogButtonSizer test (patch 1705382)

2007-04-22 21:19 VZ, revision 45592

detect if there was an error in standard GTK+ options processing and exit in such case

2007-04-22 21:18 VZ, revision 45591

update wxApp::argc/argv to remove the options parsed by GTK+ itself from them [backport from HEAD]

2007-04-22 21:17 VZ, revision 45590

update wxApp::argc/argv to remove the options parsed by GTK+ itself from them

2007-04-22 20:54 VZ, revision 45589

added wxAppTraits::GetStandardCmdLineOptions() allowing to add the description of the standard toolkit options to the usage message and implement it for wxGTK2 (patch 1703077)

2007-04-22 20:34 VZ, revision 45588

added wxDialog::GetParentForModalDialog() and use it to try to always create modal dialogs with a parent (slightly modified patch 1702962)

2007-04-22 20:30 VZ, revision 45587

added HasExtraStyle()

2007-04-22 20:27 VZ, revision 45586

don't pass unneeded arguments to AdustForGrowables()

2007-04-22 20:20 VZ, revision 45585

add m_ prefix to the member variables and remove unneeded dialogParent field (part of patch 1702962)

2007-04-22 19:32 VZ, revision 45584

don't leave pixels due to rounding errors in wxBoxSizer, allocate the extra pixels to the last item(s) instead, as wxFlexGridSizer (now) does

2007-04-22 19:20 VZ, revision 45583

Many changes/fixes to wxFlexGridSizer implementation (no API changes): - fix the problems addressed by the patch 1667343: * only distribute extra space between growable items, not all space * take hidden items and gaps into account for ALL grow mode layout * fix rounding errors by allocating the remaining pixels to the last item(s) - refactor the code to avoid duplication between row/column cases - use STL-like wxList methods instead of compatibility ones

2007-04-22 17:49 VZ, revision 45582

don't let def window proc start another drag operation if we just started one ourselves for a multiselection tree (replaces patch 1702133) [backport from HEAD]

2007-04-22 17:47 VZ, revision 45581

updated SetFont() documentation: it returns bool, not void (bug 1705330)

2007-04-22 17:43 PC, revision 45580

fix double to int conversion warning

2007-04-22 15:17 VZ, revision 45579

don't leave gaps around hidden columns/rows in wxFlexGridSizer (closes bug 1659872; part of patch 1667343) [backport from HEAD]

2007-04-22 15:14 VZ, revision 45578

don't leave gaps around hidden columns/rows in wxFlexGridSizer (closes bug 1659872; part of patch 1667343)

2007-04-22 12:50 VZ, revision 45577

distribute only the extra, free, space according to the items proportions in wxBoxSizer and not the entire available space

2007-04-22 12:31 VZ, revision 45576

(blind) compilation fixes after latest changes

2007-04-22 00:18 KO, revision 45575

Backport of key handling and selection fixes.

2007-04-22 00:04 VZ, revision 45574

don't pass 0 time_t to Borland localtime(), it crashes (bug 1704438); also check for error return from both localtime() and gmtime() [backport from HEAD]

2007-04-22 00:03 VZ, revision 45573

don't pass 0 time_t to Borland localtime(), it crashes (bug 1704438); also check for error return from both localtime() and gmtime()

2007-04-21 23:24 VZ, revision 45572

allow having children of status bar in XRC (patch 1704125) [backport from HEAD]

2007-04-21 23:17 KO, revision 45571

Backporting support for adding wx Window menu items into the system Window menu.

2007-04-21 23:01 KO, revision 45570

Return wx menu items inserted into the Window system menu, similar to what we do for Help and application menus.

2007-04-21 21:44 KO, revision 45569

Fix bug with m_current causing EVT_LIST_KEY_DOWN events not to fire in virtual mode, also added handler for navigation keys and tweaked the virtual code for setting selection.

2007-04-21 21:14 VZ, revision 45568

don't let def window proc start another drag operation if we just started one ourselves for a multiselection tree (replaces patch 1702133)

2007-04-21 19:29 VZ, revision 45567

added support for image resolution options to PNG handler (heavily modified patch 1704128)

2007-04-21 18:57 VZ, revision 45566

allow having children of status bar in XRC (patch 1704125)

2007-04-21 18:50 VZ, revision 45565

readded wxEditableListBox as part of adv library

2007-04-21 18:32 VZ, revision 45564

added safe check for Pango version and use it to avoid underline hack in wxDC::DrawText() (modified patch 1702301)

2007-04-21 18:17 VZ, revision 45563

add missing dynarray.h includes (patch 1702312) [backport from HEAD]

2007-04-21 18:13 VZ, revision 45562

add missing dynarray.h includes (patch 1702312)

2007-04-21 18:11 VZ, revision 45561

added wxStreamBuffer::Truncate() (patch 1687081)

2007-04-21 17:02 PC, revision 45560

remove redundant GTK_WIDGET casts

2007-04-21 15:13 VZ, revision 45559

fix WXDLLIMPEXP_STC definition when building all wx libraries as DLLs (patch 1704527)

2007-04-21 15:10 VZ, revision 45558

fix bug with not updating the last line correctly when a group was deleted and recreated (bug 1685312) [backport from HEAD]

2007-04-21 15:04 VZ, revision 45557

fix bug with not updating the last line correctly when a group was deleted and recreated (bug 1685312); added a unit test for this

2007-04-21 14:58 VZ, revision 45556

oops, restored wrongly removed semicolon

2007-04-21 10:52 VZ, revision 45555

removed extraneous semicolons

2007-04-20 22:27 DE, revision 45554

Remove Objective-C class posing for everything except for NSApplication.

2007-04-20 20:21 DE, revision 45553

Move Objective-C interfaces into separate header files in preparation for being able to use them from other source files. No new or changed code. Work on behalf of Software 2000 Ltd.

2007-04-20 11:03 CE, revision 45552

add const to avoid hiding warning

2007-04-20 09:03 BIW, revision 45551

fixed bug when a fixed pane is resized inside a fixed dock

2007-04-20 08:54 BIW, revision 45550

fixed bug when a fixed pane is resized inside a fixed dock

2007-04-20 08:29 JJ, revision 45549

Committing in . Update OpenVMS compile support Modified Files: wxWidgets/src/common/descrip.mms

2007-04-20 08:16 JJ, revision 45548

Committing in . Modified Files: wxWidgets/descrip.mms wxWidgets/setup.h_vms OpenVMS build update wxWidgets/include/wx/unix/glx11.h Removed superfluous semi-colon wxWidgets/samples/db/dbtest.cpp wxWidgets/samples/db/listdb.cpp fixed wxString cast problems ----------------------------------------------------------------------

2007-04-20 08:09 CE, revision 45547

add const to avoid hiding warning

2007-04-20 01:40 VZ, revision 45546

fix unused parameters warnings

2007-04-20 01:39 VZ, revision 45545

corrected DLL export declaration of wxTimerEvent to fix VC++ DLL build

2007-04-20 01:29 VZ, revision 45544

preparation for allowing to use wxTimer in wxBase (heavily modified patch 1113088): 1. Changed wxTimer to use wxTimerImpl 2. Added Unix-specific generic timer implementation 3. Added wxAppTraits::CreateTimerImpl()

2007-04-20 01:21 VZ, revision 45543

removed extra membersections (patch 1702329)

2007-04-20 01:18 VZ, revision 45542

create the spin control with the correct range instead of setting it later which results in unwanted events and a crash (patch 1702847) [backport from HEAD]

2007-04-20 01:16 VZ, revision 45541

create the spin control with the correct range instead of setting it later which results in unwanted events and a crash (patch 1702847)

2007-04-19 22:13 VZ, revision 45540

compilation fix (misplaced comma in OnIdle)

2007-04-19 18:33 VS, revision 45539

fixed wxCStrData::operator[] to use wxString::operator[] instead of at()

2007-04-19 18:28 VS, revision 45538

added tests for wxCStrData::operator* and operator[]

2007-04-19 16:58 PC, revision 45537

Reorganize idle system code. Installing idle handler from GTK callbacks is no longer necessary.

2007-04-19 12:47 RR, revision 45536

Fix inplace editing of custom controls for GTK+ variant of wxDataViewCtrl.

2007-04-19 11:25 VS, revision 45535

added missing forward declaration for wxCStrData

2007-04-19 10:57 VS, revision 45534

fixed compilation of STL non-UTF8 builds

2007-04-19 10:05 VS, revision 45533

moved primitive string and string iterators operations to stringops.h/cpp files to make wxString code easier to read

2007-04-19 08:04 VS, revision 45532

moved vararg CRT functions wrappers to a new wxcrtvararg.h header

2007-04-19 07:44 VS, revision 45531

moved vararg CRT functions wrappers to a new wxcrtvararg.h header

2007-04-19 01:05 VZ, revision 45530

removed obsolete wxUSE_WX_RESOURCES check

2007-04-18 17:24 PC, revision 45529

backport rev 1.60: don't clamp scroll position before updating GtkRange

2007-04-18 17:15 PC, revision 45528

non-pch build fix

2007-04-18 12:31 RR, revision 45527

Corrected/implemented sorting (by way of clicking on on the header button) for the generic code.

2007-04-18 09:34 VS, revision 45526

fixed DLL linking of wxMessageOutput class

2007-04-18 08:44 RR, revision 45525

Escape slashes.

2007-04-18 08:37 RR, revision 45524

Doc correction.

2007-04-18 08:32 VS, revision 45523

compilation fix

2007-04-17 20:36 RR, revision 45522

Updated wxDataViewCtrl docs.

2007-04-17 16:40 RD, revision 45521

wx.lib.flatnotebook: Patch from Andrea that implements the following: * A new style FNB_FF2: my intentions were to make it like Firefox 2, however it turned out to be an hybrid between wxAUI notebook glose style & FF2 ...I still think it looks OK. The main purpose for making it more like wxAUI is to allow applications that uses both to have same look and feel (or as close as it can get...); * Changed the behavior of the left/right rotation arrows to rotate single tab at a time and not bulk of tabs; * Updated the demo module.

2007-04-17 16:26 RD, revision 45520

Patch from Andrea that fixes the following problems/issues: a) ZeroDivisionError when using the Vista selection style and calling SelectItem; for some strange reason, sometimes the item rect is not initialized and that generates the ZeroDivisionError when painting the selection rectangle; b) Added a DeleteWindow method to GenericTreeItem class, for items that hold a widget next to them; c) Renamed CustomTreeCtrl method IsEnabled to IsItemEnabled, otherwise it conflicts with wx.Window.IsEnabled; d) Now CustomTreeCtrl behaves correctly when the widget attached to an item is narrower (in height) than the item text;

2007-04-17 15:32 VS, revision 45519

added conversion to and from std::string and std::wstring (if wxUSE_STD_STRING)

2007-04-17 12:08 RR, revision 45518

Implemented the same simple API for creating customized in-place editing controls for GTK+ and the generic version and demonstrate its use in the sample using a wxSpinCtrl.

2007-04-17 05:48 PC, revision 45517

add wxUSE_STC wrappers

2007-04-17 01:22 VZ, revision 45516

compilation fix for PCH-less compilation

2007-04-17 01:19 VZ, revision 45515

compilation fix for PCH-less compilation after last commit

2007-04-16 23:28 RD, revision 45514

More fixes needed for allowing classes to be derived from PyAuiDockArt and PyAuiTabArt.

2007-04-16 21:46 VZ, revision 45513

reverted last change as using pango_version_check() (unavailable in the old Pango versions) makes wx applications impossible to run on older systems

2007-04-16 20:51 RD, revision 45512

Don't use m_popupInterface pointer if it is still NULL (backport from HEAD)

2007-04-16 19:43 RD, revision 45511

reSWIGged

2007-04-16 19:27 RD, revision 45510

wxMac has wxGLContext.SetCurrent now

2007-04-16 19:26 RD, revision 45509

Add wxCONTROL_FLAT

2007-04-16 19:25 RD, revision 45508

Add wxAPPLY, wxCLOSE

2007-04-16 19:23 RD, revision 45507

Add wxSVGFileDC

2007-04-16 19:16 RD, revision 45506

User lower case property names in wx.DateSpan and wx.TimeSpan in order to not conflict with static methods with same names.

2007-04-16 19:05 RD, revision 45505

Don't use m_popupInterface pointer if it is still NULL

2007-04-16 19:04 RD, revision 45504

Fix DLL compilation

2007-04-16 18:59 RD, revision 45503

Patch from FN that fixes bug in RefreshItem on an item that has no corresponding node in the tree yet (because its parent isn't expanded yet) triggered an exception.

2007-04-16 18:24 VZ, revision 45502

call gtk_file_chooser_set_current_folder even if the default file name is empty (but default directory isn't) (bug 1701682) [backport from HEAD]

2007-04-16 18:21 VZ, revision 45501

call gtk_file_chooser_set_current_folder even if the default file name is empty (but default directory isn't) (bug 1701682)

2007-04-16 14:56 VZ, revision 45500

corrected the direction of comparisons between wxString and char/wxChar strings

2007-04-16 14:20 VZ, revision 45499

removed superfluos semicolon

2007-04-16 13:03 VZ, revision 45498

removed extra semicolons to fix compilation with gcc -Wpedantic (patch 1701236)

2007-04-16 12:45 RR, revision 45497

Rewritten in-place editing for generic wxDataViewCtrl moving the code (partly) to the renderer and away from the wxDataViewCtrl class. Adding new in-plae editors (wxChoice) should be much simpler now. Also implemented using Validate() before committing a change to the data model.

2007-04-16 11:04 VS, revision 45496

added wxMBConv argument to char_str()

2007-04-16 06:59 VS, revision 45495

added wxCStrData::As[W]CharBuf() that doesn't keep converted string in memory for longer than needed

2007-04-16 01:26 VZ, revision 45494

more native look for wxCheckListBox (especially under XP) (modified patch 1690068)

2007-04-16 01:22 VZ, revision 45493

added new wxCONTROL_FLAT bit (see discussion of patch 1691478)

2007-04-16 00:53 VZ, revision 45492

use wxRenderer::DrawCheckBox() instead of doing it manually

2007-04-16 00:51 VZ, revision 45491

implement DrawCheckBox() in class Win32 renderer (modified patch 1691478)

2007-04-15 23:29 VZ, revision 45490

don't erase background in GL canvases to reduce flicker

2007-04-15 23:21 VZ, revision 45489

added #ifdef __X__ forgotten in last commit

2007-04-15 23:09 VZ, revision 45488

use IsShownOnScreen() in OnSize() to ensure that the window is realized (important for X11-based ports) before trying to create an associated context

2007-04-15 23:08 VZ, revision 45487

fix handling of stock menu items (creating a stock item without label left its label empty)

2007-04-15 23:06 VZ, revision 45486

Refactor all code common to X11 OpenGL implementations into glx11.h/.cpp

2007-04-15 22:54 VZ, revision 45485

added wxGetX11Display() returning the pointer of the correct type, unlike the old wxGetDisplay()

2007-04-15 19:02 VS, revision 45484

removed implicit conversion from wxString::iterator to wxStringImpl::iterator (fixes VC6 compilation)

2007-04-15 18:47 VS, revision 45483

compilation fix for VC6 with wxUSE_STL=1

2007-04-15 16:43 VZ, revision 45482

removed unnecessary return in a void function

2007-04-15 15:23 VZ, revision 45481

added back SetCurrent() call accidentally removed in one of recent commits

2007-04-15 15:21 VZ, revision 45480

use slightly more light

2007-04-15 15:13 VZ, revision 45479

use textures in the shared context to test how this works when using multiple windows with the same context

2007-04-15 11:43 MBN, revision 45478

Make wxClassInfo attributes private. Replace direct access to sm_classTable with a (const) iterator interface.

2007-04-15 10:07 VS, revision 45477

implement wxString:IsXXX() methods using iterators

2007-04-15 00:54 VZ, revision 45476

reorganized the code to put the logic in wxGLContext-derived class but keep the state in the window

2007-04-15 00:32 VZ, revision 45475

adjust the window coordinates for parent client area origin when in Create() too and not only in DoSetSize() [backport from HEAD]

2007-04-15 00:28 VZ, revision 45474

adjust the window coordinates for parent client area origin when in Create() too and not only in DoSetSize()

2007-04-14 23:35 VZ, revision 45473

added wxRTTI macros to stream classes (patch 1687073)

2007-04-14 23:15 VZ, revision 45472

added overloads of ctor/insert/assign/append taking a pair of wxCStrData objects to allow compilation of expression like wxString(s.c_str()+1, s.c_str()+2) (fixes wxUniv compilation)

2007-04-14 19:05 VS, revision 45471

don't compile Scintilla sources with -Wall

2007-04-14 18:27 VS, revision 45470

fixed the order of aboutdlg.h file

2007-04-14 17:59 RR, revision 45469

Add test for Validate()

2007-04-14 17:58 RR, revision 45468

Text alignment is for GTK 2.10 and above only.

2007-04-14 17:39 PC, revision 45467

fix assert on gtk

2007-04-14 16:58 VS, revision 45466

added ability to create 'non-owned' buffers that aren't freed by wxCharBuffer dtor

2007-04-14 16:06 VS, revision 45465

VC6 compilation fix

2007-04-14 15:52 CE, revision 45464

add svg in new location

2007-04-14 14:31 CE, revision 45463

remove outdated makefiles and .cvsignore

2007-04-14 14:26 CE, revision 45462

add back stc

2007-04-14 14:24 CE, revision 45461

stc src and includes added back

2007-04-14 14:20 CE, revision 45460

stc sample added back

2007-04-14 14:13 SC, revision 45459

fixing the assert

2007-04-14 13:22 VZ, revision 45458

added wxAPPLY and wxCLOSE flags to CreateStdDialogButtonSizer() (Marcin Wojdyr)

2007-04-14 13:17 VZ, revision 45457

added wxAPPLY and wxCLOSE flags to CreateStdDialogButtonSizer() (Marcin Wojdyr)