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-09 22:53 GRG, revision 5938

Stupid bug: using LastError() instead of Error()

2000-02-09 21:50 SN, revision 5937

Updated/Added build instructions for OS/2.

2000-02-09 20:52 GRG, revision 5936

Zooming buttons / menu options automatically disabled when needed

2000-02-09 20:51 RD, revision 5935

fixed VC6 compilation error

2000-02-09 20:35 RD, revision 5934

plugged memory leak

2000-02-09 20:30 VZ, revision 5933

cell attributes added (doesn't quite work, work in progress, beware, don't use, &c &c)

2000-02-09 20:22 GRG, revision 5932

Added automatic connection of drawn points

2000-02-09 18:23 VZ, revision 5931

fixed fatal bug in wxStatusBar::SetFieldsCount(), added demo of it to the sample

2000-02-09 17:53 VZ, revision 5930

some Motif compilation fixes

2000-02-09 17:51 VZ, revision 5929

more HP-UX compilation warnings fixed (187th try)

2000-02-09 15:36 VZ, revision 5928

and ITEM_COLLAPSED/ING too

2000-02-09 15:34 VZ, revision 5927

added EVT_TREE_ITEM_ACTIVATED

2000-02-09 14:29 SN, revision 5926

Fix refreshs for wxGTK.

2000-02-09 08:54 GRG, revision 5925

let's see it it works now...

2000-02-09 08:18 MB, revision 5924

Changed grid line positioning slightly to line up the cells with the labels.

2000-02-09 08:09 MB, revision 5923

Fixed problem where corner label was displayed when either row or col label size had been set to zero prior to first display.

2000-02-09 07:17 MB, revision 5922

Simplified sizing code. Sub-windows are now sized explicitly in wxGrid::CalcWindowSizes().

2000-02-09 05:12 MB, revision 5921

Partially reverted last changes because of problems under wxMotif

2000-02-09 05:04 MB, revision 5920

Initializing more variables in wxGrid::Create() Minor fixes for crashes under wxMotif when setting attributes before the grid has been first painted.

2000-02-09 03:49 MB, revision 5919

Added more 3d rendering to row and col labels and removed sunken border style from the grid cell window so that labels and cells line up better.

2000-02-09 03:03 MB, revision 5918

A few optimizations to Refresh() calls for the grid cell area window

2000-02-09 02:15 MB, revision 5917

Implemented row and col label size functions.

2000-02-09 00:31 SN, revision 5916

More fixes

2000-02-08 23:48 SN, revision 5915

Fixed typo

2000-02-08 23:42 VS, revision 5914

fixed incorrect parsing of http://domain.com:portnumber/

2000-02-08 21:31 RD, revision 5913

Fix in parse headers so it wouldn't always store an empty string for each header value.

2000-02-08 20:04 GRG, revision 5912

Life! version 2

2000-02-08 19:25 JS, revision 5911

ShowFullScreen (MSW) doc; projgen updates

2000-02-08 19:22 JS, revision 5910

Minor mods if any

2000-02-08 19:19 JS, revision 5909

Added ShowFullScreen call (MSW only)

2000-02-08 19:18 JS, revision 5908

VC++ project file updates; minor sashwindow/splitterwindow cursor mods

2000-02-08 19:17 JS, revision 5907

Misc. fixes for obscure compilers

2000-02-08 19:14 JS, revision 5906

Added ShowFullScreen

2000-02-08 19:06 VZ, revision 5905

don't use ROPs for drawing the text for wxMSW compatibility

2000-02-08 18:31 GRG, revision 5904

Changed the order in which events are checked, so that LOST events are ignored until there are no more events pending. This is because you can have data waiting to be read, for example, even when the peer has already closed the connection. This affects _Wait() and OnRequest().

2000-02-08 17:44 VZ, revision 5903

added checks for Xm/Xpm headers/libs in CFLAGS/LDFLAGS

2000-02-08 17:16 VZ, revision 5902

cache the result of socklen_t check

2000-02-08 16:28 VZ, revision 5901

HP-UX compilation errors

2000-02-08 11:06 BJ, revision 5900

add SQL_CATALOG and SQL_LOG filename variablesas extern

2000-02-08 11:06 BJ, revision 5899

add SQL_CATALOG and SQL_LOG filename variables

2000-02-08 04:33 MB, revision 5898

Fixed problem with label resize cursor not resetting

2000-02-08 02:09 GRG, revision 5897

M_PI is not ANSI

2000-02-08 01:08 VZ, revision 5896

1. wxWizard appears in the centre of the screen by default 2. the selected brush isn't damaged any more by DrawBitmap() 3. corrected confusion between current and bg brush in DrawBitmap() 4. added wxGetColourFromUser() (to match wxGetTextFromUser() &c) 5. mem leak/crash in wxListCtrl on mode change fixed 6. wxListCtrl::Set{Fore|Back}groundColour() work as expected now

2000-02-08 01:07 VZ, revision 5895

1. more test code for drawing with ROPs/masks/bg brushes in drawing 2. wxListCtrl colour setting tests added

2000-02-07 23:26 GRG, revision 5894

Fixed transparency problem when masked area was not black

2000-02-07 20:47 SB, revision 5893

Add ctor with shared GLCanvas ( to be gtk compliant)

2000-02-07 17:33 VZ, revision 5892

fix for missing AC_SUBST(SAMPLES_SUBDIRS)

2000-02-07 17:28 VZ, revision 5891

many fixed for configure for Win32 - cross-compiling should work now

2000-02-07 16:53 VZ, revision 5890

wxLogFatalError() should abort now

2000-02-07 16:51 VZ, revision 5889

trying to fix memory leak in wxListCtrl (attributes not deleted)

2000-02-07 16:37 VZ, revision 5888

1. modified Makefile to copy the .bmp 2. added "change angle" to the menu, abort (and not crash) if bitmap not found

2000-02-07 15:48 VZ, revision 5887

wxListCtrl::SortItems() clarifications, more samples docs

2000-02-07 12:50 JS, revision 5886

Copied XPM files to new names to avoid conflict when compilign with VC++ project files

2000-02-07 11:15 SN, revision 5885

*** empty log message ***

2000-02-07 10:14 HH, revision 5884

Some fixes (&->\&, _->\_) to remove latex complaints. Actually the whole point of this excercise was to try to make a nice pdf file with contents tree and thumbnail pages using pdflatex, but it keeps depleting tex's resources :-(

2000-02-07 10:08 BJ, revision 5883

add definition for FAR for mingwin 2.95

2000-02-07 10:07 BJ, revision 5882

add casts + type to untyped const for GCC2.95

2000-02-07 05:39 MB, revision 5881

Fixes for problem where selection fails to start on dragging mouse in grid cell window.

2000-02-07 03:36 MB, revision 5880

Fixed bug in wxGrid::DrawAllGridLines that was causing crashes

2000-02-06 21:25 JS, revision 5879

Small changes for VC++ 4 compilation

2000-02-06 20:36 RR, revision 5878

Small modifications to listtest.

2000-02-06 20:35 RR, revision 5877

Reenabled deleteallitems events, marked with RR.

2000-02-06 19:51 SN, revision 5876

Minor fix in screen update code

2000-02-06 19:11 JS, revision 5875

Some doc corrections; Watcom C++ corrections; VC++ 4 corrections

2000-02-06 17:13 RR, revision 5874

compilation fixes.

2000-02-06 15:05 JS, revision 5873

Changed static_cast syntax not recogised by all compilers

2000-02-06 14:51 JS, revision 5872

Added rotation to wxImage

2000-02-06 13:51 RR, revision 5871

Tried to prevent scrollbars from scrolling as per MSW, didn't work. Added DeleteAllItems event and test to listctrl.

2000-02-06 12:12 JS, revision 5870

long -> wxCoord

2000-02-06 12:11 RR, revision 5869

Scrolling fixes.

2000-02-06 11:48 JS, revision 5868

Some BC++ 4.5 and other compile fixes; changed FAR definition to WXFAR

2000-02-06 09:06 RL, revision 5867

patched DoSetClippingRegionAsRegion to update clipping state vars

2000-02-06 01:58 SN, revision 5866

Optimized Refresh Area in various functions

2000-02-06 01:30 VZ, revision 5865

some minor changes in controls/image, timings added to listtest

2000-02-06 00:21 SN, revision 5864

long -> wxCoord

2000-02-06 00:03 VZ, revision 5863

tried to fix compilation for mingw32 and wxGTK/Motif in the same time

2000-02-05 23:07 JS, revision 5862

SetStatusFields type in implementation now matches header

2000-02-05 20:03 JS, revision 5861

Ok -> OK; status bar typo/cast

2000-02-05 18:18 GRG, revision 5860

Some compilation fixes

2000-02-05 18:16 GRG, revision 5859

Reverted a change which breaks compilation for win32 - not sure on how to fix this :-?

2000-02-05 18:15 GRG, revision 5858

Missing includes - please test without precompiled headers before committing

2000-02-05 18:04 SN, revision 5857

Added different strategy for updating grid lines.

2000-02-05 17:56 RR, revision 5856

Fixed status bar probs, Compilation fixes.

2000-02-05 16:09 JS, revision 5855

VC++ changes + makeproj additions

2000-02-05 15:56 SN, revision 5854

Include Header file of base class!

2000-02-05 14:27 SN, revision 5853

Fixed typo

2000-02-05 14:13 GT, revision 5852

Fixed a typo in a comment

2000-02-05 11:16 JS, revision 5851

Corrected initial m_filterIndex value (was 1)

2000-02-05 10:33 RR, revision 5850

wxWindow no longer emits any scroll events after a programmatic change to its scrollbars. Reverted sense of SHIFT and CONTROL in wxListCtrl.

2000-02-05 02:07 VZ, revision 5849

docs for wxTimer change

2000-02-05 01:57 VZ, revision 5848

1. wxTimer change - now generates EVT_TIMER() 2. wxStatusBar reorganisation

2000-02-05 01:55 VZ, revision 5847

cosemtic fixes

2000-02-05 01:06 MB, revision 5846

Space now move active cell right if grid is not editable

2000-02-05 01:03 MB, revision 5845

Removed ^M chars again

2000-02-05 00:26 MB, revision 5844

Removed erroneous EVT_SCROLLWIN

2000-02-04 23:41 SN, revision 5843

Added #ifdef HAVE_SCHED_YIELD

2000-02-04 20:27 VZ, revision 5842

readding back

2000-02-04 20:27 VZ, revision 5841

new sample: statbar

2000-02-04 19:27 VZ, revision 5840

updated to reflect the current situation

2000-02-04 18:31 VZ, revision 5839

another new version of wxStringTokenizer (with tests and docs)