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