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-17 14:14 VS, revision 22048

removed duplicate glcanvas entries

2003-07-17 14:13 VS, revision 22047

cross-compiled libraries have host embedded in the name again

2003-07-17 13:16 VS, revision 22046

more OpenGL fixes

2003-07-17 12:50 VZ, revision 22045

don't use fall back if we had already found the MIME type (patch 769826)

2003-07-17 12:44 VZ, revision 22044

allocate string freed with free() later using malloc(), not new[] (fixes patch 772404)

2003-07-17 12:39 VZ, revision 22043

updated Japanese translations (patch 769962)

2003-07-17 12:20 VS, revision 22042

added dependency on opengl.bkl

2003-07-17 12:11 VS, revision 22041

remove extra space at top and bottom of the page if present

2003-07-17 09:59 VS, revision 22040

more monobuild fixes

2003-07-17 09:46 VZ, revision 22039

useh higher value of _WIN32_IE

2003-07-17 09:26 VS, revision 22038

previous commit removed WXDLLIMPEXP_HTML by mistake

2003-07-17 09:09 VS, revision 22037

don't use win-like names on mingw/cygwin

2003-07-17 08:55 VS, revision 22036

fixes for monolib build

2003-07-17 08:31 VS, revision 22035

compilation fixes for msw_gl

2003-07-17 08:23 VS, revision 22034

Apple's gcc fixes to bakefile

2003-07-17 08:01 VS, revision 22033

added opengl.bkl

2003-07-16 23:20 RD, revision 22032

SWIGged updates for wxMac

2003-07-16 23:17 RD, revision 22031

Fix for #764099. Instead of undoing Python's signal handlers and module, just set SIG_DFL for SIGINT.

2003-07-16 23:12 RD, revision 22030

Fix for #764099. Instead of undoing Python's signal handlers and module, just set SIG_DFL for SIGINT.

2003-07-16 22:27 VS, revision 22029

re-added OpenGL canvas

2003-07-16 22:26 VS, revision 22028

added _gl library and removed install target

2003-07-16 22:25 VS, revision 22027

reordered headers a bit so that they are installed only when needed

2003-07-16 22:03 RN, revision 22026

Import regex from tcl 8.4.5

2003-07-16 22:03 , revision 22025

This commit was manufactured by cvs2svn to create branch 'RXSPENCER'.

2003-07-16 22:03 RN, revision 22024

Tcl regex lib

2003-07-16 21:10 VS, revision 22023

reordered headers a bit so that they are installed only when needed

2003-07-16 21:10 VS, revision 22022

added wxBU_EXACTFIT

2003-07-16 20:40 JS, revision 22021

Different test for previously subclassed, for WinCE (comparing WndProcs just doesn't work)

2003-07-16 20:34 JS, revision 22020

Reordered winundef.h

2003-07-16 19:15 RD, revision 22019

SWIGged updates for wxMSW

2003-07-16 18:27 RD, revision 22018

Added headers that didn't get installed.

2003-07-16 14:54 DE, revision 22017

Implement GetLabel and SetLabel

2003-07-16 13:04 VS, revision 22016

removed GetHorizontalConstraints -- no longer needed

2003-07-16 13:03 VS, revision 22015

don't forget to backport HTML tables fix

2003-07-16 13:00 VS, revision 22014

tables can no longer be smaller than sum of their columns

2003-07-16 10:34 VS, revision 22013

-f-no-pcc-struct-return was only needed by ancient versions of gcc and it affected binary compatibility -> removed

2003-07-16 09:58 VZ, revision 22012

compilation fix (missing wx/winundef.h)

2003-07-15 23:54 VZ, revision 22011

really fixed compilation for old imagehlp.h header

2003-07-15 22:59 VZ, revision 22010

attempt to fix compilation for old imagehlp.h header

2003-07-15 22:28 JS, revision 22009

Compile with EVC 3.0 2002

2003-07-15 22:01 VS, revision 22008

regenerated after fixes to make install

2003-07-15 20:49 VZ, revision 22007

we don't use wxUSE_FILENAME any longer

2003-07-15 19:12 VS, revision 22006

added more missing headers

2003-07-15 18:58 VS, revision 22005

no need to define STRICT here either

2003-07-15 18:52 VS, revision 22004

added <windows.h> wrapper

2003-07-15 18:44 VS, revision 22003

DigitalMars check didn't work

2003-07-15 18:39 VS, revision 22002

don't break lines in the middle of word

2003-07-15 18:28 VS, revision 22001

don't break lines in the middle of word

2003-07-15 16:47 VS, revision 22000

cut-and-paste is not good idea, removed duplicated code

2003-07-15 15:27 DE, revision 21999

Added wxAutoNSAutoreleasePool to DoGetBestSize method

2003-07-15 15:25 DE, revision 21998

Added wxAutoNSAutoreleasePool to Create method

2003-07-15 15:15 DE, revision 21997

Use wxAutoNSAutoreleasePool in Create() method

2003-07-15 15:10 DE, revision 21996

SetStringSelection: wxString& should be const

2003-07-15 15:01 DE, revision 21995

wxCocoa: enable help system

2003-07-15 14:55 DE, revision 21994

Added some stubs

2003-07-15 14:45 JS, revision 21993

Updated WinCE project file list

2003-07-15 14:26 DE, revision 21992

wxCocoa: Enable gauge and progress dialog

2003-07-15 14:23 DE, revision 21991

wxCocoa: Added gauge.(mm|h)

2003-07-15 14:21 JS, revision 21990
  • D /wxWidgets/trunk/samples/resource/makefile.sc

Removed obsolete file

2003-07-15 14:04 DE, revision 21989

wxCocoa: Added wxGauge

2003-07-15 13:54 JS, revision 21988

Added Watcom makefile

2003-07-15 13:46 JS, revision 21987

Added RTL functions missing from WinCE to wxchar.h/cpp

2003-07-15 13:15 JS, revision 21986

Small tweaks for WinCE compatibility Use generic folder dialog for WinCE

2003-07-15 11:48 JS, revision 21985

Added missing functions WinCE

2003-07-15 11:04 VS, revision 21984

reverted two previous Julian's changes, they were incorrect

2003-07-15 10:24 JS, revision 21983

Added call to top-level window OnInternalIdle

2003-07-15 10:10 JS, revision 21982

Fixed out by one error

2003-07-14 23:35 VZ, revision 21981

updated recursive mutexes description

2003-07-14 20:30 VS, revision 21980

RTL problems fixed

2003-07-14 20:28 VS, revision 21979

added possibility to choose RTL

2003-07-14 19:17 RD, revision 21978

SWIGged updates ffor wxGTK

2003-07-14 19:17 RD, revision 21977

Fixed wxFileSystem_URLToFileName and FileNameToURL

2003-07-14 19:15 RD, revision 21976

new version number

2003-07-14 18:59 DE, revision 21975

After calling sizeToFit, round the size up to the next integer

2003-07-14 18:10 DE, revision 21974

wxSpinCtrl abuses m_isShown. Don't use it for any logic

2003-07-14 17:37 DE, revision 21973

wxCocoa: Allow calendar control, spin button, spin control

2003-07-14 17:36 DE, revision 21972

wxCocoa: added spinbutt.(mm|h)

2003-07-14 17:33 DE, revision 21971

wxCocoa: Added wxSpinButton

2003-07-14 16:10 DE, revision 21970

wxCocoa: enable combo box

2003-07-14 16:06 DE, revision 21969

Added wxUSE_COMBOBOX guard

2003-07-14 16:05 VS, revision 21968

updated to correctly install wx-config and wxMSW headers

2003-07-14 16:03 DE, revision 21967

wxCocoa: Added combobox.(mm|h)

2003-07-14 16:00 DE, revision 21966

Fixed file header

2003-07-14 15:58 DE, revision 21965

wxCocoa: Added basic (i.e. not working) implementation of wxComboBox

2003-07-14 15:41 VS, revision 21964

fixed make install for wxMSW ole headers

2003-07-14 15:40 VS, revision 21963

fixed wx-config installation

2003-07-14 15:02 VS, revision 21962

added missing header files

2003-07-14 14:57 VS, revision 21961

removed --enable-precomp

2003-07-14 14:43 DE, revision 21960

Added default argument (true) to Show()

2003-07-14 14:42 DE, revision 21959

wxCocoa: Allow find/replace dialog, font dialog, grid, and wizard dialog

2003-07-14 14:22 DE, revision 21958

Added wxButtonBase::GetDefaultSize stub

2003-07-14 14:18 MBN, revision 21957

Use wxApp::ProcessIdle() instead of wxApp::SendIdleEvents().

2003-07-14 14:14 DE, revision 21956

wxCocoa: allow sash, splitter, and startup tips

2003-07-14 14:11 DE, revision 21955

Use generic MDI with wxCocoa until a real implementation is done

2003-07-14 13:59 DE, revision 21954

Added (Start|End)DrawingOnTop stubs

2003-07-14 13:19 DE, revision 21953

Commented out wxAutoNSAutoreleasePool in CallOnInit()

2003-07-14 13:10 DE, revision 21952

Put wxAutoNSAutoreleasePool in methods that may be used outside the run loop.

2003-07-14 13:05 DE, revision 21951

Use the new wx/cocoa/autorelease.h header.

2003-07-14 13:03 DE, revision 21950

Place wxAutoNSAutoreleasePool in this header

2003-07-14 09:09 JS, revision 21949

SendIdleEvents -> ProcessIdle