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'.

2001-10-04 20:46 RD, revision 11840

Workaround for Ctrl-A giving a keycode of 1 in EVT_KEY_DOWN on wxGTK

2001-10-04 19:19 RD, revision 11839

Fixed duplicate definition of wxWindow::SetAcceleratorTable, more swig code regenerated.

2001-10-04 19:16 RD, revision 11838

Fix for missing -g from wx-config

2001-10-04 19:15 RD, revision 11837

Don't create a bitmap with dimensions <= 0...

2001-10-04 18:40 GD, revision 11836

applied SourceForge patch #467884 (Paul Thiessen) addes wxGLApp for wxMac

2001-10-04 17:13 RD, revision 11835

Regenerated some swig code, added some missing WXK_ constants, etc...

2001-10-04 17:12 RD, revision 11834

Fixed Ron's fix Upped version number (beta)

2001-10-04 17:05 GT, revision 11833

Spelling typos in comments fixed

2001-10-04 17:02 GT, revision 11832

Added documentation for the wxDb::SQLColumnName() and wxDb::SQLTableName() functions

2001-10-04 17:00 RD, revision 11831

Changed how EVT_CHAR and EVT_KEY_DOWN are sent to Scintilla

2001-10-04 16:44 GT, revision 11830

Added code to handle SQLSERVER, ACCESS, and MSDE allowing spaces in table names and column names (ARRRRGH! -> MS)

2001-10-04 16:32 GT, revision 11829

Removed a bunch of unreachable BREAK statements that BCC compilation complains about.

2001-10-04 16:29 GT, revision 11828

Changed code in unzip.c/.h for #including zlib.h to use the same code as is found in zstream.cpp #include <zlib.h> changed to #include "zlib.h"

2001-10-04 13:27 VZ, revision 11827

renamed project files for 3rd party libs from FooVC.dsp to foo.dsp

2001-10-04 12:39 VZ, revision 11826
  • D /wxWidgets/trunk/wxBaseVC.dsp

removed obsolete file

2001-10-04 12:37 VZ, revision 11825

new VC++ workspace file for wxBase

2001-10-04 12:33 VZ, revision 11824

trying to add wxBase project file from Unix

2001-10-04 12:32 VZ, revision 11823

reverted the fix for Unicode compilation with VC++ as it breaks other ports (and shouldn't be necessary anyhow)

2001-10-04 02:10 VZ, revision 11822

ignore build directories

2001-10-04 01:51 VZ, revision 11821

overwrote with src\wxBase.dsp

2001-10-04 01:50 VZ, revision 11820

regenerated from the template

2001-10-04 01:50 VZ, revision 11819

fixes for compilation with wxUSE_PALETTE=0

2001-10-04 01:46 VZ, revision 11818

Unicode compilation fix

2001-10-04 01:46 VZ, revision 11817

new project files for wxBase apps

2001-10-04 01:35 VZ, revision 11816

added Unicode configurations to the library project files

2001-10-04 00:46 VZ, revision 11815

added Unicode configurations to the library project files

2001-10-04 00:30 VZ, revision 11814
  • D /wxWidgets/trunk/distrib/msw/tmake/vc6.t
  • D /wxWidgets/trunk/distrib/msw/tmake/vc6bdll.t
  • D /wxWidgets/trunk/distrib/msw/tmake/vc6dll.t
  • D /wxWidgets/trunk/distrib/msw/tmake/vc6lib.t
  • D /wxWidgets/trunk/distrib/msw/tmake/vcapp.t

removed templates which are unneeded any more

2001-10-03 23:36 VZ, revision 11813

Unicode compilation fixes

2001-10-03 23:34 VZ, revision 11812

warning in Unicode compilation fixed

2001-10-03 17:44 VZ, revision 11811

fix for focus event sending

2001-10-03 17:20 JS, revision 11810

Made mkdir more UNC path-friendly

2001-10-03 17:12 JS, revision 11809

Made mkdir more UNC path-friendly

2001-10-03 17:01 VZ, revision 11808

reduced flicker when switching focus to/from the report list ctrl under wxGTK

2001-10-03 16:51 JS, revision 11807
  • D /wxWidgets/trunk/docs/html/standard.htm

Removed duplicate file

2001-10-03 14:52 RD, revision 11806

Minor tweaks and some typos fixed

2001-10-03 14:20 VZ, revision 11805

fixed DLL naming scheme

2001-10-03 14:08 JJ, revision 11804

Committing in . Modified Files: wxWindows/setup.h_vms update VMS compile support ----------------------------------------------------------------------

2001-10-03 08:40 RL, revision 11803

bump date in version dialog.

2001-10-03 08:38 RL, revision 11802

bump date on 'easter egg' dialog.

2001-10-03 06:14 RD, revision 11801

Checked wxConfig on Linux, added filename

2001-10-03 06:13 RD, revision 11800

Fixed a potential python version problem

2001-10-03 06:12 RD, revision 11799

Refactored Python shadows to use wxControlWithItems where appropriate. Implememted SetClientData for wxControlWithItems.

2001-10-03 03:32 RD, revision 11798

Refactored Python shadows to use wxControlWithItems where appropriate. Implememted SetClientData for wxControlWithItems.

2001-10-03 01:33 RL, revision 11797

removed obsolete samples/univ from SAMPLES_SUBDIRS

2001-10-03 01:22 VZ, revision 11796

new VC++ templates and project files generated from them: now use only one project file for wxWin itself and allow choosing the configurations to be built from the sample projects

2001-10-03 01:19 RL, revision 11795

Diabled wxToggleButton for wxUNIVERSAL builds too.

2001-10-02 23:52 RL, revision 11794

diable MDI for wxUNIV builds for now.

2001-10-02 22:22 VS, revision 11793

client<->screen coords conversion fixes

2001-10-02 22:21 VS, revision 11792

added at least some stderr support to wxMGL which suffers badly from MGL's hostile takeover of stdin and stderr

2001-10-02 22:20 VS, revision 11791

removed unused variable

2001-10-02 21:37 RL, revision 11790

added missing -univ package control files.

2001-10-02 21:36 RL, revision 11789

Added UNIV_DIST target. Fixed hp-hpux lib build targets. Enabled cygwin cross compilation for 2.3 too. Fixed SONAME_FLAGS for solaris. Fixed PIC_FLAG for mingw. Added first draft of wxUNIV debs. Removed obsolete src/makeenvs/*

2001-10-02 19:28 VZ, revision 11788

missing extern "C" added to fix linking problems with some GTK+ versions

2001-10-02 19:22 VZ, revision 11787

fixed the exit code detection for async processes

2001-10-02 17:03 GD, revision 11786

corrected VPATH for wxMotif toolkit

2001-10-02 16:28 VZ, revision 11785

fix for using debug extra libs in release build and vice versa

2001-10-02 15:59 GD, revision 11784

Added wxTopLevelWindow related files

2001-10-02 15:57 GD, revision 11783

conditional include for Darwin related to statfs

2001-10-02 15:56 GD, revision 11782

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

2001-10-02 15:54 GD, revision 11781

reverted unwanted change to -MMD compilation option in previous commit

2001-10-02 15:48 GD, revision 11780

corrected static library configuration for Darwin/Mac OS X Mac OS X resource related corrections

2001-10-02 15:45 GD, revision 11779

added Darwin related defines

2001-10-02 13:16 RL, revision 11778

Fixed CC, CXX, CPPFLAGS. Fixed makelib.env targets. Removed obsolete makeenvs/*

2001-10-02 12:27 RL, revision 11777

stupid typo fix

2001-10-02 12:26 GD, revision 11776

added missing include file and conditional compilation

2001-10-02 12:13 RL, revision 11775

Backported a number of config fixes and some script refactoring from 2.3

2001-10-02 02:22 VZ, revision 11774

first new sample project file - comments welcome

2001-10-01 22:11 VS, revision 11773

added wxSystemSettings::HasFrameDecorations (anybody knows a better name?)

2001-10-01 22:09 VS, revision 11772

wxMGL update

2001-10-01 22:09 VS, revision 11771

wxPopupWindow for wxMGL

2001-10-01 17:39 VZ, revision 11770

fixes for RPM generation after Ron's changes

2001-10-01 17:19 RD, revision 11769

Updated the wxSTC makefile for Borland, and tweaked the sample a little.

2001-10-01 12:39 VZ, revision 11768

cleaned up the waitpid() result processing mess

2001-10-01 12:32 VZ, revision 11767

fix for running csh scripts using wxExecute()

2001-10-01 10:04 JJ, revision 11766

Committing in . Modified Files: wxWindows/descrip.mms wxWindows/setup.h_vms Update VMS-compile support ----------------------------------------------------------------------

2001-10-01 09:37 VZ, revision 11765

restored #include "chkconf.h"

2001-09-30 23:09 VS, revision 11764

implemented wxTLW::InteractiveMove and mostly finished wxTLW/Univ

2001-09-30 23:05 VZ, revision 11763

fixes for wxUSE_PALETTE=0 compilation

2001-09-30 23:01 VS, revision 11762

implemented wxTLW::InteractiveMove and mostly finished wxTLW/Univ

2001-09-30 23:00 VS, revision 11761

fixed wxDialog creation (created window wasn't transient)

2001-09-30 22:59 VS, revision 11760

fixed wxColour bug that broken wxUniv

2001-09-30 22:32 VZ, revision 11759

ignore directories created during MSW build

2001-09-30 22:30 VZ, revision 11758

give (hopefully) more clear error message

2001-09-30 22:30 VZ, revision 11757

template for VC++ dsp for building wxUniv static lib

2001-09-30 22:27 VZ, revision 11756

regenerated configure from latest configure.in

2001-09-30 22:26 VZ, revision 11755

project files update to use the same compilation options as the new project files for wxWin itself

2001-09-30 22:25 VZ, revision 11754

temp [non] fix for wxTLW [non] creation under wxMSW

2001-09-30 22:23 VZ, revision 11753

new VC++ project files

2001-09-30 22:22 VZ, revision 11752

updated templates for creation of VC++ 6.0 project files for wxBase/wxMSW/wxUniv static and DLL builds

2001-09-30 22:20 VZ, revision 11751

compilation fix for !wxUSE_HELP

2001-09-30 22:20 VZ, revision 11750

compilation fixes for the compilers with old headers

2001-09-30 22:06 VZ, revision 11749

added wxUSE_PALETTE and fixed compilation with it set to 0

2001-09-30 19:34 MBN, revision 11748

* Support for compiling a DLL under Cygwin/MinGW cross * make install now installs ole headers too * miscellaneous Cygwin compilation fixes * regenerated configure and src/msw/files.lst

2001-09-30 18:30 SC, revision 11747

toplevel fixes

2001-09-30 17:34 SC, revision 11746

toplevel fixes

2001-09-30 17:26 VZ, revision 11745

moved WXUNUSED_UNLESS_DEBUG after wx/debug.h include to fix debug compilation with VC++

2001-09-30 17:15 VZ, revision 11744

handle _DEBUG/NDEBUG correctly

2001-09-30 14:53 VZ, revision 11743

added GUI_LOWLEVEL_OBJS to src/msw/files.lst

2001-09-30 14:46 VZ, revision 11742

fix for wxCalendarCtrl::Create() (bug 458167)

2001-09-30 09:54 SC, revision 11741

mac toplevel window added

2001-09-30 09:16 SC, revision 11740

mac toplevel window added

2001-09-30 09:12 SC, revision 11739

mac added

2001-09-30 00:09 VZ, revision 11738

DLL compilation fix

2001-09-29 22:15 VS, revision 11737

fixed assertion failures with invalid icons

2001-09-29 22:15 VS, revision 11736

removed superfluous backslash

2001-09-29 22:15 VS, revision 11735

reverted my previous commit to this file; was done by Ron in parallel with me

2001-09-29 16:23 VS, revision 11734

added support for animated GIFs to wxHTML

2001-09-29 10:46 VS, revision 11733

oops, reverted wrong code

2001-09-29 00:47 VZ, revision 11732

templates for VC++ project files

2001-09-28 23:39 VS, revision 11731

input handling in wxTLW/Univ

2001-09-28 23:37 VS, revision 11730

implemented wxActivateEvent properly

2001-09-28 23:36 VS, revision 11729

compilation fixes for MSW+Univ+Mingw32

2001-09-28 23:16 RL, revision 11728

Fixed new lintian warnings. Removed .cvsignore files from cp -R 'd examples. (Please don't use -R in install targets -- we don't need CVS cruft installed on peoples machines..) Added extra contrib libs to contrib-dev package. Removed 'shell' line from some non executable .py scripts. Updated lintian overrides.

2001-09-28 19:20 VS, revision 11727

fixed client area origin handling in wxGTK

2001-09-28 19:19 VS, revision 11726

compilation fixes for MSW+Univ+Mingw32

2001-09-28 19:18 VS, revision 11725

proper fullscreen handling

2001-09-28 17:54 VS, revision 11724

fixed wxGTK fullscreen mode, broken by my previous change to gtk/toplevel.cpp

2001-09-28 16:13 JS, revision 11723

Now uses GetFileAttributes for wxPathExists and wxFileExists under Windows, so it copes with network paths.

2001-09-28 14:41 VZ, revision 11722

applied fix for 8 bit displays (already in the 2.2 branch since almost a year)

2001-09-28 14:35 VZ, revision 11721

applied patch for regex building with BC++ (patch 463140)

2001-09-28 14:33 VZ, revision 11720

yet another fix for wxTextCtrl bg colour (patch 462838)

2001-09-28 14:26 VZ, revision 11719

allow multiple extensions in tge generic wxFileDialog (patch 457580)

2001-09-28 14:25 VZ, revision 11718

removed .d files when doing make clean

2001-09-28 14:01 VZ, revision 11717

applied (slightly modified) wxGLApp patch for MSW

2001-09-28 13:53 VZ, revision 11716

applied wxGLApp patch (#464500)

2001-09-28 13:34 VZ, revision 11715

1. made description of some options in configure [hopefully] more readable 2. got rid of --enable-wcsrtombs option, configure can find it out itself

2001-09-28 07:33 RL, revision 11714

more autoconf cleanup. consult config.guess for cross-build system id.

2001-09-28 07:00 RL, revision 11713

More build system polishing.. mostly. Some stuff ported over from recent changes to the 2.2 branch. Rationalised the autoconf scripts again, removed lots of stuff that shouldn't be there anymore and pounded the rest into an even tighter furball. (There's more work to be done here, but we're getting there..) Implemented the library naming scheme outlined in tn0012.txt -- introduced 'toolchain' and 'widget set' into the autoconf scripts, obsoleted the top level wx/setup.h and much of the mess associated with it. More changes for cross compiling and 2.3 debs. s/burnt_name/soname/g ; s/CC/CXX/g ; s/CCC/CC/g ; Just because it's Right. (Thanks Vadim for already doing *FLAGS..) Fixed libfl Makefile to actually work. Removed *_DEPS from tmake templates, in every case they can be determined from the relevant *_OBJS Added BASE_MSW_OBJS, a couple of missing #includes, some missing files to the 'dist' targets, and fixed some compile warnings. Changed setup.py to use wx-config --gl-libs instead of hard coded constants. Modified Files: Makefile.in configure configure.in setup.h.in wx-config.in wxBase.spec wxGTK.spec wxMotif.spec contrib/include/wx/applet/window.h contrib/src/Makefile.in contrib/src/applet/appletwindow.cpp contrib/src/fl/Makefile.in debian/changelog debian/control.in debian/libwxbase-dbg.dirs debian/libwxbase-dbg.links debian/libwxbase-dbg.postinst debian/libwxbase-dbg.prerm debian/libwxbase-dev.dirs debian/libwxbase-dev.files debian/libwxbase-dev.links debian/libwxbase-dev.postinst debian/libwxbase-dev.prerm debian/libwxgtk-dbg.dirs debian/libwxgtk-dbg.links debian/libwxgtk-dbg.postinst debian/libwxgtk-dbg.prerm debian/libwxgtk-dev.dirs debian/libwxgtk-dev.files debian/libwxgtk-dev.links debian/libwxgtk-dev.postinst debian/libwxgtk-dev.prerm debian/rules distrib/msw/tmake/base.t distrib/msw/tmake/gtk.t distrib/msw/tmake/mgl.t distrib/msw/tmake/motif.t distrib/msw/tmake/msw.t distrib/msw/tmake/os2.t distrib/msw/tmake/univ.t docs/motif/install.txt include/wx/msw/private.h include/wx/os2/SETUP.H include/wx/os2/SETUP0.H samples/ipc/Makefile.in samples/sockets/Makefile.in src/files.lst src/make.env.in src/makelib.env.in src/makeprog.env.in src/common/strconv.cpp src/gtk/files.lst src/mgl/files.lst src/motif/files.lst src/msw/files.lst src/msw/gsocket.c src/msw/gsockmsw.c src/msw/toplevel.cpp src/msw/utils.cpp src/os2/files.lst src/univ/files.lst wxPython/setup.py Added Files: debian/libwxbase-msw-dev.dirs debian/libwxbase-msw-dev.links debian/libwxbase-msw-dev.postinst debian/libwxbase-msw-dev.prerm debian/libwxmsw-dev.dirs debian/libwxmsw-dev.links debian/libwxmsw-dev.postinst debian/libwxmsw-dev.prerm debian/wxwin-doc.doc-base debian/wxwin-headers-msw.dirs Removed Files: debian/wxwin-doc.doc-base.in include/wx/setup.h

2001-09-27 14:12 VZ, revision 11712

fix for wxExecute(subprocess which produces a lot of output) bug

2001-09-27 06:07 RD, revision 11711

fixed compilation errors

2001-09-27 02:11 RD, revision 11710

Various updates, changes for wxTopLevelWindow, fixes for wxPen.SetDashes, etc.

2001-09-27 02:05 RD, revision 11709

Added MSW toplevel.cpp and regenerated makefiles and such.

2001-09-27 02:04 RD, revision 11708

If a shape has client data, it deletes it when the shape is deleted.

2001-09-27 02:02 RD, revision 11707

Fixed compilation error

2001-09-27 02:02 RD, revision 11706

Added missing WXDLLEXPORT

2001-09-27 00:35 RD, revision 11705

Fixed problem with wxPen::SetDashes. (An array of bytes was typcast to an array of DWORDs.)

2001-09-27 00:27 RD, revision 11704

Add some Pen dashes tests

2001-09-26 22:21 VS, revision 11703

removed wxBusyCursorSuspender use

2001-09-26 22:18 VS, revision 11702

temporary stubs for fullscreen functions

2001-09-26 22:17 VS, revision 11701

Use wxGetInstallPrefix() instead of wxINSTALL_PREFIX (makes relocatable packages possible)

2001-09-26 22:10 VS, revision 11700

oops, forgot do add fullscreen stuff to wxTLWBase

2001-09-26 13:11 VZ, revision 11699

reverted last accidental commit, added comment about About item being special under Mac, use _T() around the literal strings

2001-09-26 12:56 VZ, revision 11698

compilation fix

2001-09-26 00:47 VZ, revision 11697

compilation/build fixes for wxUniv

2001-09-25 14:34 VZ, revision 11696

compilation fix

2001-09-25 14:33 VZ, revision 11695

compilation fix for other (than GTK/MSW) ports

2001-09-24 22:52 VZ, revision 11694

pass correct key code in TREE_KEY_DOWN event

2001-09-24 19:17 DW, revision 11693

patch fix for a constant definition under OS/2 VA V4.0

2001-09-24 18:46 VZ, revision 11692

fixed wxUniv menus under wxGTK

2001-09-24 18:46 VZ, revision 11691

added workaround for GTK+ focus_out bug (and removed Vaclav's mouse capture stack - sorry!)