Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2016-05-09 08:38:04

Changes per page:

25 50 100 250 500 1000 2000

Changelog for wxWidgets (70435 changes):

2002-03-16 19:34 VS, revision 14640

make it possible to have empty lines in wxListCtrl in report mode (mandatory for wxEditableListBox)

2002-03-16 19:33 VS, revision 14639

fixes to wxEditableListBox logic

2002-03-16 16:02 JS, revision 14638

Corrected typo

2002-03-16 15:46 JS, revision 14637

Added timeout to Dispatch(); attempted implementation of wxSTAY_ON_TOP

2002-03-16 15:28 VZ, revision 14636

another minor fix for wxTR_HIDE_ROOT case

2002-03-16 15:10 VZ, revision 14635

enhanced sample to show the state of the different styles, added reset to default command

2002-03-16 15:10 VZ, revision 14634

fix for GetParent() in wxTR_HIDE_ROOT case

2002-03-16 15:08 VZ, revision 14633

added support for wxTR_HIDE_ROOT style (patch 529614)

2002-03-16 13:49 VZ, revision 14632

compilation fix

2002-03-16 13:08 VZ, revision 14631

applied patch 528960 (a few minor bug fixes) (backported from the main branch)

2002-03-16 13:04 VZ, revision 14630

applied patch 528960 (a few minor bug fixes)

2002-03-16 11:35 RR, revision 14629

Removed notebook tab flicker.

2002-03-16 01:52 DW, revision 14628

Do not use argument defaults in actual function argument list.

2002-03-16 00:06 VZ, revision 14627

restore Robin's code (reverted previous commit)

2002-03-16 00:06 VS, revision 14626

applied patch for seeking in GIF images

2002-03-15 23:59 VZ, revision 14625

fixed a bug with client rect calculation in the recent separator erasing fix

2002-03-15 23:59 VS, revision 14624

applied patch for seeking in GIF images

2002-03-15 23:42 VZ, revision 14623

erase separators shown behind the controls added to the toolbar

2002-03-15 23:30 VS, revision 14622

Did two changes to sample catalogs: 1. converted Russian one to utf-8 (as a demo of new feature) 2. filled-in headers, so that a) it works b) we don't teach users bad habits

2002-03-15 23:29 VS, revision 14621

removed no-longer-needed hack

2002-03-15 23:29 VS, revision 14620

wxLocale-related corrections to the docs

2002-03-15 23:29 VS, revision 14619

info about wxLocale changes

2002-03-15 23:28 VS, revision 14618

safer definitions for wx(U)Int32,16 (taken from intl.cpp)

2002-03-15 23:28 VS, revision 14617

rewrote wxLocale to work in Unicode mode and support charsets better

2002-03-15 23:20 DW, revision 14616

no message

2002-03-15 22:52 RD, revision 14615

Added wxCURSOR_RIGHT_ARROW, which is like the typical wxCURSOR_ARROR, but points to the right, (duh...) This cursor is now used in wxSTC in the margin area.

2002-03-15 20:50 RD, revision 14614

Changes needed for wxUSE_UNICODE for wxOGL to compile. I'm not completely sure everything was converted right, but it at least compiles now (and appears to work in wxPython.)

2002-03-15 20:42 RD, revision 14613

Changes needed for wxUSE_UNICODE

2002-03-15 19:46 VZ, revision 14612

fixed scrollbar shaft colour

2002-03-15 18:30 RD, revision 14611

Some little tweaks and cleanups.

2002-03-15 18:29 RD, revision 14610

Updated unicode sample again. Added two more languages.

2002-03-15 18:08 VZ, revision 14609

fixed selecting the items in the combobox with a simple (not double) click

2002-03-15 15:25 VZ, revision 14608

removed duplicate #include

2002-03-15 15:18 VZ, revision 14607

compilation warning fix

2002-03-15 15:10 VZ, revision 14606

header I forgot to commit yesterday (sorry) as part of statusbar flicker reduction change

2002-03-15 12:44 JS, revision 14605

Use override_direct to remove decorations if wxNO_BORDER specified, because some WMs don't respect the hints sufficiently.

2002-03-15 12:42 JS, revision 14604

Added sizer.h

2002-03-15 12:41 JS, revision 14603

Added DoGetFieldRect

2002-03-15 09:02 JJ, revision 14602

Committing in . First try to compile wxUNIV (gtk-themes) on OpenVMS. Modified Files: wxWindows/descrip.mms wxWindows/src/common/descrip.mms wxWindows/src/generic/descrip.mms wxWindows/src/gtk/descrip.mms wxWindows/src/html/descrip.mms wxWindows/src/unix/descrip.mms Added Files: wxWindows/lib/vms_gtk_univ.opt wxWindows/src/univ/descrip.mms ----------------------------------------------------------------------

2002-03-15 01:42 RD, revision 14601

updated unicode sample

2002-03-15 00:33 VZ, revision 14600

draw toolbar separators in Win32 theme

2002-03-15 00:33 VZ, revision 14599

compilation fixes for wxUSE_TOOLBAR under MSW

2002-03-15 00:27 RD, revision 14598

A Unicode sample for wxPython

2002-03-15 00:21 RD, revision 14597

Give wxScrolledWindow its own Layout method that takes into account the virtual size and scrolled offset of the window.

2002-03-15 00:12 VZ, revision 14596

reduced flicker in the statusbar when resizing the window

2002-03-14 23:55 VZ, revision 14595

compilation fixes for !wxUSE_TOOLBAR

2002-03-14 22:03 JS, revision 14594

Added Layout() call to top level window Show() to prevent double-sizing

2002-03-14 21:38 VZ, revision 14593

fix for what the patch 529900 was trying to fix (loading fonts with size -1)

2002-03-14 19:10 RR, revision 14592

Forgot to reset a flag.

2002-03-14 15:36 JS, revision 14591

Removed constraints check for wxDirDialog from configure (not needed). Implemented solid drawing for DoDrawText, so text selection works

2002-03-14 13:55 VZ, revision 14590

applied the patch from Dimitri to prevent crashes with (some) interlaced GIFs

2002-03-14 11:43 JS, revision 14589

Compiles for Nano-X again

2002-03-14 10:21 JS, revision 14588

Removed duplicate WM line from motif/frame.cpp Added window style to minimal sample Failed attempt to get border-only toplevel window style

2002-03-13 22:45 RD, revision 14587

Switched to DECLARE_NO_COPY_CLASS

2002-03-13 22:30 RD, revision 14586

Core wxPython (non-contrib) now fully works with Unicode!

2002-03-13 22:26 RD, revision 14585

More little demo updates

2002-03-13 22:25 RD, revision 14584

Updated demo to be a more realistic dialog, to show tab traversal, etc.

2002-03-13 22:25 RD, revision 14583

Updated demo to show EVT_COLOURSELECT

2002-03-13 22:05 RD, revision 14582

Added wxMemoryBuffer which is essentiall just a growable buffer of bytes

2002-03-13 21:10 VZ, revision 14581

compilation error fixed

2002-03-13 20:01 MBN, revision 14580

Backported fix for Cygwin crash on toolbar tooltip popup

2002-03-13 18:25 RR, revision 14579

Send size events from top level windows in idle time, this significantly improves the opaque resizing look and feel and seems to speed up dialog show up time.

2002-03-13 16:44 SC, revision 14578

added correct fallback color settings for XP when used with a theme having non-flat menu styles

2002-03-13 15:41 VZ, revision 14577

update focus rectangle width when the columns are being added/removed on the fly

2002-03-13 00:21 RD, revision 14576

Some fixes for wxURLDataObject when wxUSE_UNICODE==1

2002-03-12 23:20 VS, revision 14575

fixes to refreshing code in wxTreeCtrl

2002-03-12 23:20 VS, revision 14574

compilation fix

2002-03-12 23:20 VS, revision 14573

implemented system menu handling in wxUniv

2002-03-12 23:19 VS, revision 14572

1. implemented system menu handling in wxUniv (win32 theme only) 2. fixes to interactive moving/resizing in wxUniv

2002-03-12 23:16 VS, revision 14571

1. handle Alt-F4 in wxUniv, not wxMGL 2. safeguards to never warp pointer to out-of-screen location (MGL would crash)

2002-03-12 22:15 RR, revision 14570

Added dialog tabbing to wxX11.

2002-03-12 21:54 JS, revision 14569

Added GetWindow to make Blit compile

2002-03-12 20:45 RR, revision 14568

Implemented DoBlit(). Some testing on exposure/configure compression.

2002-03-12 19:24 VZ, revision 14567

changes to make wxGTK compile with GTK+ 2.0: now it does but the minimal sample crashes on startup

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

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

2002-03-12 15:08 VZ, revision 14565

added more build dirs to the ignore list

2002-03-12 12:45 JS, revision 14564

Added constructor for wxColourRefData, else CloneRefData did a binary copy which caused an assert in AllocExclusive (Add to Custom Colours in Colour Dialog)

2002-03-12 12:29 JS, revision 14563

Trivially implemented DoDrawIcon

2002-03-12 12:23 JS, revision 14562

treectrl -> treetest

2002-03-12 12:22 JS, revision 14561

Finally reverted treectrl name back to treetest after a long history of problems with the name clash. This cures a link problem with the sample compiled with wxX11.

2002-03-12 10:56 JS, revision 14560

Replaced Blit with DrawBitmap in wxPoem to make it run with wxX11 Added some XSyncs because it seems the only way to make dialog sizing work

2002-03-12 04:54 RL, revision 14559

build fix. Need the full declaration for CLASSINFO().

2002-03-11 22:44 VZ, revision 14558

no changes

2002-03-11 15:47 JS, revision 14557

Only reparent first window if there are several children

2002-03-11 14:31 JS, revision 14556

Added a screenshot of wxEmulator showing the default emulator configuration with wxToolBar demo running the 'matchbox' window manager.

2002-03-11 12:50 JS, revision 14555

Added XPM icon; minor mods

2002-03-11 12:32 VZ, revision 14554

right clicking outside any column sets the column in the list event to -1, not the last column

2002-03-11 12:26 VZ, revision 14553

implemented menu drawing in the GTK theme

2002-03-11 12:10 JS, revision 14552

Tweaks to emulator and documentation

2002-03-11 11:50 VZ, revision 14551

more GTK-ish toolbar drawing

2002-03-11 11:43 VZ, revision 14550

ignore clicks on a toolbar but outside any button

2002-03-11 10:59 VZ, revision 14549

added missing headers to fix compilation without PCH

2002-03-10 23:11 VS, revision 14548

use AllocExclusive in wxAcceleratorTable

2002-03-10 23:11 VS, revision 14547

wxAcceleratorEntry::MatchesEvent is NOT used by wxX11

2002-03-10 22:41 VZ, revision 14546

propagate the click dismissing a popup window to the window beneath it

2002-03-10 20:35 RR, revision 14545

Next try on pop up menus. (#ifdef x11). More SetFocus() work.

2002-03-10 18:36 VZ, revision 14544

better fix (i.e. one which actually works) for VC++ warnings in release build

2002-03-10 16:44 JS, revision 14543

Added emulator screen; regenerated configure for utils

2002-03-10 16:33 VS, revision 14542

compilation fix

2002-03-10 14:46 VZ, revision 14541

fix for using an invalid HWND in IsEditable