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