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

2009-02-22 14:42 FM, revision 59084

remove wxAppConsoleBase::OInitGui and leave it only in wxApp[Base] class

2009-02-22 08:52 JMS, revision 59083

Fixed documentation of wxComboPopup::m_combo

2009-02-22 08:51 JMS, revision 59082

Fixed documentation of wxComboPopup::m_combo

2009-02-22 00:46 VZ, revision 59080

add public wxLog::Log() to avoid ugly casts needed in order to call DoLog() from derived classes

2009-02-21 20:56 PC, revision 59077

fix the restore of the fix of r58979

2009-02-21 20:37 VZ, revision 59076

restore changes of r58979 accidentally overwritten by r59023

2009-02-21 20:30 PC, revision 59075

fix event table base for wxListMainWindow

2009-02-21 18:08 PC, revision 59074

check for self-assignment in operator=

2009-02-21 18:08 PC, revision 59073

non-pch build fixes, some cleanup

2009-02-21 17:13 PC, revision 59072

fix for missing sighandler_t

2009-02-21 16:43 VS, revision 59071

added asserts to check correct order of wxHtmlDCRenderer methods calls

2009-02-21 15:40 FM, revision 59070

fix a few typos

2009-02-21 13:53 SN, revision 59069

Added wxSingleInstanceChecker for OS/2 (patch #10491).

2009-02-21 13:52 SN, revision 59068

Added wxSingleInstanceChecker for OS/2 (patch #10491).

2009-02-21 13:40 VZ, revision 59067

only update stc.h when USE_STC==1

2009-02-20 16:38 FM, revision 59060

fix a couple of drawing defects

2009-02-20 16:07 FM, revision 59059

show wxMutexGuiEnter/Leave by drawing into a bitmap from a secondary thread; show the result while it's being created by a MyImageDialog dialog; small cleanup

2009-02-20 13:51 FM, revision 59058

remove MyExecThread: wxExecute can't be called from secondary threads since a long time; give the user the possibility to change the command to run from the main thread and provide sensible defaults for wxMSW and non-wxMSW platforms

2009-02-20 12:47 CE, revision 59057

use correct form of rtf for making PDF

2009-02-20 12:45 FM, revision 59056

minor cleaning: use %p instead of 0x%lx; clear in the menu name which is the thread which is stopped/paused/resumed

2009-02-20 12:40 FM, revision 59055

use %p when logging the thread IDs instead of %lu to make it easier to debug multithreaded programs when using GDB (which uses the %p syntax)

2009-02-20 12:26 CE, revision 59054

use correct form of rtf for making PDF

2009-02-20 12:02 FM, revision 59053

implement wxThreadEvent safe copy ctor

2009-02-20 11:56 FM, revision 59052

no real change; just reorder the sample putting all declarations together and all implementations together; move frame construction code in MyFrame ctor; add some comment about TEST_YIELD_RACE_CONDITIONsymbol

2009-02-20 11:34 FM, revision 59051

recategorize many misplaced classes; move lots of classes from miscellaneous [window] category to more specific categories; add the 'Book controls' and the 'Application and system configuration' class groups

2009-02-20 10:37 CE, revision 59050

add missing macro

2009-02-20 10:23 CE, revision 59049

missing backticks

2009-02-20 09:27 CE, revision 59048

moved bakefile_gen.exe

2009-02-20 08:58 CE, revision 59047

rc2

2009-02-20 08:56 CE, revision 59046

rc2

2009-02-20 06:48 PC, revision 59045

fix for HP aCC

2009-02-19 23:45 FM, revision 59040

wxCHECK that there is an active event loop before using wxEventLoopBase::GetActive() pointer

2009-02-19 22:48 FM, revision 59039

mention wxThreadEvent in wxEVT_CATEGORY_THREAD and in wxEvtHandler::QueueEvent

2009-02-19 21:30 VZ, revision 59038

fix Windows compilation after last change

2009-02-19 20:57 FM, revision 59037

don't leak events in wxEvtHandler::QueueEvent when there's no event loop

2009-02-19 20:26 RR, revision 59036

Make wxImageList not copiable (fixes #10503), replace wxList with wxObjectList

2009-02-19 20:18 RR, revision 59035

If a selected item is about to be deleted, try to select the next one first, otherwise the parent, like the wxMSW does

2009-02-19 17:45 PC, revision 59034

add braces around if-body

2009-02-19 17:45 PC, revision 59033

remove old hacks for gtk blit problem which was probably fixed long ago

2009-02-19 17:44 PC, revision 59032

remove unnecessary cast, that type should match

2009-02-19 17:28 PC, revision 59031

better fix for aCC and rawbmp.h

2009-02-19 14:17 VZ, revision 59024

compilation fix for systems without neither MSG_NOSIGNAL nor SO_NOSIGPIPE (such as AIX and old HP-UX): disable SIGPIPE manually in this case

2009-02-19 14:01 VZ, revision 59023

another AIX compilation fix: getservbyname_r() returns int, not servent* there

2009-02-19 07:37 PC, revision 59022

avoid setting negative size

2009-02-19 07:37 PC, revision 59021

unused variable

2009-02-19 07:37 PC, revision 59020

remove unused gtk includes

2009-02-19 07:36 PC, revision 59019

check for self-assignment in operator=

2009-02-19 07:35 PC, revision 59018

remove extra semicolons

2009-02-19 05:34 PC, revision 59017

fix for HP aCC, it can't compile rawbmp.h

2009-02-19 05:34 PC, revision 59016

fix for IBM xlC 8, it can't parse the template syntax

2009-02-19 05:34 PC, revision 59015

fix for IBM xlC 8, it can't compile Clone() if wxDataFormat is not defined

2009-02-19 05:33 PC, revision 59014

fix for IBM and HP compilers, which don't allow ->* operator with undefined class

2009-02-19 04:54 KO, revision 59013

Error codes can go beyond the value acceptable to use with exit, so just return 1 explicitly.

2009-02-19 03:43 KO, revision 59009

svn merge -r 57959:59008 http://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH

2009-02-19 01:03 VZ, revision 59008

AIX compilation fix

2009-02-18 21:21 RR, revision 59006

Uncomment code accidentally left commented

2009-02-18 21:20 RR, revision 59005

Don't use default size of control has a sizer (as per other ports)

2009-02-18 19:32 FM, revision 59002

name wxThreadEvent and YieldFor in wxProgressDialog and in thread overview; update the sample code to use new event macros; minor other changes

2009-02-18 18:02 PC, revision 59001

use bool expression rather than implicit conversion

2009-02-18 17:58 FM, revision 59000

make distinction between classes which send events (use @beginEventEmissionTable for them) from event classes (use @beginEventTable for them); add event tables for wxWindow, wxFrame, wxTopLevelWindow, wxApp

2009-02-18 17:15 PC, revision 58999

remove unused wxKeyEvent member m_scanCode

2009-02-18 16:16 JMS, revision 58998

Under wxGTK, always use wxPopupTransientWindow as the popup window, even if UseAltPopupWindow() has been called. Do this because, of all popup window types, only wxPopupTransientWindow is able to have focused child controls when the popup is shown in wxGTK modal dialog.

2009-02-18 15:59 JS, revision 58996

Added licensing information

2009-02-18 15:58 JS, revision 58995

Added licensing information

2009-02-18 15:49 FM, revision 58994

always NUL-terminate the m_szFlags buffer; add test for %*s case

2009-02-18 15:33 FM, revision 58993

remove comment erroneously committed in r58654

2009-02-18 15:14 FM, revision 58992

fix typo: the leave/enter order for the m_handlersWithPendingEventsLocker critical section was flipped

2009-02-18 14:57 FM, revision 58989

make the testcase more readable; add a few checks to Asterisk() test; make unicode part of S() test compile with MSVC

2009-02-18 11:30 FM, revision 58986

fix typo

2009-02-18 11:05 FM, revision 58985

test if CXXFLAGS/CFLAGS contains the -g or the -O options before adding our -g and -O2 flags: this avoids duplicates in the GCC command line which just generate confusion

2009-02-18 10:42 FM, revision 58984

do not exceed the 80 column limit when printing the list of available libraries

2009-02-18 10:32 FM, revision 58983

fix wxGTK1 build

2009-02-18 04:06 PC, revision 58979

build fixes for wxUSE_THREADS==0

2009-02-18 00:19 BP, revision 58978

Fix manual references to the events overview after it's page ID was changed in r58712 (VZ).

2009-02-17 22:06 BP, revision 58977

Fixed the logo image output in the manual after (obviously untested) image filename changes.

2009-02-17 20:52 JMS, revision 58976

Have wxComboCtrl respect parent's wxTAB_TRAVERSAL flag; Also cleaned up key event redirecting code

2009-02-17 20:19 JMS, revision 58975

Also redirect wxEVT_KEY_UP and wxEVT_CHAR from the embedded wxTextCtrl

2009-02-17 18:46 RR, revision 58974

Corrected meaning of parameter col as the position not ID in wxLisrCtrl::InsertColumn() under OSX/Carbon

2009-02-17 18:36 JMS, revision 58973

Improved documentation for GetProperty(), GetPropertyByName()

2009-02-17 18:07 JMS, revision 58972

Test for m_pPropGrid in wxPropertyGridPageState::DoClear()

2009-02-17 18:01 JMS, revision 58971

Clear grid selection more consistently prior clear operations; improved Clear() tests (fixes #10497)

2009-02-17 17:47 BP, revision 58970

Updated version numbers tech note with new doxygen manual locations to update, and updated the main page of the manual.

2009-02-17 16:43 VZ, revision 58969

don't skip the event in wxGridCellEditorEvtHandler::OnKillFocus() to fix crashes which happen if the control receiving this event gets deleted from it

2009-02-17 13:31 SC, revision 58967

adding bitmap button version for colour picker, used by setting wxCLRBTN_USES_BMP_BUTTON to 1, off by default also on Mac for binary compat reasons.

2009-02-17 13:07 JJ, revision 58966

add wx/log.h for non-PCH build

2009-02-17 12:01 VZ, revision 58965

suppress unused parameter warning

2009-02-17 11:30 RR, revision 58964

Blind implementation of YieldFor() for OSX/Cocoa, copied from OSX/Carbon

2009-02-17 11:24 RR, revision 58963

Blind implementation of GetSubItemRect() for wxListCtrl under carbon

2009-02-17 11:11 FM, revision 58962

fixed test failures under wxMSW when using our wxVsnprintf implementation (remains 1 bug introduced by the wx29 string changes)

2009-02-17 10:42 FM, revision 58961

revert debugging modifications and build into test.exe all non-GUI tests

2009-02-17 10:26 FM, revision 58960

give credit to the author of the patch for adding wxImage options for PNG saving

2009-02-17 09:57 VZ, revision 58959

add missing stdcall to fix crash when using state image lists after r58572

2009-02-17 09:53 VZ, revision 58958

add event.Skip() in EVT_CONTEXT_MENU handler

2009-02-17 05:35 SC, revision 58957

fixing typo

2009-02-17 03:32 PC, revision 58956

fix deferred show when SetSize() is called after SetClientSize()

2009-02-16 21:14 FM, revision 58954

don't consider EOF an unrecoverable error

2009-02-16 17:22 PC, revision 58952

non-pch build fix

2009-02-16 17:19 PC, revision 58951

fix evtloop.h header dependency implementation headers go first to catch this kind of problem, don't move them to fix a build error

2009-02-16 10:59 SC, revision 58947

fixing retain semantics

2009-02-16 10:55 SC, revision 58946

adding new defines for OSX