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-21 20:11 RL, revision 6188

modified burnt_name to use only soname instead of full version name

2000-02-21 18:34 VZ, revision 6187

added "bugs table" which will show non string data support when it's ready

2000-02-21 18:13 SB, revision 6186

tiny fixes

2000-02-21 18:08 SB, revision 6185

Check multiple selection :-)

2000-02-21 18:01 VZ, revision 6184

added SetColMinimalWidth()

2000-02-21 18:01 RR, revision 6183

Slightly better GC pooling, Implemented automatic updateregion clipping as MSW does. Made drawing sample a bit saner.

2000-02-21 17:37 VZ, revision 6182

make it possible to specify the virtual table size (this makes it easier to see that the memory taken by the grid doesn't depend on it with top)

2000-02-21 17:25 VZ, revision 6181

a couple of terrible typos fixed

2000-02-21 17:10 SN, revision 6180

Eliminate apparently unnecessary updates in SetScrollbars.

2000-02-21 16:48 VZ, revision 6179

Left() -> BeforeFirst()

2000-02-21 16:39 VZ, revision 6178

virtualized m_row/col height/widths arrays

2000-02-21 14:35 VZ, revision 6177

added wxCURSOR_DEFAULT to others (not GTK only), hide the current selection in the tree ctrl during dnd

2000-02-21 14:31 VZ, revision 6176

Michaels change to OnEraseBackground()

2000-02-21 14:27 VZ, revision 6175

1. removed 3d border, but a) made DrawCellHighlight() virtual to allow overriding it in user code b) fixed bug with grid lines painting over the border, so it should really work now 2. char events to readonly cells are Skip()ped which makes Alt-X work for them too

2000-02-21 14:25 VZ, revision 6174

include

2000-02-21 14:19 VZ, revision 6173

a couple of wors about wxObjArray::Index()

2000-02-21 14:16 RR, revision 6172

Implemented MSW's paint region clipping, but it exposed some bug in GTK's guffaw stuff. Implmented GC pooling. Implemented Corrcet mixing of pain region clipping, user clipping and masked bitmap clipping. Minor other corrections.

2000-02-21 14:13 RR, revision 6171

Set logical functions to wxCOPY, no -1.

2000-02-21 14:12 RR, revision 6170

Make use of FillRect() when possible.

2000-02-21 13:19 VZ, revision 6169

wxUSE_NEW_GRID implies wxUSE_GRID

2000-02-21 13:17 VZ, revision 6168

compile fix for wxUSE_STD_IOSTREAM case

2000-02-21 12:31 MJ, revision 6167

browsedb.cpp dbgrid.cpp dbtree.cpp dlguser.cpp de/dbbrowse.mo de/dbbrowse.po de/xget.cfg

2000-02-21 12:30 MJ, revision 6166

xget.cfg

2000-02-21 09:53 MB, revision 6165

Changed system colours for better default display of wxGrid. Please revert this if it causes problems with other things and let me know on wxwin-dev.

2000-02-21 09:42 JS, revision 6164

Fixed (I hope) the wxDialog reactivation bug

2000-02-21 08:37 VS, revision 6163

modif time of FS inet and FS mem files is not wxDateTime::Now, not wxDateTime::Today

2000-02-21 08:37 VS, revision 6162

wxGTK compilation fix (wxFrame::Show call without argument)

2000-02-21 08:05 MJ, revision 6161

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

2000-02-21 05:12 DW, revision 6160

Frame and Window coding

2000-02-20 12:40 JS, revision 6159

wxImage::Rotate corrections added; docview improvements (menus updated properly)

2000-02-20 10:23 RR, revision 6158

configure changes grid 3d changes

2000-02-20 10:04 MJ, revision 6157

browsedb.cpp dbtree.cpp

2000-02-20 07:06 MJ, revision 6156

help.de/compiler.htm help.de/dbbrowse.htm help.de/getcol.htm help.de/getcolsh.htm help.de/icons.htm help.de/picgrams.htm help.de/problems.htm help.de/remstar.htm help.de/sample.htm help.de/startprm.htm help.de/todo.htm help.de/wxdb.htm help.de/wxtable.htm help.std/compiler.htm help.std/dbbrowse.htm help.std/getcol.htm help.std/getcolsh.htm help.std/icons.htm help.std/picgrams.htm help.std/problems.htm help.std/remstar.htm help.std/sample.htm help.std/startprm.htm help.std/todo.htm help.std/wxdb.htm help.std/wxtable.htm

2000-02-20 02:52 GRG, revision 6155

Opps. Sorry - typo fixes

2000-02-20 01:08 GRG, revision 6154

Don't try to translate empty strings (just a cosmetical issue - it should not fail anyway, but it is cleaner this way)

2000-02-20 01:04 GRG, revision 6153

Process all pending events before starting to delete pending objects - specially important for wxPostEvent to work OK.

2000-02-20 01:03 GRG, revision 6152

Solved bug which was breaking richedit ctrls for non-unicode builds on some compilers. Fixed some small non-fatal bugs like missing c_str() and the like.

2000-02-19 06:49 GRG, revision 6151

Fixed these: text.cpp:588: passing `const char *' as argument 1 of `wxWindowBase::SetClientData(void *)' discards qualifiers text.cpp:592: passing `const char *' as argument 1 of `wxWindowBase::SetClientData(void *)' discards qualifiers

2000-02-19 04:22 GRG, revision 6150

Solved multiple memory leaks. Added some comments (on-screen, not to the code) Inverted the original XBM file.

2000-02-19 00:55 VS, revision 6149

fixed bug in wxMemoryInput/OutputStream::OnSysRead/Write that caused incorrect LastRead reports

2000-02-19 00:55 VS, revision 6148

ripper_main.o does not belong to HelpGen

2000-02-18 23:35 DW, revision 6147

no message

2000-02-18 22:12 VZ, revision 6146

added dnd support to generic wxTreeCtrl

2000-02-18 21:21 RD, revision 6145

toggle button doesn't send event if mouse is released outside of the button.

2000-02-18 21:01 RD, revision 6144

fixed some typos

2000-02-18 20:45 VZ, revision 6143

auto arrays can't be initialized - compile error for HP-UX

2000-02-18 20:40 VZ, revision 6142

HP-UX recommendations added

2000-02-18 20:28 RD, revision 6141

wx-config is configurable...

2000-02-18 20:20 VZ, revision 6140

more long/double to int conversion warnings from HP-UX logs fixed

2000-02-18 19:05 GL, revision 6139

* ESD works in full duplex (theorically)

2000-02-18 19:00 GL, revision 6138

* Some more missing files. MMBoard tested (wave files) on MSVC 5

2000-02-18 18:36 GL, revision 6137

* Make some more work on the video for Linux (Unix hopefully as I use XAnim) * Added some datas for Windows

2000-02-18 16:57 RR, revision 6136

help sample useful again

2000-02-18 16:15 GRG, revision 6135

Added missing Unref() in wxImage::Create()

2000-02-18 16:10 GRG, revision 6134

Solved a typo related to masks. Was setting *all* pixels in the mask to rgb(0,0,0) - hence no mask at all :-) Corrected related OS/2 code as well (this is where the typo was introduced in the first place)

2000-02-18 15:03 BJ, revision 6133

Hashtable now supports negative keys

2000-02-18 08:14 JS, revision 6132

Added JPEG rsp file

2000-02-17 23:39 GRG, revision 6131

Now wxGIFDecoder always tries to read to the end of the GIF data.

2000-02-17 23:31 DW, revision 6130

More wxFrame updates

2000-02-17 23:18 VS, revision 6129

added wxMemoryFSHandler for storing VFS in memory

2000-02-17 23:13 VS, revision 6128

added wxMemoryFSHandler for storing VFS in memory

2000-02-17 22:44 JS, revision 6127

Reverted change to DrawLine so it doesn't draw the last point (sorry!)

2000-02-17 21:17 RR, revision 6126

Small testing changes, Small flicker reduction in wxGrid.

2000-02-17 20:36 JS, revision 6125

Removed redundant wxColour constructor (how come this didn't cause problems before...)

2000-02-17 20:03 VZ, revision 6124

added wxGridCellEditor::StartingClick(), used by BoolEditor

2000-02-17 19:32 VZ, revision 6123

some (attempts of) appearance fixes for wxGCBoolRenderer

2000-02-17 19:13 VZ, revision 6122

wxGridCellEditor::PaintBackground() added

2000-02-17 19:07 RL, revision 6121

added -doc package

2000-02-17 19:05 RL, revision 6120

remembered to update and commit after changing .in, duh :)

2000-02-17 18:23 SB, revision 6119

Workaround (?) for using streambuf with wxUSE_IOSTREAMH=0

2000-02-17 17:26 RL, revision 6118

fixed cutnpaste error samples->utils in UTILS_DIST

2000-02-17 17:09 VS, revision 6117

fixed inaccurancy in container layouting with wxHTML_ALIGN_JUSTIFY

2000-02-17 17:09 VS, revision 6116

documented 2nd prototype of wxListCtrl::SetItem

2000-02-17 17:03 RL, revision 6115

ignore CVS dir when copying /debian

2000-02-17 15:17 VS, revision 6114

fixed detection of listbox background

2000-02-17 14:12 VZ, revision 6113

assorted files I forgot to commit before

2000-02-17 14:08 VZ, revision 6112

bool editor/renderer added

2000-02-17 14:06 VZ, revision 6111

added wxRect::Inflate()

2000-02-17 13:57 RL, revision 6110

added APPEXTRADEFS var so things like tex2rtf can pass their own flags to the make system

2000-02-17 12:53 VZ, revision 6109

added and documented wxDC::DrawCheckMark()

2000-02-17 12:16 VZ, revision 6108

wxSysErrorCode/Msg documented

2000-02-17 11:04 JS, revision 6107

Added demo of strange rectangle behaviour

2000-02-17 10:12 VZ, revision 6106

1. EVT_GRID_XXX constants renamed to wxEVT_GRID_XXX 2. EVT_GRID_EDITOR_SHOWN/HIDDEN added 3. Alt-X now work in the grid (instead of being eaten in StartingKey) 4. added CanEnableCellControl() and use it before calling EnableEC

2000-02-17 08:47 VZ, revision 6105

hack to fix crash when creating a DC for a widgetless window

2000-02-17 08:04 VZ, revision 6104

warning in GetItemFromPoint with mingw32 fixed

2000-02-17 04:52 RD, revision 6103

More fixes for the OGL wrapper and some other updates.

2000-02-17 03:02 GRG, revision 6102

Optimized drawing code in OnMouse() for freehand drawing.

2000-02-16 23:46 GRG, revision 6101

added a few comments and remove $(COPYSEP)

2000-02-16 23:38 GRG, revision 6100

added myself for spanish translation :-)

2000-02-16 23:23 VS, revision 6099

fixed background colour handling in wxTreeCtrl

2000-02-16 21:51 DW, revision 6098

Start of actual filling in of wxFrame.

2000-02-16 21:51 DW, revision 6097

Start of actual filling in of wxFrame. Makefile now supports tiff

2000-02-16 21:44 JS, revision 6096

DrawLine normalized; wxStaticBitmap fixed for Dialog Editor

2000-02-16 21:41 VS, revision 6095

documented Set/GetVendorName

2000-02-16 21:10 VZ, revision 6094

added support for readonly cells and 3d border drawing

2000-02-16 20:54 RD, revision 6093

Eats EVT_CHAR events for WXK_ESCAPE, WXK_TAB, and WXK_RETURN since they are handled in EVT_KEY_DOWN. It also gets rid of the annoying bell on MSW for the return key.

2000-02-16 20:47 RL, revision 6092

added files / made changes to enable building Debian releases from cvs

2000-02-16 20:42 RD, revision 6091

disable edit control before insert/delete row/col

2000-02-16 20:20 GL, revision 6090

* Video with XANIM is working on Multimedia Board (I must improve the window sizing, ...): it shows me movies. * Fixed a major bug in sndcpcm: we must divide by 2 the length of the sound block because we work in 16 bits mode * Support for Video in wxMultimediaBoard * Other fixes

2000-02-16 20:18 VZ, revision 6089

the in-place control uses the attr for colours/font info too

2000-02-16 20:10 VZ, revision 6088

missing event.Skip() added (it was impossible to use mouse without it...)

2000-02-16 20:07 VZ, revision 6087

compilation fix for the generic version

2000-02-16 19:22 VZ, revision 6086

removed test wxYield

2000-02-16 19:15 VZ, revision 6085

deTABified

2000-02-16 19:06 VZ, revision 6084

translators for Hungarian and Russian added

2000-02-16 17:52 RD, revision 6083

Insert row/col now uses the current position to determine where to insert.

2000-02-16 17:51 RD, revision 6082

Added getters/setters for cell and grid-default editors

2000-02-16 17:12 DW, revision 6081

OS/2 support added

2000-02-16 16:08 SN, revision 6080

Added UpdateAttrRows/Cols to change the row/column info in attributes as needed when Deleting/Inserting rows/columns.

2000-02-16 14:55 JS, revision 6079

Corrected my bug...

2000-02-16 13:46 DW, revision 6078

Add Plot to library

2000-02-16 13:38 SB, revision 6077

Fixed stupidity

2000-02-16 13:05 SB, revision 6076

Fixed wxGetLocalTimesMillis using HAVE_GETTIMEOFDAY\nPlease fix the others...\nThen remove val*=wxGetLocalTime()

2000-02-16 11:53 JS, revision 6075

Various VC++ 1.5 and other corrections

2000-02-16 09:59 JS, revision 6074

Corrected LINKAGEMODE OS/2 thingy

2000-02-16 09:32 SB, revision 6073

Add Shivar's patch for using iostream

2000-02-16 07:34 RD, revision 6072

more updates

2000-02-16 06:26 DW, revision 6071

OS/2 updates, basically linkage mode settings on static procs

2000-02-16 06:23 DW, revision 6070

Final cleanup

2000-02-16 06:14 RD, revision 6069

incremented version number

2000-02-16 06:08 RD, revision 6068

incremented version number

2000-02-16 05:57 RD, revision 6067

Some minor updates and fixes

2000-02-15 23:58 VZ, revision 6066

empty rc file for the sample

2000-02-15 23:57 VZ, revision 6065

1. dnd demo in treetest 2. compilation fix in drawing (for VC++) 3. refresh bug fixed in regtest, dnd/copying keys seems to work

2000-02-15 23:54 VZ, revision 6064

bug fix in wxRegKey::CopyValue()

2000-02-15 22:19 VS, revision 6063

background color set to wxSYS_COLOUR_LISTBOX

2000-02-15 22:13 VS, revision 6062

background color set to wxSYS_COLOUR_LISTBOX

2000-02-15 22:10 VS, revision 6061

added wxSYS_COLOUR_LISTBOX

2000-02-15 22:09 VS, revision 6060

removed duplicate defines of wxSYS_ constants

2000-02-15 22:08 VS, revision 6059

added wxSYS_COLOUR_LISTBOX ; check to prevent wxSYS_COLOUR_HIGHLIGHT and HIGHLIGHT_TEXT being same

2000-02-15 22:07 VS, revision 6058

fixed radiobox layouting: asks GTK for best size, does not compute it from string&font anymore (fixes GNU Step theme problem)

2000-02-15 22:07 VS, revision 6057

fixed typo bug in my last commit that caused image size (-1,-1)

2000-02-15 20:21 SB, revision 6056

Update entering/leaving

2000-02-15 19:56 DW, revision 6055

Generic path instead of hardcoded

2000-02-15 19:48 RD, revision 6054

Fixed precedence order problem for IsShiftDown and IsCtrlDown. (It was using the toggle bit instead of the is-down-now bit because of the order of evaluation of the operators.)

2000-02-15 19:44 DW, revision 6053

A few more minor fixes for OS/2

2000-02-15 19:26 JS, revision 6052

Typo corrected

2000-02-15 18:49 GL, revision 6051

* Added IsPaused() to wxSoundFileStream * Play/Pause/Resume should work in wxMMBoard

2000-02-15 18:38 RR, revision 6050

list ctrl and tree ctrl didn't like the new focus code, mem clean uop crash fixed.

2000-02-15 18:33 RD, revision 6049

fix for goofed up grid borders when scrolling/refreshing

2000-02-15 18:06 GRG, revision 6048

Readded fix to adjust size of rectangles with transparent outline

2000-02-15 18:01 RR, revision 6047

wxGTK now ignores widget style when using the pixmap theme.

2000-02-15 17:32 JS, revision 6046

Added comment makeg95.env

2000-02-15 16:38 RR, revision 6045

Minor wxYield() change.

2000-02-15 16:28 VZ, revision 6044

text bg is transparent now, but the icons are still not

2000-02-15 15:56 RR, revision 6043

Forgot to add this one.

2000-02-15 15:56 RR, revision 6042

plot docs.

2000-02-15 15:43 DW, revision 6041

more xpm fixes

2000-02-15 15:31 DW, revision 6040

more xpm fixes

2000-02-15 15:21 GRG, revision 6039

added tests for filled rects

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