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-08-20 17:02 SN, revision 23053

Compilation fixes for gcc-3.2.

2003-08-20 16:59 MBN, revision 23052

Keep order of nodes when wxHashMap is resized; this ensures that wxHashTable has the same behaviour when wxUSE_STL=1 as when wxUSE_STL=0.

2003-08-20 16:02 DE, revision 23051

Fix autoresizingMask when scrolling is used

2003-08-20 16:00 VS, revision 23050

more OS/2 fixes

2003-08-20 15:14 VS, revision 23049

updated the RPMs

2003-08-20 15:13 VS, revision 23048

compilation fix

2003-08-20 14:45 DE, revision 23047

* Use a subclass of NSView for the dummy view which overrides hitTest: to return nil. That tells Cocoa never to send it any mouse events. * Set the autoresizingMask of the hidden view on the dummy view * Added some code to paint green over the dummy view. It makes debugging some things easier. Change the #undef WXCOCOA_FILL_DUMMY_VIEW to enable.

2003-08-20 13:56 VS, revision 23046

(blind) OS/2 build fixes

2003-08-20 13:37 DE, revision 23045

Normal wxWindow::Close() behavior

2003-08-20 10:29 SN, revision 23044

Added some missing brackets required by autoconf on OS2.

2003-08-20 10:02 VS, revision 23043

new makefiles update

2003-08-20 09:50 VS, revision 23042

how to build new RPMs

2003-08-20 09:39 VS, revision 23041

removed a typo(?)

2003-08-20 09:20 VS, revision 23040

wxMotif compilation fix

2003-08-20 09:01 VS, revision 23039

more Unicode fixes

2003-08-20 08:39 VS, revision 23038

Unicode compilation fixes for wxX11

2003-08-20 08:13 VS, revision 23037

Unicode compilation fix

2003-08-20 08:12 VS, revision 23036

regenerated with ac-2.57

2003-08-20 08:10 VS, revision 23035

there's no reason why wxrc should link against xrc library, it doesn't need it

2003-08-19 21:17 MBN, revision 23034

Fixes for wxHashTable when wxUSE_STL=1: wxHashTable must work like an hash_multimap, not an hash_map. wxHashTable::Delete is supposed to actually delete entries more tests in console sample.

2003-08-19 19:45 SC, revision 23033

switching to wxEmptyString to satisfy linker after wxxVariant constructor change

2003-08-19 19:44 SC, revision 23032

changing wxxVariant signature

2003-08-19 19:27 JS, revision 23031

Correcting typo

2003-08-19 18:02 VS, revision 23030

compilation fixes

2003-08-19 17:57 VS, revision 23029

<wx-lib>expat</wx-lib> is nonsense

2003-08-19 17:28 SC, revision 23028

removing rtti special functions

2003-08-19 17:27 VS, revision 23027

wxStrdup(NULL) doesn't work

2003-08-19 16:58 VS, revision 23026

OS/2 doesn't use lib prefix for libraries

2003-08-19 16:48 SC, revision 23025

RTTI extensions

2003-08-19 16:44 SC, revision 23024

switching back to normal accessors, workaround not needed anymore

2003-08-19 16:40 SC, revision 23023

XTI extensions

2003-08-19 15:57 JS, revision 23022

Unicode fix

2003-08-19 15:51 JS, revision 23021

Applied patch [ 778716 ] Fix resolve in smapi.cpp for UNICODE

2003-08-19 15:40 JS, revision 23020

Warning fixes from ABX

2003-08-19 15:16 CE, revision 23019

CBuilder & IDE details Not appropriate for new makefiles

2003-08-19 15:15 CE, revision 23018
  • D /wxWidgets/trunk/distrib/msw/process_all_samples_bcb.bat
  • D /wxWidgets/trunk/distrib/msw/process_sample_bcb.bat

CBuilder project creation files Not appropriate for new makefiles

2003-08-19 14:51 DE, revision 23017

Use NSBox with the NSBoxSeparator box type

2003-08-19 14:49 DE, revision 23016

Override CocoaSetEnabled() to call -[NSControl setEnabled:] Do NOT forget to override this in subclasses which use a Cocoa view not derived from NSControl. Crashes will result.

2003-08-19 14:47 DE, revision 23015

Override CocoaSetEnabled() to do nothing. Although static lines are controls in the wxWindows sense, they are not in the Cocoa sense.

2003-08-19 14:45 DE, revision 23014

Added machinery to Enable/Disable windows. When a window is disabled, it disables all of its children. Every window maintains a bool indicating whether it should be enabled (i.e. Enable() was called on it directly). When a window is reenabled, it reenables children, but only if they are actually supposed to be enabled. Override CocoaSetEnabled() in subclasses to actually enable/disable a Cocoa control.

2003-08-19 12:37 JS, revision 23013

Fix to remove CW/Mac warning

2003-08-19 11:17 CE, revision 23012

fix bug in directory creation

2003-08-19 10:30 CE, revision 23011

fix bug in name of implib

2003-08-19 10:00 SC, revision 23010

unicode fixes, enabling notebook images again

2003-08-19 08:41 JS, revision 23009

Use _NO_THEMES

2003-08-19 04:27 DE, revision 23008

Wrap NSTableView in an NSScrollView and disable the header

2003-08-19 04:10 DE, revision 23007

Use bounds rect instead of frame rect when positioning subviews

2003-08-19 04:08 DE, revision 23006

Use setAutoresizingMask: NSViewMinYMargin to keep subviews in the same position relative to the wxWindows coordinate system

2003-08-18 23:57 VZ, revision 23005

use wxWindowBase::Create() instead of duplicating its code in MacPreControlCreate()

2003-08-18 23:56 VZ, revision 23004

added missing Create() implementation

2003-08-18 23:56 VZ, revision 23003

no changes

2003-08-18 23:55 VZ, revision 23002

return immediately if the XPM is bad instead of spitting out thousands of error messages

2003-08-18 23:54 VZ, revision 23001

commented out annoying wxLogDebug

2003-08-18 23:49 VZ, revision 23000

deleted unused variable

2003-08-18 19:21 DE, revision 22999

SetInitialFrameRect: use frameRect.size.height to calculate frameRect.origin.y Fixes bug where size.y!=frameRect.size.height (e.g. it is -1)

2003-08-18 19:15 DE, revision 22998

DoMoveWindow: setNeedsDisplay:YES for the superview

2003-08-18 18:32 VS, revision 22997

OS/2 fix

2003-08-18 18:27 DE, revision 22996

* Implement GetValue() and SetValue(). * Send event when clicked. * Implement radio button grouping.

2003-08-18 18:21 DE, revision 22995

Implement GetValue() and SetValue() and send an event when clicked

2003-08-18 18:19 JS, revision 22994

Fixed wxX11 compilo

2003-08-18 09:59 SC, revision 22993

RTTI simplifications

2003-08-18 09:57 SC, revision 22992

rtti api mods added

2003-08-18 09:56 SC, revision 22991

scope added for keyboard handler

2003-08-18 09:53 SC, revision 22990

refactoring getters and setters to avoid signature madness, typeinfo is carrying string conversion info now.

2003-08-18 09:30 MBN, revision 22989

Correctly export events.

2003-08-18 02:19 DE, revision 22988

wxCocoa: Added NSMutableArray and NSTableColumn

2003-08-18 02:16 DE, revision 22987

wxCocoa: added NSTableView.(mm|h)

2003-08-18 02:14 DE, revision 22986

some more wxListBox support

2003-08-18 02:12 DE, revision 22985

Added NSTableView support

2003-08-17 23:32 SN, revision 22984

Completely reworked OS/2 thread implementation. Moved wxConditionInternal from src/msw/thread.cpp to include/wx/thrimpl.cpp to give OS/2 the possibility to reuse the code.

2003-08-17 23:23 DE, revision 22983

Handle setting of client size for all types of windows

2003-08-17 22:57 SN, revision 22982

Completely reworked OS/2 thread implementation. Moved wxConditionInternal from src/msw/thread.cpp to include/wx/thrimpl.cpp to give OS/2 the possibility to reuse the code.

2003-08-17 21:15 SC, revision 22981

several patches and extensions

2003-08-17 21:14 SC, revision 22980

added WXK_COMMAND

2003-08-17 19:53 MBN, revision 22979

Check for NULL base class.

2003-08-17 19:47 SC, revision 22978

textcontrol handling change for mac (execute event in mid stream)

2003-08-17 19:41 SC, revision 22977

textcontrol handling change for mac (execute event in mid stream)

2003-08-17 16:31 JS, revision 22976

Must call DoMoveWindow in Create() or buttons may not be moved

2003-08-17 16:25 SC, revision 22975

unicode wxMac CW fixes

2003-08-17 15:29 SN, revision 22974

Added OS/2 to the list of platforms known to AC_BAKEFILE_SHARED_LD. (Although it should not be needed since I always build static libs on OS/2?)

2003-08-17 15:14 JS, revision 22973

Peter Lenhard's WinCE DoDraw[Elliptic]Arc additions: the WinCE-specific calling code

2003-08-17 15:07 VS, revision 22972

more visible banner after installation

2003-08-17 15:00 VS, revision 22971

Unicode compilation fixes

2003-08-17 14:55 VS, revision 22970

Unicode compilation fixes

2003-08-17 14:53 SN, revision 22969

Added some special code to make generated configure script OS/2 compatible no matter what platform it is generated on.

2003-08-17 13:55 JS, revision 22968

Removed redundant DSPs Fixed default size of splitter in splittree sample

2003-08-17 13:14 VS, revision 22967

removed --enable-compat20

2003-08-17 12:50 VS, revision 22966

removed WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2

2003-08-17 12:48 VS, revision 22965

netutils code is MSW-only

2003-08-17 12:00 SC, revision 22964

unicode wxMac CW fixes

2003-08-17 11:35 , revision 22963

This commit was manufactured by cvs2svn to create tag 'WX_BEFORE_REMOVING_WXWIN_COMPATIBILITY_2_2'.

2003-08-17 11:35 VS, revision 22962

don't test for Flex and Yacc, we don't use them anymore (contrib/deprecated uses pregenerated versions)

2003-08-17 11:31 JS, revision 22961

Misc. contrib compilation fixes

2003-08-17 11:17 VS, revision 22960

regenerated makefiles after fixing files.bkl

2003-08-17 11:14 VS, revision 22959

restored wxBuildOptions class, for backward compatibility with wx-2.4

2003-08-17 11:14 JS, revision 22958

Fixed compilation of OGL samples

2003-08-17 10:59 VS, revision 22957

wxMutexGuiEnter/Leave didn't work because this file is compiled with wxUSE_GUI=0

2003-08-17 10:41 VS, revision 22956

restored changes accidentally reverted by previous commit

2003-08-17 10:35 VS, revision 22955

no wxToolBarSimple

2003-08-17 10:34 VS, revision 22954

removed unused wxObject::Dump