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

1998-10-30 09:17 RR, revision 936

Tought Systemettings that sysfont has 12 pts wxListCtrl can now resize column by dragging

1998-10-29 22:57 RR, revision 935

24-bit rendering from wxImage into wxBitmap I think requiring GTK 1.0.4 is enough (not 1.0.6)

1998-10-29 18:03 RR, revision 934

Big color update with the newest information from the GTK+ hot-line, eh mail-list. The news is that they don't know what they do. Conversion from 12pt, wxSWISS, wxNORMAL, wxNORMAL to GTK+ system font Probably some other things

1998-10-28 21:47 VZ, revision 933

(very) small changes for Windows compilation

1998-10-28 21:32 VZ, revision 932

some old changes I forgot to check in

1998-10-28 18:29 GL, revision 931

* Build IODBC on demand on unix. * wxStream updates

1998-10-28 15:28 VZ, revision 930

Mac fixes (thanks to Stefan Csomor)

1998-10-28 15:26 DP, revision 929

Minor modifications... Vadim skipped some mistakes due to wxTreeItemId on msw == long

1998-10-28 13:21 MR, revision 928

wxWave class for wxGTK (linux)

1998-10-28 11:44 RR, revision 927

DnD RadioBox layout

1998-10-27 22:03 RR, revision 926

Fixes, typos etc...

1998-10-27 17:58 JS, revision 925

Motif wxNotebook about done; added print/preview to OGLEdit sample

1998-10-27 17:09 VZ, revision 924

"unsigned char" restored in wxColour ctor

1998-10-27 15:04 RR, revision 923

Added background colour again Added wxTextCtrl methods Removed Imlib -> Recompile

1998-10-27 09:55 KB, revision 922

more fixes, printing works quite fine now

1998-10-26 18:34 JS, revision 921

Added OnEraseBackground to wxNotebook on wxMSW to avoid black background; wxTreeCtrl mod for BC++

1998-10-26 18:32 JS, revision 920

Added simple notebook sample

1998-10-26 17:11 VZ, revision 919

final (?) changes to the generic tree ctrl -- seems to work ok

1998-10-26 17:10 JS, revision 918

Motif and other mods

1998-10-26 13:29 VZ, revision 917

interchanged w and h in wxSplitterWindow::OnSashPositionChange (now it does what expected)

1998-10-26 10:56 RR, revision 916

Implemented wxScreenDC the hard way INcreased menu bar size Ripped off handles (a few days ago) Corrected $Id:$ somewhere

1998-10-26 00:19 RR, revision 915

Did much work on colors. It doesn't work and I guess it's a GTK bug. Small change to Blit() Added GTK_NO_TYPE_CHECK when compiling without debug_flag Added more wxCHECK_XXX

1998-10-25 17:04 UG, revision 914

no message

1998-10-25 16:31 UG, revision 913

no message

1998-10-25 11:08 KB, revision 912

Printing moreless works now.

1998-10-25 11:07 KB, revision 911

Fixed a trivial error.

1998-10-25 07:37 UG, revision 910

no message

1998-10-25 01:48 UG, revision 909

minor changes for windows compilability

1998-10-24 23:53 VZ, revision 908

some new functions: 1. wxTreeItemData::SetId() added 2. wxTreeCtrl::SetItemHasChildren() added

1998-10-24 20:25 RR, revision 907

Added support for frames without borders (such as for splash screen) with wxSIMPLE_BORDER Fixed tooltip bug -> recompile everything Added validators to wxListCtrl Fixed Create/Realize bug

1998-10-24 18:08 KB, revision 906

Rewrite. Cursor handling better, split Layout() and Draw(), faster. Printing almost works.

1998-10-24 17:12 RR, revision 905

Removed usage of GdkImlib Added platform independent wxImage class Changed wxBitmap and wxImageList accordingly Correctted header text

1998-10-24 14:55 UG, revision 904

uint to unsigned int

1998-10-24 05:52 DP, revision 903

Prealpha, prebeta of new wxTreeCtrl for GTK. It is possible to AddRoot, AppendItem... InsertItem and PrependItem is not working... Sample modified to new API. I understand that operator wxTreeItemId::long() exists on MSW wxWindows, but on wxGTK id type is a pointer... 2Vadim: Please test the sample with MSW wxTreeCtrl.

1998-10-23 18:22 JS, revision 902

More Motif changes (colour/font stuff)

1998-10-23 13:15 VZ, revision 901

1. Split{Horizontal|Vertical} now accept negative args to set the size of right/lower pane (positive arg sets the size of left/upper one as before, 0 is the same as -1 before: choose default) 2. OnSashPositionChange() virtual function added - it may return FALSE to cancel position change 3. splitter sample and docs (couldn't compile them though) updated

1998-10-22 14:13 JS, revision 900

Added casts to fix compile problem

1998-10-22 14:08 JS, revision 899

More-or-less finished reasonably cool wxToolBar class with tooltips.

1998-10-22 10:44 JS, revision 898

Added WXHTREEITEM

1998-10-22 10:43 JS, revision 897

Mods for Gnu-Win32

1998-10-21 22:21 RR, revision 896

SetBackground for ListBox and others Removed the old and famous wxSplitter bug

1998-10-21 21:43 JS, revision 895

More Motif stuff incl. beginnings of wxToolBar

1998-10-21 18:59 RD, revision 894

added a "lib" target for generating a wxPython library for static linking with other apps.

1998-10-21 08:34 UG, revision 893

no message

1998-10-21 01:14 RD, revision 892

*** empty log message ***

1998-10-21 01:13 RD, revision 891

*** empty log message ***

1998-10-20 21:47 RD, revision 890

Sample Setup.in file for Linux

1998-10-20 21:40 VZ, revision 889

added back the missing "unsigned"s to wxColour ctor

1998-10-20 15:08 VZ, revision 888

sorry... forgot to commit these 2 files

1998-10-20 14:47 JS, revision 887

Updated todo list

1998-10-20 14:35 VZ, revision 886

wxColour(const char *) ctor related modifications

1998-10-20 13:24 UG, revision 885

fix for wxColour breakage

1998-10-20 12:58 UG, revision 884

fix for wxUSE_IOSTREAMH

1998-10-20 11:39 JS, revision 883

Removed WS_BORDER style since borders have suddenly appeared around several controls.

1998-10-20 11:00 UG, revision 882

fix for precompiled headers

1998-10-20 10:53 UG, revision 881

fix for precompiled headers

1998-10-20 07:47 DP, revision 880

.cvsignores added Begin my work on wxTreeCtrl for wxGTK

1998-10-20 07:39 RD, revision 879

newly generated files from SWIG

1998-10-20 07:38 RD, revision 878

bug fix

1998-10-20 06:45 RD, revision 877

New wxTreeCtrl wrappers (untested) some changes in helpers etc.

1998-10-20 02:11 RD, revision 876

Commented out constructor causing ambiguity

1998-10-20 02:10 RD, revision 875

commented out constructor causing ambiguity

1998-10-19 21:54 JS, revision 874

One that got away

1998-10-19 21:51 JS, revision 873

More Motif additions: mdi and sashtest samples now just about work!

1998-10-19 14:18 VZ, revision 872

1. wxTextCtrl::SetBackgroundColour() now works 2. wxListBox::SetBackgroundColour() now does something, although still not what I'd like 3. wxColour() now has a ctor from "const char *" to allow calls like SetBackgroundColour("green"); 4. controls sample modified to use colors

1998-10-19 12:39 VZ, revision 871

added methods for sequential scan of wxTextFile: Get{First|Next|Prev|Last}Line and GetCurrentLine, GoToLine, Eof.

1998-10-18 22:46 VZ, revision 870

new wxTreeCtrl files

1998-10-18 22:43 VZ, revision 869

(minor) fixes to make it compile with the modified wxTreeCtrl

1998-10-18 22:31 JS, revision 868

Motif additions

1998-10-18 21:33 VZ, revision 867

minor changes (a couple of error messages added to wxExecute)

1998-10-17 17:05 UG, revision 866

update to wx2

1998-10-17 17:04 UG, revision 865

no message

1998-10-17 09:38 JS, revision 864

Motif updates

1998-10-17 07:46 UG, revision 863
  • D /wxWidgets/trunk/utils/dialoged/src/dialoged.dsp
  • D /wxWidgets/trunk/utils/glcanvas/samples/cube/cube.dsp
  • D /wxWidgets/trunk/utils/glcanvas/samples/isosurf/isosurf.dsp
  • D /wxWidgets/trunk/utils/glcanvas/win/glcanvas.dsp
  • D /wxWidgets/trunk/utils/ogl/samples/ogledit/ogledit.dsp
  • D /wxWidgets/trunk/utils/ogl/src/ogl.dsp
  • D /wxWidgets/trunk/utils/wxprop/src/wxprop.dsp
  • D /wxWidgets/trunk/Wxwin.dsp
  • D /wxWidgets/trunk/Wxwin.dsw

no message

1998-10-17 07:37 UG, revision 862

miscellaeneous fixes

1998-10-17 07:31 UG, revision 861

miscellaeneous fixes

1998-10-17 07:27 UG, revision 860

fixes the invalid index problem

1998-10-17 07:21 UG, revision 859

no message

1998-10-16 19:34 UG, revision 858

added more utils subprojects

1998-10-16 19:30 UG, revision 857

new project file + misc fixes for wxUSE_DOC_VIEW_ARCHITECTURE

1998-10-16 19:28 UG, revision 856

no message

1998-10-16 18:38 UG, revision 855

no message

1998-10-16 18:24 UG, revision 854

no message

1998-10-16 18:17 UG, revision 853

no message

1998-10-16 17:51 UG, revision 852

no message

1998-10-16 17:16 UG, revision 851

no message

1998-10-16 16:28 JS, revision 850

Revised Motif todo list

1998-10-16 16:22 UG, revision 849

no message

1998-10-16 16:15 UG, revision 848

no message

1998-10-16 16:12 UG, revision 847

wxUSE_IOSTREAMH changes

1998-10-16 15:53 UG, revision 846

no message

1998-10-16 14:55 UG, revision 845

no message

1998-10-16 14:50 UG, revision 844

wxUSE_IOSTREAMH fixes

1998-10-16 14:38 JS, revision 843

Misc. Motif; removed duplicate wxICON; variant compile fix; added wxString form of wxStripMenuCodes

1998-10-16 14:35 UG, revision 842

no message

1998-10-16 10:04 UG, revision 841

no message

1998-10-16 09:57 UG, revision 840

no message

1998-10-16 09:56 UG, revision 839

wx_USEIOSTREAMH changes

1998-10-16 08:44 UG, revision 838

no message

1998-10-15 17:00 JS, revision 837

Added makefile.unx for Motif