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

2000-02-15 15:17 GRG, revision 6038

...

2000-02-15 14:48 VZ, revision 6037

demo of wxYield() bug

2000-02-15 14:08 VZ, revision 6036

fixed bug in handling value names with escaped chars

2000-02-15 12:56 RR, revision 6035

Various distrib related changes.

2000-02-15 12:53 VZ, revision 6034

typo fixed

2000-02-15 12:36 VZ, revision 6033

added wxUSE_PLOT

2000-02-15 11:50 MB, revision 6032

Fixed typo with TV_HITTESTINFO

2000-02-15 11:49 RR, revision 6031

Readded plot event constants.

2000-02-15 11:25 JS, revision 6030

Removed old Ming95 makefiles

2000-02-15 10:21 VZ, revision 6029

more translators

2000-02-15 10:06 VZ, revision 6028

added wxUSE_PLOT

2000-02-15 09:55 BJ, revision 6027

SCROLLWIN instead of SCROLL again

2000-02-15 09:53 VZ, revision 6026

oops... another incorrectly resolved cvs conflict

2000-02-15 09:50 VZ, revision 6025

conflicts markers removed

2000-02-15 09:49 VZ, revision 6024

fix for drawing bitmap buttons under Win95 (untested)

2000-02-15 09:37 RR, revision 6023

Many plot window gooddies.

2000-02-15 09:26 RL, revision 6022

fixed test for _vsnprintf

2000-02-15 09:22 BJ, revision 6021

wxEVT_SCROLL_THUMBRELEASE instead of wxEVT_SCROLLWIN_THUMBRELEASE

2000-02-15 07:08 RD, revision 6020

Some cleanup.

2000-02-15 05:49 DW, revision 6019

Updates to make VA 3.0 compile again, particularly xpm

2000-02-15 05:00 DW, revision 6018

minimal makefile for VA 3.0

2000-02-15 00:05 VZ, revision 6017

1. implemented wxRegKey::Copy() and CopyValue() 2. regtest sample doesn't crash any more 3. wxLogGui uses msg box for only 1 message 4. "const wxEventType" => "enum" 5. wxEVT_COMMAND_TREE_END_DRAG introduced - see sample for example 6. fixed several non fatal bugs in wxRegKey 7. many changes in regtest sample, not tested yet

2000-02-14 21:45 GRG, revision 6016

just some comments

2000-02-14 21:35 RD, revision 6015

1. Initialized m_displayed to TRUE to solve a cell highlight problem for some systems. If this causes no problems then this flag can be removed. 2. Took out the edit timer so now a second click in the current cell will activate the edit control, even if it is several seconds later.

2000-02-14 19:27 SN, revision 6014

Fixed SetCurrentCell. Fixed CalcCellsExposed.

2000-02-14 18:54 VZ, revision 6013

list of official wxWin translators

2000-02-14 18:21 VZ, revision 6012

fixes for compilation with the old mingw32, wxUSE_NORLANDER_HEADERS is always defined (as 0 or 1)

2000-02-14 18:12 GL, revision 6011

Added a bigger wxMMedia2 demonstration: wxMultimediaBoard: it is a sort of light clone of the Windows Media Player. Early development, but it plays WAV/AIFF files and should work on Windows as soon as I build the makefiles.

2000-02-14 18:09 GL, revision 6010

* Various fixes * Introduced FinishPreparation() in wxSoundFileStream as a conclusion to PrepareToPlay()

2000-02-14 15:32 VZ, revision 6009

USE_DYNLIB_CLASS set to 1 by default

2000-02-14 15:06 VZ, revision 6008

fix for id of CHAR_HOOK events

2000-02-14 14:58 MJ, revision 6007

dbtree.cpp de/dbbrowse.mo de/dbbrowse.po de/mo.cmd

2000-02-14 11:14 MJ, revision 6006

dbtree.cpp

2000-02-14 11:05 RD, revision 6005

wxGridCellEditor plugged in and operational for strings.

2000-02-14 11:05 MJ, revision 6004

browsedb.cpp dbbrowse.cpp dbgrid.cpp dbtree.cpp doc.cpp de/dbbrowse.mo de/dbbrowse.po

2000-02-14 09:07 MJ, revision 6003

browsedb.cpp dbtree.cpp dlguser.cpp dlguser.h pgmctrl.cpp de/dbbrowse.mo de/dbbrowse.po

2000-02-14 08:53 RD, revision 6002

1. Fixed slow-click timer. 2. Fix for full cell background to be painted. (One line on the edges was showing through to the background.) 3. Added current cell highlight. Currently it just draws a thick border using the gridLineColour just inside the cell borders. 4. Make dragging a little less sensitive by ensuring that the mouse drags at least 3 pixels before anything is done to the grid. 5. CaptureMouse while drag-selecting cells and fixed to make cells visible if dragging outside window boundaries. Still a problem here though, it moves way to fast to see what's happening (at least on MSW.)

2000-02-14 05:00 DW, revision 6001

Fix for VA 4.0

2000-02-14 04:58 DW, revision 6000

Minor updates

2000-02-13 23:49 GRG, revision 5999

Still with the same 'read after close' thing...

2000-02-13 19:43 SN, revision 5998

Shift edit control (since we shifted cells in last version!) Only draw valid help lines in resizing. First try to enable EditCtrl on slow clicking: Doesn't work yet.

2000-02-13 19:04 GRG, revision 5997

Solved a 'bug' in GSocket_Select (a bug in the user side, I'd say)

2000-02-13 18:33 MJ, revision 5996
  • D /wxWidgets/trunk/demos/dbbrowse/de/pgmtext.mo
  • D /wxWidgets/trunk/demos/dbbrowse/de/pgmtext.po

pgmtext.mo pgmtext.po

2000-02-13 18:31 MJ, revision 5995

dbbrowse.cpp dbgrid.cpp dlguser.cpp pgmctrl.cpp de/help.mo de/help.po de/dbbrowse.mo de/dbbrowse.po

2000-02-13 16:58 SN, revision 5994

Added enabling/disabling of cell edit control. Moved grid lines and cells by one pixel. Call SelectBlock in SetCurrentCell (possibly not, what we want?)

2000-02-13 16:28 JS, revision 5993

Bitmap name changes (also done by RR, oops)

2000-02-13 15:08 RR, revision 5992

Applied colour reduction and changes to use Windows standard palette to plot BMPs.

2000-02-13 14:50 RR, revision 5991

Reverted Vadims change for the size of filled rects, the are the same now on GTK and Win95.

2000-02-13 14:49 RR, revision 5990

Corrected BMP names for plot window.

2000-02-13 14:48 RR, revision 5989

Added mingw32 makefile for plot demo.

2000-02-13 06:35 RD, revision 5988

Some updates and fixes

2000-02-13 06:01 RD, revision 5987

Some updates and fixes

2000-02-13 05:38 RD, revision 5986

1. Grid cell defaults are now handled by an internal wxGridCellAttr object 2. wxGridCellRenderer::Draw updated to expect an attr object and use it instead of going back to the grid for everything 3. The selection colours are now initialized from wxSystemSettings, and are configurable. 4. Now either CreateGrid() or SetTable() can be called to initialize the grid. Added a test for using a non-default table. 5. Reduced flicker even more byt using empty EVT_ERASE_BACKGROUND handlers. 6. The beginings of wxGridCellEditor are in there but not activated yet. (This is the next step.)

2000-02-13 05:37 RD, revision 5985

1. Grid cell defaults are now handled by an internal wxGridCellAttr object. 2. wxGridCellRenderer::Draw updated to expect an attr object and use it instead of going back to the grid for everything 3. The selection colours are now initialized from wxSystemSettings, and are configurable. 4. Now either CreateGrid() or SetTable() can be called to initialize the grid. Added a test for using a non-default table. 5. Reduced flicker even more byt using empty EVT_ERASE_BACKGROUND handlers. 6. The beginings of wxGridCellEditor are in there but not activated yet. (This is the next step.)

2000-02-13 00:29 RD, revision 5984

Fixed thread state problem in wxTreeCtrl.GetBoundingBox

2000-02-12 19:10 JS, revision 5983

BC++ doesn't like periods in resource names

2000-02-12 14:57 VZ, revision 5982

mouse event flags have MSW-compatible values for click/release events

2000-02-12 14:11 MJ, revision 5981

browsedb.cpp browsedb.h dbbrowse.cpp dbbrowse.h dbbrowse.rc dbgrid.cpp dbgrid.h dbtree.cpp dbtree.h dlguser.cpp dlguser.h doc.cpp doc.h pgmctrl.cpp pgmctrl.h

2000-02-12 12:11 GL, revision 5980

* Updated README * Recoded converters (in a cleaner way)

2000-02-12 10:44 JS, revision 5979

Distrib file updates; test for bitmap presence in controls.cpp

2000-02-11 23:11 GRG, revision 5978

Partially rewrote rotation code due to a potential alignment problem

2000-02-11 22:36 JS, revision 5977

Uncommented listctrl.tex

2000-02-11 22:36 JS, revision 5976

Doc bug fixes

2000-02-11 21:14 VZ, revision 5975

added attr assignment for rows/columns

2000-02-11 20:38 VZ, revision 5974

added an extremely simple cell attr cache (yet it catches 80% of acccesses)

2000-02-11 20:09 GRG, revision 5973

Another oops.

2000-02-11 19:42 JS, revision 5972

Manual fixes

2000-02-11 19:40 VZ, revision 5971

added wxGridCellRenderer

2000-02-11 18:18 VZ, revision 5970

fixed setting more than one attr for a cell

2000-02-11 18:01 SN, revision 5969

Updated to include recent fixes to configure.in

2000-02-11 18:00 RR, revision 5968

Made HelpGen compile here. Documented wxPlotWindow.

2000-02-11 17:57 GRG, revision 5967

Oops.

2000-02-11 17:56 GRG, revision 5966

Modified for new THUMBRELEASE event Optimized game engine a bit more

2000-02-11 17:55 GRG, revision 5965

Added wxEVT_SCROLL[WIN]_THUMBRELEASE

2000-02-11 17:47 VZ, revision 5964

removed debugging messages I just added by default

2000-02-11 17:43 VZ, revision 5963

added ChangeCursorMode() method, rewrote the col/row resizing code to capture/release mouse properly

2000-02-11 13:29 JS, revision 5962

Some BC++ 5.4 fixes

2000-02-11 12:28 RR, revision 5961

Added BMP files for wxPlotWindow, Replaced wxWindow with wxNotebookPage in wxNotebook.

2000-02-11 12:08 VS, revision 5960

fixed bug in scaling images

2000-02-11 04:09 MB, revision 5959

Added facility to resize rows and cols by dragging grid lines. Fixed bug where row col resize events were sent twice.

2000-02-11 02:41 VZ, revision 5958

1. exchanged binary ROPs wxSET/wxCLEAR meaning for wxMSW to match wxGTK 2. bug with multiline messages in wxLogGui fixed 3. wxLogGui visual enhancements (for MSW, don't know how it looks elsewhere) 4. fixed 2 nice (i.e. BIG) memory leaks in wxImage::Rotate() 5. modified the text sample to show the mouse events too 6. documented strange behaviour of LEAVE_WINDOW mouse event under MSW

2000-02-10 19:31 RR, revision 5957

Fixed Vadims fix.

2000-02-10 18:43 RR, revision 5956

Whole lotta stuff for wxPlotWindow, repaired image sample.

2000-02-10 18:32 DW, revision 5955

Added an OS/2 section to the sql defines

2000-02-10 18:12 VZ, revision 5954

1. fixed bug with the index of the last column in EVT_COL_CLICK being shifted by 1 (always) 2. added a menu item to toggle single/multiple selection to the sample

2000-02-10 16:53 MJ, revision 5953

dbgrid.cpp dbtree.cpp

2000-02-10 15:42 JS, revision 5952

Added a few makefiles

2000-02-10 15:36 MJ, revision 5951

dbbrowse.rc dbgrid.cpp dbtree.cpp dbtree.h help.de/icons.htm help.de/problems.htm help.std/icons.htm help.std/problems.htm bitmaps/view.ico bitmaps/view.xpm help.png/view.png

2000-02-10 13:27 GRG, revision 5950

Added support for transparency in rotation code

2000-02-10 13:26 GRG, revision 5949

Added code to test the transparency stuff for image rotation

2000-02-10 08:36 BJ, revision 5948

#include textfile.h out of the WX_PRECOMP section (bcc)

2000-02-10 07:28 GRG, revision 5947

Added comments explaining my recent changes

2000-02-10 06:54 GRG, revision 5946

ROP 0x00AA0029 used for transparent area in DrawBitmap and Blit

2000-02-10 05:01 GRG, revision 5945

Minor updates

2000-02-10 05:00 RD, revision 5944

moved Clear() outside of if (textured)...

2000-02-10 04:56 RD, revision 5943

added option for drawing a textured background to test masks on a non-solid background.

2000-02-10 03:50 MB, revision 5942

Added wxTextFile functions to make multi-line text formatting portable. Fixed cell background colour problem.

2000-02-10 02:39 MB, revision 5941

Reverted changes to grid line positioning that caused many problems with refreshing and edit control placement. Added calls to wxFAIL_MSG.

2000-02-10 01:02 GRG, revision 5940

- wxSocket no loner automatically Closes() the socket when it receives a LOST event. - Elusive bug found and fixed when: a) there was still data to be read in the input buffer, but b) the socket had already been closed by the peer, so c) there was a LOST event before the next INPUT event was generated.

2000-02-09 22:58 DW, revision 5939

Updates to make latest changes compile