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

2001-09-24 18:02 VS, revision 11690

implemented captured windows stack

2001-09-24 18:01 VS, revision 11689

statusbar handling

2001-09-24 17:30 MBN, revision 11688

Fixed wxToolbar95::FindToolForPosition

2001-09-24 16:39 VZ, revision 11687

added wxTreeEvent::GetKeyEvent() to allow to retrieve the key event flags from EVT_TREE_KEY_DOWN event

2001-09-24 14:13 JS, revision 11686

Updated project files, manual date

2001-09-24 00:34 VZ, revision 11685

added wxTLW for MSW

2001-09-24 00:16 VZ, revision 11684

~wxToolBar() checks if the frame is being deleted in a better/more clear way

2001-09-23 22:42 VS, revision 11683

partial implementation of wxTLW's decorations

2001-09-23 22:38 VS, revision 11682

better learn the operators...

2001-09-23 22:37 VS, revision 11681

fixed serious bug in wxFont::operator== (ignored weight)

2001-09-23 22:36 VS, revision 11680

added wxBitmap::CopyFromIcon to wxGTK

2001-09-23 22:04 VZ, revision 11679

reverted change to the best checkbox size calculation

2001-09-23 18:36 DW, revision 11678

Latest OS/2 build file updates to include the toplevel stuff.

2001-09-23 18:34 DW, revision 11677

FALSE, not false

2001-09-23 15:38 MBN, revision 11676

* Fixed wxToolbar95 and wxToolbarGTK to emit TOOL_ENTER event with id==-1 when the mouse leaves a tool. * Fixed wxToolbar95::FindToolForPosition to take into account dummy spacers inserted together with a control for comctl32.dll versions < 4.71

2001-09-23 15:28 MBN, revision 11675

Forgot to update the template.

2001-09-22 23:24 VZ, revision 11674

backported bugfix for wxRegConfig::SetPath(../..) from the main branch

2001-09-22 23:23 VZ, revision 11673

fixed yet another bug in wxRegConfig::SetPath() - SetPath(../..) didn't work

2001-09-22 22:39 VS, revision 11672

oops, we definitely DON'T want to reset m_renderer here

2001-09-22 22:39 VS, revision 11671

wxTOPLEVEL_EX_DIALOG is a better name than wxTLW_EX_DIALOG

2001-09-22 22:38 VS, revision 11670

evaluate window style in Create, not later

2001-09-22 16:17 VS, revision 11669

configure now defines _WIN_IE if w32api is at least 1.1 (1.0 is not complete enough for wxWin)

2001-09-22 16:15 VS, revision 11668

mingw compilation fix

2001-09-22 16:15 VS, revision 11667

w32api 1.1 support

2001-09-22 12:04 VS, revision 11666

wxInputConsumer

2001-09-22 11:56 VS, revision 11665

fixed client area handling for wxFrame/Univ

2001-09-22 11:56 VS, revision 11664

wxInputConsumer

2001-09-22 11:52 VS, revision 11663

(blind) fix for wxMotif compilation

2001-09-22 00:21 VS, revision 11662

added wxInputConsumer to wxUniv

2001-09-21 20:21 MBN, revision 11661

Unicode compilation fixes.

2001-09-21 05:43 SC, revision 11660

added wxSTD macro

2001-09-21 00:58 MBN, revision 11659

wxTextDataObject now uses Unicode if compiled with wxUSE_UNICODE. Fixed wxURLDataObject in MSW. Added GetSizeFromBuffer, SetSizeInBuffer, GetBufferOffset to wxDataObject as per Vadim's suggestion.

2001-09-20 22:10 MBN, revision 11658

Make easier to compile with MSVC5.

2001-09-20 22:08 MBN, revision 11657

MinGW compilation fix.

2001-09-20 22:07 MBN, revision 11656

Unicode compilation fixes.

2001-09-20 22:05 MBN, revision 11655

Re-enabled long long for MinGW.

2001-09-20 19:28 VZ, revision 11654

fix for shared library build under SGI with native compiler

2001-09-20 16:32 RD, revision 11653

bug #463146

2001-09-19 22:45 VS, revision 11652

fixes to client area origin handling

2001-09-19 22:44 VS, revision 11651

fixed problems with HTML printing w/o using wxHtmlWindow

2001-09-19 17:53 RR, revision 11650

Corrected wxMenuEvent do that EVT_HIGHTLIGHT actually can work (id no longer ignored).

2001-09-19 16:47 VZ, revision 11649

better fix for MIPSpro warnings: removed unneeded calls to floor()

2001-09-19 16:06 VZ, revision 11648

compilation fixes for MIPSpro SGI compiler

2001-09-19 08:51 JJ, revision 11647

Committing in . Modified Files: wxWindows/src/common/descrip.mms wxWindows/src/gtk/descrip.mms Update of OpenVMS makefile. ----------------------------------------------------------------------

2001-09-18 22:50 VS, revision 11646

regenerated

2001-09-18 22:37 VS, revision 11645

partial implementation of wxTopLevelWindow for wXUniv

2001-09-18 22:36 VS, revision 11644

moved AdjustToClientAreaOrigin to wxWindowBase, needed worldwide for wxUniv

2001-09-18 22:34 VS, revision 11643

wxUniversal doesn't need wxDialog and wxFrame from base port anymore

2001-09-18 22:34 VS, revision 11642

made wxLocalFSHandler public and added Chroot to it

2001-09-18 22:33 VS, revision 11641

minor changes to wxFrame/Univ

2001-09-18 22:33 VS, revision 11640

wxFrame for wxUniv

2001-09-18 22:33 VS, revision 11639

wxDialog for wxUniv

2001-09-18 21:00 GD, revision 11638

corrections related to wxDialog inheritance changes (wxTopLevelWindow)

2001-09-18 18:22 VZ, revision 11637

compilation warning fix for Intel C++

2001-09-18 18:17 VZ, revision 11636

changes to shared library options code and to allow building them with Intel compiler

2001-09-18 16:10 , revision 11635
  • A /wxWidgets/tags/wxPy_2_3_2b4
  • D /wxWidgets/tags/wxPy_2_3_2b4/.cvsignore
  • D /wxWidgets/tags/wxPy_2_3_2b4/aclocal.m4
  • D /wxWidgets/tags/wxPy_2_3_2b4/autogen.sh
  • D /wxWidgets/tags/wxPy_2_3_2b4/BuildCVS.txt
  • D /wxWidgets/tags/wxPy_2_3_2b4/config.guess
  • D /wxWidgets/tags/wxPy_2_3_2b4/config.sub
  • D /wxWidgets/tags/wxPy_2_3_2b4/configure
  • D /wxWidgets/tags/wxPy_2_3_2b4/configure.in
  • D /wxWidgets/tags/wxPy_2_3_2b4/contrib
  • D /wxWidgets/tags/wxPy_2_3_2b4/debian
  • D /wxWidgets/tags/wxPy_2_3_2b4/demos
  • D /wxWidgets/tags/wxPy_2_3_2b4/descrip.mms
  • D /wxWidgets/tags/wxPy_2_3_2b4/difflast.pl
  • D /wxWidgets/tags/wxPy_2_3_2b4/distrib
  • D /wxWidgets/tags/wxPy_2_3_2b4/docs
  • D /wxWidgets/tags/wxPy_2_3_2b4/include
  • D /wxWidgets/tags/wxPy_2_3_2b4/install-sh
  • D /wxWidgets/tags/wxPy_2_3_2b4/lib
  • D /wxWidgets/tags/wxPy_2_3_2b4/locale
  • D /wxWidgets/tags/wxPy_2_3_2b4/Makefile.in
  • D /wxWidgets/tags/wxPy_2_3_2b4/Mingw32-gcc295.patches
  • D /wxWidgets/tags/wxPy_2_3_2b4/make-deb
  • D /wxWidgets/tags/wxPy_2_3_2b4/misc
  • D /wxWidgets/tags/wxPy_2_3_2b4/mkinstalldirs
  • D /wxWidgets/tags/wxPy_2_3_2b4/regen
  • D /wxWidgets/tags/wxPy_2_3_2b4/samples
  • D /wxWidgets/tags/wxPy_2_3_2b4/setup.h.in
  • D /wxWidgets/tags/wxPy_2_3_2b4/setup.h_vms
  • D /wxWidgets/tags/wxPy_2_3_2b4/src
  • D /wxWidgets/tags/wxPy_2_3_2b4/tests
  • D /wxWidgets/tags/wxPy_2_3_2b4/user
  • D /wxWidgets/tags/wxPy_2_3_2b4/utils
  • D /wxWidgets/tags/wxPy_2_3_2b4/wx-config.in
  • D /wxWidgets/tags/wxPy_2_3_2b4/wxBase.spec
  • D /wxWidgets/tags/wxPy_2_3_2b4/wxBaseVC.dsp
  • D /wxWidgets/tags/wxPy_2_3_2b4/wxGTK.spec
  • D /wxWidgets/tags/wxPy_2_3_2b4/wxMotif.spec
  • D /wxWidgets/tags/wxPy_2_3_2b4/wxWINE.spec

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

2001-09-18 16:10 RD, revision 11634

version number update

2001-09-18 15:03 VZ, revision 11633

test for long long directly instead of testing for gcc

2001-09-18 13:28 GT, revision 11632

Fix for bug 462533, spelling typo in docs "wxAGJUST_MIN" should be "wxADJUST_MINSIZE"

2001-09-18 12:39 VZ, revision 11631

fix for event processing in wxScrollHelper

2001-09-17 23:30 RL, revision 11630

use 'local' quoting for wx headers in lib source

2001-09-17 23:12 RL, revision 11629

fixed c++ style comments

2001-09-17 22:42 RD, revision 11628

minor fixes

2001-09-17 22:20 RD, revision 11627

Regenerated from filelist.txt

2001-09-17 22:08 RD, revision 11626

Fixed compile error.

2001-09-17 21:47 RD, revision 11625

Significantly changed how the Python interpreter lock and thread state are managed, which should fix the problem of running on a multi-processor machine.

2001-09-17 20:37 GD, revision 11624

added missing destructor for Darwin/Mac OS X (wxGtk, wxMotif, wxMac)

2001-09-17 19:53 SC, revision 11623

added carbonaccessors.o

2001-09-17 19:51 SC, revision 11622

added toplvlcmn

2001-09-17 04:56 RL, revision 11621

added tn0012.txt -- detailing library name conventions as discussed on -dev

2001-09-17 02:54 RL, revision 11620

Trimmed the list of external libs for MSW builds (some make NT break, some are simply unproven to be required) and cleaned up resource compiler handling. Moved OpenGL headers test to occur before we start using wxUSE_OPENGL. Added --gl-libs option to wx-config -- useful only for wxGTK at present, but will supply correct libs for apps linking to libwxgtk_gl wx-config --cxxflags now returns a more complete set of build parameters that the library was compiled with in some cases. Changed the AC_OUTPUT test for a pre-existing wx-config to test for the symlink, not the moved file. Rerunning config{ure,.status} would stomp the symlink with a real file otherwise. Added missing #include to regconf.h Bumped version.h to 2.2.8

2001-09-16 22:10 VS, revision 11619

added toplevel.cpp

2001-09-16 22:09 VS, revision 11618

updated generated file

2001-09-16 15:44 GD, revision 11617

added tree layout define

2001-09-16 11:46 GD, revision 11616

corrected tree layout option

2001-09-16 09:29 GD, revision 11615

Since there was no #include before the #if wxUSE_JOYSTICK then nothing would ever be compiled in this module.

2001-09-16 01:51 RD, revision 11614

Significantly changed how the Python interpreter lock and thread state are managed, which should fix the problem of running on a multi-processor machine. Some fixes for some of the contributed library modules.

2001-09-15 22:13 VS, revision 11613

wxMGL update

2001-09-15 22:13 VS, revision 11612

wxTopLevelWindow (only for wxGTK for now)

2001-09-15 20:39 SC, revision 11611

changed FindControl to FindControlUnderMouse and use ControlRef != NULL instead of ControlPart = noPart , we had false ControlPart = 0 returned under Carbon in MacOS X

2001-09-15 17:03 GD, revision 11610

added missing conditional compilation for wave (2) fixed some warnings

2001-09-15 13:53 GD, revision 11609

added missing conditional compilation for wave

2001-09-15 11:24 GD, revision 11608

added missing conditional compilation test for MSW specific events

2001-09-15 10:39 VS, revision 11607

compilation (hot)fixes for Mingw

2001-09-15 10:39 VS, revision 11606

compilation fix

2001-09-15 10:08 RL, revision 11605

install and search path fixes for cross built libs.

2001-09-14 19:48 GD, revision 11604

removed copystring function already defined in common wx utilities

2001-09-14 19:01 RL, revision 11603

typo fix on package deps.

2001-09-14 16:15 RD, revision 11602

Updates to contributed library stuff, a new version of PyCrust

2001-09-14 16:14 RD, revision 11601

A better way to handle the OOR wxPyListCtrl --> wxLIstCtrl thing

2001-09-14 16:13 RD, revision 11600

some little demo tweaks

2001-09-14 02:41 RL, revision 11599

typo fix.

2001-09-14 02:39 RL, revision 11598

fixed msw-cross package dependencies.

2001-09-13 23:25 RL, revision 11597

fix for change to gtk_gl libname (and the fact it's now included by wx-config if built with --with-opengl)

2001-09-13 21:17 RL, revision 11596

Added msw-cross Debian packages for wxMSW and wxBase. Removed common setup.h in favor of including $toolchain/wx/setup.h directly. Cleaned more unused cruft out of configure.in and further factored duplicate code. Implemented new toolchain naming scheme.

2001-09-12 19:38 GD, revision 11595

added missing object files (sorted alphabetically for easier updating)

2001-09-12 19:15 GD, revision 11594

added missing object files

2001-09-12 18:56 GD, revision 11593

corrected aggregate initializer

2001-09-12 18:41 GD, revision 11592

removed inexistant object file

2001-09-11 17:04 VZ, revision 11591

don't try to translate the standard encoding names

2001-09-10 21:57 RD, revision 11590

Removed font point size adjustment since wxWindows already does it.

2001-09-10 20:44 GD, revision 11589

added missing defines

2001-09-10 10:43 VZ, revision 11588

VC++ compilation fix (hopefully)

2001-09-09 22:26 GD, revision 11587

added CodeWarrior 5 project

2001-09-09 22:23 GD, revision 11586

updated helper for changing types/creators of files based on the file extension

2001-09-09 22:14 GD, revision 11585

added dependency handling

2001-09-09 18:06 GD, revision 11584

added dependency handling

2001-09-09 18:06 GD, revision 11583

getpid is in unistd.h under Solaris, Linux, FreeBSD and Darwin

2001-09-09 17:58 GD, revision 11582

added dependency handling

2001-09-09 17:58 GD, revision 11581

added virtual destructor (for Mac OS X)

2001-09-09 17:57 GD, revision 11580

use wxBitmapType instead of int

2001-09-09 17:42 GD, revision 11579

use wxBitmapType instead of int

2001-09-09 17:40 GD, revision 11578

corrected files.lst path which is in src dir and not in build dir

2001-09-09 17:38 GD, revision 11577

renamed CodeWarrior 5 projects (added new ones as well) added CarbonAccessors.o to Classic targets corrected link warnings/errors in Carbon targets

2001-09-09 11:56 VZ, revision 11576

wxUniv compilation fix

2001-09-08 22:39 VS, revision 11575

oops, HTML entities were parsed twice

2001-09-08 19:15 GD, revision 11574

corrected creation of wxWizard (wxWizardBase::Create class function is hidden by wxWizard::Create object method)

2001-09-08 11:50 GD, revision 11573

renamed CodeWarrior 5 projects

2001-09-07 20:08 KLB, revision 11572

Merged in latest wxApplet code from SciTech Perforce tree.

2001-09-07 16:28 RD, revision 11571

Fixed an OOR related bug that happened when a class has been renamed.

2001-09-06 21:19 RD, revision 11570

Added pySketch sample

2001-09-06 20:07 VZ, revision 11569

set mouse position for COL_CLICK event

2001-09-06 19:27 JS, revision 11568

Added simple UNIX implementation

2001-09-06 19:14 GD, revision 11567

removed copystring function already defined in common wx utilities

2001-09-06 19:07 GD, revision 11566

replaced CPPFLAGS with CXXFLAGS following corrections in auto-configuration

2001-09-06 17:21 VZ, revision 11565

applied patch from Xavier Nodet implementing better handling of subexpressions array in wxRegEx

2001-09-06 15:04 JS, revision 11564

Doc edits to fix formatting problems in Word/PDF

2001-09-06 12:09 JS, revision 11563

Small changes

2001-09-06 08:16 RL, revision 11562

Mostly changes to enable cross compiling wxBase, and nuked a couple of obscure compiler warnings that nobody would have likely ever seen anyway.. ;)

2001-09-05 10:33 JS, revision 11561

Cured a bug in wxSplashScreen whereby frame wasn't sized correctly, because SetClientSize doesn't seem to work right unless you pass a reasonable size to the frame constructor.

2001-09-04 23:44 RD, revision 11560

A couple little fixes for wxSTC Updated to 0.6 of PyCrust

2001-09-04 23:42 RD, revision 11559

A couple little fixes for wxSTC

2001-09-04 09:38 JJ, revision 11558

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

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

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

2001-09-04 06:35 RD, revision 11556

more little tweaks

2001-09-04 06:00 RD, revision 11555

little tweaks

2001-09-04 05:00 RD, revision 11554

Added wxNativeFontInfo and wxFontMapper.

2001-09-04 04:17 RD, revision 11553

Added more contribs from Lorne White, and updated some of the existing ones.

2001-09-03 23:23 RD, revision 11552

Added wxGenBitmapTextButton contrib from Lorne White.

2001-09-03 23:07 VS, revision 11551

forgot to commit some XRC files

2001-09-03 22:47 RD, revision 11550

Updated wxColumnSorterMixin to also be able to place sort icons on the column headers, and updated the wxListCtrl demo to show it off by using wxColumnSorterMixin. Other odds and ends...

2001-09-03 22:41 RD, revision 11549

Updated wxColumnSorterMixin to also be able to place sort icons on the column headers, and updated the wxListCtrl demo to show it off by using wxColumnSorterMixin. Other odds and ends...

2001-09-03 16:57 VZ, revision 11548

added Set/ClearColumnImage() helpers to wxListView

2001-09-03 15:09 VZ, revision 11547

implemented column images for the generic version

2001-09-02 23:47 VZ, revision 11546

added support for column images under MSW

2001-09-02 22:44 VS, revision 11545

applied utf-8 fix patch

2001-09-02 20:07 VS, revision 11544

added id handling to html cells

2001-09-02 20:07 VS, revision 11543

added id handling to image cells

2001-09-02 20:07 VS, revision 11542

added wxHtmlCell::Get/SetId

2001-09-02 20:07 VS, revision 11541

comment clarification

2001-09-02 00:55 RD, revision 11540

Added AssignImageList to wxNotebook

2001-09-01 21:47 VS, revision 11539

fix for wxStatusBar wrongly reporting field rects inside EVT_SIZE handler

2001-09-01 21:47 VS, revision 11538

mingw compilation fix, added some defines

2001-09-01 21:47 VS, revision 11537

compilation fix for mingw

2001-09-01 12:59 VS, revision 11536

fixed memory leaks when parsing

2001-09-01 12:59 VS, revision 11535

helpbest.patch - makefiles regenerated

2001-09-01 12:59 VS, revision 11534

finally applied the helpbest patch

2001-09-01 03:06 RD, revision 11533

Upgraded to version 1.39 of Scintilla, and upated wxStyledTextCtrl accordingly.

2001-09-01 03:00 RD, revision 11532

Added classinfo macros for wxTreeEvent

2001-09-01 02:35 RD, revision 11531

Cleaned up some and started using path joins and normalization instead of string concatenation.

2001-09-01 01:01 VZ, revision 11530

added a bunch of new wxListCtrl messages: column right click and start/continue/end dragging column divider

2001-08-31 23:11 RL, revision 11529

Changed soname versioning back to what it was for 2.2.7 (there were NO api changes in 2.2.8 right?? :) Updated Debian build scripts to fix a couple of buglets and a major breakage caused by fakeroot. Backported the mingw32/jpeg patches from 2.3 (so it now compiles again). Squashed a compile warning in dcprint.cpp

2001-08-31 23:11 , revision 11528

This commit was manufactured by cvs2svn to create branch 'WX_2_2_BRANCH'.

2001-08-31 21:51 RD, revision 11527

Added XRCed to the wxPython Tools directory, contributed by Roman Rolinsky. Added wrappers for the default ctor and the Create methods for most window classes.

2001-08-31 21:38 RD, revision 11526

Added XRCed to the wxPython Tools directory, contributed by Roman Rolinsky. Added wrappers for the default ctor and the Create methods for most window classes.

2001-08-31 21:19 VZ, revision 11525

implemented and documented wxHtmlWindow::OnCellMouseHover() and OnCellClick()

2001-08-31 19:07 VZ, revision 11524

applied a patch to remove spurious constrains unsatisifed warnings

2001-08-31 10:29 JS, revision 11523

Remove _all_ borders if that's what we specify to ShowFullScreen.

2001-08-30 23:26 VS, revision 11522

helpbest docs update

2001-08-30 23:25 VS, revision 11521

minor fix that was part of helpbest.patch

2001-08-30 10:57 JS, revision 11520

Fixed cache-related bug in DoBlit.

2001-08-29 21:14 VS, revision 11519

oops, forgot to check in a wxMGL define

2001-08-29 19:39 GD, revision 11518

commented help references to OnXXX functions that are not documented

2001-08-29 18:49 GD, revision 11517

conditional compilation corrections for Apple Developer Tools

2001-08-29 18:47 GD, revision 11516

added missing include for compilation with Apple Developer Tools

2001-08-29 18:46 GD, revision 11515

added common and generic files implementing wxFindReplaceDialog

2001-08-29 18:31 VS, revision 11514

non-recursive destructors

2001-08-29 18:31 VS, revision 11513

fixed my favorite bug (delete foo; call foo->Something()) and non-recursive destructors as an add-on :)

2001-08-29 12:20 JS, revision 11512

Isolated the 'error' case which I ignore

2001-08-29 11:35 VZ, revision 11511

fixed refreshing listctrl on focus change when it only has one item

2001-08-29 11:24 JS, revision 11510

Removed wxLogSysError call in wxHandleProcessTermination, and ensured the cleanup always happens. I hope this is right... but if processes are killed elsewhere, we don't want this function to generate an error and not do the correct cleanup.

2001-08-29 07:26 SC, revision 11509

added error message in case older apple header files are used

2001-08-29 07:25 SC, revision 11508

corrected shutdown proc

2001-08-28 22:12 VS, revision 11507

make it possible to open files from XRC in wxHtmlWindow

2001-08-28 22:11 VS, revision 11506

compilation fix

2001-08-28 22:11 VS, revision 11505

fixed a bug in wxListCtrl: SetColumnWidth didn't set wxListHeaderWindow::m_dirty

2001-08-28 19:48 GD, revision 11504

replaced CPPFLAGS with CXXFLAGS following corrections in auto-configuration

2001-08-28 19:45 GD, revision 11503

generalized fix for clipboard code compilation configuration check

2001-08-28 19:21 RD, revision 11502

Added a new sample app that is a style editor for wxSTC. Some other tweaks and fixes.

2001-08-28 18:50 GD, revision 11501

removed leftover testing code in patch for wxComboBox and wxListBox that only compiles with configured with --enable-debug

2001-08-28 15:43 VZ, revision 11500

another compilation fix for whitespace-averse compilers

2001-08-28 14:41 VZ, revision 11499

compilation fix: ifdef instead of if

2001-08-28 13:48 VZ, revision 11498

implemented wxDir::HasSubDirs() optimization for Unix

2001-08-27 19:35 RR, revision 11497

Probably fixed wxBeginBusyCursor.

2001-08-27 18:27 VZ, revision 11496

attempt to optimize wxDirData::Read() - made absolutely no difference

2001-08-27 17:41 VZ, revision 11495

fixed bug with directory expansion

2001-08-27 15:29 VZ, revision 11494

fixed typo

2001-08-27 14:56 VZ, revision 11493

added support for polygons to wxRegion

2001-08-27 14:29 VZ, revision 11492

fix for wxGTK clipboard code compilation

2001-08-27 13:51 VZ, revision 11491

send right click events for the URLs too

2001-08-27 12:20 VZ, revision 11490

fixed y position of the drop point in HandleDropFiles() (patch 455658)

2001-08-26 14:50 VS, revision 11489

tables code fixes

2001-08-26 14:49 VS, revision 11488

fixed HTML parsing in regard to spaces between tags

2001-08-25 23:14 VS, revision 11487

beginnings of HTML4 tables layouter

2001-08-25 20:51 VZ, revision 11486

compilation fix

2001-08-25 20:15 SC, revision 11485

added quantize

2001-08-25 20:13 SC, revision 11484

added disk space

2001-08-25 20:13 VZ, revision 11483

don't try compile wxClipboard without OLE support

2001-08-25 20:13 VZ, revision 11482

warning fixes

2001-08-25 20:12 VZ, revision 11481

are there still versions of gcc around which require casting WndProc to long? I don't think so...

2001-08-25 20:08 VZ, revision 11480

no changes

2001-08-25 19:51 VS, revision 11479

fixed a canonical example of Stupid Bug(tm)

2001-08-25 17:56 VZ, revision 11478

fixed return value of HandleEndSession to return true only if the message was really processed

2001-08-25 16:55 VZ, revision 11477

statfs() detection for wxGetDiskSpace

2001-08-25 16:54 VZ, revision 11476

added wxGetDiskSpace for Win/Unix

2001-08-25 16:42 VZ, revision 11475

added wxLongLong::ToString()

2001-08-25 15:41 VZ, revision 11474

added test for HitTest(m_dragPoint) bug to the sample

2001-08-25 15:41 VZ, revision 11473

use raw (physical) coords in LIST_(R)DRAG events (patch 444912)

2001-08-25 15:40 SC, revision 11472

corrected OWNER_DRAWN Remove to RemoveAt in Delete

2001-08-25 15:37 VZ, revision 11471

fixed crash in HitTest() with y position below the last line

2001-08-25 15:30 VZ, revision 11470

applied patch 432814: saving BMP in 1, 4 and 8 bpp

2001-08-25 14:52 VZ, revision 11469

applied patch 446836: removed qt headers

2001-08-25 14:43 VZ, revision 11468

added \#if wxUSE_GRID around the whole file (patch 455225)

2001-08-25 12:07 VZ, revision 11467

typo fix

2001-08-25 12:06 VZ, revision 11466

refresh the tree ctrl when its back/foreground colour changes

2001-08-24 22:16 VZ, revision 11465

fix for calling GetWindowLong(NULL hwnd)

2001-08-24 20:44 SC, revision 11464

added new calling conventions for mac

2001-08-24 20:12 RR, revision 11463

Patch (partially back) so that images work in wxHTML.

2001-08-24 19:55 SC, revision 11462

decremented timeout, we have to find a better algorithm for knowing when we don't have to wait further for data

2001-08-24 19:55 RR, revision 11461

Fixed apparent typo.

2001-08-24 19:42 SC, revision 11460

added connect sequence for mac

2001-08-24 19:27 SC, revision 11459

added late init and setup timeout

2001-08-24 18:19 VZ, revision 11458

fix for the short locale name construction

2001-08-24 18:14 VZ, revision 11457

no changes

2001-08-24 16:12 VZ, revision 11456

generate wxEVT_ACTIVATE_APP events for wxMSW too

2001-08-24 14:37 VZ, revision 11455

declared private wxString::operator=(int) to prevent code like "str = 17;" from compiling

2001-08-24 14:18 DW, revision 11454

New module definition file for the ever chaning treectrl class interface.

2001-08-24 12:21 VZ, revision 11453

removed extra wxSTD

2001-08-24 12:21 VZ, revision 11452

added missing wxSTDs

2001-08-24 12:20 , revision 11451
  • A /wxWidgets/tags/LAST_WITH_IFDEF_QT
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/.cvsignore
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/aclocal.m4
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/autogen.sh
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/BuildCVS.txt
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/config.guess
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/config.sub
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/configure
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/configure.in
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/contrib
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/debian
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/demos
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/descrip.mms
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/difflast.pl
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/distrib
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/docs
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/.cvsignore
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/.cvsignore
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/arrimpl.cpp
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/buffer.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/busyinfo.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/calctrl.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/caret.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/chkconf.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/choicdlg.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/cmdline.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/cmdproc.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/cmndata.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/colordlg.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/confbase.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/config.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/containr.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/cshelp.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/ctrlsub.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/date.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/datetime.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/datetime.inl
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/datstrm.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/db.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/dbgrid.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/dbkeyg.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/dbtable.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/dcprint.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/dcps.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/debug.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/dialup.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/dir.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/dirctrl.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/docmdi.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/docview.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/dynarray.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/dynlib.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/effects.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/encconv.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/event.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/evtloop.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/expr.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/fdrepdlg.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/ffile.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/file.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/fileconf.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/filefn.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/filename.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/filesys.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/fontdlg.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/fontenc.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/fontenum.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/fontmap.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/fontutil.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/frame.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/fs_inet.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/fs_mem.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/fs_zip.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/gdicmn.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/generic
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/geometry.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/gifdecod.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/grid.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/gsocket.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/gtk
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/gtk1
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/hash.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/help.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/helpbase.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/helphtml.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/helpwin.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/helpxlp.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/html
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/imagbmp.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/image.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/imaggif.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/imagjpeg.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/imaglist.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/imagpcx.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/imagpng.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/imagpnm.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/imagtiff.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/imagxpm.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/intl.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/ioswrap.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/ipcbase.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/isql.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/isqlext.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/joystick.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/layout.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/laywin.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/list.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/listctrl.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/listimpl.cpp
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/log.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/longlong.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/mac
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/matrix.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/memconf.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/memory.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/metafile.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/mgl
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/mimetype.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/minifram.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/module.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/motif
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/mstream.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/msw
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/object.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/objstrm.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/odbc.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/os2
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/ownerdrw.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/panel.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/paper.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/popupwin.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/print.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/prntbase.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/process.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/progdlg.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/prop.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/propform.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/proplist.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/protocol
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/quantize.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/regex.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/resource.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/sashwin.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/sckaddr.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/sckipc.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/sckstrm.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/scrolwin.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/serbase.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/sizer.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/snglinst.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/socket.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/spawnbrowser.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/spinctrl.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/splash.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/splitter.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/stack.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/statline.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/statusbr.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/stc
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/strconv.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/stream.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/string.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/sysopt.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/tab.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/tabctrl.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/tbarbase.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/tbarsmpl.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/textdlg.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/textfile.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/thread.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/time.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/tipdlg.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/tipwin.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/tokenzr.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/toplevel.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/treebase.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/treelay.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/txtstrm.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/types.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/univ
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/unix
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/url.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/utils.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/valgen.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/validate.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/valtext.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/variant.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/vector.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/version.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/vms_x_fix.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/wfstream.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/wizard.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/wx.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/wxchar.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/wxexpr.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/wxhtml.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/wxprec.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/wx_cw.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/wx_cwc.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/wx_cwc_d.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/wx_cwu_d.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/wx_cw_cm.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/wx_cw_d.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/xpmdecod.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/xpmhand.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/xrc
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/zipstrm.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx/zstream.h
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx_cw.pch
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx_cw.pch++
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx_cwc.pch
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx_cwc.pch++
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx_cwc_d.pch
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx_cwc_d.pch++
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx_cwu_d.pch
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx_cwu_d.pch++
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx_cw_d.pch
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/include/wx_cw_d.pch++
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/install-sh
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/lib
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/locale
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/Makefile.in
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/Mingw32-gcc295.patches
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/make-deb
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/misc
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/mkinstalldirs
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/regen
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/samples
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/setup.h.in
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/setup.h_vms
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/src
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/tests
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/user
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/utils
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/wx-config.in
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/wxBase.spec
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/wxBaseVC.dsp
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/wxGTK.spec
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/wxMotif.spec
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/wxPython
  • D /wxWidgets/tags/LAST_WITH_IFDEF_QT/wxWINE.spec

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

2001-08-24 12:20 VZ, revision 11450

added missing wxSTD

2001-08-24 08:58 JS, revision 11449

Small correction

2001-08-23 23:28 VZ, revision 11448

always pass WM_DESTROY to DefWindowProc() - this fixes memory/resource leak for wxListBox (backported from the trunk)

2001-08-23 23:27 VZ, revision 11447

always pass WM_DESTROY to DefWindowProc() - this fixes memory/resource leak for wxListBox

2001-08-23 22:08 VZ, revision 11446

fixes for rotated text drawing

2001-08-23 21:55 VZ, revision 11445

added possibility to filter out some messages - there are too many of them

2001-08-23 18:57 VS, revision 11444

ProcessPlatformProperty should not be a member of wxXmlResource

2001-08-23 18:56 VS, revision 11443

wxHtmlEasyPrinting indentation changes + CreatePrintout,DoPrint and DoPreview virtual and protected

2001-08-23 13:38 SC, revision 11442

added conversion to mac native filenames from local filesystem handler

2001-08-22 22:13 VS, revision 11441

backport of the wxStreamBuffer fix to 2.2