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

1998-10-15 16:14 RD, revision 836

Added wxFrame::SetStatusBar

1998-10-15 12:43 UG, revision 835

no message

1998-10-15 10:58 JS, revision 834

Commented out _CrtSetDbgFlag yet again, restored setup.h settings.

1998-10-15 09:26 UG, revision 833

no message

1998-10-15 09:11 JS, revision 832

Presumably someone didn't mean to commit that wxUSE_XPM_IN_MSW change... Added wxID_SELECTALL

1998-10-14 23:53 VZ, revision 831

minor changes a bit everywhere + a small wxLog change (Enable()/IsEnabled() added) + wxTimer member vars are made protected again (but a friend decl added for the callback)

1998-10-14 19:06 JS, revision 830

Fixed VC++ compile error in mstream; formatted window.cpp.

1998-10-14 17:36 GL, revision 829

* wxSocket fixes * wxStream: - new inheritance, new stream buffer, nearly the same API for the end user - updated other streams consequently * wxGTK: some change to make it compile on GTK 1.0 and GTK 1.1 * small changes on wxThread to prepare a more reentrant lib * wxVariant works with wxStream too now

1998-10-14 17:11 JS, revision 828

Removed windows.h and friend function.

1998-10-14 17:00 UG, revision 827
  • D /wxWidgets/trunk/src/common/lex_yy.c
  • D /wxWidgets/trunk/src/common/y_tab.c
  • D /wxWidgets/trunk/src/msw/Y_TAB.C

no message

1998-10-14 16:45 UG, revision 826

general updates, more to come

1998-10-14 16:43 UG, revision 825

fix for private access for wxTimerProc

1998-10-14 16:30 JS, revision 824

Protected -> public

1998-10-14 16:29 UG, revision 823

fix for vc4.2+ for c++ standard exception handling

1998-10-14 08:13 JS, revision 822

Rewrote ConvertToStandardCommandArgs; resource.h correction; ntwxwin.mak correction

1998-10-14 06:45 MR, revision 821

error in func ConvertToStandardCommandArgs with argv[]

1998-10-12 19:45 JS, revision 820

Session management changes for wxMSW.

1998-10-12 13:09 VZ, revision 819

1. wxTimer::Start() returns bool in wxGTK too (other minor corrections to this class, such as "const" addition, Notify() is = 0 now...) 2. wxGTK::wxTextCtrl::Delete renamed to Clear for consistency 3. wx/wx_prec.h now includes wx/setup.h even if !wxUSE_PRECOMP because otherwise (recently added) tests "#if wxUSE_IOSTREAMH" donb't work. 4. Other compilation fixes for wxGTK (now it compiles again)

1998-10-12 07:46 JS, revision 818

Changes related to stream includes

1998-10-09 20:26 VZ, revision 817

removed some rests of my tests (which should have never been checked in in the first place)

1998-10-09 12:01 JS, revision 816

Dialog unit mods; wxProp tidying

1998-10-08 14:57 MR, revision 815

change the last changes back

1998-10-08 12:05 MR, revision 814

error if a radiobox is horizontal:(change wxRA_VERTICAL to wxRA_HORIZONTAL)

1998-10-08 09:38 VZ, revision 813

crash under FreeBSD corrected (patch by David Hobley)

1998-10-07 15:40 KB, revision 812

odbc off by default

1998-10-07 11:04 JS, revision 811

Latex updates; added defines to printdlg.h for referring to generic print dialogs by standard names.

1998-10-07 09:24 KB, revision 810

Fixed stupid configure bug that failed to recognise gcc and set wrong options.

1998-10-07 07:35 RD, revision 809

Version 0.4.1 for wxGTK

1998-10-07 05:39 RD, revision 808

Added missing IMPLEMENT_DYNAMIC_CLASS

1998-10-06 09:33 JS, revision 807

FreeBSD patch to sckaddr.cpp; include more files in manual; misc

1998-10-06 08:50 KB, revision 806

Makefiles now use CPPFLAGS in the same way as configure does.

1998-10-05 16:21 VZ, revision 805

Added --with-unicode (not used yet) and --with-wcsrtombs options to configurea and setup.h.

1998-10-05 10:14 JS, revision 804

Reversed meaning of orientation style, back to wxWin 1.68 meaning.

1998-10-05 10:13 JS, revision 803

Repaired radiobox problem.

1998-10-04 22:12 VZ, revision 802

SetTitle() works even if menu was created without title initially (and setting title to empty string removes it alltogether)

1998-10-04 14:30 KB, revision 801

wxGetUserName() now returns only the user name, not the comments wxGetHostName() returns host.domain now

1998-10-03 05:56 RD, revision 800

*** empty log message ***

1998-10-03 00:25 VZ, revision 799

bogus assert removed, optimized (and removed a bug in process of doing it) wxString::Trim

1998-10-02 12:53 JS, revision 798
  • D /wxWidgets/trunk/src/msw/xfspline.inc

*** empty log message ***

1998-10-02 12:50 JS, revision 797

Removed DrawOpenSpline since it doesn't seem to be needed, with required changes in all ports. Added Motif wxFileDialog. Added wxPostScriptModule and removed PostScript init in app.cpp. Also removed wxMessageBox function from generic implementation. Windows release .exes are now smaller (< 300K for minimal.exe). Some OGL updates. __try -> try in MSW main.cpp. BC++ 5 fixes.

1998-10-02 06:44 RD, revision 796

Version 0.4 of wxPython for MSW.

1998-10-02 06:38 RD, revision 795

Added wxFrame::SetStatusBar for wxPython

1998-09-30 23:48 RD, revision 794

Found the RIGHT place to make the __unix__ fix. Undoing the other changes I just made.

1998-09-30 23:37 RD, revision 793

Found the RIGHT place to make the __unix__ fix. Undoing the other changes I just made.

1998-09-30 23:13 RD, revision 792

fixed some ifdef's to also check for __unix__

1998-09-30 23:07 RD, revision 791

fixed Stricmp ifdef to also check for __unix__

1998-09-30 17:45 GL, revision 790

* wxSocket doc updates.

1998-09-30 12:48 JS, revision 789

Uninitialised variable initialised (state in OnIdle)

1998-09-30 12:41 VZ, revision 788

fixed wxString::Mid() bug

1998-09-30 09:15 MR, revision 787

*** empty log message ***

1998-09-30 00:48 VZ, revision 786

more wxConfig and xwLog docs (sorry for the delay)

1998-09-29 20:02 VZ, revision 785

1) wxGTK now use the new, native implementation of wxTreeCtrl. 2) The treectrl sample uses the icons (not only under Windows). 3) A couple of minor changes in treectrl.cpp itself.

1998-09-29 19:12 VZ, revision 784

more bug fixes after USE_ to wxUSE_ change (now it finally seems to work)

1998-09-29 14:26 KB, revision 783

Removed removal of config.log which is stupid and hinders debugging.

1998-09-29 12:36 DP, revision 782

See the prev one.

1998-09-29 12:35 DP, revision 781

Totally rewritten TreeCtrl for GTK... Now it supports images...

1998-09-28 15:42 JS, revision 780

More wxMotif work, OGL enhancements, USE_ macro corrections, object.cpp delete operator correction for VC++ 6

1998-09-28 15:38 KB, revision 779

Added sys/types.h needed for Solaris.

1998-09-28 14:55 VZ, revision 778

an extra backslash removed

1998-09-25 15:28 VZ, revision 777

USE_xxx => wxUSE_xxx: all samples compile except memcheck

1998-09-25 15:00 VZ, revision 776

USE_ => wxUSE_

1998-09-25 14:53 VZ, revision 775

2nd part of USE_xxx to wxUSE_xxx change

1998-09-25 13:28 VZ, revision 774

USE_xxx constants renamed to wxUSE_xxx. This is an incompatible change, you must recompile everything after upgrading!

1998-09-25 04:03 DP, revision 773

const added to GetBitmap it was my fault.

1998-09-24 17:19 VZ, revision 772

restored "#ifdef __WXMSW__" around SetFont(wxNullFont) - this leads to SIGSEGV under wxGTK!

1998-09-24 15:49 JS, revision 771

Fixed delete operator for VC++ 6.

1998-09-24 15:43 JS, revision 770

Added some Web pointers relevant to wxMotif

1998-09-23 13:56 JS, revision 769

wxMotif: wxWindow/Client/PaintDC starting to work.

1998-09-22 21:15 JS, revision 768

Some more Motif work; included utils.h in fileconf.cpp (for wxGetHomeDir or something)

1998-09-22 14:40 VZ, revision 767

wxListBox::FindString(): it's not an error if the string is not found, so don't give assert failures in this case.

1998-09-21 20:13 KB, revision 766

check for empty data pointer in Len() and Empty()

1998-09-20 21:13 VZ, revision 765

1) minor modifications in fileconf.cpp 2) new MSW function (private.h): wxGetWindowText() which works with wxString instead of (horror) fixed size buffers. All calls to ::GetWindowText() should be replaced with this! 3) remains of casts to float in different wxControl classes removed, (EDIT|BUTTON)_HEIGHT_FROM_CHAR_HEIGHT macros introduced (could be made inline functions as well...)

1998-09-20 21:05 VZ, revision 764

somehow log target wasn't being created automatically anymore. Restored.

1998-09-20 20:59 JS, revision 763

More Motif stuff

1998-09-20 19:44 KB, revision 762

Now dot_special argument in wxMatchWild() is honoured. :-)

1998-09-20 19:34 KB, revision 761

see mail to list

1998-09-20 15:45 GL, revision 760

* Fixed a bug in notebook.tex * Added a basic documentation on wxSocket (currently wxSocketBase, wxSocketClient, wxSocketServer, wxSocketHandler, wxURL) There are still things to write and I hope I didn't have a too bad english ...

1998-09-20 07:44 JS, revision 759

Commented out those wretched crt debug thingies yet again. It doesn't compile for me and presumably other people who use the makefiles, sorry.

1998-09-20 07:35 JS, revision 758

More Motif stuff, minor stubs correction

1998-09-19 21:01 VZ, revision 757

ConvertToStandardCommandArgs() was ugly, buggy and leaked memory (not bad for 10 lines of code). Now it's only ugly...

1998-09-19 15:13 KB, revision 756

changed wxMatchWild() 3rd parameter not used under Unix - what is it good for?

1998-09-18 21:36 JS, revision 755

menuitem.h is now per port, since some ports (e.g. Motif!) need extra members etc.

1998-09-18 21:35 VZ, revision 754

wxBaseArray::Shrink() added

1998-09-18 21:33 JS, revision 753

Some more wxMotif stuff: menus

1998-09-18 10:20 JS, revision 752

Fixed some .tex problems

1998-09-18 10:19 JS, revision 751

Added Motif files.

1998-09-18 10:14 JS, revision 750

Motif files added.

1998-09-17 20:57 VZ, revision 749

log.tex uncommented

1998-09-17 20:57 VZ, revision 748

wxLog and wxConfig docs update

1998-09-17 17:32 GL, revision 747

* fixed a wrong line.

1998-09-17 17:30 GL, revision 746

* Added wxSerial DLL support for Borland 32 * zstream.h doesn't anymore include zlib.h * updated static data * made wxClassInfo::GetFirst() static * added user/password support in the URL parser * fixed bugs

1998-09-17 16:57 JS, revision 745

Dnd constant name changes because names like Copy can be #defined by other apps. Various other changes to stubs.

1998-09-17 15:18 VZ, revision 744

VZ: I have reformatted it to correspond to our style conventions (tab stop = 4, no hard tabs, no function(void), ...) and added a couple of comments to make it (hopefully!) more understandable.

1998-09-17 14:43 VZ, revision 743

corrected a bug in ConcatSelf() induced by the latest change

1998-09-17 14:31 VZ, revision 742

fixed 64but bug with g_strEmpty initialization

1998-09-17 09:58 JS, revision 741

Simplified app initialisation in wxMSW and wxStubs

1998-09-16 21:52 JS, revision 740

Made wxStubs compile on Unix. Improvements to doc/view on MDI, including multiple menus for wxFileHistory. Added wxDirExists to wxMSW; moved wxMatchWild to filefn.cpp

1998-09-16 21:44 JS, revision 739

Misc OGL changes

1998-09-15 22:08 VZ, revision 738

wxPenRefData copy ctor was somehow not declared in the class definition

1998-09-14 17:38 JS, revision 737

Updated debug flags in makefile for DLL compilation.

1998-09-14 16:37 JS, revision 736

DLL-related changes

1998-09-12 22:11 , revision 735
  • A /wxWidgets/tags/OLD_WXLIST
  • D /wxWidgets/tags/OLD_WXLIST/.cvsignore
  • D /wxWidgets/tags/OLD_WXLIST/config.guess
  • D /wxWidgets/tags/OLD_WXLIST/config.sub
  • D /wxWidgets/tags/OLD_WXLIST/configure
  • D /wxWidgets/tags/OLD_WXLIST/configure.in
  • D /wxWidgets/tags/OLD_WXLIST/distrib
  • D /wxWidgets/tags/OLD_WXLIST/docs
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/accel.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/app.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/bitmap.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/bmpbuttn.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/brush.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/button.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/checkbox.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/checklst.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/choicdlg.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/choice.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/clipbrd.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/cmndata.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/colordlg.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/colour.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/combobox.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/confbase.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/config.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/control.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/cursor.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/date.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/datstrm.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/db.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/dbtable.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/dc.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/dcclient.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/dcmemory.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/dcprint.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/dcscreen.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/dde.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/debug.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/defs.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/dialog.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/dirdlg.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/dnd.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/docmdi.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/docview.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/dynarray.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/dynlib.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/event.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/expr.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/file.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/fileconf.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/filedlg.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/filefn.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/font.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/fontdlg.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/frame.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/fstream.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/gauge.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/gdicmn.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/gdiobj.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/generic
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/grid.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/gtk
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/gtk1
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/hash.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/help.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/helpbase.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/helphtml.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/helpwin.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/helpxlp.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/icon.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/imaglist.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/intl.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/ipcbase.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/joystick.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/layout.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/laywin.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/listbox.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/listctrl.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/listimpl.cpp
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/log.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/matrix.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/mdi.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/memory.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/menu.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/menuitem.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/metafile.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/minifram.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/module.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/msgdlg.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/mstream.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/msw
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/notebook.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/object.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/objstrm.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/odbc.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/ownerdrw.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/palette.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/panel.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/pen.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/pnghand.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/postscrp.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/print.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/printdlg.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/prntbase.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/process.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/protocol
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/qt
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/radiobox.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/radiobut.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/region.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/resource.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/sashwin.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/sckaddr.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/sckipc.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/sckstrm.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/scrolbar.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/scrolwin.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/serbase.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/settings.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/setup.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/slider.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/socket.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/spinbutt.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/splitter.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/statbmp.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/statbox.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/stattext.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/statusbr.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/stream.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/string.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/stubs
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/tab.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/tabctrl.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/taskbar.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/tbar95.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/tbarbase.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/tbarmsw.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/tbarsmpl.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/textctrl.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/textdlg.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/textfile.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/thread.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/time.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/timer.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/tokenzr.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/toolbar.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/treectrl.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/types.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/url.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/utils.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/validate.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/valtext.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/variant.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/version.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/window.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/wx.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/wxexpr.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/wxprec.h
  • D /wxWidgets/tags/OLD_WXLIST/include/wx/zstream.h
  • D /wxWidgets/tags/OLD_WXLIST/install-sh
  • D /wxWidgets/tags/OLD_WXLIST/lib
  • D /wxWidgets/tags/OLD_WXLIST/Makefile
  • D /wxWidgets/tags/OLD_WXLIST/misc
  • D /wxWidgets/tags/OLD_WXLIST/mkinstalldirs
  • D /wxWidgets/tags/OLD_WXLIST/samples
  • D /wxWidgets/tags/OLD_WXLIST/setup
  • D /wxWidgets/tags/OLD_WXLIST/src/.cvsignore
  • D /wxWidgets/tags/OLD_WXLIST/src/common/cmndata.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/config.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/date.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/datstrm.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/db.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/dbtable.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/docmdi.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/docview.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/doslex.c
  • D /wxWidgets/tags/OLD_WXLIST/src/common/dosyacc.c
  • D /wxWidgets/tags/OLD_WXLIST/src/common/dynarray.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/dynlib.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/event.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/extended.c
  • D /wxWidgets/tags/OLD_WXLIST/src/common/file.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/fileconf.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/filefn.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/framecmn.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/fstream.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/ftp.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/gdicmn.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/glob.inc
  • D /wxWidgets/tags/OLD_WXLIST/src/common/hash.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/helpbase.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/http.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/intl.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/ipcbase.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/layout.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/lexer.l
  • D /wxWidgets/tags/OLD_WXLIST/src/common/log.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/matrix.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/memory.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/module.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/mstream.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/object.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/objstrm.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/odbc.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/parser.y
  • D /wxWidgets/tags/OLD_WXLIST/src/common/postscrp.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/prntbase.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/process.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/protocol.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/resource.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/sckaddr.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/sckfile.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/sckipc.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/sckstrm.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/serbase.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/socket.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/stream.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/string.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/tbarbase.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/tbarsmpl.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/textfile.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/time.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/timercmn.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/tokenzr.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/url.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/utilscmn.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/validate.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/valtext.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/variant.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/wincmn.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/wxexpr.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/common/zstream.cpp
  • D /wxWidgets/tags/OLD_WXLIST/src/cygnus.bat
  • D /wxWidgets/tags/OLD_WXLIST/src/gdk_imlib
  • D /wxWidgets/tags/OLD_WXLIST/src/generic
  • D /wxWidgets/tags/OLD_WXLIST/src/gtk
  • D /wxWidgets/tags/OLD_WXLIST/src/gtk.inc
  • D /wxWidgets/tags/OLD_WXLIST/src/gtk1
  • D /wxWidgets/tags/OLD_WXLIST/src/iodbc
  • D /wxWidgets/tags/OLD_WXLIST/src/Makefile
  • D /wxWidgets/tags/OLD_WXLIST/src/Makefile.in
  • D /wxWidgets/tags/OLD_WXLIST/src/makeb32.env
  • D /wxWidgets/tags/OLD_WXLIST/src/makebcc.env
  • D /wxWidgets/tags/OLD_WXLIST/src/makefile.bcc
  • D /wxWidgets/tags/OLD_WXLIST/src/makefile.dos
  • D /wxWidgets/tags/OLD_WXLIST/src/makefile.nt
  • D /wxWidgets/tags/OLD_WXLIST/src/makeg95.env
  • D /wxWidgets/tags/OLD_WXLIST/src/makemsc.env
  • D /wxWidgets/tags/OLD_WXLIST/src/makesc.env
  • D /wxWidgets/tags/OLD_WXLIST/src/makewat.env
  • D /wxWidgets/tags/OLD_WXLIST/src/mingegcs.bat
  • D /wxWidgets/tags/OLD_WXLIST/src/mingw32.bat
  • D /wxWidgets/tags/OLD_WXLIST/src/motif.inc
  • D /wxWidgets/tags/OLD_WXLIST/src/msw
  • D /wxWidgets/tags/OLD_WXLIST/src/ntwxwin.mak
  • D /wxWidgets/tags/OLD_WXLIST/src/png
  • D /wxWidgets/tags/OLD_WXLIST/src/qt
  • D /wxWidgets/tags/OLD_WXLIST/src/qt.inc
  • D /wxWidgets/tags/OLD_WXLIST/src/stubs
  • D /wxWidgets/tags/OLD_WXLIST/src/zlib
  • D /wxWidgets/tags/OLD_WXLIST/TODO.txt
  • D /wxWidgets/tags/OLD_WXLIST/template.mak
  • D /wxWidgets/tags/OLD_WXLIST/user
  • D /wxWidgets/tags/OLD_WXLIST/utils
  • D /wxWidgets/tags/OLD_WXLIST/wx-config.in

This commit was manufactured by cvs2svn to create tag 'OLD_WXLIST'.

1998-09-12 22:11 RR, revision 734

Removed warnings Added GetCount() to wxList and wxDaynArray

1998-09-12 20:38 RR, revision 733

Next try at removing the dancing sliders

1998-09-12 17:33 JS, revision 732

Added sashtest GTK makefiles (crashing bug to be solved); added typetest sample with simple wxVariant test; changed wxICON macro and used it in minimal.cpp to avoid #ifdefing.

1998-09-12 17:31 JS, revision 731

Added variant.h/cpp; changed variable names in object.h; added some functions to wxStringList; added wxTrue and wxFalse to supress some warnings; some bugs fixes

1998-09-12 17:29 JS, revision 730

Added variant.h/cpp; changed variable names in object.h; added some functions to wxStringList; some bugs fixes

1998-09-12 17:18 RR, revision 729

Changed instal path for setup.h changed socket stream inheritance to virtual removed a few more warnings from the samples corrected thread habdling in configure.in removed dancing sliders from scrollbars corrected notebook send event bug and added it the controls sample

1998-09-11 09:05 RR, revision 728

Updates to memcheck Corrected and beautified memory (output) Fixed a few memory leaks Fixed resizing in in wxRadioBox Added many wxFAIL and wxASSERT Corrected other wxFAIL (removed from ..::Ok()) Added wxBrush::Set..() functions Added CopyOnWrite support in GDI objects (Unshare) Disabled all occurences of WXDEBUG_NEW made clean, recompiled with mem_chcking on

1998-09-11 01:28 RD, revision 727

Added #include to get FIONBIO on Solaris 2.6

1998-09-10 17:22 GL, revision 726

* Bug fix in wxFilter*Stream * corrected the URL parser

1998-09-10 11:41 JS, revision 725

Eliminated some warnings under Windows; wxGetHomeDir problem in wxFile; eliminated memory leak report by making class table dynamically allocated/freed; tidied up names in wxClassInfo.

1998-09-09 09:57 RR, revision 724

Tried to find a non-existing bug in the cursor-code Removed Karsten's third Makefile.in attempt

1998-09-09 09:06 KB, revision 723

fixed typo

1998-09-09 09:00 KB, revision 722

removed wxsetup.h from libdir

1998-09-09 08:49 KB, revision 721

removed __WXMSW__ define

1998-09-09 07:57 HB, revision 720

DEC Alpha does not need -ldl, therefore check for it.

1998-09-08 22:27 JS, revision 719

Additional makefiles; changes for compilation with BC++ and GnuWin32

1998-09-08 22:24 JS, revision 718

Added Latex style file

1998-09-08 19:09 KB, revision 717

now installs properly

1998-09-08 18:21 RR, revision 716

It's now possible to drag a listbox filled with entries Removed #ifdef 0 from resource.cpp around reading code for wxRadioBox #ifdeffed a Refresh call that causes DialogEd to dump code in wxGTK when deleting an item Suppressed some warnings Readded socket stuffto gtk.inc

1998-09-08 17:19 GL, revision 715

* some C++ness correction in wxStream. * added support for DLL on Borland32 * fixed export bugs * fixed a portability problem in socket.cpp * added a missing function in utilsexc.cpp

1998-09-08 14:38 JS, revision 714

Updated OGL documentation and tidied up some code

1998-09-08 00:27 RR, revision 713

Rewrote wxRadioBox (recompile)

1998-09-07 22:38 RR, revision 712

I debug DialogEd for five hours and then Karsten tells me that CaptureMouse is broken. Doh.

1998-09-07 22:04 RR, revision 711

Changed DnD MIME file type for file DnD. Understood?

1998-09-07 22:01 RR, revision 710

After resolving all conflicts that came down the telephone line: DialogEd is ready for general consumption now.

1998-09-07 21:53 JS, revision 709

Fixed wxCheckBox on wxGTK (SetLabel called before widget creation), wxListBox::GetSelection returning -1 now doesn't assert; wxProp improvements for wxGTK; parser.y includes <io.h> under VC++ to eliminate 'read' warning

1998-09-07 18:04 RR, revision 708

Suppress warnings

1998-09-07 17:23 RR, revision 707

Added USE_CONFIG A little more DnD work wxDialog now inherits from wxPanel (recompile)

1998-09-07 15:38 VZ, revision 706

ok, now it _does_ compile

1998-09-07 15:32 VZ, revision 705

cvs incorrectly merged my last change somehow (there a\were 2 SetActiveTargets), corrected.

1998-09-07 14:44 RR, revision 704

wxProp now intercepts EVT_TEXT_ENTER instead of EVT_TEXT Added Checkbox::SetLabel

1998-09-07 12:29 RR, revision 703

Much more aggressive for intercepting events and (not) redirecting them to wxWindows or GTK All widgets work now in DialogEd

1998-09-07 09:27 JS, revision 702

Added wxSashWindow, wxSashLayoutWindow, wxLayoutAlgorithm classes and sample

1998-09-07 09:17 RR, revision 701

Tries unsuccesfully to cure a few more problems for DialogEd wxFileSelector now sets the title Todo is quite complete now

1998-09-07 09:01 VZ, revision 700

some clean up of the code

1998-09-07 08:59 VZ, revision 699

tab traversal now works better (using uninitialized variable was a bad idea :-)

1998-09-07 08:57 VZ, revision 698

added wxLogSysError() in wxExecute() if the command fails

1998-09-07 08:56 VZ, revision 697

wxGetHomeDir() added

1998-09-07 08:55 VZ, revision 696

wxRegConfig now works again

1998-09-07 08:54 VZ, revision 695

the notebook now has wxTAB_TRAVERSAL style

1998-09-07 08:53 VZ, revision 694

added support for right aligned labels (wxALIGN_RIGT maps to BS_LEFTTEXT)

1998-09-07 08:52 VZ, revision 693

"const" added to wxAceelTable ctor

1998-09-07 08:48 VZ, revision 692

wxRegConfig now works correctly again

1998-09-07 08:46 VZ, revision 691

"const" added to wxAccelTable ctor

1998-09-07 08:45 VZ, revision 690

const char *wxGetHomeDir(wxString*) added

1998-09-07 08:44 VZ, revision 689

minor change (using wxLogNull no doesn't flush the old messages)

1998-09-07 07:58 JS, revision 688

Made wxSocket compile using makefiles; #ifdefed out <<, >> operators in stream.cpp for USE_SERIALL; included io.h for VC++ in socket.cpp

1998-09-06 20:27 RR, revision 687

Fillid in many more missing functions (such as Enable()) There are still things to fix when compiling sockets ..

1998-09-06 18:47 RR, revision 686

wxMenu doesn't anylonger call the callback if the event is only a highlight event (more similar to wxMSW)

1998-09-06 18:34 RR, revision 685

SetFont() the second #ifdefed SetFont() in Statusbars destructor wxRadioBox setsize corrected (Still only simple layout)

1998-09-06 18:28 GL, revision 684

* Added wxsocket lib and sample (I hope I don't forget some file) * Updated some wx data and makefiles * Updates on wxStream (reorganization) makefile for Windows will nearly follow wxSocket should work on wxGTK (I've tested it) * IPC over Network is included

1998-09-06 16:55 JS, revision 683

Commented out Robert's SetFont change for now; changed menu handling slightly in Dialog Editor; use wxConfig now in Dialog Editor

1998-09-06 15:57 VZ, revision 682

GetItem() now works (it was completely broken)

1998-09-06 14:57 JS, revision 681
  • D /wxWidgets/trunk/utils/ogl/src/bitmap.cpp
  • D /wxWidgets/trunk/utils/ogl/src/bitmap.h

Removed bitmap.cpp, bitmap.h from OGL

1998-09-06 14:52 JS, revision 680

Various changes

1998-09-06 14:43 JS, revision 679

Added some more class docs

1998-09-06 14:35 JS, revision 678

Renamed bitmap.cpp to bmpshape.cpp to aid debugging

1998-09-06 14:32 JS, revision 677

OGL improvements

1998-09-06 13:46 RR, revision 676

Added SetFont to most controls and controls sample (recompile) Added tiny bit of documentation to window.cpp

1998-09-05 22:36 JS, revision 675

Removed some bugs

1998-09-05 18:26 RR, revision 674

Fixed two small things in wxListCtrl Removed SetSizeHint from wxDialog (recompile) Removed dialog modal flag Code clean up here and there

1998-09-05 16:45 JS, revision 673

Fixed Get...String functions.

1998-09-05 16:37 RR, revision 672

Shared libs now get installed correctly on Linux. Fixed a compile bug on bitmap.

1998-09-05 13:59 RR, revision 671

Makefile next attempt

1998-09-05 08:37 RR, revision 670

Fixed a small wxDialog thing Fixed transparency in wxNotebook Turned the controls sample in way the coolest of all smaples

1998-09-04 17:32 GL, revision 669

* wxFileInputStream and wxFileOutputStream doesn't inherit anymore from wxFile. * The destructor of wxFile isn't anymore virtual.

1998-09-04 12:45 VZ, revision 668

friends declarations removed, GetBitmap/Pixmap functions made public

1998-09-04 12:45 RR, revision 667
  • D /wxWidgets/trunk/install

Removed remaining file.

1998-09-04 12:43 RR, revision 666

Corrected wxWindow::GetExtent s econd attempt at accelerators (mdi sample works)

1998-09-04 11:56 VZ, revision 665

image in the notebook is now at the left of the label (as in wxMSW), not at its right

1998-09-04 11:25 JS, revision 664

Added friend wxNotebook

1998-09-04 11:24 JS, revision 663

Fixed compile error in gtk/dc.cpp (L.88); also menu problem in msw/mdi.cpp

1998-09-03 21:46 RR, revision 662

It's possible now to save to a PNG. OK, I still have performance problems, but it's a start. Updated install.txt.

1998-09-03 16:59 VZ, revision 661

wxNotebook now supports the item images (except for the mask problem!)

1998-09-03 16:59 VZ, revision 660

the notebook now has the icons

1998-09-03 16:26 RR, revision 659

Some more Makefile stuff (someone else did that partially)

1998-09-03 15:38 , revision 658
  • A /wxWidgets/tags/PRE_REWRITE
  • D /wxWidgets/tags/PRE_REWRITE/.cvsignore
  • D /wxWidgets/tags/PRE_REWRITE/config.guess
  • D /wxWidgets/tags/PRE_REWRITE/config.sub
  • D /wxWidgets/tags/PRE_REWRITE/configure
  • D /wxWidgets/tags/PRE_REWRITE/configure.in
  • D /wxWidgets/tags/PRE_REWRITE/distrib
  • D /wxWidgets/tags/PRE_REWRITE/docs
  • D /wxWidgets/tags/PRE_REWRITE/include
  • D /wxWidgets/tags/PRE_REWRITE/install
  • D /wxWidgets/tags/PRE_REWRITE/install-sh
  • D /wxWidgets/tags/PRE_REWRITE/lib
  • D /wxWidgets/tags/PRE_REWRITE/Makefile
  • D /wxWidgets/tags/PRE_REWRITE/misc
  • D /wxWidgets/tags/PRE_REWRITE/mkinstalldirs
  • D /wxWidgets/tags/PRE_REWRITE/samples
  • D /wxWidgets/tags/PRE_REWRITE/setup
  • D /wxWidgets/tags/PRE_REWRITE/src
  • D /wxWidgets/tags/PRE_REWRITE/TODO.txt
  • D /wxWidgets/tags/PRE_REWRITE/template.mak
  • D /wxWidgets/tags/PRE_REWRITE/user/Makefile
  • D /wxWidgets/tags/PRE_REWRITE/user/wxConvert
  • D /wxWidgets/tags/PRE_REWRITE/user/wxFile
  • D /wxWidgets/tags/PRE_REWRITE/user/wxTest
  • D /wxWidgets/tags/PRE_REWRITE/utils

This commit was manufactured by cvs2svn to create tag 'PRE_REWRITE'.

1998-09-03 15:38 AN, revision 657

fixed the install/unix references -Markus

1998-09-03 15:27 AN, revision 656

fixed the install/unix references -Markus

1998-09-03 15:23 VZ, revision 655

wxFileConfig ctor now (again) uses the files in the correct locations if the file names are not specified -- that's what Get{Local|Global}FileName() are for, Julian!

1998-09-03 13:58 RR, revision 654

make install

1998-09-03 12:03 , revision 653

This commit was manufactured by cvs2svn to create tag 'NEW_CONFIGURE'.

1998-09-03 12:03 VZ, revision 652

replaced wxEmptyString with "" because it's defined in gdicmn.h (sic!) which, of course, is not always included before confbase.h...

1998-09-03 11:46 KB, revision 651
  • D /wxWidgets/trunk/install/unix/config.guess
  • D /wxWidgets/trunk/install/unix/config.sub
  • D /wxWidgets/trunk/install/unix/configure
  • D /wxWidgets/trunk/install/unix/configure.in
  • D /wxWidgets/trunk/install/unix/INSTALL
  • D /wxWidgets/trunk/install/unix/install-sh
  • D /wxWidgets/trunk/install/unix/setup
  • D /wxWidgets/trunk/src/gtk/setup
  • D /wxWidgets/trunk/src/gtk1/setup

Removed files as requested by Robert.

1998-09-03 07:34 JS, revision 650

Dang, can't remember what I changed now

1998-09-02 22:23 RR, revision 649

Added wxAccelerators (sort of) Moved configure (once again)

1998-09-02 17:53 RR, revision 648

New configure wxRegionIterator New IsEposed functions (-> recompile)

1998-09-02 12:15 RR, revision 647

Fixed event handling for DialogEd

1998-09-01 17:17 , revision 646

This commit was manufactured by cvs2svn to create tag 'OLD_CONFIGURE'.

1998-09-01 17:17 GL, revision 645

* wxCreateDynamicObject() uses an hashtable now * wxClassInfo::first = NULL after the hashtable is initialized * dynlib has been simplified. * Some fix in the serialization core and in wxObject::StoreObject()/LoadObject() * Updates in utils/serialize/sermain.cpp

1998-09-01 15:41 RR, revision 644

Small fixes to wxChoice, wxComboBox and wxListBox

1998-09-01 14:29 RR, revision 643

Added Set/GetItemState, GetNextItem.. to wxTreeCtrl Fixed functions name mismatch SetSizeHint in window and frame Added support for non-european fonts and X extension using gtk_set_locale() Added compile fixes for FreeBSD and folks

1998-09-01 10:26 RR, revision 642

Fixed a few compile things Fixed wxListCtrl::SetItemState bug Tried to hunt down a bug in menu, which disappeared after recompiling

1998-08-28 11:00 JS, revision 641

Fixed MSW printing, tidied up member variable names

1998-08-27 23:32 RD, revision 640

Added some typecasts that the compiler complained about not having

1998-08-27 21:59 RD, revision 639

Some chicken-and-egg problems solved for wxPython on wxGTK

1998-08-27 21:10 JS, revision 638

Updated wxConfig documentation

1998-08-27 21:08 JS, revision 637

Added some files I forgot about

1998-08-27 21:06 JS, revision 636

wxConfig changes to be more logical.

1998-08-27 07:47 JS, revision 635

wxUpdateUIEvent derives from wxCommandEvent now

1998-08-27 00:01 RD, revision 634

- more tweaks - have discovered some problems but not yet discovered solutions...

1998-08-25 22:24 RO, revision 633

Missing typecast from return.

1998-08-24 19:13 JS, revision 632

HKEY -> WXHKEY, wxScrolledWindow::SetScale added

1998-08-24 19:11 JS, revision 631

HKEY -> WXHKEY; wxScrolledWindow::SetScale added

1998-08-24 17:22 GL, revision 630

* wxStream fixes.

1998-08-23 22:21 VZ, revision 629

minor fixes

1998-08-23 20:06 KB, revision 628

added (de)select all

1998-08-23 14:06 GL, revision 627

* Fixed two memory leaks.

1998-08-23 10:30 JS, revision 626

defs.h corrected (syntax error in wxDELETEA). More unnecessary files removed.

1998-08-23 09:23 GL, revision 625

* New function wxObjectInputStream::Recall() * Fixes in object serializer,dynlib,LoadObject/StoreObject * Updates for serialization.

1998-08-23 04:50 RO, revision 624

Missing \ before _

1998-08-23 03:22 RO, revision 623

General tidy-up (mainly typecasts) to allow the use of the SGI native compilers (tested on Irix 6.5 with -mips3 -n32).

1998-08-22 20:44 VZ, revision 622

calling insert("") would provoke an assert - now it's just ignored

1998-08-22 20:34 VZ, revision 621

bug with checking the first character of possible empty string corrected

1998-08-22 19:51 RD, revision 620

some tweaks for wxGTK

1998-08-22 19:46 JS, revision 619
  • D /wxWidgets/trunk/samples/controls/aiai.ico
  • D /wxWidgets/trunk/samples/controls/aiai.xbm
  • D /wxWidgets/trunk/samples/controls/makefile.bcc
  • D /wxWidgets/trunk/samples/controls/makefile.sc
  • D /wxWidgets/trunk/samples/controls/makefile.unx
  • D /wxWidgets/trunk/samples/controls/makefile.vms
  • D /wxWidgets/trunk/samples/controls/makefile.wat
  • D /wxWidgets/trunk/samples/dialogs/aiai.ico
  • M /wxWidgets/trunk/samples/dialogs/dialogs.rc
  • D /wxWidgets/trunk/samples/dialogs/makefile.bcc
  • D /wxWidgets/trunk/samples/dialogs/makefile.sc
  • D /wxWidgets/trunk/samples/dialogs/makefile.unx
  • D /wxWidgets/trunk/samples/dialogs/makefile.vms
  • D /wxWidgets/trunk/samples/dialogs/makefile.wat
  • M /wxWidgets/trunk/samples/docview/docview.cpp
  • M /wxWidgets/trunk/samples/docview/docview.rc
  • A /wxWidgets/trunk/samples/docview/mondrian.ico
  • A /wxWidgets/trunk/samples/docview/mondrian.xpm
  • D /wxWidgets/trunk/samples/dynamic/aiai.ico
  • D /wxWidgets/trunk/samples/dynamic/aiai.xbm
  • M /wxWidgets/trunk/samples/dynamic/Makefile.in
  • M /wxWidgets/trunk/samples/dynamic/makefile.b32
  • D /wxWidgets/trunk/samples/dynamic/makefile.bcc
  • M /wxWidgets/trunk/samples/dynamic/makefile.dos
  • M /wxWidgets/trunk/samples/dynamic/makefile.g95
  • M /wxWidgets/trunk/samples/dynamic/makefile.nt
  • D /wxWidgets/trunk/samples/dynamic/makefile.sc
  • D /wxWidgets/trunk/samples/dynamic/makefile.unx
  • D /wxWidgets/trunk/samples/dynamic/makefile.vms
  • D /wxWidgets/trunk/samples/dynamic/makefile.wat
  • D /wxWidgets/trunk/samples/dynamic/minimal.cpp
  • D /wxWidgets/trunk/samples/dynamic/minimal.def
  • D /wxWidgets/trunk/samples/dynamic/minimal.rc
  • D /wxWidgets/trunk/samples/grid/aiai.ico
  • D /wxWidgets/trunk/samples/grid/aiai.xbm
  • M /wxWidgets/trunk/samples/grid/test.cpp
  • D /wxWidgets/trunk/samples/internat/aiai.ico
  • D /wxWidgets/trunk/samples/internat/aiai.xbm
  • D /wxWidgets/trunk/samples/layout/aiai.ico
  • D /wxWidgets/trunk/samples/layout/aiai.xbm
  • M /wxWidgets/trunk/samples/layout/layout.cpp
  • M /wxWidgets/trunk/samples/layout/layout.rc
  • D /wxWidgets/trunk/samples/listctrl/aiai.ico
  • D /wxWidgets/trunk/samples/listctrl/makefile.bcc
  • D /wxWidgets/trunk/samples/listctrl/makefile.sc
  • D /wxWidgets/trunk/samples/listctrl/makefile.unx
  • D /wxWidgets/trunk/samples/listctrl/makefile.vms
  • D /wxWidgets/trunk/samples/listctrl/makefile.wat
  • D /wxWidgets/trunk/samples/mdi/aiai.ico
  • D /wxWidgets/trunk/samples/mdi/aiai.xbm
  • D /wxWidgets/trunk/samples/mdi/bitmaps/aiai.xbm
  • D /wxWidgets/trunk/samples/minimal/aiai.ico
  • D /wxWidgets/trunk/samples/minimal/aiai.xbm
  • D /wxWidgets/trunk/samples/minimal/makefile.bcc
  • D /wxWidgets/trunk/samples/minimal/makefile.sc
  • D /wxWidgets/trunk/samples/minimal/makefile.unx
  • D /wxWidgets/trunk/samples/minimal/makefile.vms
  • D /wxWidgets/trunk/samples/minimal/makefile.wat
  • D /wxWidgets/trunk/samples/nativdlg/aiai.ico
  • D /wxWidgets/trunk/samples/printing/aiai.ico
  • D /wxWidgets/trunk/samples/printing/aiai.xbm
  • M /wxWidgets/trunk/samples/printing/printing.cpp
  • D /wxWidgets/trunk/samples/resource/aiai.ico
  • D /wxWidgets/trunk/samples/splitter/aiai.xbm
  • M /wxWidgets/trunk/samples/splitter/test.cpp
  • D /wxWidgets/trunk/samples/tab/makefile.bcc
  • D /wxWidgets/trunk/samples/tab/makefile.sc
  • D /wxWidgets/trunk/samples/tab/makefile.unx
  • D /wxWidgets/trunk/samples/tab/makefile.vms
  • D /wxWidgets/trunk/samples/tab/makefile.wat
  • D /wxWidgets/trunk/samples/taskbar/makefile.bcc
  • D /wxWidgets/trunk/samples/thread/aiai.ico
  • D /wxWidgets/trunk/samples/thread/aiai.xbm
  • D /wxWidgets/trunk/samples/thread/makefile.bcc
  • D /wxWidgets/trunk/samples/thread/makefile.sc
  • D /wxWidgets/trunk/samples/thread/makefile.unx
  • D /wxWidgets/trunk/samples/thread/makefile.vms
  • D /wxWidgets/trunk/samples/thread/makefile.wat
  • M /wxWidgets/trunk/samples/thread/test.cpp
  • M /wxWidgets/trunk/samples/thread/test.rc
  • D /wxWidgets/trunk/samples/toolbar/makefile.bcc
  • D /wxWidgets/trunk/samples/toolbar/makefile.sc
  • D /wxWidgets/trunk/samples/toolbar/makefile.unx
  • D /wxWidgets/trunk/samples/toolbar/makefile.wat
  • D /wxWidgets/trunk/samples/treectrl/aiai.ico
  • D /wxWidgets/trunk/samples/treectrl/makefile.bcc
  • D /wxWidgets/trunk/samples/treectrl/makefile.sc
  • D /wxWidgets/trunk/samples/treectrl/makefile.unx
  • D /wxWidgets/trunk/samples/treectrl/makefile.vms
  • D /wxWidgets/trunk/samples/treectrl/makefile.wat
  • D /wxWidgets/trunk/samples/validate/aiai.ico
  • D /wxWidgets/trunk/samples/validate/makefile.bcc
  • D /wxWidgets/trunk/samples/validate/makefile.sc
  • D /wxWidgets/trunk/samples/validate/makefile.unx
  • D /wxWidgets/trunk/samples/validate/makefile.vms
  • D /wxWidgets/trunk/samples/validate/makefile.wat

Removed redundant makefiles and AIAI icons. Changed dynamic sample source name from minimal.cpp to dynamic.cpp.

1998-08-22 19:07 JS, revision 618

Added config resource file and VC++ makefile

1998-08-22 16:41 JS, revision 617

Removed child frame CreateStatusBar from MDI sample; renamed config.h to confbase.h; config.h now includes appropriate files

1998-08-22 16:31 JS, revision 616

OGL improvements

1998-08-21 20:48 VZ, revision 615

spurious error messages from wxRegKey::HasValue() suppressed

1998-08-21 20:47 VZ, revision 614

radiobox had some strange ideas about vertical and horizontal directions (in fact, wxRA_VERTICAL and HORIZONTAL were inverted). corrected.

1998-08-21 17:47 JS, revision 613

Accelerators now work for wxDialog; wxToolBarSimple fixed when dragging out of the toolbar

1998-08-20 22:47 VZ, revision 612

wxStaticBitmaps were created invisible - corrected

1998-08-19 18:33 GL, revision 611

* Some new feature in wxObject*Stream (objects aren't duplicated) * Added SetBackgroundBrush in wxGridCell * New classes/fixes in wxSerial

1998-08-19 15:45 JS, revision 610

GDI double-deletion fix, wxBitmap depth bug

1998-08-19 07:42 GL, revision 609

* Bug fix

1998-08-19 00:38 RD, revision 608

A few tweaks

1998-08-19 00:35 RD, revision 607

Placeholder

1998-08-19 00:10 RD, revision 606

new build structure

1998-08-19 00:10 RD, revision 605

GTK version of the SWIG-generated files

1998-08-19 00:05 RD, revision 604

placeholder

1998-08-18 21:55 RD, revision 603

New build directory structure

1998-08-18 21:54 RD, revision 602

ifdef out some wxGTK specific code

1998-08-18 21:52 RD, revision 601

MSW version of the SWIG-generated files

1998-08-18 21:50 RD, revision 600
  • D /wxWidgets/trunk/utils/wxPython/src/cmndlgs.cpp
  • D /wxWidgets/trunk/utils/wxPython/src/cmndlgs.py
  • D /wxWidgets/trunk/utils/wxPython/src/controls.cpp
  • D /wxWidgets/trunk/utils/wxPython/src/controls.py
  • D /wxWidgets/trunk/utils/wxPython/src/controls2.cpp
  • D /wxWidgets/trunk/utils/wxPython/src/controls2.py
  • D /wxWidgets/trunk/utils/wxPython/src/events.cpp
  • D /wxWidgets/trunk/utils/wxPython/src/events.py
  • D /wxWidgets/trunk/utils/wxPython/src/gdi.cpp
  • D /wxWidgets/trunk/utils/wxPython/src/gdi.py
  • D /wxWidgets/trunk/utils/wxPython/src/mdi.cpp
  • D /wxWidgets/trunk/utils/wxPython/src/mdi.py
  • D /wxWidgets/trunk/utils/wxPython/src/misc.cpp
  • D /wxWidgets/trunk/utils/wxPython/src/misc.py
  • D /wxWidgets/trunk/utils/wxPython/src/windows.cpp
  • D /wxWidgets/trunk/utils/wxPython/src/windows.py
  • D /wxWidgets/trunk/utils/wxPython/src/windows2.cpp
  • D /wxWidgets/trunk/utils/wxPython/src/windows2.py
  • D /wxWidgets/trunk/utils/wxPython/src/wxp.cpp
  • D /wxWidgets/trunk/utils/wxPython/src/wxp.py

moving the SWIG-generated files to toolkit specific subdirectories

1998-08-18 20:15 VZ, revision 599

uint -> size_t change

1998-08-18 19:57 RD, revision 598

Added wxTheApp = this; to wxApp::wxApp for wxPython

1998-08-18 19:54 DP, revision 597

Second try

1998-08-18 19:48 RD, revision 596

more wxGTK compatibility things. It builds now but there are serious runtime problems...

1998-08-18 19:45 RD, revision 595

a few tweaks

1998-08-18 19:25 DP, revision 594

Seems it works reasonably stable...

1998-08-18 17:41 RR, revision 593

Added TOOL_ENTER command. Now wxGTK and wxMSW misbehave equally on that matter.

1998-08-18 17:22 GL, revision 592

* wxThread: new functions: wxThread::Pause/Resume, wxThread::GetThreadFromID * Updates and new objects in utils/serialize * wxLayout*_Serialize are friends of wxLayout* (so I can access to the internal fields) * wxMenu (GTK): SetTitle/GetTitle (basic implementation)

1998-08-18 15:36 VZ, revision 591

globally renamed uint to size_t. This has _not_ been checked under Windows, although I changed msw files also, so please wait until this evening if you want to be sure that it compiles. This change should fix 64 bit compilation problems, but it would be nice to test it...

1998-08-18 15:28 RR, revision 590

Next attempt at dynlib.cpp Disabled ImLib's cashing Confirmed Vadim's changes to wxListCtrl :-)

1998-08-18 14:59 VZ, revision 589

corrected wxListCtrl compilation problems

1998-08-18 14:54 JS, revision 588

Various .tex files updated. .bmp files were corrupted, recomitting.

1998-08-18 12:37 KB, revision 587

reordered headers to compile

1998-08-18 12:30 KB, revision 586

#ifdef'd out some parts for non-supported systems.

1998-08-18 12:18 KB, revision 585

Added configure to cvs - there are systems without autoconf!

1998-08-18 07:09 RR, revision 584

Added the static text patch for multiline text

1998-08-17 22:45 VZ, revision 583

added wxConfigBase documentation

1998-08-17 22:22 VZ, revision 582

minor change

1998-08-17 22:19 VZ, revision 581

a micro bug (but which was enough to break regtest sample) corrected

1998-08-17 22:18 VZ, revision 580

replaced another printf() with wxLogDebug()

1998-08-17 21:35 RD, revision 579

Added missing declaration of wxIcon::operator =(const wxIcon &)

1998-08-17 20:07 RR, revision 578

Added IRIX compile fixes Added functions that must be handed down from wxListCtrl to the main window

1998-08-17 18:29 RD, revision 577

Removed an extra method definition

1998-08-17 18:25 RD, revision 576

Corrected the signature for wxFrame::Maximize

1998-08-17 18:24 RD, revision 575

Added wxWindow::Center Corrected the signature for wxWindow::SetSizeHints

1998-08-17 17:05 RR, revision 574

Added in-place editiging in wxListCtrl

1998-08-17 15:48 RR, revision 573

Added list ctrl sample. Looks better than what I thought...

1998-08-17 14:29 RR, revision 572

Turned wxIcon inline constructors to real constructors Removed warning from dcclient Added wxTheFontList->Add(this) somewhere in wxFont CleanUp() now printfs the number of members in wxTheBitmapList

1998-08-17 11:11 JS, revision 571

Got printing, toolbar samples compiling under Windows again

1998-08-17 09:39 JS, revision 570

Changed floats to doubles in wxexpr.h; added a flag in accel.h (wxACCEL_NONE for 'no ctrl/alt/shift key')

1998-08-17 09:38 JS, revision 569

Changed floats to doubles

1998-08-17 09:16 RR, revision 568

GTK's toolbar class has no OnPaint Added missing bitmap in mdi sample Added OpenGL support (I Get segv on my Debian/Mesa system, don't know why).

1998-08-16 21:02 VZ, revision 567

1) corrected bug in log.cpp which only affected wxGTK: some messages could appear twice 2) tried to use gtk_widget_set_usize in wxFrame::SetSizeHints(), but it still doesn't work...

1998-08-16 19:39 RR, revision 566

Added mising AddBitmapList in wxBitmap Added missing deletion of wxFrame's toolbar Removed a few superfluous ; (sorry) Mentioned dmalloc in INSTALL

1998-08-16 17:07 RR, revision 565

New scrolling for GTK

1998-08-16 11:28 KB, revision 564

added one extra check for emptyness

1998-08-16 08:03 JS, revision 563

Changed wxMenu::GetTitle to return a wxString.

1998-08-16 04:31 RD, revision 562

More wxGTK work.

1998-08-16 04:30 RD, revision 561

updated email address

1998-08-16 01:37 VZ, revision 560

Karsten's correction undone - this code is (was) correct!

1998-08-15 23:52 KB, revision 559

Added configure option --with-dmalloc to use the dmalloc memory debugging library.

1998-08-15 21:05 VZ, revision 558

'&' are removed from checkbox labels (all controls should call wxControl::SetLabel and use m_label which contains the label without '&')

1998-08-15 21:03 VZ, revision 557

added default values for ax size arguments of SetSizeHints (for msw compatibility)

1998-08-15 20:10 JS, revision 556

Small changes after Robert's edits

1998-08-15 18:58 RR, revision 555

Fixed my own Makefile bug New INSTALL Fixed path in imrc

1998-08-15 18:47 KB, revision 554

fixed GetSelection() inversion bug

1998-08-15 17:48 JS, revision 553

Added isosurf wxGLCanvas sample, cured OnPaint bug (missing wxPaintDC object)

1998-08-15 17:05 KB, revision 552

fixed a logical error (! isempty) instead of isempty

1998-08-15 15:59 RR, revision 551

Added graying out of menus and buttons

1998-08-15 15:23 RR, revision 550

DialogEd's missing icons.

1998-08-15 14:45 RR, revision 549

DialogEd now compiles, links and runs under wxGTK I didn't say it worked, eh.

1998-08-15 14:42 DP, revision 548

DP: Just came back from 3 days fishing and found that forget to commit some changes. GetBitmap added

1998-08-15 13:20 RR, revision 547

Added wxPropList library

1998-08-15 12:43 JS, revision 546

Added GLCanvas library (Win only at present).

1998-08-15 12:30 JS, revision 545

2 GnuWin32 compile bugs fixed, incl. printf bug in prntdlgg that sent GnuWin32 into an endless loop

1998-08-15 12:06 RR, revision 544

Resource sample works now, apart from wxRadioBox, which is #ifdef 0 in resource.cpp Fixed tiny thing in resource.cpp

1998-08-15 10:52 RR, revision 543

See last changelog

1998-08-15 10:47 RR, revision 542

Makefile fixes Added resource sample (segvs) Added functions to menu, mdi, frame, dialog, window that were missing e.g. in wxPython

1998-08-15 07:36 RD, revision 541

- Moved the header in the .i files out of the code that gets put into the .cpp files. It caused CVS conflicts because of the RCS ID being different each time. - A few minor fixes.

1998-08-15 00:23 JS, revision 540

Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now compiles under Windows with VC++. Also OGL enhancements espec. wxDrawnShape.

1998-08-14 23:36 RD, revision 539

Beginings of wxGTK compatibility

1998-08-14 22:53 RR, revision 538

Added validation support Fixed a few minor things in wxGrid Fixed bug in SetClippingregion Disabled SetDefault again Fixed bug in AddChild, SetSize et al. Add PROCESS_ENTER and wxEVT_TEXT_CHANGE Renamed OnOk -> OnOK Added a few compatibilty functions Added code to make iinterception of events possible and work

1998-08-14 21:49 VZ, revision 537

wxLogWindoe changed again: now takes a parent frame in ctor

1998-08-14 21:47 VZ, revision 536

a small GUI glitch corrected (if a frame with child frames was resized, it was lowered below it's children)

1998-08-14 21:41 VZ, revision 535

WM_MOVE processing added (wxMoveEvent generated)

1998-08-14 20:12 AN, revision 534

-somewhat more elegant method, supporting the src subdir (-Markus)

1998-08-14 11:20 KB, revision 533

added option to hide page controls

1998-08-14 11:15 JS, revision 532

wxToolBarBase -> wxToolBar

1998-08-14 11:02 KB, revision 531

printing works, page number controls are hidden portrait/landscape doesn't work, pages are printed wrong

1998-08-14 10:07 RR, revision 530

Added wxRadioButton (not tested) Added wxValidator to constructros Added resource.cpp Added parser stuff Added the coolest Makefile.in Added callbacks to Menu Changed parser.y to include lexer.c for wxGTK (Is that right?) Can't remeber havning changed the printing stuff.

1998-08-14 08:33 KB, revision 529

added printing

1998-08-14 03:34 RD, revision 528

made pre-compiling the python files optional

1998-08-14 03:16 RD, revision 527

removed some definitions that got removed from defs.h

1998-08-13 11:45 AN, revision 526

-Debian glibc2 system is 'linux-gnu', not 'Linux';updated .cvsignore's -Markus

1998-08-13 10:19 JS, revision 525

Attempting to check in this wretched cursor again. Also added SetAcceleratorTable to wxWindow, GnuWin32 fix in registry.h.

1998-08-13 10:16 JS, revision 524

Fixed compile bug in dropsrc.cpp (constr. arg); GnuWin32 fix in registry.cpp; combobox event fix; moved SetAcceleratorTable down to window.h/cpp

1998-08-13 10:03 KB, revision 523

integrated my latest changes and Vadim's fixes on top of that Compiles, but works?

1998-08-13 09:11 RR, revision 522

Added ToogleTool from Markus

1998-08-12 22:44 VZ, revision 521

wxWindow::MSWOnHScroll changed to call the default handler if the message isn't processed (earlier it wasn't called in some cases)

1998-08-12 22:42 VZ, revision 520

stack overflow when clicking on the arrow in a notebook fixed

1998-08-12 22:41 VZ, revision 519

suppressed VC++ 5.0 bool to int conversion warning (when compiling with USE_RESSOURCE_LOADING_IN_MSW only)

1998-08-12 22:38 VZ, revision 518

one more minor wxLogWindow fix (I try to get it really right...)

1998-08-12 22:37 VZ, revision 517

added a "wxWindow *" (unused) argument for wxGTK compatibility

1998-08-12 22:36 VZ, revision 516

explicit SetSelection/SetOldSelection methods added to wxNotebookEvent

1998-08-12 21:39 RR, revision 515

Forgot this one.

1998-08-12 21:24 RR, revision 514

Added PushEventHandler, Pop... Corrected spelling of SetEventhandler Fixed two bugs in wxGenericPrintDlg Tried in vain to make printing of icons work. It now prints black on black, mostly.

1998-08-12 20:57 VZ, revision 513

had to modify it (added one pixel...) to be able to commit: the file in the repository was indeed corrupted (as noticed by Robin a couple of days ago)

1998-08-12 20:30 VZ, revision 512

file d&d (re)enabled under Windows

1998-08-12 16:14 KB, revision 511

Looks like I've fixed the editing bugs. Delete/Insert/Home/End/Ctrl-Delete all work as expected. Cursor gets redrawn properly. Scroll-to-cursor still missing.

1998-08-12 11:44 RR, revision 510

Added wxFrame::OnCreateStatusBar and ToolBar Added wxWindow::Raise and Lower There isn't going to be wxFrame::SetToolBar.

1998-08-12 09:16 KB, revision 509

replaced by stubs files

1998-08-12 08:50 KB, revision 508

fixed mysterious mistakes

1998-08-12 08:33 KB, revision 507

Cursor and insert/delete work much better now, code streamlined, still a minor problem left.

1998-08-11 21:14 VZ, revision 506

more minor changes to wxLogWindow

1998-08-11 21:12 VZ, revision 505

'\\' can be used to suppress special meaning in '%' and '$' in wxExpandEnvVars

1998-08-11 21:04 VZ, revision 504

static wxFile::Access() added

1998-08-11 21:03 VZ, revision 503

static wxFile::Access() added (access() isn't ANSI neither...)

1998-08-11 12:44 VZ, revision 502

controls.cpp didn't compile - missing MyTextCtrl declaration added (and what OnRightButton is supposed to do?)

1998-08-11 11:53 KB, revision 501
  • D /wxWidgets/trunk/install/gtk

deleted

1998-08-11 09:51 KB, revision 500

Added empty Raise() and Lower() methods for compatibilty.

1998-08-10 23:23 RD, revision 499

Typo fixes

1998-08-10 22:22 RD, revision 498

Since wxREADONLY has disappeared, I had to change to wxTE_READONLY in order to compile.

1998-08-10 19:57 DP, revision 497

Small modifications

1998-08-10 18:09 DP, revision 496

DP: GetBitmap() added to wxImageList

1998-08-10 17:53 DP, revision 495

DP: native wxTreeCtrl for GTK. It *should* be buggy... Cause I do not know GTK... But it works... I do not know why... Robert, please look at it... I am not sure that it is ok...

1998-08-10 13:48 JS, revision 494

Various Dialog Editor-related mods; Dlg Ed. getting usable now under MSW.

1998-08-10 13:41 JS, revision 493

Mod to allow hit-test on static to succeed.

1998-08-10 09:21 KB, revision 492

added correct coordinate handling

1998-08-09 19:42 DP, revision 491

DP: Robert's mistake with incorrect var name corrected. It even does not compile.

1998-08-09 17:26 RD, revision 490
  • D /wxWidgets/trunk/utils/wxPython/tests/setup.bat

I didn't mean for this to be in the repository...

1998-08-09 16:46 JS, revision 489

Miscellaneous, mostly cosmetic changes. wxPen/wxFont/wxBrush altered so Set... functions don't change shared objects.

1998-08-09 16:31 JS, revision 488

Stub header changes.

1998-08-09 16:27 JS, revision 487

Added stubs .cpp files.

1998-08-09 13:06 RR, revision 486

Added Pop-up menus. Hunted down bug in dnd Changed widget, that wxWin connects to in certain case (in controls, where m_widget is not the connect widget, such as list control and text control) Compile fixes all over

1998-08-09 08:31 RD, revision 485

Initial version

1998-08-09 07:15 RD, revision 484

Made NOPCH overridable

1998-08-08 22:14 VZ, revision 483

wxWarning replaced with wxLogWarning (to solve the compilation problems due to wxWarning's const incorrectness)

1998-08-08 22:08 VZ, revision 482

WXFARPROC prototyped as `typedef int (__stdcall *WXFARPROC)()' (does Borland understand __stdcall?) to make the program compile with VC++

1998-08-08 21:42 VZ, revision 481

SetBackgroundColour() call is now done after the window is created, not before (in which case ListCtrl_SetBkColor fails because it's called with HWND = 0)

1998-08-08 21:40 VZ, revision 480

wxDeleteStockLists() used (instead of duplicating part of it's code)

1998-08-08 21:39 VZ, revision 479

extra memory amount allocated for string data reduced to the paragraph multiple: so, in principle, it shouldn't waste any memory at all now (unless someone finds a malloc implementation which is capable of allocation less than 16 bytes)

1998-08-08 21:38 VZ, revision 478

some minor changes in wxLogWindow

1998-08-08 13:44 RR, revision 477

Correct the wxButton::Setlabel nonsense Added wxFrame::SetClientSize

1998-08-08 13:11 RR, revision 476

Added wxDC:DrawPolygone Corrected wxBitmap::SetLabel Added wxASSERT here and there wxDropSource:DoDrop() now returns Cancel when supposed to

1998-08-08 09:19 JS, revision 475

Added stub include files; also a couple more Dialog Editor files.

1998-08-08 06:56 DP, revision 474

DP: framecmn.o & wincmn.o were duplicated...

1998-08-08 06:38 DP, revision 473

Another small modification... Sorry for CVS list overloading...

1998-08-08 06:36 DP, revision 472

Small modification

1998-08-08 06:30 DP, revision 471

Looks like I did that...

1998-08-08 06:27 DP, revision 470

Third try to commit....

1998-08-08 05:20 DP, revision 469

DP: 1. _() calls added where needed. 2. const added in params in postscrp.[h,cpp] in order to compile with _(). 3. Some .cvsignore added. (I did not found any .cvsignore in repository, it is rather hard to compile something without them...)

1998-08-07 23:52 JS, revision 468

Fixed various wxMSW compile problems that came down the telephone line... plus wxTreeCtrl::EditLabel/EndEditLabel, dialog editor stuff, wxMSW header changes, doc changes. Sorry about the quantity :-(

1998-08-07 22:38 VZ, revision 467

stray #include "wincmn.cpp" removed

1998-08-07 22:30 VZ, revision 466

wxTREE_INSERT_XXX constants were incorrectly defined (and so inserting the items at the end, for example, didn't work)

1998-08-07 22:27 VZ, revision 465

the modal dialogs restore the focus to the control which had it before the dialog was displayed (earlier, the focus was lost all the time)

1998-08-07 22:25 VZ, revision 464

ProcessEvent() now saves the m_lastXXX parameters in case the event handler will send any other events (without this it can easily lead to crash because DefWndProc is called with garbage instead of correct parameters)

1998-08-07 22:22 VZ, revision 463

code using ms_PaintDC changed a little (a couple of asserts added, the behaviour did not change)

1998-08-07 22:21 VZ, revision 462

improved handling of frames with parent: now they have a NULL parent HWND (to avoid Win32 bugs in handling this situation) but still are iconized/restored with their parent frame

1998-08-07 22:18 VZ, revision 461

VZ: I removed (CASTWNDPROC) from ::CallWndProc - it doesn't compile here with it

1998-08-07 22:15 VZ, revision 460

WM_GETDLGCODE handling correctly implemented

1998-08-07 22:10 VZ, revision 459

a couple of missing calls to UngetWriteBuf() added

1998-08-07 22:08 VZ, revision 458

now process UDN_DELTAPOS notification: up-down control (which appears if there is not enough space for the pages) works correctly now

1998-08-07 22:07 VZ, revision 457

added call to _CrtSetDbgFlag(_CRTDBG_REPORT_FLAG) | _CRTDBG_LEAK_CHECK_DF) for VC++: it gives at the end of the program report about memory leaks if any similar to the one produced by the wxwin memory diagnostic classes (but it works without problems with VC++ and costs nothing to add)

1998-08-07 22:03 VZ, revision 456

couple of minor bug fixes/enhancements (interface unchanged)

1998-08-07 21:32 RR, revision 455

More configure fixes /src/qt and /include/wx/qt now have stubs. Not everything compiles yet. But it's a start..

1998-08-07 20:23 RR, revision 454

More work on wxQt integration, configure I tried notr to break anything...

1998-08-07 18:28 RD, revision 453

Added missing call to wxInitializeStockLists() in CommonInit. Come on people! Before checking in changes that affect more than one platform, please test more than one platform!

1998-08-07 17:32 RD, revision 452

Removed a ">>>>>>> 1.5" (a CVS conflict indicator) that got left in the code.

1998-08-07 17:07 RD, revision 451

Removed duplicate definitions of GetMenuCount and GetMenu so I could compile.

1998-08-07 15:09 VZ, revision 450

(1) Denis Pershin's patch for wxGTK (memory leaks corrections) (2) DELETEP/DELETEA globally renamed to wxDELETE/wxDELETEA and now also NULL their argument

1998-08-06 20:12 GL, revision 449

* Typo fix.

1998-08-06 19:49 JS, revision 448

Fixed someone's compile error in regconf.cpp (needed a cast to non-const). Added nplugin sample HTML files, even if the samples have broken :-(

1998-08-06 19:42 JS, revision 447

OGL fixes; documentation fixes; dialog editor updates

1998-08-06 19:23 KB, revision 446

several fixes

1998-08-06 19:07 RR, revision 445

Fixed compilation (add serbase.cpp) Added ListBox::SetString Changed listbox message behaviour to match wxMSW (I hope)

1998-08-06 17:03 RR, revision 444

Now configure actually finds Lesstif and Qt

1998-08-06 16:18 RR, revision 443

New Unix configure system

1998-08-05 21:51 VZ, revision 442

compilation problem under Windows fixed (Karsten, you should use a cast when calling a const function from a non-const one - gcc compiles it it, but it's broken)

1998-08-05 17:12 GL, revision 441

* Added source file info in utils/serialize/* * Added Windows support in dynlib.cpp (not tested) * Added some operator in wxStream * Added a mutex in thread sample (more later)

1998-08-05 16:35 JS, revision 440

Fixed popup menu processing

1998-08-05 16:33 RR, revision 439

Removed /install/gtk/configure from cvs

1998-08-05 14:15 KB, revision 438

added SetRecordDefaults() and IsRecordingDefaults() methods

1998-08-05 07:13 JS, revision 437

Various bug fixes to OGL; wxStripExtension prototype added to filefn.h