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-08-05 12:00 VZ, revision 7938

fixed 2d radiobox layout and kbd handling

2000-08-05 10:59 GT, revision 7937

Additional comments added for clarity and correctness

2000-08-05 10:49 GT, revision 7936

Fixed typos in comments

2000-08-04 20:15 VZ, revision 7935

better wording

2000-08-04 15:35 JS, revision 7934

Generic tree control text editor now has simple boder (no 3D effect)

2000-08-04 15:23 JS, revision 7933

Generic tree control fixes

2000-08-04 14:24 JS, revision 7932

Renamed generic tree control.

2000-08-04 14:09 JS, revision 7931

Added settings.h include

2000-08-04 13:59 JS, revision 7930

Modified generic wxTreeCtrl to work under non-Unix platforms simultaneously with the native control.

2000-08-04 11:03 GT, revision 7929

Fixed some crashing code in dialog cleanup in some exceptional cases Fixed memory leak Set return codes on the modal dialogs to avoid use of uninitialized values

2000-08-04 05:22 MB, revision 7928

Removed redundant m_left etc. variables

2000-08-04 05:16 MB, revision 7927

Removed redundant m_left etc. variables

2000-08-03 21:43 VS, revision 7926

fixed low resolution problem with wxPostScriptDC

2000-08-03 16:11 JS, revision 7925

Added ability to call wxWindow::OnPaint under Windows (experimental). Added wxTR_NO_LINES to remove lines from tree control (MSW only).

2000-08-03 13:20 VZ, revision 7924

another bug in ParseDate fixed

2000-08-03 12:38 VZ, revision 7923

fixed logic bug in ParseDate

2000-08-03 02:51 RD, revision 7922

Various tweaks, fixes, missing methods, etc.

2000-08-03 02:02 RD, revision 7921

Various tweaks, fixes, missing methods, etc.

2000-08-02 21:55 VZ, revision 7920

fixed bug with radiobox size being miscalculated if the label was too long

2000-08-02 14:59 JS, revision 7919

Corrected resource type

2000-08-02 14:45 JS, revision 7918

Made some member variables protected so derived classes can use them

2000-08-02 11:01 GT, revision 7917

Fixed MySQL specific problems with creating non-primary indexes on columns not defined as NOT NULL Fixed MySQL specific check on DropIndex error code 42S12

2000-08-02 10:58 GT, revision 7916

Fixed SLLOGfn crash problem, thought his change breaks binary compatability with 2.2.0 Added 2.4 code inside "#if EXPERIMENTAL_WXDB_FUNCTIONS...#endif blocks, defaults to 0 so the new functions are not compiled

2000-08-02 10:55 GT, revision 7915

Header changes for 2.4 added, but all are inside of #if...#endif blocks so that at compile time there is no changes to header from 2.2.0

2000-08-02 10:44 GT, revision 7914

Change return value of GetExtendedDBErrorMsg2 to be a const char * instead of char *.

2000-08-02 06:35 JS, revision 7913

Removed winmm.dll from delayload list.

2000-08-02 04:12 MB, revision 7912

Fix to make wxGrid::SelectBlock do what it says.

2000-08-01 18:47 GT, revision 7911

Subqueries for MySQL are now not performed, as MySQL does not support subqueries Compile time warnings with GCC eliminated. Call to wxDbCloseConnections() was missing from the frame ::OnCloseWindow() function, so that the connections to the database were not properly CLOSEd, they were only marked as FREE in the DB connection cache. Several crash/segfault problems have been corrected New functions added under the FILE menu for RECREATE TABLE and RECREATE INDEXES

2000-08-01 15:38 VZ, revision 7910

added EVT_UPDATE_UI_RANGE

2000-08-01 10:51 VZ, revision 7909

explained how wxCB_READONLY works (under MSW) better

2000-07-31 22:04 VS, revision 7908

fixed bug in APPEXTRALIBS

2000-07-31 22:04 VS, revision 7907

correct typo in cs.po

2000-07-31 22:03 VS, revision 7906

added binz handler

2000-07-31 22:03 VS, revision 7905

added wxListBox handling

2000-07-31 15:29 RR, revision 7904

Fixed offset problem for hatches. Shown in sample drawing now.

2000-07-31 11:10 VZ, revision 7903

made FONTMAPPER_ROOT_PATH absolute path

2000-07-30 08:42 NI, revision 7902

added null pointer check in DoGetSize functions; else programs crash when resizing list heads

2000-07-30 03:32 NI, revision 7901

added a wrapper class for opengl contexts (like that used in the gtk and msw ports)

2000-07-30 03:30 NI, revision 7900

added a simple wrapper class for shared opengl contexts (like in the gtk and msw ports)

2000-07-29 22:11 VZ, revision 7899

some minor tweaks for wxBase

2000-07-29 22:10 VZ, revision 7898

(harmless) warning fix for VC++

2000-07-29 22:07 VZ, revision 7897

fixes for VC++ wxBase DLL project files

2000-07-29 22:07 VZ, revision 7896

added version info to wxBase.dll, corrected it for wxMSW.dll

2000-07-29 17:25 JS, revision 7895

FloodFill correction, wxQuantize correction

2000-07-29 13:41 JS, revision 7894

Added version of Quantize that manages the palette itself

2000-07-29 11:44 JS, revision 7893

Added Set/Get/HasOption members and moved palette to ref data class.

2000-07-28 17:53 JS, revision 7892

Added wxQuantize, wxSplashScreen, wxEffects & added palette to wxImage

2000-07-28 05:21 MB, revision 7891

Updated docs for wxGrid::SelectBlock

2000-07-28 05:12 MB, revision 7890

Renamed existing wxGrid::SelectBlock to HighlightBlock. Added new wxGrid::SelectBlock that does what the name suggests (consistent with the other SelectXXX functions).

2000-07-27 22:52 VZ, revision 7889

fixed the problem with iconizing the miniframes

2000-07-27 22:10 VZ, revision 7888

version 2.2.1

2000-07-27 22:09 VZ, revision 7887

improvements for VC++ project file generation with tmake

2000-07-27 22:08 VZ, revision 7886

added 16 flag to tabg.cpp

2000-07-27 22:06 VZ, revision 7885

several unimportant warnings fixed for VC++ compilation

2000-07-27 18:53 VS, revision 7884

radiobox default dimension changed from 0 to 1

2000-07-27 18:53 VS, revision 7883

fixed setting value in spinctrl

2000-07-27 18:53 VS, revision 7882

added more controls

2000-07-27 18:52 VS, revision 7881

added notebooks support; added not_supported variable type

2000-07-27 18:51 VS, revision 7880

added XMLCTRL() macro for fast access to dialog controls

2000-07-27 18:51 VS, revision 7879

notebooksizer is now property of notebook, not special kind of sizer

2000-07-27 16:34 JS, revision 7878

Generic dirctrl corrections

2000-07-27 15:12 JS, revision 7877

Updated wxMotif files.lst

2000-07-27 15:11 JS, revision 7876

Updated file list to include dirctrlg.cpp

2000-07-27 15:00 VZ, revision 7875

compilation fix: false -> FALSE

2000-07-27 14:01 VZ, revision 7874

documented the weird behaviour of wxTextFile:GetPrev/NextLine

2000-07-27 09:38 VS, revision 7873

recommited binary files

2000-07-27 09:37 VS, revision 7872
  • D /wxWidgets/trunk/contrib/utils/wxrcedit/bitmaps/close.bmp
  • D /wxWidgets/trunk/contrib/utils/wxrcedit/bitmaps/control.ico
  • D /wxWidgets/trunk/contrib/utils/wxrcedit/bitmaps/gsizer.ico
  • D /wxWidgets/trunk/contrib/utils/wxrcedit/bitmaps/hsizer.ico
  • D /wxWidgets/trunk/contrib/utils/wxrcedit/bitmaps/open.bmp
  • D /wxWidgets/trunk/contrib/utils/wxrcedit/bitmaps/panel.ico
  • D /wxWidgets/trunk/contrib/utils/wxrcedit/bitmaps/preview.bmp
  • D /wxWidgets/trunk/contrib/utils/wxrcedit/bitmaps/resicon.ico
  • D /wxWidgets/trunk/contrib/utils/wxrcedit/bitmaps/save.bmp
  • D /wxWidgets/trunk/contrib/utils/wxrcedit/bitmaps/unused.ico
  • D /wxWidgets/trunk/contrib/utils/wxrcedit/bitmaps/used.ico
  • D /wxWidgets/trunk/contrib/utils/wxrcedit/bitmaps/vsizer.ico

oops, forgot -kb

2000-07-27 09:36 VS, revision 7871
  • D /wxWidgets/trunk/contrib/src/xml/wxxmlVC.dsp
  • D /wxWidgets/trunk/contrib/src/xml/wxxmlVC.dsw

standardized projects

2000-07-27 09:35 VS, revision 7870

now uses resources, not xpm files

2000-07-27 09:35 VS, revision 7869

fixed typo

2000-07-27 09:35 VS, revision 7868

added WXDLLEXPORT

2000-07-27 06:47 MB, revision 7867

Copied main branch fixes for caret not showing in first row (wxmsw) and highlight not being cleared when a cell is only partially visible.

2000-07-27 06:37 MB, revision 7866

Fix for bug where the cell highlight was not cleared from a cell that was only partially in view.

2000-07-27 06:23 MB, revision 7865

Added another hack to the collection of hacks in wxGridCellTextEditor::SetSize so that the caret will show for cells in the first row.

2000-07-27 04:09 MB, revision 7864

Changed wxGridCellAttr::HasAlignment to treat values of -1 as no alignment because wxALIGN_LEFT and wxALIGN_TOP are 0. Updated griddemo.cpp to use correct alignment defs.

2000-07-27 01:57 MB, revision 7863

Changed cell and label alignment functions to use wxALIGN_XXX defs. SetXXXAlignment() functions still accept wxTOP, wxLEFT etc for (some) backwards compatibility.

2000-07-27 01:29 MB, revision 7862

Some more wxGrid function docs.

2000-07-26 21:49 VS, revision 7861

xmlres: added support for wxMSW

2000-07-26 21:34 VS, revision 7860

standardized syntax of bool properties: '1' means true, anything else false

2000-07-26 21:34 VS, revision 7859

changed content of checklist, choice, combobox, radiobox from <children> to <content>

2000-07-26 21:34 VS, revision 7858

visual enhancements of wxrcedit

2000-07-26 21:34 VS, revision 7857

added handling of wxGridSizer and wxFlexGridSizer

2000-07-26 21:33 VS, revision 7856

added wxMSW support to wxrcedit

2000-07-26 21:33 VS, revision 7855

fixed typo in wxStaticBitmap wxrcedit definition

2000-07-26 21:32 VS, revision 7854

xmlres: added support for wxMSW

2000-07-26 21:32 VS, revision 7853

added xmlres format docs (uncomplete)

2000-07-26 21:31 VS, revision 7852

changed shared library version number to 2.3

2000-07-26 20:06 DW, revision 7851

fix for VA 3.0 vs 4.0

2000-07-26 16:29 VZ, revision 7850

wxTreeCtrl::ItemHasChildren() should return TRUE if SetItemHasChildren() had been called

2000-07-26 16:17 VZ, revision 7849

more tests

2000-07-26 16:16 VZ, revision 7848

resolving a conflict

2000-07-26 16:16 VZ, revision 7847

handle wxNO_FULL_REPAINT_ON_RESIZE for MDI children

2000-07-26 16:09 VZ, revision 7846

removed the warnings from HP-UX build log

2000-07-26 16:08 VZ, revision 7845

documented recently added IsOk

2000-07-26 14:08 JS, revision 7844

Better behaviour on NT (no dialogs when searching drives)

2000-07-26 13:45 VZ, revision 7843

note about wxSpinButton range

2000-07-26 12:41 JS, revision 7842

Added cmdline.cpp

2000-07-26 12:40 JS, revision 7841

WIN32 compilation of wxrc, wxrcedit

2000-07-26 11:53 JS, revision 7840

Corrected makefile target bug

2000-07-26 11:43 JS, revision 7839

Added additional wxXML makefiles and projects files; added some flexibility to VC++ make include files