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-02-02 07:02 ABX, revision 31703

Flags for wxStaticText alignment. Destroying of the control. Internal minor reorganization.

2005-02-02 00:11 VZ, revision 31702

added test for items updating and some comments

2005-02-02 00:09 VZ, revision 31701

invalidate cache when RefreshLine[s]() is called

2005-02-01 21:37 VZ, revision 31700

stubs for wxUSE_DBGHELP == 0

2005-02-01 20:44 ABX, revision 31699

MinGW warning fixes. Source cleaning. Stock items.

2005-02-01 20:37 ABX, revision 31698

MinGW warning fixes. Source cleaning.

2005-02-01 20:34 ABX, revision 31697

MinGW warning fixes.

2005-02-01 19:54 ABX, revision 31696

As small as possible reorganization within wxDateTime to please PCH in DLL build under Borland.

2005-02-01 19:37 ABX, revision 31695

.empty() string cleaning.

2005-02-01 18:36 ABX, revision 31694

wxR?_USE_CHECKBOX style for wxPalmOS.

2005-02-01 15:10 ABX, revision 31693

Readable style name.

2005-02-01 11:59 VZ, revision 31692

set wxUSE_CRASHREPORT and wxUSE_STACKWALKER to 0 as well, and not only wxUSE_ON_FATAL_EXCEPTION, if the compiler doesn't support SEH

2005-02-01 11:53 VZ, revision 31691

(harmless) warning fix

2005-02-01 09:58 ABX, revision 31690

Further cleaning of the wxPalmOS radiobox code. Sending update event from slider. New styles for wxRadioBox and wxRadioButton for using alternative appearance of the control.

2005-02-01 07:30 JJ, revision 31689

Committing in . Update configuration of wxX11 for OpenVMS Modified Files: wxWidgets/setup.h_vms ----------------------------------------------------------------------

2005-02-01 01:20 VZ, revision 31688

compilation fix for last commit

2005-01-31 23:57 VZ, revision 31687

fix for losing time information (if present) when converting datetime (fixed patch 1113307)

2005-01-31 23:45 VZ, revision 31686

- use CreateWindowEx(), please explain why CreateWindow() is needed if it is - use window name if it has no title (patch 1106877) - corrected error message when window creation fails

2005-01-31 22:36 VZ, revision 31685

define WXMAKINGDLL_GL if WXMAKINGDLL (patch 1106875)

2005-01-31 22:34 VZ, revision 31684

reset m_currentView in wxDocManager::Clear() (patch 1106872)

2005-01-31 22:21 VZ, revision 31683

fixes for animated GIFs playing (patch 1097003)

2005-01-31 22:17 VZ, revision 31682

enclose zip arguments in quotes, fixes behaviour for paths which contain spaces (fixed patch 1092970)

2005-01-31 22:15 VZ, revision 31681

apparently unneeded temporary iterator variable removed (patch 1096066)

2005-01-31 22:08 VZ, revision 31680

replaced a weird (and wrong when wxUSE_STL == 1) test for string being empty with empty() call (patch 1089458)

2005-01-31 19:57 ROL, revision 31679

Locate command, etc.

2005-01-31 19:49 ROL, revision 31678

Batch of changes: - converting relative paths to absolute to compensate chdir - added Locate command (Edit menu) - Notebook children are highlighted correctly (at least on wxGTK 2.5.3)

2005-01-31 18:18 ABX, revision 31677

Enhanced stock labels usage. Source cleaning.

2005-01-31 18:04 RR, revision 31676

Changed note that enter/leave events ARE supported natively under Windows.

2005-01-31 18:02 ABX, revision 31675

Enhanced stock labels usage. Source cleaning.

2005-01-31 17:59 RR, revision 31674

Correct link prob.

2005-01-31 17:57 ABX, revision 31673

Enhanced wxGetStockLabel() with parameters which replace platform specific #ifdefs for wxPalmOS and wxWinCE and better serve for getting consistent wxMenuItem and wxToolBar labels (with documentation).

2005-01-31 17:55 RR, revision 31672

Set state of internal thread object upon ::Exit to EXITED. This is consistent with MSW and fixes a crash with double deletion.

2005-01-31 15:11 VZ, revision 31671

fixed the checked flag value for events from check items in popup menus (patch 1079015; closes bug 1071598)

2005-01-31 08:04 ABX, revision 31670

Native wxStaticText. Cleaning of wxRadioBox code before native implementation. Events for wxButton, wxCheckBox, wxToggleButton, wxRadioButton sended from within wxTLW. Internal improvements in structure of wxControl. Pass full palm event to handlers (instead of ID only). Last palm control ID with value which allow portable IDs with wxMSW (according to comment in msw code).

2005-01-31 01:39 VZ, revision 31669

fixed bug in Set() on DST days (patch 1097811)

2005-01-31 01:36 VZ, revision 31668

added test for the DST bug (patch 1097811)

2005-01-31 01:14 VZ, revision 31667

added a few more UTF-[78] tests

2005-01-31 01:13 VZ, revision 31666

MultiByteToWideChar(CP_UTF7, MB_ERR_INVALID_CHARS, ...) fails, so don't use MB_ERR_INVALID_CHARS for UTF7 for now (even if it means that ill-formed UTF7 is not detected)

2005-01-31 00:31 VZ, revision 31665

added small UTF 8 conversion test case

2005-01-30 22:51 KH, revision 31664

Clean up indentation / tabs from previous patch

2005-01-30 22:45 KH, revision 31663

Clean up indentation / tabs from previous patch

2005-01-30 21:51 RR, revision 31662

Applied selection patch from G.R.

2005-01-30 21:30 KO, revision 31661

Fixed problem with incorrect panel background on OS X.

2005-01-30 20:56 KO, revision 31660

Added support for wxID_CONTEXT_HELP to wxStdDialogButtonSizer.

2005-01-30 20:10 KO, revision 31659

Fixed a long-standing issue where wxSlider controls with a hardcoded size would misplace their labels behind the slider control.

2005-01-30 16:59 VZ, revision 31658

use custom class which doesn't redraw everything on resize instead of SysTabCtl32 to fix flicker when resizing (modified patch 1107148)

2005-01-30 16:57 VZ, revision 31657

added ClassRegistrar (wraps Register/UnregisterClass Win32 API calls)

2005-01-30 16:56 VZ, revision 31656

added eraseBg argument to RefreshRect() too

2005-01-30 15:45 VZ, revision 31655

don't use WS_POPUP for frames using wxFRAME_TOOL_WINDOW style (patch 1107460)

2005-01-30 15:39 VZ, revision 31654

moved Begin/EndDeferWindowPos() calls to WM_SIZE handler itself, don't use WM_WINDOWPOSCHANGING/ED as they sometimes don't come in pairs (slightly modified patch 1107147)

2005-01-30 15:01 VZ, revision 31653

fixed typo in last commit

2005-01-30 14:56 RR, revision 31652

Use wxEXEC_NODISABLE while querying CUPS about printers.

2005-01-30 14:23 RR, revision 31651

Documented SetItemDropEffect

2005-01-30 13:04 RR, revision 31650

I changed something, but I forgot what.

2005-01-30 12:49 RR, revision 31649

Applied popup patch for deleting the handlers correctly.

2005-01-30 12:47 RR, revision 31648

Applied IM patch.

2005-01-30 12:44 RR, revision 31647

Commited SetHilightDropEffect patch.

2005-01-29 23:52 KH, revision 31646

Make list consistent with tree in terms of Vetoed changes closing the inline edit and right-clicking on an item selecting it [patch 1110252]

2005-01-29 21:26 VZ, revision 31645

do reset m_count to 0 after deleting all the items in the control (was broken by last commit)

2005-01-29 21:19 VZ, revision 31644

(blind) compilation fixes for OS X 10.2

2005-01-29 20:49 VZ, revision 31643

don't run the thread if its creation failed

2005-01-29 20:04 SC, revision 31642

move FixMath include into non darwin part

2005-01-29 12:02 RR, revision 31641

One more place where we need to use connect_after in order not to confuse GTK+. This fixes the wxTreeCtrl crash.

2005-01-29 11:41 RR, revision 31640

Removed trailing semicolons.

2005-01-29 11:32 RR, revision 31639

Tried to restore wxPopupTransientWindow functionality under GTK+.

2005-01-29 01:32 RD, revision 31638

wxMac has wxSound::Stop now

2005-01-29 01:30 RD, revision 31637

reSWIGged

2005-01-29 01:24 RD, revision 31636

Don't use the parent's defered sizing handle if the window in question is a top-level window

2005-01-29 01:17 RD, revision 31635

Some little demo tweaks

2005-01-29 01:15 RD, revision 31634

log IsEditCancelled too

2005-01-29 01:14 RD, revision 31633

wxSL_* labels moved to a different module

2005-01-29 01:13 RD, revision 31632

Allow wxCustomDataObject ctor to be able to take the format name string directly and to automatically make the wxDataFormat from it.

2005-01-29 01:09 RD, revision 31631

Added some alternate constructors for the data classes

2005-01-29 01:08 RD, revision 31630

Change the name

2005-01-29 01:08 RD, revision 31629

Some TODO notes

2005-01-29 01:07 RD, revision 31628

Docstring fixes

2005-01-29 01:06 RD, revision 31627

Call CalculatePaperSizeFromId when SetPrintData or the assignment operator is used.

2005-01-29 01:04 RD, revision 31626

Use wxTRANSPARENT_BRUSH so the rectangles around the text is not filled in.

2005-01-29 01:03 RD, revision 31625

Patch #1111679

2005-01-29 01:00 RD, revision 31624

Don't fail assertion about image size mismatch if the size hasn't been set yet. If the size hasn't been set then set it when the first image is added.

2005-01-29 00:53 VS, revision 31623

fixed wxUSE_CONFIG_NATIVE after setup.h changes

2005-01-28 22:25 VS, revision 31622

added wx-lib template for building static libs (no linking)

2005-01-28 22:11 VS, revision 31621

fixed linking against 3rd party libs in Unicode build

2005-01-28 20:56 ABX, revision 31620

Warning fix.

2005-01-28 20:54 ABX, revision 31619

Warning fixes.

2005-01-28 19:01 KH, revision 31618

Close tree edit even if the change is vetoed to be consistent with MSW [patch 1110252]

2005-01-28 16:38 RD, revision 31617

wxEVT_MOUSEWHEEL is always defined, no #if needed

2005-01-28 10:58 ABX, revision 31616

Use stock labels. Native wxRadioButton. Getting position and size for the controls. Getting size for wxTLW. Default size and position for wxButton according to l&f guidelines. Removed wxUSE_CTL3D from wxPalmOS port. Better font for controls.

2005-01-28 05:47 SC, revision 31615

CoreGraphics dev

2005-01-28 05:40 SC, revision 31614

FixMath fix

2005-01-28 03:41 KH, revision 31613

Do not modify selection if right-click is on a selected item [patch 1111174]

2005-01-27 22:47 VS, revision 31612

added bakefile presets for creation of user makefiles

2005-01-27 21:43 SC, revision 31611

ATSUStyle taken from font

2005-01-27 21:20 KH, revision 31610

Mac vertical sliders consistent with MSW/GTK vertical sliders with 0 oriented at the top rather than the bottom (use wxSL_INVERSE to orient in Mac-native way).

2005-01-27 21:18 KH, revision 31609

Add support for wxSL_INVERSE flag. Also uses new inverse logic to make Mac vertical sliders consistent with MSW/GTK vertical sliders with 0 oriented at the top rather than the bottom (use wxSL_INVERSE to orient in Mac-native way).

2005-01-27 21:10 SC, revision 31608

pragma , precomp support

2005-01-27 21:09 SC, revision 31607

ATSU Support in font extended

2005-01-27 21:05 SC, revision 31606

pragma and prec-header patch applied

2005-01-27 20:20 ABX, revision 31605

Warning fix.

2005-01-27 11:01 ABX, revision 31604

Get/SetValue() and other improvements to the native PalmOS controls.

2005-01-27 11:00 SC, revision 31603

pragma and prec-header patch applied

2005-01-27 10:57 SC, revision 31602

storing ATSU style in the font itself

2005-01-26 21:14 KH, revision 31601

Added wxUSE_MENUS_NATIVE wrapper around DoPopupMenu to match header

2005-01-26 19:25 RD, revision 31600

Allow unicode objects in wxPyDrawTextList

2005-01-26 16:19 SN, revision 31599

Fixed C++ comments.

2005-01-26 16:07 SN, revision 31598

Cleanup for previous bug fix.

2005-01-26 16:03 SN, revision 31597

Fixed a compilation problem on AIX.

2005-01-26 07:35 JJ, revision 31596

Committing in . Update OpenVMS compile support Modified Files: wxWidgets/setup.h_vms wxWidgets/src/common/descrip.mms wxWidgets/src/generic/descrip.mms wxWidgets/src/unix/descrip.mms ----------------------------------------------------------------------

2005-01-25 15:59 ABX, revision 31595

Syntax fix.

2005-01-25 15:49 ABX, revision 31594

Warning fixes.

2005-01-25 13:58 VZ, revision 31593

fixed memory leak with client data when using DeleteAllItems() (bug 1107215)

2005-01-25 12:22 ABX, revision 31592

TrackMouse DMC fix.

2005-01-25 11:52 ABX, revision 31591

comment in C code fix

2005-01-25 07:24 ABX, revision 31590

Save dialog for printing. Source cleaning.

2005-01-25 06:55 ABX, revision 31589

wxButton, wxCheckBox, wxSlider, wxToggleButton native implementations for PalmOS.

2005-01-24 16:41 ABX, revision 31588

Source cleaning.

2005-01-24 16:37 JS, revision 31587

Doc fixes

2005-01-24 14:45 KH, revision 31586

Create non-GUI log target until GUI logging is available, allows stderr messages in non-Unicode builds when GTK fails to initialize (Patch 1017789)

2005-01-24 14:44 DS, revision 31585

fixed unreachable code warning (MSVC6)

2005-01-24 14:39 DS, revision 31584

fixed unused param warning

2005-01-24 14:30 DS, revision 31583

applied patch #1044865 (fixes problem: "On Win2K, the month combobox's dropdown height in the wxCalendar is only about 1 pixel")

2005-01-24 13:17 ABX, revision 31582

Code cleaning.

2005-01-24 11:16 ABX, revision 31581

Unicode markup.

2005-01-24 11:15 ABX, revision 31580

Missing include.

2005-01-24 11:14 ABX, revision 31579

Avoid hiding virtual wxWindow::IsEnabled() in wxMenuBar class.

2005-01-24 07:38 ABX, revision 31578

Native PalmOS wxControl and wxButton implementation. wxTLW without fixed size. Unused MSW code cleaning.

2005-01-24 07:23 ABX, revision 31577

Note about deprecating some wxSystemSettings members.

2005-01-24 06:53 KO, revision 31576

Fixing notebook 'flashing' bug where the WebView would flash while not visible.

2005-01-24 05:08 KH, revision 31575

For consistency between WMs and with MSW, TOOL_WINDOW explicilty includes NO_TASKBAR

2005-01-24 05:07 KH, revision 31574

For consistency between WMs and with MSW, TOOL_WINDOW explicitly includes NO_TASKBAR

2005-01-23 23:07 RR, revision 31573

Forgot to commit sample testing update ui events for wxTaskBarIcon.

2005-01-23 22:39 RR, revision 31572

Enable UpdateUI events in wxTaskBarIcon.

2005-01-23 22:16 KH, revision 31571

We need to update the scrollbar even if it's not shown, otherwise it can get stuck in a scrolled down position when the scrollbar disappears (such as deleting all items in a list control or resizing). Patch 1102197 for bug 861063

2005-01-23 20:17 KH, revision 31570

Added inverse checkbox to test sliders with wxSL_INVERSE style

2005-01-23 18:44 RR, revision 31569

Applied patch for keyboard control in composite windows as discussed in patch 1102862.

2005-01-23 18:36 RR, revision 31568

Fixed compilation for GTK 1.2

2005-01-23 15:21 RD, revision 31567

Fixed event binding in NotebookPage

2005-01-23 07:32 KO, revision 31566

Added documentation for wxStdDialogButtonSizer.

2005-01-23 02:03 KO, revision 31565

Greatly improved wxWebKitCtrl positioning logic to accomodate most situations.

2005-01-22 19:16 RR, revision 31564

Probably a bug in the MINGW32 header.

2005-01-22 16:54 SN, revision 31563
  • D /wxWidgets/trunk/include/wx/os2/setup0.h

Removed setup0.h - we are using configure generated setup.h on OS/2.

2005-01-22 14:13 SN, revision 31562

Blind fix for bug [ 1106890 ] (undeclared symbols on Solaris).

2005-01-22 13:48 KH, revision 31561

gtk_range_set_inverted only available on GTK2

2005-01-22 13:42 MBN, revision 31560

Warning fixes.

2005-01-22 13:28 MBN, revision 31559

Fix wxSortedArray::Index() when wxUSE_STL == 1, with tests.

2005-01-21 22:12 RD, revision 31558

Disable wxDatePickerCtrl if wxPopupWindow is not available

2005-01-21 21:04 ABX, revision 31557

Headers cleaning.

2005-01-21 20:56 VZ, revision 31556

added wxStaticBoxSizer ctor creating a new static box

2005-01-21 20:38 RD, revision 31555

* Some WXWIN_COMPATIBILITY_2_4 changes, as well as flagging other things that will need fixing when WXWIN_COMPATIBILITY_2_4 is turned off. * Create a custom version of the "default" ctor for wxCursor on wxGTK * Switch to new format string and name string constants for default values * Changes some public data members of event classes into properties as they are no longer public in the C++. * Added wxSL_INVERSE

2005-01-21 20:25 RD, revision 31554

Added setter to wxMoveEvent

2005-01-21 20:04 KH, revision 31553

Do not emit a wxEVT_COMMAND_TEXT_UPDATED when the tab key is lifted (otherwise each time you tab into the combobox, the text updated event is fired, which is wrong)

2005-01-21 18:48 ABX, revision 31552

Warning fixes for MinGW.

2005-01-21 18:26 ABX, revision 31551

Warning fixes for MinGW.

2005-01-21 18:23 RD, revision 31550

Patch #1106564, corrects possible 100% CPU load condition.

2005-01-21 18:15 ABX, revision 31549

Warning fixes for MinGW.

2005-01-21 17:54 VZ, revision 31548

more forward declarations (trying to fix bug 1106829)

2005-01-21 15:41 VZ, revision 31547

remove margins in the bitmap button

2005-01-21 15:36 VZ, revision 31546

implemented DrawComboBoxDropButton() for classic Win32

2005-01-21 15:32 VZ, revision 31545

added DrawComboBoxDropButton()

2005-01-21 15:08 VZ, revision 31544

compilation fix when used together with native control

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

added possibility to use generic date control if configured

2005-01-21 15:02 VZ, revision 31542

check for error in GetSelection(long *, long *); clean up SetSelect(long, long)

2005-01-21 14:41 VZ, revision 31541

define wxHAS_NATIVE_DATEPICKCTRL in the header file to make it available to user code

2005-01-21 14:39 VZ, revision 31540

moved code working around combobox selection bug to wxComboBox: wxChoice doesn't have selection anyhow, why should it be there?

2005-01-21 14:08 VZ, revision 31539

added wxUSE_DATEPICKCTRL_GENERIC

2005-01-21 13:44 VZ, revision 31538

renamed generic version to wxDatePickerCtrlGeneric to allow using it alongside the native one

2005-01-21 13:42 VZ, revision 31537

put datectlg.cpp in ADVANCED_SRC so that it can be used in all ports, even MSW

2005-01-21 13:41 VZ, revision 31536

added wxUSE_DATEPICKCTRL

2005-01-21 12:40 VS, revision 31535

compilation fix

2005-01-21 12:38 VZ, revision 31534

don't include wx/popupwin.h in the header, use forward declarations

2005-01-21 11:33 ABX, revision 31533

Forgot to free string after usage.

2005-01-21 11:30 ABX, revision 31532

Start more than minimal TLW support.

2005-01-21 11:22 ABX, revision 31531

Reenable wxPalmOS status bar after recent changes. Start transition from faked drawing of the bar to usage of the native status bar. Source cleaning as usually.

2005-01-21 05:14 KH, revision 31530

Add support for wxSL_INVERSE using gtk_range_set_inverted

2005-01-21 05:13 KH, revision 31529

wxSL_INVERSE added, noted as being wxGTK only (for now)

2005-01-21 05:12 KH, revision 31528

Add wxSL_INVERSE flag

2005-01-21 03:56 KH, revision 31527

Fixed name strings to match documentation (Expanded patch 1098784)

2005-01-21 02:00 VZ, revision 31526

switched to using wxPopupWindow

2005-01-21 01:27 VZ, revision 31525

define wxDateEvent static stuff here

2005-01-21 01:21 VZ, revision 31524

use ResetTime() in Today() instead of dealing with raw struct tm which introduces a bug around DST changes (replaces patch 1097811)

2005-01-20 20:55 RD, revision 31523

Fix typos

2005-01-20 17:33 DE, revision 31522

Add support for Metrowerks compilers.

2005-01-20 17:24 ABX, revision 31521

WM_CONTEXTMENU available since WinCE.NET

2005-01-20 17:08 ABX, revision 31520

Missing define.

2005-01-20 17:03 DE, revision 31519

Check for vsnprintf while using namespace std if its not found when not.

2005-01-20 16:23 VZ, revision 31518

expanded the date picker part to show wxDP_XXX styles

2005-01-20 16:22 VZ, revision 31517

added and implemented for MSW wxDP_SHOWCENTURY flag

2005-01-20 16:10 DE, revision 31516

Make sure -DNO_GCC_PRAGMA is in wx-config output regardless of the reason. Mostly reverts configure.in,1.916,1.917 and uses a simpler method.

2005-01-20 16:09 ABX, revision 31515

Simple wxBatteryPower API for the support in wxWinCE, wxPalmOS and any other mobile device with wxWidgets. Minor source cleaning.

2005-01-20 15:50 ABX, revision 31514

Syntax error fixes.

2005-01-20 14:06 VZ, revision 31513

compilation fix for CE: don't use GetModuleHandleA() which doesn't exist there

2005-01-20 11:44 VZ, revision 31512

call InitCommonControlsEx() when using comtl32.dll <= 4.72; check for date picker availability for even earlier versions

2005-01-20 11:32 VZ, revision 31511

report more information about the control whose creation failed in the assert

2005-01-20 10:07 VZ, revision 31510

fixed typo in testing whether wxUSE_NATIVE_STATUSBAR should be set to 0

2005-01-20 06:56 ABX, revision 31509

PalmOS description.

2005-01-20 01:04 VZ, revision 31508

wxUSE_CRASHREPORT/STACKWALKER may be sued without wxUSE_ON_FATAL_EXCEPTION

2005-01-20 01:01 VZ, revision 31507

trying to get wxUSE_NATIVE_STATUSBAR setting correctly: define it to 1 by default but reset it to 0 in wx/chkconf.h if it's not supported

2005-01-19 22:06 RD, revision 31506

Adjust the bounding box of the labels to client coordinants

2005-01-19 21:49 KH, revision 31505

Additional header files required

2005-01-19 21:41 SN, revision 31504

Compilation fix for OS/2.

2005-01-19 21:38 KH, revision 31503

Additional header files required

2005-01-19 21:28 SN, revision 31502

Compilation fixes for OS/2 (OS/2 still defines __UNIX__ :-( ).

2005-01-19 20:13 VZ, revision 31501

Unicode compilation fix

2005-01-19 19:39 VZ, revision 31500

use wxDP_SPIN by default under Win32

2005-01-19 19:34 VZ, revision 31499

corrected #if tests to use correct wxUSE_DATEPICKCTRL spelling

2005-01-19 19:31 VZ, revision 31498

added wxDP_SPIN/DROPDOWN styles (only Win32 native version implements the former)

2005-01-19 16:25 ABX, revision 31497

wxTextPos for all GetLastPosition with constants for special cases. Make it virtual everywhere. Avoid doubling typedefs. Always include textctrl.h for combobox.h. Source cleaning.

2005-01-19 15:57 VZ, revision 31496

compilation fixes; pruned API

2005-01-19 15:41 ABX, revision 31495

MinGW warning fix for hundreds of not initialized members.

2005-01-19 14:13 ABX, revision 31494

MinGW warning fix.

2005-01-19 13:55 VZ, revision 31493

added generic version of wxDatePickerCtrl from Andres Pflug

2005-01-19 13:53 VS, revision 31492

hotfix for bakefile-0.1.5 bug: rpmspec format doesn't work because of missing precomp-headers-location

2005-01-19 13:46 ABX, revision 31491

MinGW warning fix.

2005-01-19 13:26 ABX, revision 31490

MinGW warning fix.

2005-01-19 13:23 ABX, revision 31489

Cookie is not for dummy initialization due to condition of setting it. Source cleaning.

2005-01-19 11:24 ABX, revision 31488

DMC PCH requires additional parameter in new bakefiles.

2005-01-19 10:57 VS, revision 31487

regenerated autoconf files using bakefile-0.1.5

2005-01-19 10:56 VS, revision 31486

require bakefile-0.1.5 and use it's features

2005-01-19 09:51 VZ, revision 31485

undef wxUSE_NATIVE_STATUSBAR before redefining it as 1 for wxMSW

2005-01-19 06:50 ABX, revision 31484

Fix for incomplete setup (wxPalmOS case).

2005-01-19 06:48 ABX, revision 31483

Fixes after removal of palmos/gccpriv.h.

2005-01-19 03:42 DE, revision 31482

Updated aclocal.m4 using Bakefile's CVS HEAD bakefile.m4 with BAKEFILE_BAKEFILE_M4_VERSION set back to 0.1.4. - Adds support for Metrowerks compilers. - Improves dllar.sh used on OS/2. - Allows autoconf to invalidate its cache when autoconf_inc.m4 is changed.

2005-01-19 02:51 VZ, revision 31481

fixed crash in wxKill() introduced by 1.116 patch (ironically named "proper return value testing"); this is slightly modified patch 1098248

2005-01-19 02:31 VZ, revision 31480

reenabled WM_MOUSELEAVE event handling (patch 1104551); moved duplicated code in its handler in a new GenerateMouseLeave() method

2005-01-19 02:29 VZ, revision 31479

don't return HTCLIENT for static bitmaps, this breaks mouse (leave) event generation

2005-01-19 02:28 VZ, revision 31478

(harmless) VC++ warning fixes

2005-01-19 01:53 VZ, revision 31477

define wxUSE_NATIVE_STATUSBAR as 1 for wxMSW builds

2005-01-19 01:49 VZ, revision 31476

clarified what needs to be done to get useful results with this class

2005-01-19 01:42 VZ, revision 31475

documented wxStackWalker/Frame

2005-01-19 01:15 VZ, revision 31474

implemented wxStackWalker for Unix (using glibc-specific methods); moved wxUSE_STACKWALKER to common setu_inc.h

2005-01-18 23:36 SN, revision 31473

Fixed some line breaks.

2005-01-18 21:27 ABX, revision 31472

Less MSW related files in wxPalmOS port.

2005-01-18 21:22 DE, revision 31471

Take -DWX_PRECOMP out of GCC_PRAGMA_FLAGS and put it into its own PCH_FLAGS. If -DNO_GCC_PRAGMA is included in GCC_PRAGMA_FLAGS (because the platform always requires it) then it won't be duplicated in PCH_FLAGS, but if the platform does not normally need -DNO_GCC_PRAGMA then the flag will be included in PCH_FLAGS because PCH always requires it.

2005-01-18 21:21 RD, revision 31470

Use a panel

2005-01-18 21:14 ABX, revision 31469

Cleaning of headers.

2005-01-18 20:23 ABX, revision 31468

MinGW warning fix.

2005-01-18 20:13 ABX, revision 31467

MinGW warning fix.

2005-01-18 19:50 ABX, revision 31466

MinGW warning fix.

2005-01-18 17:44 JS, revision 31465

Skip processing in OnTextEnter so normal return processing works.

2005-01-18 16:31 ABX, revision 31464

ctor/dtor not available in C code (MinGW fix).

2005-01-18 16:15 VZ, revision 31463

fixed memory leak in UpdateAttr[Rows][Or][Cols] (patch 1104355)

2005-01-18 16:11 VZ, revision 31462

fixed crash if an error happened inside WaitConnection() (patch 1093852)

2005-01-18 16:07 KH, revision 31461

Added DLL export for wxCommandEventStringHelper

2005-01-18 15:54 KH, revision 31460

Fixed wxTextCtrl being undefined when not using precompiled headers

2005-01-18 15:17 KH, revision 31459

For efficiency reasons, text controls no longer set the string for each text updated event, but rather query for the string value only when GetString is called from an event handler

2005-01-18 15:15 KH, revision 31458

GetString() method queries the control for the string when called, m_commandString is no longer set for each event and cached

2005-01-18 15:14 KH, revision 31457

Event member variables hidden, text control efficiency by not calling GetString for each event

2005-01-18 15:13 KH, revision 31456

Removed m_ variables from the documentation, since they are now protected and should not be used directly

2005-01-18 15:12 KH, revision 31455

Move member m_ variables to be protected rather than public to force usage of Set/Get rather than allow direct access. Compatibility with 2.4 keeps members private, and also creates a class to allow continued usage of m_commandString. GetString() will now get the text control's string when called, rather than store it and return it every time (huge performance gain by doing this, esp. on GTK2)

2005-01-18 15:08 KH, revision 31454

Use event modifiers and accessors rather than m_ variables directly, which are now protected rather than public with 2.4 compatibility disabled