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

2003-07-14 08:41 JS, revision 21948

Rationalised OnIdle

2003-07-14 03:48 DE, revision 21947

Put OnIdle() back. Without deleting pending objects, frames that have been Destroy()ed (e.g. by the default close implementation) never actually get deleted and thus the program never terminates because the wxTopLevelWindowBase destructor is never called to do ExitMainLoop() FIXME: Why isn't this OnIdle stuff simply in wxAppBase?

2003-07-14 03:04 DE, revision 21946

In the object destructor, Disassociate the object from its Cocoa counterpart but leave m_cocoaNSWindow intact so base class destructor can use it.

2003-07-14 03:02 DE, revision 21945

In destructor, pass the NSView ownership to the base class Avoid extra if tests now that Associate/Disassociate do the test themselves

2003-07-14 02:46 DE, revision 21944

Call -[NSApplication stop] instead of terminate. The stop message will return to the caller allowing processing to continue until all events have been processed. Make sure that no more idle events are installed by checking -[NSApplication isRunning].

2003-07-14 00:50 VZ, revision 21943

removed OnIdle() which didn't compile any longer

2003-07-13 22:53 VZ, revision 21942

ugly fix for warnings when wxUSE_STL==0 not breaking compilation when wxUSE_STL==1

2003-07-13 21:33 VZ, revision 21941

mention wxCrashReport

2003-07-13 21:31 VZ, revision 21940

added crashrpt.cpp

2003-07-13 21:31 VZ, revision 21939

wxGlobalSEHandler() takes PEXCEPTION_POINTERS now

2003-07-13 21:29 VZ, revision 21938

moved SEH stuff to crashrpt.cpp

2003-07-13 21:19 VZ, revision 21937

added wxHAS_ICON_LOCATION and wxHAS_CRASH_REPORT

2003-07-13 21:18 VZ, revision 21936

wxSEHReport renamed to wxCrashReport enhanced and debugged; seems to work

2003-07-13 20:07 MBN, revision 21935

Move #inclusion of wx/msw/winundef.h for MinGW to afterstd.h. Fix WX_DEFINE_TYPEARRAY assert to refer to base array's elemnt type rather than to void*.

2003-07-13 16:59 JS, revision 21934

Improvements to OnIdle processing

2003-07-13 02:28 VZ, revision 21933

first version of crash reporting code

2003-07-12 23:15 SN, revision 21932

Mention changes to unix/fontutil.cpp.

2003-07-12 23:14 SN, revision 21931

Font is only non default if it has non default field values.

2003-07-12 23:09 JS, revision 21930

Use WM_INITMENUPOPUP Added wxMenu member to wxMenuEvent

2003-07-12 20:36 MBN, revision 21929

Warning fixes for wxUSE_STL=1.

2003-07-12 20:36 VZ, revision 21928

warning fix

2003-07-12 20:36 VZ, revision 21927

set the containing sizer to NULL when destroying the sizer; this fixes a crash (don't ask me how could it work before)

2003-07-12 20:34 MBN, revision 21926

Readd wxStringList::Add when wxUSE_STL=1, for compatibility with wxUSE_STL=0. Fixed wxPathList double-free reported by Devid Elliot.

2003-07-12 20:11 MBN, revision 21925

Added and documented wxColourDatabase::AddColour.

2003-07-12 20:11 JS, revision 21924

Added wxWinceHelpController

2003-07-12 17:58 JS, revision 21923

Added net stuff, some fixes to gsock code for WinCE

2003-07-12 16:08 VZ, revision 21922

fixed wxTempFile::Commit() broken by last check in

2003-07-12 15:11 JS, revision 21921

Fixed menubar on WinCE Removed some obsolete files

2003-07-12 14:18 VZ, revision 21920

fixed incorrect RegOpenKeyEx() usage

2003-07-12 14:07 VZ, revision 21919

fixed a crash

2003-07-12 13:39 JS, revision 21918
  • D /wxWidgets/trunk/include/wx/msw/wince/gdiobj.h

Removed obsolete file

2003-07-12 12:39 VZ, revision 21917

font is only non default if it has non default field values

2003-07-12 11:28 VZ, revision 21916

fix for a warning when wxUSE_STL == 1

2003-07-12 11:17 VZ, revision 21915

fixed class/struct mismatch

2003-07-12 11:11 VZ, revision 21914

fix for a warning

2003-07-12 07:06 JS, revision 21913

Compilo

2003-07-12 02:27 MBN, revision 21912

Fix some leaks cause by removing list.DeleteContents calls.

2003-07-12 02:24 MBN, revision 21911

Remove duplicate colour entries.

2003-07-12 02:22 MBN, revision 21910

Multilib linking fixes.

2003-07-12 01:04 DE, revision 21909

In the object destructor, leave m_cocoaNSView intact for base class destructors

2003-07-12 00:52 DE, revision 21908

In the object destructor, Disassociate the object from its Cocoa counterpart but leave m_cocoaNSView intact so base class destructors can use it.

2003-07-11 23:10 JS, revision 21907

More WinCE mods

2003-07-11 23:04 JS, revision 21906

More WinCE mods

2003-07-11 22:29 VZ, revision 21905

[attempt to] fix a warning

2003-07-11 22:28 VZ, revision 21904

fix for a warning

2003-07-11 22:06 JS, revision 21903

Fixed some duff #ifdefs

2003-07-11 21:50 JS, revision 21902

More WinCE mods

2003-07-11 21:43 JS, revision 21901

More WinCE mods

2003-07-11 20:17 SC, revision 21900

apptraits in line for carbon and mach-o

2003-07-11 20:16 SC, revision 21899

out of memory for strdup handled

2003-07-11 20:12 SC, revision 21898

codewarrior fixes

2003-07-11 19:52 SC, revision 21897

style creation

2003-07-11 19:33 VZ, revision 21896

fixed using arrays as nested classes

2003-07-11 19:01 VZ, revision 21895

removed a :: from WX_CLEAR_HASHMAP

2003-07-11 17:47 DE, revision 21894

Associate/Disassociate now check for non-NULL pointer instead of requiring the caller to do so.

2003-07-11 13:43 DE, revision 21893

Implement SetValue() and GetValue()

2003-07-11 13:19 DE, revision 21892

* Removed BASE_AND_GUI_MAC_SRC. At the moment DARWIN/MAC are identical (they both have only utilsunx.cpp) and Bakefile needs some work to allow more complex conditions before having this separate will be easy. * Allow wxGTK to be built on OS X.

2003-07-11 11:28 JS, revision 21891

Oops, no such function as wxIsascii

2003-07-11 11:21 JS, revision 21890

More WinCE mods.

2003-07-11 11:15 JS, revision 21889

Further WinCE mods

2003-07-11 10:50 JJ, revision 21888

Committing in . OpenVMS compile issues Modified Files: wxWindows/setup.h_vms wxWindows/src/generic/listctrl.cpp wxWindows/utils/dialoged/src/winprop.cpp ----------------------------------------------------------------------

2003-07-10 23:33 SN, revision 21887

Removed Auto3D variable following other ports.

2003-07-10 23:15 VZ, revision 21886

restored old wxCOMPILE_TIME_ASSERT2 definition as the new one doesn't work with VC6 E&C

2003-07-10 22:55 VZ, revision 21885

VC++ warning fixes

2003-07-10 22:52 VZ, revision 21884

compilation fix

2003-07-10 22:32 VZ, revision 21883

corrected bug with alignment of static labels with GTK 2 (replaces patch 760066; closes bug 759375)

2003-07-10 21:14 JS, revision 21882

Some WinCE fixes

2003-07-10 21:14 MBN, revision 21881

wxUSE_STL compilation fixes.

2003-07-10 21:12 MBN, revision 21880

Compilation fix for wxUSE_STL.

2003-07-10 21:10 MBN, revision 21879

Use correct export directive for multilib.

2003-07-10 21:01 DE, revision 21878

Add support for foreground and background colors to DoDrawText

2003-07-10 20:59 DE, revision 21877

Implement SetBackgroundMode()

2003-07-10 19:55 MBN, revision 21876

STL-ification patch for wxMSW and wxGTK.

2003-07-10 19:32 MBN, revision 21875

wxSortedArray::Add must return the index of the newly inserted item.

2003-07-10 19:29 MBN, revision 21874

Missing CHARSET_HANGUL fix.

2003-07-10 19:18 MBN, revision 21873

Compilation fix.

2003-07-10 17:10 VZ, revision 21872

Wait() doesn't cancel the thread any longer

2003-07-10 16:34 VZ, revision 21871

trying to fix the bug which results in blocking forever inside Delete()

2003-07-10 16:23 VZ, revision 21870

fix for IsAlive() called after Kill() or Exit()

2003-07-10 15:51 VZ, revision 21869

allow adding/removing columns dynamically (based on patch 763540)

2003-07-10 15:49 SC, revision 21868

added release event

2003-07-10 14:50 VZ, revision 21867

compilation fix

2003-07-10 14:06 VZ, revision 21866

GTK_TOOLBAR_BOTH_HORIZ is GTK 2 only (it would have been nice if the patch mentioned this...)

2003-07-10 13:03 VZ, revision 21865

fixes to allow dragging in multiselection tree ctrl (patch 759421)

2003-07-10 12:46 VZ, revision 21864

added state image support (patch 530155)

2003-07-10 12:39 DE, revision 21863

include "wx/toolbar.h" instead of tbar(base|smpl).h

2003-07-10 12:36 VZ, revision 21862

added wxThreadHelper class (patch 756906)

2003-07-10 12:27 DE, revision 21861

Use wxGetEmptyString() so the types in the ?: statement are both wxString

2003-07-10 12:24 VZ, revision 21860

more Unicode fixes

2003-07-10 12:13 VZ, revision 21859

set string length properly in wxString(p, conv, len) ctor (patch 755593)

2003-07-10 12:07 VZ, revision 21858

make string at least empty (instead of containing garbage) if malloc() failed

2003-07-10 12:01 VZ, revision 21857

correction to the separators in vertical toolbar after patch

2003-07-10 11:47 VZ, revision 21856

added functions to read/write several elements at once (patch 754986)

2003-07-10 11:44 VZ, revision 21855

Unicode fixes (patch 754930)

2003-07-10 11:40 VZ, revision 21854

(blindly) fixed header case confusion (replacement for patch 763760)

2003-07-10 11:24 VZ, revision 21853

fix handling of HTTP headers case (patch 763760)

2003-07-10 11:16 VZ, revision 21852

added state image support (patch 530155)

2003-07-10 11:04 VZ, revision 21851

keep selected image in sync with the normal one if it hasn't been changed (patch 754906)

2003-07-10 10:53 VZ, revision 21850

added wxTB_HORZ_TEXT (patch 713813); documented it; moved toolbar styles to toolbar.h

2003-07-10 10:02 VZ, revision 21849

use gdk_fontset_load() instead of gdk_font_load() for better Japanese support (patch 698558)

2003-07-10 09:56 VZ, revision 21848

linking fixes and code cleanup after hotkey patch

2003-07-10 09:55 VZ, revision 21847

allow wxPopupWindow get the key events (patch 713269)

2003-07-10 09:34 VZ, revision 21846

mention opengl32lib/glu32.lib automatic inclusion

2003-07-10 09:32 VZ, revision 21845

applied an extended version of patch 685795: clean up view [de]activation

2003-07-10 09:28 VZ, revision 21844

deTABified

2003-07-10 09:23 VZ, revision 21843

(blind) fix for valgrind error

2003-07-10 09:16 JS, revision 21842

Applied patch [ 758687 ] RegisterHotkey implemented

2003-07-10 08:57 JS, revision 21841

Applied patch [ 760463 ] wxMenu::FindItemByPosition for 2.4 branch

2003-07-10 08:36 JS, revision 21840

Applied patch [ 761138 ] Replaces references to wxT("") and _T("") with wxEmptyString

2003-07-10 08:21 JS, revision 21839

Applied patch [ 762033 ] wxTextValidator crashes when given a NULL wxString

2003-07-10 08:16 JS, revision 21838

Partially applied patch [ 763900 ] fix for vertical toolbar

2003-07-10 07:50 JS, revision 21837

Applied patch [ 767505 ] BCB6 link error

2003-07-10 07:47 JS, revision 21836

Applied patch [ 767518 ] BCB6 resource compiler chokes on dialog1.rc

2003-07-10 01:20 VZ, revision 21835

preliminary implementation of wxEVT_MENU_OPEN/CLOSE for Mac

2003-07-10 01:00 VZ, revision 21834

wxMac doesn't need UseNativeStatusBar hack

2003-07-10 00:50 VZ, revision 21833

no real changes

2003-07-10 00:27 VZ, revision 21832

fixed build

2003-07-09 23:25 VZ, revision 21831

2 step creation for wxDocMDIChildFrame (patch 661657)

2003-07-09 23:22 VZ, revision 21830

fix compilation with --disable-compat-22 (patch 759563)

2003-07-09 23:18 VZ, revision 21829

automatically link with opengl32.lib and glu32.lib when using VC++ (patch 753485)

2003-07-09 23:15 VZ, revision 21828

added wxSocket::IPAddress() (patch 694119)

2003-07-09 23:09 VZ, revision 21827

wxScrolledWindow scrollbar update fix (patch 680427)

2003-07-09 23:08 VZ, revision 21826

wxScrolledWindow scrollbar update fix (patch 680427) and MacUpdateImmediately renamed to Update

2003-07-09 22:55 VZ, revision 21825

made wxTextInputStream Unicode safe and general cleanup (patch 653775)

2003-07-09 22:47 VZ, revision 21824

oops, compilation fix after applying the patch

2003-07-09 22:46 VZ, revision 21823

we probably don't need crit section in GetTimeZone()

2003-07-09 22:35 VZ, revision 21822

added some checks for .mo integrity (part of patch 649438)

2003-07-09 22:24 VZ, revision 21821

select all text initially in the control (part of patch 649438)

2003-07-09 22:23 VZ, revision 21820

handle as well as in URLs (part of patch 649438)

2003-07-09 22:22 VZ, revision 21819

added support for POST method and alternate ports (part of patch 649438)

2003-07-09 22:12 VZ, revision 21818

implement support for returning several elements at once from IEnumFORMATETC (part of patch 649438)

2003-07-09 22:03 VZ, revision 21817

ensure that we don't get stuck in modal loop forever (part of patch 649438)

2003-07-09 21:58 VZ, revision 21816

check index in GetString()

2003-07-09 21:56 VZ, revision 21815

use mask for GIFs (part of patch 649438)

2003-07-09 21:55 VZ, revision 21814

GetClientData(int n) should be const (part of patch 649438)

2003-07-09 21:48 VZ, revision 21813

added missing #include <wx/defs.h> (parts of patch 649438)

2003-07-09 21:38 VZ, revision 21812

fixed crash in wxSpinButton (patch 646214)

2003-07-09 21:20 VZ, revision 21811

VC 7.1 warning fix

2003-07-09 20:40 VZ, revision 21810

attempts to fix separate compilation (didn't work)

2003-07-09 20:34 VZ, revision 21809

test for Mac before Unix as __UNIX__ is defined as well when building wxBase under Mac

2003-07-09 20:34 VZ, revision 21808

typo in comment

2003-07-09 20:18 VZ, revision 21807

removed some stray MSW code

2003-07-09 19:58 VZ, revision 21806

initialize wxStrings in initialization list, not ctor body; this is more efficient and incidentally also fixes crash under Mac with gcc 3.3

2003-07-09 19:40 VZ, revision 21805

fixed gcc 3.3 compilation warnings

2003-07-09 19:11 RD, revision 21804

Added note about fixing a bug in Apple's fp.h

2003-07-09 18:44 DE, revision 21803

Don't save and restore the graphics context for color changes

2003-07-09 18:38 DE, revision 21802

Implement wxWindowDC::Clear()

2003-07-09 18:37 DE, revision 21801

Implement SetBackground()

2003-07-09 18:34 DE, revision 21800

wxNullBrush should not be Ok(), and GetNSColor() should return clearColor.

2003-07-09 18:31 DE, revision 21799

wxBrushRefData constructor: m_style = style instead of wxSOLID

2003-07-09 17:15 JS, revision 21798

OnIdle -> OnInternalIdle

2003-07-09 15:29 JS, revision 21797

Fixed a crash on initialization

2003-07-09 15:26 DE, revision 21796

Set m_window instead of using wxWindowDC constructor taking a wxWindow

2003-07-09 14:56 DE, revision 21795

Store a pointer to the wxWindow in the wxWindowDC class

2003-07-09 14:24 DE, revision 21794

Avoid paint event recursion when the run loop is restarted inside the paint event. Usually for the purpose of showing an assertion dialog.

2003-07-09 14:20 JS, revision 21793

Removed overloaded DoMenuUpdates function since it duplicated wxMenu::UpdateUI() Removed routing of menu commands to focus window under Windows Added routing of menu commands (but not UI updates, for efficiency reasons) to wxMenuBar before sending to frame

2003-07-09 14:10 DE, revision 21792

Remove check for other wxPaintDCs. It should be done in wxWindow instead.

2003-07-09 12:41 JS, revision 21791

Added cast to wxWindow*

2003-07-09 11:00 JS, revision 21790

Fixed missing bracket

2003-07-09 10:15 JS, revision 21789

- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle into common code. - wxWindow::OnInternalIdle is now used in all ports, and ensures that user OnIdle events do not interfere with crucial internal processing. - wxWindow::UpdateWindowUI is now a documented function that sends wxUpdateUIEvents, and can be overridden. It has a helper function DoUpdateWindowUI for taking appropriate wxUpdateUIEvent action. - Added functions to wxUpdateUIEvent: Set/GetMode, Set/GetUpdateInterval, CanUpdate, to assist with optimising update event frequency. - Added functions to wxIdleEvent: Set/GetMode, CanSend, to determine whether a window should receive idle events. - Added wxWS_EX_PROCESS_IDLE, wxWS_EX_PROCESS_UI_UPDATES window styles for use with conservative idle and update event modes. - wxMSW and wxGTK now send menu update events only when a menu is about to be used. - Added WM_INITMENU processing instead of WM_ENTERMENULOOP, or accelerators don't always get called since menu items may still be disabled.

2003-07-08 23:19 VZ, revision 21788

compilation warning fixes (patch 625810)

2003-07-08 23:14 VZ, revision 21787

added support for wxALWAYS_SHOW_SB (finally closes patch 410865 -- first still opened...)

2003-07-08 23:02 VZ, revision 21786

deprecated and removed from our code GetUseCtl3D()/TransparentBackground()

2003-07-08 22:55 VZ, revision 21785

warnings fixes

2003-07-08 22:52 MBN, revision 21784

More MSVC fixes .

2003-07-08 22:48 VZ, revision 21783

mingw compilation fix

2003-07-08 22:30 VZ, revision 21782

updated the version

2003-07-08 22:24 MBN, revision 21781

More MSVC fixes .

2003-07-08 22:23 VZ, revision 21780

got rid of (unused since a long time) wxNO_3D and wxUSER_COLOURS

2003-07-08 22:11 VS, revision 21779

fixes to wxHTML selection code: corrected mouse navigation

2003-07-08 22:07 MBN, revision 21778

Blind fix for MSVC.

2003-07-08 21:58 MBN, revision 21777

Morec ompilation fixes.

2003-07-08 21:36 VZ, revision 21776

just some warning fixes

2003-07-08 21:19 VZ, revision 21775

removed non existing file which was preventing "make install" from working

2003-07-08 21:17 VZ, revision 21774

renamed wxScrollHelper::GetRect() to GetScrollRect() to avoid conflicts with wxWindow method

2003-07-08 20:47 VS, revision 21773

standardized WXMAKINGDLL approach

2003-07-08 20:46 VS, revision 21772

added fl bakefile

2003-07-08 20:41 MBN, revision 21771

Compilation fix.

2003-07-08 20:34 VS, revision 21770

compilation fix

2003-07-08 20:25 MBN, revision 21769

Compilation fix.

2003-07-08 19:52 MBN, revision 21768

Added --use-stl to cnfigure, wxUSE_STL to setup0.h Moved wx/datetime.inl contents to wx/datetime.h and removed inline redefinition hack. Implemented STL-like interface on top of wxList/wxArray, when wxUSE_STL=0. Implemented wxList-like and wxArray interfaces on top of std::list and std::vector, when wxUSE_STL=1. Added arrstr.h, moved wxArrayString declaration there; string.h #includes arrstr.h only if WXWIN_COMPATIBILITY_2_4 is enabled. Added WX_CLEAR_HASH_MAP, WX_CLEAR_HASH_TABLE, WX_CLEAR_LIST macros, to clear a wxHashMap, wxHashTable, wxList containing pointers: deletes pointers and makes container zero-sized. When wxUSE_STL=1, wxStringList works like a std::list<wxString>. Made wxBase compile when wxUSE_STL=1.

2003-07-08 19:18 VS, revision 21767

fixed DLL building bug

2003-07-08 19:17 VS, revision 21766

added animate bakefile

2003-07-08 19:12 VS, revision 21765

fixed animate in Unicode mode and removed use of deprecated methods

2003-07-08 19:09 VS, revision 21764

added animate contrib bakefile

2003-07-08 19:08 VS, revision 21763

added animate contrib

2003-07-08 18:44 VS, revision 21762

much better looking selection of justified paragraphs

2003-07-08 15:59 DE, revision 21761

wxBITMAP now uses XPM constructor for wxCocoa (like everything except wxMSW)

2003-07-08 15:36 DE, revision 21760

wxCocoa: allow wxUSE_NUMBERDLG

2003-07-08 15:09 DE, revision 21759

Position the status bar properly

2003-07-08 12:00 VS, revision 21758

removed gcc warning

2003-07-08 11:26 RR, revision 21757

Added Theme patch. Upported mouse click detection change.

2003-07-08 11:24 RR, revision 21756

Corrected wxTreeCtrl and wxListCtrl end_label_edit event behaviour. wxListCtrl doesn't send this event when the editing was cancelled.

2003-07-08 11:20 VZ, revision 21755

backport wxListCtrl::Refresh() fix

2003-07-08 11:19 VZ, revision 21754

Refresh() didn't work as it wasn't passed to subwindows

2003-07-08 11:18 RR, revision 21753

Upported mouse click detection change for wxChoice.

2003-07-07 20:58 VS, revision 21752

helpbest is MSW-only and init.h was missing

2003-07-07 20:46 VS, revision 21751

helpbest is MSW-only and init.h was missing

2003-07-07 20:13 GD, revision 21750

backported minor corrections for compilation with gcc 3.3 (use cast of address i nstead of address of cast)

2003-07-07 20:11 GD, revision 21749

backported minor corrections for compilation with gcc 3.3 (use cast of address instead of address of cast)

2003-07-07 18:56 DE, revision 21748

Use NSColor from wxColour and wxBrush #if 0 the bounding box drawn around all text (which was for testing)

2003-07-07 18:53 DE, revision 21747

First hack at wxBrush for wxCocoa

2003-07-07 16:21 JS, revision 21746

Added wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATES in platform.h Experimental wxUpdateUIEvent::SetUpdateInterval() function to limit UI update frequency

2003-07-07 14:21 RR, revision 21745

Added code for better mouse click detection in various native controls. wxChoice and wxSpinCtrl look better, wxListBox doesn't.

2003-07-07 14:20 RR, revision 21744

Added IsOwnGtkWindow() to wxChoice for mouse click interception.

2003-07-07 11:59 VZ, revision 21743

document the functions sending page changing events

2003-07-07 11:58 VZ, revision 21742

compilation fix (extra semicolon)

2003-07-07 11:48 VZ, revision 21741

warning (in Unicode only) fix

2003-07-07 11:48 VZ, revision 21740

added wxEntry(char **) declaration

2003-07-07 11:14 VZ, revision 21739

mention that OnInit/Exit() should be used instead of wxApp/~wxApp

2003-07-07 08:56 VS, revision 21738

Unicode compilation fixes

2003-07-07 08:52 VS, revision 21737

caret.cpp was missing

2003-07-07 08:33 VS, revision 21736

compilation fix for #ifdef __WXDEBUG__

2003-07-07 08:28 VS, revision 21735

applied modified UTF-8 locales patch (766893)

2003-07-07 08:05 VS, revision 21734

configure didn't define __WXDEBUG__, fixed

2003-07-06 23:29 VZ, revision 21733

backported patch 762500 (don't eas 100% of CPU when showing popup menu)

2003-07-06 23:26 VZ, revision 21732

don't east 100% of CPU when showing popup menu (patch 762500)

2003-07-06 23:08 VS, revision 21731

updated

2003-07-06 23:01 VS, revision 21730

regen XRC makefiles

2003-07-06 22:53 VS, revision 21729

updated main makefiles

2003-07-06 22:53 VS, revision 21728

don't link wxBase against GUI libraries

2003-07-06 22:47 VS, revision 21727

added ability to build contrib samples

2003-07-06 22:19 VS, revision 21726

added xrcdemo bakefile

2003-07-06 22:00 VZ, revision 21725

check for wrong wxID_OK usage (patch 758388)

2003-07-06 21:54 VZ, revision 21724

documented Fit() brokenness if sizers are not used

2003-07-06 21:53 VS, revision 21723

don't link wxBase against GUI libraries

2003-07-06 21:51 VS, revision 21722

don't delete samples datafiles, it may be dangerous

2003-07-06 21:43 VZ, revision 21721

forward ported patch to IsEditable()

2003-07-06 21:40 VZ, revision 21720

send more page change events (patch 750521); document this behaviour

2003-07-06 21:35 VZ, revision 21719

implemented GetDefaultBorder() in wxControl, override it in some controls which don't want to have sunken style by default

2003-07-06 21:33 VZ, revision 21718

compilation fix (extra semicolon)

2003-07-06 21:17 VZ, revision 21717

added GetBorder(flags)

2003-07-06 21:13 VZ, revision 21716

wxNotebook::HitTest() for wxMSW added (patch 748469)

2003-07-06 21:02 VZ, revision 21715

wxNotebook::HitTest() for wxMSW added (patch 748469)

2003-07-06 19:43 VZ, revision 21714

applied a patch to prevent another IsDialogMessage() hang

2003-07-06 19:14 VZ, revision 21713

use HWND in tracing messages

2003-07-06 18:55 VS, revision 21712

don't link wxBase against GUI libraries

2003-07-06 17:52 JS, revision 21711

Added wxHtmlPrintout::AddFilter so the same filters used for viewing HTML can be used for printing it.

2003-07-06 17:24 VS, revision 21710

wxConvGdk is not used anymore

2003-07-06 17:23 VS, revision 21709

don't link wxBase against GUI libs

2003-07-06 16:55 DE, revision 21708

Fixed some fields in the file header

2003-07-06 16:54 DE, revision 21707

Remove finishLaunching method which called wxTheApp->OnInit()

2003-07-06 16:54 VS, revision 21706

compilation fix

2003-07-06 16:46 VS, revision 21705

reverted

2003-07-06 16:38 VS, revision 21704

where did this file disappear? added

2003-07-06 15:56 VS, revision 21703

fixed USER_EXPORTED_ARRAY macros

2003-07-06 12:38 RR, revision 21702

Mini error reported by Valgrind.

2003-07-06 12:05 VS, revision 21701

include EXTRACFLAGS only once

2003-07-06 11:51 RR, revision 21700

Clarified the list item end label edit semantics in the docs.

2003-07-06 11:49 RR, revision 21699

OK, wxMSW doesn't seem to send the end label edit event for wxListCtrls if the label editing was cancelled.