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

2008-03-25 23:53 VZ, revision 52825

several g++ 4 warning fixes

2008-03-25 22:06 FM, revision 52824

final revision of prototypes for b*h (and few others)

2008-03-25 21:36 SC, revision 52823

moving tlw list up, cleanup

2008-03-25 21:34 SC, revision 52822

moving tlw list up, cleanup

2008-03-25 21:19 FM, revision 52821

build fix

2008-03-25 20:31 FM, revision 52820

reorganized wxBitmap/wxBitmapHandler classes to use wxBitmapType instead of "long" where possible; made them const-correct; introduce wxBITMAP_SCREEN_DEPTH instead of -1 for clearness (specially in the docs); remove wxBitmapHandler empty stubs and rename wxBitmapHandlerBase as wxBitmapHandler

2008-03-25 19:50 SC, revision 52819

porting reordering of controls back from 2.8

2008-03-25 17:41 FM, revision 52818

mention that both gccxml and doxygen are smart enough to mark as virtual functions declared so in base classes but not explicitely declared virtuals in derived classes

2008-03-25 17:04 JS, revision 52817

Fix for non-pch

2008-03-25 16:07 FM, revision 52816

further improve the automatic modify mode: wrap correctly inserted prototypes at comma boundaries, add @deprecated only if needed, update the locations of the methods below the fixed one

2008-03-25 16:01 FM, revision 52815

final prototype fixes to a*h headers; s/WXTYPE/wxEventType

2008-03-25 15:36 SC, revision 52814

adding 10.4 code for making focus events behave as similar to 10.5 as possible

2008-03-25 15:21 VZ, revision 52813

document On{Open,Save}Document()

2008-03-25 14:51 VZ, revision 52812

call OnReadWaiting(), not OnExceptionWaiting(), when we receive EPOLLHUP

2008-03-25 13:45 VZ, revision 52811

implement wxListItem::operator=()

2008-03-25 13:33 VZ, revision 52810

ANSI mode compilation fix

2008-03-25 13:00 SC, revision 52808

fix adding non owned window for mac

2008-03-25 12:26 FM, revision 52807

for each prototype make sure that if the n-th argument has a default value, then all the following arguments have a default value, too

2008-03-25 12:22 FM, revision 52806

prototype fixes (in particular fix missing default value initializers)

2008-03-25 08:21 SC, revision 52804

rebake after adding non owned window for mac

2008-03-25 08:02 SC, revision 52803

non owned window implementation

2008-03-25 08:01 SC, revision 52802

non owned window implementation

2008-03-25 07:59 SC, revision 52801

non owned window implementation

2008-03-25 07:57 BP, revision 52800

Removed the old, manual entry function, macro, and class category pages and replaced them with the new, finished versions auto-generated by Doxygen.

2008-03-25 07:54 SC, revision 52799

non owned window implementation

2008-03-25 07:53 SC, revision 52798

non owned window implementation

2008-03-25 07:52 SC, revision 52797

non owned window implementation

2008-03-25 07:49 SC, revision 52796

non owned window implementation

2008-03-25 07:48 SC, revision 52795

non owned window implementation

2008-03-25 07:47 SC, revision 52794

non owned window implementation

2008-03-25 07:42 SC, revision 52793

non owned window implementation

2008-03-25 07:41 SC, revision 52792

non owned window installation

2008-03-25 07:39 SC, revision 52791

make popup on mac behave as on msw

2008-03-25 07:36 BP, revision 52790

Finished review/fixes of the rest of the functions and macro categories (Network/User/OS, Process Control, Strings, Threads, and Time).

2008-03-25 07:35 SC, revision 52789

make popup on mac behave as on msw

2008-03-25 07:32 SC, revision 52788

turning off QuickDraw on the iPhone

2008-03-25 07:31 SC, revision 52787

addind nonowned window implementation

2008-03-25 07:30 SC, revision 52786

addind nonowned window implementation

2008-03-25 07:29 SC, revision 52785

addind nonowned window implementation

2008-03-25 07:27 SC, revision 52784

addind nonowned window implementation

2008-03-25 07:27 SC, revision 52783

addind nonowned window implementation

2008-03-25 07:26 SC, revision 52782

addind nonowned window implementation

2008-03-24 23:22 FM, revision 52774

added the process-only option

2008-03-24 23:13 VZ, revision 52773

fix wxExecute() compilation in ANSI build

2008-03-24 22:17 FM, revision 52771

prototype fixes (this time including pure virtual function detection)

2008-03-24 22:08 FM, revision 52770

added wxArgumentType; added parsing of argument names, so that the modify mode retains them when writing correct prototypes

2008-03-24 18:44 FM, revision 52769

add pure virtual function parsing; give more informative warnings; fix the initial line to delete when in modify mode

2008-03-24 18:17 FM, revision 52768

further prototype revisions; rename interface/aui.h to interface/framemanager.h since wxAuiManager and wxAuiPaneInfo are declared in the latter (in the real headers)

2008-03-24 15:07 VS, revision 52767

no need to export private list/arrays of generic controls' implementations

2008-03-24 13:39 FM, revision 52766

fix for built with compat 2.8 off