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

2001-10-10 23:58 VZ, revision 11940

more missing WXDLLEXPORT(_DATA)

2001-10-10 23:02 SC, revision 11939

morefiles 1.5.2 adaptions

2001-10-10 23:00 SC, revision 11938

no precompiled MacHeaders anymore (guarantees synched headers)

2001-10-10 22:57 SC, revision 11937

new version 1.5.2 for morefiles

2001-10-10 22:44 VS, revision 11936

fixed menu navigation with mouse

2001-10-10 22:43 VS, revision 11935

FIXME so that I don't forget to implement this

2001-10-10 22:34 VZ, revision 11934

fix to allow code using EVT_END_PROCESS to compie with new wxEvtHandler declaration

2001-10-10 22:33 VZ, revision 11933

added missing WXDLLEXPORT

2001-10-10 22:18 VZ, revision 11932

added missing WXDLLEXPORT

2001-10-10 21:55 GD, revision 11931

renamed global variable to avoid conflict with export from Mac OS X framework

2001-10-10 21:47 GD, revision 11930

provide option to disable use of precompiled headers (Mac OS X) this is useful for tinderboxes where the errors produced by the Apple Developer Tools make it difficult to sort through the logs

2001-10-10 18:48 GD, revision 11929

improved OpenGL related documentation

2001-10-10 16:42 VZ, revision 11928

don't add /MT to CFLAGS explicitely

2001-10-10 16:37 VZ, revision 11927

fixes for cube sample from Paul Thiessen

2001-10-10 16:04 RD, revision 11926

Removed client data stuff from wxMenuBase since it now gets it from wxEvtHandler.

2001-10-10 12:55 VZ, revision 11925

updated templates and regenerated project files for OpenGL samples

2001-10-10 12:18 JJ, revision 11924

Committing in . Modified Files: wxWindows/src/common/descrip.mms Updated OpenVMS makefiles. ----------------------------------------------------------------------

2001-10-10 11:57 VZ, revision 11923

attempts to process non ASCII key strokes properly

2001-10-10 09:36 VZ, revision 11922

[blind] fixes to the project file according to George's message

2001-10-10 06:14 JJ, revision 11921

Committing in . Added Files: wxWindows/src/html/descrip.mms Compile support for OpenVMS (Thanks VZ for the help with removing my unsuccessfull checkin) ----------------------------------------------------------------------

2001-10-10 01:44 VZ, revision 11920

formatting changes

2001-10-10 01:15 VZ, revision 11919

ignore samples workspace files

2001-10-10 00:44 VZ, revision 11918

regenerated to include new files

2001-10-10 00:43 VZ, revision 11917

added wx*.dsp files

2001-10-10 00:34 VZ, revision 11916

1. new samples proejct files for VC++ 2. a few fixes (mainly compilation warnings) to the code

2001-10-10 00:11 VZ, revision 11915

fixed crash in OnSize() handler

2001-10-09 23:09 RD, revision 11914

Fixed compile errors, warnings and other DSMs, and improved comments.

2001-10-09 22:59 VZ, revision 11913

regenerated from .pro files

2001-10-09 22:57 VZ, revision 11912

changed html and opengl project names to start with html/gl prefix to avoid conflicts inside samples.dsw workspace

2001-10-09 22:50 RD, revision 11911

Moved the [Set|Get]Client[Data|Object] and such out of wxWindowBase and into a mixin class. Mixed it with wxEvtHandler. Regenerated files lists and makefiles.

2001-10-09 22:30 VZ, revision 11910

added new project files for all samples and demos; removed the old ones

2001-10-09 22:08 VS, revision 11909

fixes to focus handling in menus

2001-10-09 22:08 VS, revision 11908

a temporary hack to make testing wxTLW/Univ easier

2001-10-09 22:08 VS, revision 11907

mingw compilation fix

2001-10-09 22:07 VZ, revision 11906

minor additions to wxCmdLineParser tests

2001-10-09 20:44 RL, revision 11905

updated debian policy version

2001-10-09 17:05 VS, revision 11904

fixed off by one error in wxXPMDecoder::ReadFile

2001-10-09 15:32 VZ, revision 11903

mention wx[Flex]GridSizer too

2001-10-09 15:11 VZ, revision 11902

fixed results of strange cvs code merge

2001-10-09 11:55 GD, revision 11901

recompiled header support removed doubled definitions (already in wx headers)

2001-10-09 11:49 GD, revision 11900

added missing close brace

2001-10-09 11:38 GD, revision 11899

added wx/defs.h include to correct compilation issues under Mac OS X

2001-10-08 22:25 VZ, revision 11898

fix for wxFrame parent which somehow wasn't committed yesterday

2001-10-08 22:17 VS, revision 11897

hopefully fixes focus assertion

2001-10-08 22:12 RD, revision 11896

Removed call to SubclassWin since it is already done in MSWCreateControl

2001-10-08 21:08 GD, revision 11895

added missing generic include file

2001-10-08 18:05 RD, revision 11894

More changes for building the regex lib

2001-10-08 17:46 VZ, revision 11893

rearranged the samples alphabetically, please keep them this way

2001-10-08 17:44 VZ, revision 11892

normalized handling of Ctrl-x key presses and documented it clearly

2001-10-08 17:39 RD, revision 11891

Fixed DLL linking. Was missing the regex lib.

2001-10-08 17:31 VZ, revision 11890

allow disabling text events too; show Ctrl-x events correctly

2001-10-08 17:25 VZ, revision 11889

don't log mouse events by default

2001-10-08 17:24 VZ, revision 11888

replaced C++ comments with C ones

2001-10-08 16:46 VZ, revision 11887

added and documented wxWS_EX_BLOCK_EVENTS flag

2001-10-08 15:58 VZ, revision 11886

don't check for Meta key in wxKeyEvent::HasModifiers()

2001-10-08 15:42 VZ, revision 11885

another compilation fix

2001-10-08 15:01 VZ, revision 11884

compilation fix

2001-10-08 12:43 VZ, revision 11883

refresh the current item when the focus is gained/lost

2001-10-08 01:03 VZ, revision 11882

fix menubar sizing (at least under windows)

2001-10-07 22:58 VS, revision 11881

more active frame stuff

2001-10-07 22:17 VZ, revision 11880

changed/centralized window creation code to allow wxTLW work in wxUniv

2001-10-07 21:33 VZ, revision 11879

added status bar to the sample because it uses wxLogStatus()

2001-10-07 18:45 GD, revision 11878

include wxWindows headers using "..." instead of <...>

2001-10-07 16:48 GD, revision 11877

added automatic generation of files.lst for wxMac

2001-10-07 16:46 GD, revision 11876

AppleScript that finds and rebuilds all the CodeWarrior projects

2001-10-07 14:34 VS, revision 11875

fix to wxMGL's wxBitmap(wxImage) ctor

2001-10-07 14:34 VS, revision 11874

fixed yet another bug in wxActivateEvent handling

2001-10-07 14:33 VS, revision 11873

FloodFill not in MGL, either

2001-10-07 14:33 VS, revision 11872

moved MGL initialization to earlier stage (crashes otherwise...) and implemented wxApp::Initialized

2001-10-07 14:33 VS, revision 11871

use Arial if available

2001-10-07 14:33 VS, revision 11870

give focus to show top level windows

2001-10-07 09:46 VS, revision 11869

fixed maximization handling

2001-10-07 09:46 VS, revision 11868

active next window in Z-order when a frame is deleted

2001-10-07 09:46 VS, revision 11867

reverted my previous check in, it was nonsense

2001-10-06 22:49 VS, revision 11866

no, wxComboBox is really NOT a low-level class (neither is wxChoice, for that matter, but filelist.txt pretends it is so that wxUniv can in turn pretend in can do wxChoices...)

2001-10-06 22:46 VS, revision 11865

more wxMGL fixes

2001-10-06 22:46 VS, revision 11864

wxUniv tries to release mouse capture from menu bar instead of menu

2001-10-06 22:45 VS, revision 11863

modified wxFrame/Univ to send wxSizeEvent when adding/removing bars (because client area changes)

2001-10-06 22:44 VS, revision 11862

fatal bug in wxMGL that caused hard to track crashes

2001-10-06 22:12 VZ, revision 11861

adding wxUniv project/workspace files

2001-10-06 22:02 VZ, revision 11860

removed y_tab.c from wxUniv project files

2001-10-06 13:39 VS, revision 11859

you meant pragma interface, not pragma implementation

2001-10-06 02:22 VZ, revision 11858

fixed the bug with the order of 2 size events when the scrollbar[s] (dis)appear in wxScrolledWindow

2001-10-06 01:53 VZ, revision 11857

allow setting the wxWin directory explicitly using WXDIR option, ..\.. by default

2001-10-05 22:08 VS, revision 11856

an (blind) attempt to fix wxGTK frame activation bug

2001-10-05 22:05 VS, revision 11855

wxHTML now outputs unrecognized entities verbosely

2001-10-05 22:03 VS, revision 11854

1) wxHTML now outputs unrecognized entities verbosely 2) added string preallocation to the parser

2001-10-05 19:55 VZ, revision 11853

fixed the problem with the ampersand [mis]handling in the generic wxMessageDialog

2001-10-05 19:01 GD, revision 11852

correction for memory leak

2001-10-05 18:29 RD, revision 11851

Added wxPyLog so log targets can be created in Python with the appropriate callbacks.

2001-10-05 16:30 DW, revision 11850

Some OS/2 updates

2001-10-05 11:10 JJ, revision 11849

Committing in . Modified Files: wxWindows/include/wx/thread.h wxWindows/src/unix/threadpsx.cpp Changed for OPenVMS only problem: The compiler complained about the fact that some pointer were assigned to a smaller integer. Maybe this problems also holds for other 64-bit OS's ----------------------------------------------------------------------

2001-10-05 11:04 JJ, revision 11848

Modified Files: wxWindows/descrip.mms Added Files: wxWindows/src/html/DESCRIP.MMS Added html files to OpenVMS compilation ----------------------------------------------------------------------

2001-10-04 23:05 VZ, revision 11847

fixed spurious assert failure in wxMenuBar::Insert

2001-10-04 22:58 VS, revision 11846

fixed unimportant typo

2001-10-04 21:46 GD, revision 11845

standard settings for wxMac compilation using CodeWarrior theis file needs to be copied to setup.h in the appropriate directory

2001-10-04 21:39 GD, revision 11844

use wxWindows zlib.h instead of Mac OS X system zlib.h directly

2001-10-04 21:34 GD, revision 11843

first automatic generation using tmake!

2001-10-04 21:33 GD, revision 11842

added automatic generation of files.lst for wxMac

2001-10-04 20:46 , revision 11841
  • A /wxWidgets/tags/wxPy_2_3_2b5
  • R /wxWidgets/tags/wxPy_2_3_2b5/contrib
  • D /wxWidgets/tags/wxPy_2_3_2b5/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/wxPy_2_3_2b5/include/wx/stc
  • R /wxWidgets/tags/wxPy_2_3_2b5/lib/dummy
  • R /wxWidgets/tags/wxPy_2_3_2b5/misc/afm
  • A /wxWidgets/tags/wxPy_2_3_2b5/misc/afm/.cvsignore
  • A /wxWidgets/tags/wxPy_2_3_2b5/misc/afm/Zapf.afm
  • R /wxWidgets/tags/wxPy_2_3_2b5/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/wxPy_2_3_2b5/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/wxPy_2_3_2b5/samples/internat/internat.def
  • R /wxWidgets/tags/wxPy_2_3_2b5/samples/internat/internat.rc
  • R /wxWidgets/tags/wxPy_2_3_2b5/samples/internat/makefile.sc
  • R /wxWidgets/tags/wxPy_2_3_2b5/samples/internat/makefile.vms
  • R /wxWidgets/tags/wxPy_2_3_2b5/samples/internat/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_2b5/samples/layout/expt.cpp
  • R /wxWidgets/tags/wxPy_2_3_2b5/samples/layout/fload.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b5/samples/layout/layout.def
  • R /wxWidgets/tags/wxPy_2_3_2b5/samples/layout/makefile.sc
  • R /wxWidgets/tags/wxPy_2_3_2b5/samples/layout/makefile.vms
  • R /wxWidgets/tags/wxPy_2_3_2b5/samples/mdi/chart.ico
  • R /wxWidgets/tags/wxPy_2_3_2b5/samples/mdi/makefile.sc
  • R /wxWidgets/tags/wxPy_2_3_2b5/samples/mdi/makefile.vms
  • R /wxWidgets/tags/wxPy_2_3_2b5/samples/mdi/mdi.def
  • R /wxWidgets/tags/wxPy_2_3_2b5/samples/mdi/mdi.ico
  • R /wxWidgets/tags/wxPy_2_3_2b5/samples/mdi/mdi.rc
  • R /wxWidgets/tags/wxPy_2_3_2b5/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_2b5/samples/minimal/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_2b5/samples/png/pngdemo.rc
  • R /wxWidgets/tags/wxPy_2_3_2b5/samples/printing/fload.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b5/samples/printing/printing.def
  • R /wxWidgets/tags/wxPy_2_3_2b5/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_2b5/samples/stc
  • R /wxWidgets/tags/wxPy_2_3_2b5/samples/tab/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/common/glob.inc
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/gtk/cross.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/gtk/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/gtk/verti.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/gtk1/cross.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/gtk1/verti.xbm
  • D /wxWidgets/tags/wxPy_2_3_2b5/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/wxPy_2_3_2b5/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/wxPy_2_3_2b5/src/html/search.cpp
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/png/ansi2knr.1
  • D /wxWidgets/tags/wxPy_2_3_2b5/src/png/makefile.nt
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/png/scripts
  • A /wxWidgets/tags/wxPy_2_3_2b5/src/png/scripts/build.bat
  • A /wxWidgets/tags/wxPy_2_3_2b5/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/wxPy_2_3_2b5/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/wxPy_2_3_2b5/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/wxPy_2_3_2b5/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/wxPy_2_3_2b5/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/wxPy_2_3_2b5/src/png/scripts/makefile.s2x
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/png/scripts/makefile.sgi
  • A /wxWidgets/tags/wxPy_2_3_2b5/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/wxPy_2_3_2b5/src/png/scripts/makefile.wat
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/regex/COPYRIGHT
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/regex/mkh
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/regex/README
  • D /wxWidgets/tags/wxPy_2_3_2b5/src/regex/regc_color.c
  • D /wxWidgets/tags/wxPy_2_3_2b5/src/regex/regc_lex.c
  • D /wxWidgets/tags/wxPy_2_3_2b5/src/regex/regc_nfa.c
  • D /wxWidgets/tags/wxPy_2_3_2b5/src/regex/regerrs.h
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/regex/regex.3
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/regex/regex.7
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/regex/regex.h
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/regex/regex2.h
  • D /wxWidgets/tags/wxPy_2_3_2b5/src/regex/rege_dfa.c
  • D /wxWidgets/tags/wxPy_2_3_2b5/src/regex/regfronts.c
  • D /wxWidgets/tags/wxPy_2_3_2b5/src/regex/regguts.h
  • D /wxWidgets/tags/wxPy_2_3_2b5/src/regex/re_syntax.n
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/regex/split.c
  • D /wxWidgets/tags/wxPy_2_3_2b5/src/regex/tclUniData.c
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/regex/tests
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/regex/utils.h
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/regex/WHATSNEW
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/stc
  • D /wxWidgets/tags/wxPy_2_3_2b5/src/unix/net.cpp
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/zlib/algorithm.txt
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/zlib/ChangeLog
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/zlib/configure
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/zlib/descrip.mms
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/zlib/INDEX
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/zlib/infblock.h
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/zlib/infcodes.h
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/zlib/inffast.h
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/zlib/inftrees.h
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/zlib/infutil.h
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/zlib/Makefile.in2
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/zlib/Make_vms.com
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/zlib/maketree.c
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/zlib/README
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/zlib/trees.h
  • R /wxWidgets/tags/wxPy_2_3_2b5/src/zlib/zlib.3
  • D /wxWidgets/tags/wxPy_2_3_2b5/utils/wxPython
  • D /wxWidgets/tags/wxPy_2_3_2b5/utils/wxprop
  • R /wxWidgets/tags/wxPy_2_3_2b5/wxPython

This commit was manufactured by cvs2svn to create tag 'wxPy_2_3_2b5'.