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-18 17:05 DW, revision 13640

Weekly module def file update.

2002-01-18 17:01 DW, revision 13639

Various OS/2 changes to keep up with general library changes and some new dilaog support.

2002-01-18 16:58 DW, revision 13638

TRUE, not true; FALSE, not false....

2002-01-18 16:57 DW, revision 13637

Compile in IFF stuff.

2002-01-18 16:57 DW, revision 13636

Various OS/2 changes to keep up with general library changes.

2002-01-18 16:55 DW, revision 13635

Some WXPM defs for dialog styles.

2002-01-18 16:44 VZ, revision 13634

IFF support off by default

2002-01-18 15:55 JJ, revision 13633

Updating OpenVMS makefile

2002-01-18 15:47 VZ, revision 13632

corrected wxHIDE_READONLY documentation

2002-01-18 14:33 JS, revision 13631

Updated VC++ files

2002-01-18 11:50 JS, revision 13630

Moved the popup menu event handlers to dialog event handler to fix bug where events weren't being handled

2002-01-18 11:50 JS, revision 13629

Moved the popup menu event handlers to dialog event handler

2002-01-18 00:15 VZ, revision 13628

don't set WS_POPUP for all windows (fix for my last fix)

2002-01-17 23:57 VZ, revision 13627

wxUSE_IFF 0 by default

2002-01-17 23:54 VZ, revision 13626

recent MSW changes: wxFrame border styles and wxRadioButton dummy events fixes

2002-01-17 23:54 VZ, revision 13625

don't generate clicked events when we just get the focus

2002-01-17 23:51 VZ, revision 13624

fixed frame border styles (allow creating a friend with a simple or without border, allow frames without captions)

2002-01-17 23:42 VS, revision 13623

temporary Watcom fix

2002-01-17 23:42 VS, revision 13622

end with fatal error if cannot start MGL

2002-01-17 23:42 VS, revision 13621

Watcom wxMGL makefiles

2002-01-17 23:42 VS, revision 13620

Watcom build system for wxMGL

2002-01-17 23:42 VS, revision 13619

put vertical space before <pre> section

2002-01-17 23:41 VS, revision 13618

added singleton interface to wxXmlResource, replaces wxTheXmlResource

2002-01-17 23:41 VS, revision 13617

rewrote wxTextFile::OnRead to handle variable-length encodings correctly

2002-01-17 19:41 VS, revision 13616

compilation fix

2002-01-17 19:41 VS, revision 13615

partial update from gtk/changes.txt

2002-01-17 19:40 VS, revision 13614

updated wxUSE_ICO_CUR comment

2002-01-17 19:40 VS, revision 13613

fixed to the IFF handler, moved into one file

2002-01-17 19:38 VS, revision 13612

added wxUSE_IFF test

2002-01-17 19:38 VS, revision 13611

wxFont::IsFixedWidth for wxMGL

2002-01-17 19:38 VS, revision 13610

wxMGL Watcom makefiles fixes

2002-01-17 00:18 VS, revision 13609

wxMGL Watcom makefiles fixes

2002-01-17 00:16 VS, revision 13608

implemented Alex's <object_ref> symlinks in XRC

2002-01-16 19:50 VZ, revision 13607

more DLL compilation fixes

2002-01-16 17:48 RD, revision 13606

Patch for using wxSTC with Borland, #504370

2002-01-16 16:10 RD, revision 13605

UPdated the OSX build instructions a bit

2002-01-16 15:07 JJ, revision 13604

Committing in . update OpenVMS compile support Modified Files: wxWindows/setup.h_vms wxWindows/include/wx/thread.h wxWindows/src/common/descrip.mms wxWindows/src/common/iffdecod.cpp wxWindows/src/unix/threadpsx.cpp ----------------------------------------------------------------------

2002-01-16 13:51 GT, revision 13603

Replaced "-erase" calls with "-$(RM)" calls Defined RM as "erase" if it is not already defined

2002-01-16 13:40 GT, revision 13602

Minor cleanup

2002-01-16 13:39 GT, revision 13601

Added checks for wxUSE_IOSTREAMH to determine which iostream(.h) to use

2002-01-16 10:31 GT, revision 13600

Fixed a '&' that should be an '&&'

2002-01-16 10:04 GD, revision 13599

added missing wxLogStatus function with variable argument list pointer

2002-01-16 06:54 RD, revision 13598

SWIGged updates for wxMac

2002-01-16 06:32 RD, revision 13597

wxThread::GetCurrentId for wxMac

2002-01-16 06:30 RD, revision 13596

wxThread::GetCurrentId() for Unix

2002-01-16 06:28 RD, revision 13595

Added wxThread::GetCurrentId(), which returns an ID for the current thread, even if it is not a wxThread.

2002-01-16 02:50 RD, revision 13594

Compilation fix

2002-01-16 01:03 RD, revision 13593

Regenerated SWIGged sources for wxGTK

2002-01-16 01:01 RD, revision 13592

Added wx/dirctrl.h to filelist.txt so it will get installed. Regenerated makefiles and such.

2002-01-16 00:45 VZ, revision 13591

added WXDIRREL needed for contrib samples

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

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

expanded autotranslation of Exit-Quit to items having accelerators

2002-01-14 12:14 VZ, revision 13564

added missing WXDLLEXPORTs

2002-01-14 12:07 VZ, revision 13563

fixed warnings about double to int conversions, defined PI as a constant, untabbed

2002-01-14 07:10 GD, revision 13562

added wxLog functions with a variable argument list pointer

2002-01-14 00:22 VS, revision 13561

removed wxYield from wxHtmlWindow (seems to work w/o it and yielding caused reentrancy problems)

2002-01-14 00:22 VS, revision 13560
  • D /wxWidgets/trunk/include/wx/gtk/setup0.h
  • D /wxWidgets/trunk/include/wx/gtk1/setup0.h
  • D /wxWidgets/trunk/include/wx/motif/setup0.h

removed setup0.h artifacts

2002-01-14 00:17 VZ, revision 13559

do NOT append extension to the library names which already have it!

2002-01-13 23:04 VZ, revision 13558

0. extracted toolbar colour mapping stuff to its own function 1. wxToolBar adjusts the colours properly when the system colours change 2. wxImageList uses light grey as the transparent colour for the bitmaps

2002-01-13 21:00 VZ, revision 13557

compilation fix

2002-01-13 20:59 VZ, revision 13556

really fixed toolbar mapping bug (finally, it was the programmer bug...)

2002-01-13 20:45 VZ, revision 13555

fixed toolbar mapping bug (optimizer bug?) in the release build (bug 501485)

2002-01-13 19:25 SC, revision 13554

reverted DoReadLong

2002-01-13 19:20 SC, revision 13553

corrected DoReadLong

2002-01-13 19:16 SC, revision 13552

corrected GetDepth method and wrong disposal calls for pixmap

2002-01-13 18:34 VZ, revision 13551

removed MSWDetachWindowMenu() (part of the MDI change from yesterday which I forgot to commit)

2002-01-13 17:56 SC, revision 13550

changed the MulDiv Macro removing macheader dep.

2002-01-13 17:41 GD, revision 13549

use "..." instead of <...> for wx includes

2002-01-13 17:38 SC, revision 13548

added type and creator routines for mac

2002-01-13 17:37 GD, revision 13547

corrections for wxMac

2002-01-13 15:59 SC, revision 13546

added missing functions

2002-01-13 15:58 SC, revision 13545

switched to proper const scheme for findfolder on mac

2002-01-13 15:57 SC, revision 13544

corrected retrieval of a long

2002-01-13 15:55 SC, revision 13543

added correct printing headers for mac

2002-01-13 14:55 RR, revision 13542

Typo.

2002-01-13 14:54 RR, revision 13541

A bit of translation.