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

2002-01-16 00:34 VZ, revision 13590

lookup the classes in the hash table if it had been already set up

2002-01-15 23:37 VS, revision 13589

merged another part of Alex's work (LoadMenuBar w/ parent)

2002-01-15 21:31 GT, revision 13588

Added /nologo to the CFLAGS to match other makefiles

2002-01-15 20:32 GT, revision 13587

dummy(dll).obj is now created in wxWin/$D rather than wxWin/src/msw/$D makefile.vc and makebase.vc no longer override the location of dummy(dll).obj that is specified in makevc.env if wxWin/include/wx/msw/setup.h does not exist, setup0.h is copied to setup.h [BASE builds]setup.h is no longer used from wxWin/include/wx, it is now used just like with makefile.vc. setup.h is copied from wxWin/include/wx/msw into wxWin/lib/base(d)/wx and all references to setup.h now read this location

2002-01-15 20:28 GT, revision 13586

Changed version to 233

2002-01-15 17:57 RR, revision 13585

Added IFF handler. Minor doc updates. Corrected configure for SGI OpenGL (wx-config related).

2002-01-15 17:36 VZ, revision 13584

added a fix for cygwin and cleaned up wxGetWorkingDirectory()

2002-01-15 17:04 VZ, revision 13583

added more files to wxBase distrib (and unzip.h to the filelist)

2002-01-15 16:21 RR, revision 13582

gdk_rgb doesn't work on SGI.

2002-01-15 16:20 VS, revision 13581

case insensitive HHP files and fixed buffer overflow vulnerability

2002-01-15 14:49 GT, revision 13580

Added checks for wxUSE_IOSTREAMH to #include the correct header file based on setup.h settings

2002-01-15 04:54 RD, revision 13579

Added wxGenericDirCtrl and other varioius updates

2002-01-15 00:09 VS, revision 13578

reverted my locale change

2002-01-14 21:04 SC, revision 13577

changed processing of events to only process the events that were logged when entering wxMacProcessNotifierEvents, ignoring eventually added new ones during notifier processing

2002-01-14 20:56 SC, revision 13576

fixed MouseUp handling when window was captured

2002-01-14 20:40 SC, revision 13575

added missing break in switch statement

2002-01-14 20:32 GT, revision 13574

Fixed '_' chars that were not quoted with a '\' Fixed layout problems for functions that had overloaded \func{} defs for the function. Problem was that there needs to be a blank line between them, or they all get concatenated Changed a bunch of "char*" to "char *", as the (just slightly) larger number of occurances use "char *" rather than "char*" throughout the .tex files

2002-01-14 20:29 RR, revision 13573

Fix wxClipboard. Fix enter and leave events.

2002-01-14 20:23 SC, revision 13572

since DoScreenToClient and ClientToScreen in toplvlcmn are implemented by calling the superclass implementation, we have to avoid shifting by the client origin twice. had to change MacWindowFromPoint therefore too

2002-01-14 19:10 VZ, revision 13571

make locale modified them, not me

2002-01-14 19:04 VZ, revision 13570

added wxFont::IsFixedWidth(), documented it and implemented for wxGTK/Motif

2002-01-14 18:08 SC, revision 13569

added flushing for MacOS X buffered window immediatly when using wxWindow::Update

2002-01-14 17:14 VZ, revision 13568

made the alphabetic class order more alphabetic

2002-01-14 16:40 VZ, revision 13567

made the alphabetic class order more alphabetic

2002-01-14 14:13 SC, revision 13566

corrected apple menu and help menu anomalies under carbon