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

1999-07-26 09:38 KB, revision 3137

The modules file containing the definition of the CVS modules.

1999-07-25 21:29 VZ, revision 3136

fixes for PS and OLE files for Borland makefiles

1999-07-25 17:11 RR, revision 3135

Distrib things Corrected wxPrivateDataObject a little Corrected wxRadioButton Corrected wrong defines of wxRadioBox styles

1999-07-25 14:38 RR, revision 3134

Added wxStaticBitmap::SetIcon() wxDC now inits with a WHITE_BRUSH as wxMSW seems to do the same small doc updates

1999-07-25 14:26 GL, revision 3133

Added GSocket_Init and GSocket_Cleanup Added wxSocketModule to socket.cpp to call GSocket_Init and GSocket_Cleanup

1999-07-25 12:59 RR, revision 3132

Re-Added wxStream::StreamSize() Added in-place editting to wxTreeCtrl, modified wxListCtrl in-place editting Corrected behaviour of wxToolBar::Toggle() to not send messages and to report the correct state Removed many #include "wx/wx.h" to speed up compilation Some more compile fixes and tests.

1999-07-25 12:21 VS, revision 3131

fixed static members

1999-07-25 12:20 VS, revision 3130

html filters has const methods now

1999-07-25 11:44 OK, revision 3129

Unicode compilation fix, just for kicks (was bored after missing some libraries needed to compile current cvs of abiword)

1999-07-25 06:04 OK, revision 3128

One sample a day keeps stagnation away

1999-07-25 05:41 OK, revision 3127

Unicode compilation fix

1999-07-24 23:19 VZ, revision 3126

oops... compilation fix

1999-07-24 23:16 VZ, revision 3125

wxDialog::IsModal() works

1999-07-24 23:12 VZ, revision 3124

help classes compilation fixes

1999-07-24 22:44 VZ, revision 3123

wxHTML compilation fixes

1999-07-24 22:38 KB, revision 3122

minor fix to find contents file alright

1999-07-24 22:17 VZ, revision 3121

fix for C files

1999-07-24 22:05 VZ, revision 3120

compilation fix

1999-07-24 20:28 KB, revision 3119

compilation fixes and minor improvements

1999-07-24 12:39 OK, revision 3118

Needed some variation; got bored of seeing the compilation errors for this sample in Unicode mode, so now I can see the errors for the next instead

1999-07-24 10:50 RR, revision 3117

Renamed wxStream::StreamSize() to wxStream::GetSize() Add wxStream bool operator !(). Made wxTextStream safe for conversion from/to Mac/DOS/Unix Added wxFrame::Iconize() Applied patch for stippled brushes.

1999-07-24 09:05 GL, revision 3116

Updated wxDataStream (added ByteOrder) Removed sckint.cpp from Makefile.am and filelist.txt (Could someone rebuild Makefile for MSW) Some update to the documentation. I'm documenting GSocket. Added gsockno.c in stubs

1999-07-24 06:50 OK, revision 3115

Unicode fixes

1999-07-24 06:20 OK, revision 3114

wxString(file.fn_str()) doesn't make sense. If just file.fn_str() gives problems, better to use (FNSTRINGCAST file.fn_str())

1999-07-24 06:10 OK, revision 3113

Blargh, every time someone adds an assert or fail thing, I have to add _T()

1999-07-24 00:26 VZ, revision 3112

compilation fixes

1999-07-24 00:14 VZ, revision 3111

wxTreeEvent is declared in one header, not 3 of them

1999-07-23 23:41 VZ, revision 3110

1. changed spelling error in wxTR_HAS_VARIABLE_HEIGHT (missing 'E') 2. compile fix for dcscreen.cpp 3. editing labels in place works in the tree ctrl and shown in the sample 4. sped up items deletion in the listview

1999-07-23 21:26 RD, revision 3109

Added a rule to the tmake templates so the makefiles know how to rebuild themselves (if you have tmake).

1999-07-23 21:08 VZ, revision 3108

disabled accelerators in wxMotif - they don't work anyhow, but break everything

1999-07-23 21:03 VZ, revision 3107

1. more wxMotif fixes 2. wxGetNumberFromUser added 3. more compilation fixes when compiling without sockets

1999-07-23 18:50 RR, revision 3106

Finished MingW32 makefiles More drawing tests and corrections Distrib things

1999-07-23 17:24 GL, revision 3105

Added GSocket motif (it compiles but I didn't tested it) Changed wxSockFlags type (switched to int)

1999-07-23 09:53 OK, revision 3104

Couple more Unicode fixes.

1999-07-23 09:52 OK, revision 3103

Unicode fixes

1999-07-23 09:51 OK, revision 3102

More _T() in asserts...

1999-07-23 09:49 OK, revision 3101

Add more _T() in asserts...

1999-07-23 09:48 OK, revision 3100

Use memcmp instead of that wxString hack

1999-07-23 09:48 KB, revision 3099

Fixed stupid new bugs :-(

1999-07-23 09:48 OK, revision 3098

Convert argv[] to Unicode

1999-07-23 09:43 OK, revision 3097

Someone need to make the clientdata be void* instead of this char* mess

1999-07-23 09:42 OK, revision 3096

Unicode fix

1999-07-23 09:41 OK, revision 3095

Couple of unicode fixes (the #if should be wxUSE_UNICODE, not wxUNICODE, and there's no sense in allocating a wxWX2MBbuf of len 200 then assigning a different buffer to it either)

1999-07-23 09:38 OK, revision 3094

Convert filenames unicode->ascii

1999-07-23 09:38 OK, revision 3093

Implementation of wxFopen, wxFreopen, wxStrftime

1999-07-23 09:36 OK, revision 3092

Add wxFopen, wxFreopen, wxStrftime

1999-07-23 09:36 OK, revision 3091

Let argv[] be wxChar**

1999-07-23 00:56 VZ, revision 3090

1. corrected "notebook selection handling" event handler to work 2. added a page for bitmapped controls tests

1999-07-23 00:53 VZ, revision 3089

1. frames respect update region (Tom Surace patch) 2. bitmap buttons don't lose bitmaps 3. attempt to reduce number of simultaneously default buttons in a panel

1999-07-22 23:39 VZ, revision 3088

1. added wxGetNumberFromUser (to textdlgg.cpp and dialogs sample) 2. wxTE_RICH style added to wxMSW, the text controls don't use RICHEDIT class by default any more 3. wxRadioBox doesn't generate button events any more (grrr...) 4. commented out code in log.cpp restored and a bug corrected

1999-07-22 23:28 RR, revision 3087

Corrected wxlistBox, wxRadioBox, wxComboBox and wxChoice in that they do no longer send events after programmatic calls Corrected wxStaticBitmap Reimplemented wxRadioButton as per wxMSW Updated docs for the above Update testconf for socket changes Other minor fixes

1999-07-22 20:20 RR, revision 3086

New drawing test code. Added distrib file for wxMSW.

1999-07-22 17:51 GL, revision 3085

Added GSocket for Unix (only GTK for the moment) Updated wxSocket to use GSocket API Added a progress bar to client.cpp Added CopyTo to wxMemoryOutputStream to copy the internal buffer to a specified buffer. Various changes/fixes to the high-level protocols FTP/HTTP Various Unicode fixes Removed sckint.*

1999-07-22 15:10 RR, revision 3084

Compile fix for *newest* mingw32 Switched default options for mingw32

1999-07-22 15:05 RR, revision 3083

wxMenu compile fix new drawing tests tree ctrl GCC compile fix (I hope)

1999-07-22 07:34 RD, revision 3082

fixed font-matching bug in wxFontList::FindOrCreateFont for wxGTK when font family is wxDEFAULT.

1999-07-21 21:21 HH, revision 3081

Minor and silly fix.

1999-07-21 18:49 VZ, revision 3080

added demonstration of wxGTK wxStaticBitmap::SetBitmap() bug

1999-07-21 18:45 HH, revision 3079

Made cross compiling easier; run configure --host=i586-mingw32 --build=i586-linux , for example, to cross compile from linux to windows using i586-mingw32-xxx binaries.

1999-07-21 18:13 KB, revision 3078

bug fix for m_parent == NULL

1999-07-21 16:35 RR, revision 3077

Mini-fix for wxStaticBitmap switched on reports after changing text ctrl be hand again

1999-07-21 16:19 RR, revision 3076

MingW32 compilation works now.

1999-07-21 16:13 KB, revision 3075

more type-safety

1999-07-21 16:10 VZ, revision 3074

1. Assorted Motif fixes a) tear off menus b) native dialogs c) crash in ~wxWindow fixed d) compilation and linking fixes 2. test code removed from minimal sample, text one compiles without clipboard 3. wxAppBase/wxApp small fixes

1999-07-21 15:39 KB, revision 3073

remove duplicate deletion

1999-07-21 15:01 KB, revision 3072

added helpwxht.h

1999-07-21 13:50 KB, revision 3071

Suppressed a spurious error message, now contents are looked for in entry with help-id 0 and if not found a homemade list of contents is presented. :-)

1999-07-21 13:37 KB, revision 3070

fix

1999-07-21 13:32 KB, revision 3069

Much improved wxHelpControllerHtml, works under Solaris, too now.

1999-07-21 11:06 VS, revision 3068

imagemap support (html)

1999-07-21 09:59 VS, revision 3067

fixed refresh bug in wxHtmlWindow

1999-07-20 23:22 VZ, revision 3066

1. panels pass focus to the next item in parent panel 2. warnings removed from iniconf.cpp and it's removed for Win32 compilation 3. wxWindow::PopupMenu(wxPoint) added, documented 4. Docs for wxTextCtrl explicitly mention that EVT_TEXT is triggered by programmatic updates too

1999-07-20 22:38 HH, revision 3065

some updates...

1999-07-20 20:35 HH, revision 3064

little wxMenu ctor fix

1999-07-20 20:34 HH, revision 3063

Added lots of files. Enough now so that all wxHTML samples link.

1999-07-20 20:33 HH, revision 3062

When building for/on a non-Unix platform, the --enable-dynlib check will only issue a warning, not disable dynlib and odbc, since configure can't figure it out anyway.

1999-07-20 14:48 RR, revision 3061

Trying to compile samples

1999-07-20 14:14 RR, revision 3060

MingW32 compilation fixes all over

1999-07-19 22:54 VZ, revision 3059

compilation fixes

1999-07-19 22:17 VZ, revision 3058

wxMenu ctor made compatible again

1999-07-19 20:54 RD, revision 3057

Fixed wxListCtrl::SetTextColour to set the RGB value instead of the RBG value! (Green and Blue were swapped... I suppose if you are colour blind it wouldn't matter much.)

1999-07-19 18:29 HH, revision 3056

forgot .bmp's

1999-07-19 17:34 GL, revision 3055

Added StreamSize() to wxMemoryOutputStream. Added InputStreamBuffer() and OutputStreamBuffer() to have access to internal buffers.

1999-07-19 17:17 HH, revision 3054

added extra #if case at the end for building using gnuwin and configure (assuming that you're using a gnu flex prog)

1999-07-19 17:10 SB, revision 3053

cosmetic, added some comment

1999-07-19 17:05 SB, revision 3052

item with no image no longer crash when hit

1999-07-19 16:33 HH, revision 3051

forgot wx.rc

1999-07-19 16:32 HH, revision 3050

added .cur and .ico files

1999-07-19 16:23 HH, revision 3049

added dcpsg.cpp

1999-07-19 16:23 HH, revision 3048

Moved bunch of #defines (LOG2DEV etc) from msw/dc.cpp to msw/dc.h Small changes to dcpsg.cpp to make it compile for wxMSW

1999-07-19 14:41 RR, revision 3047

Updated testconf Added dashed pens etc. Made tree ctrl sample crash..

1999-07-19 14:36 HH, revision 3046

small fix for mingw32 compilation

1999-07-19 14:06 VZ, revision 3045

typo corrected

1999-07-19 13:17 VZ, revision 3044

even more fixes for nmake compilation

1999-07-19 13:03 KB, revision 3043

Added test for vsscanf. GUESSING IS EVIL! Cannot test, my autoconf is too old.

1999-07-19 12:55 VZ, revision 3042

regenaretd makefile from the latest template

1999-07-19 12:33 VZ, revision 3041

1. compilation fix for wxHelpHtmlController (which shouldn't be compiled #if !wxUSE_HTML) 2. some fixes to wxGrid

1999-07-19 12:17 VZ, revision 3040

ifdef HAVE_VFORK => if HAVE_VFORK

1999-07-19 09:22 KB, revision 3039

typo

1999-07-19 09:22 KB, revision 3038

compilation fix