Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2016-05-09 08:38:04

Changes per page:

25 50 100 250 500 1000 2000

Changelog for wxWidgets (70435 changes):

2000-04-17 06:25 RD, revision 7188

updates for wxGTK

2000-04-17 04:25 RD, revision 7187

more changes to the demo

2000-04-17 00:01 VZ, revision 7186

1. corrected some asserts/crashes in controls 2. added test for SetValue() in text

2000-04-16 23:58 VZ, revision 7185

1. wxTextCtrl::SetValue() moves the cursor to the end of text (as in GTK) 2. bug in wxThread::Delete() when the thread hadn't been staretd fixed 3. setting font for radiobox now works immediately (you had to invalidate the window manually, e.g. by covering it with another one, before) 4. added and documented wxConstCast() and wxStaticCast() 5. attempts to make wxFontEnumeraotr::EnumEncodings() work under MSW

2000-04-16 21:31 DW, revision 7184

Fixes for the outstanding errors in minimal.

2000-04-16 19:34 SN, revision 7183

Updated to current API.

2000-04-16 16:56 SN, revision 7182

Fixed Scrollbar handling.

2000-04-16 00:19 VZ, revision 7181

1. fixed assert failure/crash when clicking in empty checklistboxes 2. wrote wxBMPHandler::SaveFile() 3. fixed stupid bug in handling DDE commands in wxMimeTypesManager

2000-04-15 20:37 RL, revision 7180

reverted some earlier changes nuked by RR fixing the same problem -- only differently, breaking compilation again

2000-04-15 19:38 RL, revision 7179

s/menuString/menuLabel/ in wxMenuBar::FindMenuItem to fix bug similar to that in gtk version

2000-04-15 19:30 RL, revision 7178

bugfix for gtk wxMenuBar::FindMenuItem to strip special chars before comparison

2000-04-15 17:35 RR, revision 7177

Correction to minimal size of wxSizers.

2000-04-15 16:40 JS, revision 7176

Changed names of image-related VC++ project files

2000-04-15 11:26 RR, revision 7175

TODO updated.

2000-04-15 10:26 BS, revision 7174

Added Stefan's fix for messages being incorrectly ignored.

2000-04-15 10:25 BS, revision 7173

Added WinMessageBox() code, mainly from the Windows version.

2000-04-15 09:20 RR, revision 7172

Made tex2rtf compile again, Added wxSizer::SetMinSize() (documented) Added wxSizer::SetItemMinSize()

2000-04-15 00:38 DW, revision 7171

VA 3.0 cannot utilize the _Export macro in this configuration

2000-04-14 22:40 VZ, revision 7170

updated to test combo box events

2000-04-14 22:38 VZ, revision 7169

send key up/down events too

2000-04-14 19:46 VZ, revision 7168

fix for the fix for HAVE_THREAD_PRIORITY_FUNCTIONS detection

2000-04-14 19:32 VZ, revision 7167

fixes for HAVE_THREAD_PRIORITY_FUNCTIONS detection

2000-04-14 18:53 VZ, revision 7166

wxSpinCtrl::GetSize() should work now (thanks to Kristjan Jonsson)

2000-04-14 18:29 VZ, revision 7165

fixes for Unix detection (test for __UNIX__ in include/wx/defs.h) and for NetBSD detection in configure

2000-04-14 18:08 VZ, revision 7164

wxString::replace() assert fixed, test for it added

2000-04-14 16:12 RL, revision 7163

build .debs with new grid now that ok for wxPython too

2000-04-14 16:02 RL, revision 7162

fixed broken compilation under Linux, ULONG undefined and a duplicated global var name.

2000-04-14 15:59 RL, revision 7161

switched green/blue in SetRGB params

2000-04-14 07:53 BS, revision 7160

Fixed listbox on windows.

2000-04-13 20:15 VS, revision 7159

documented need of read-write image handler

2000-04-13 18:03 VZ, revision 7158

fix for menu helpstring in the status bar for MDI child frames

2000-04-13 17:57 VZ, revision 7157

unused var in GSocket_SetServer removed

2000-04-13 17:33 RL, revision 7156

added -kwxGetTranslation to locale/Makefile and updated .po files

2000-04-13 17:19 RL, revision 7155

added missing wxTRANSLATE for 'Details'

2000-04-13 16:18 JS, revision 7154

Gave the sash and splitter windows Create and Init methods

2000-04-13 15:48 GT, revision 7153

Changed the default of wxODBC_BACKWARD_COMPATABILITY to be 0, as it should have been

2000-04-13 14:27 BJ, revision 7152

add SetNumberOfColumns()

2000-04-13 10:56 JS, revision 7151

Renamed project files

2000-04-13 09:31 JS, revision 7150

New tech note, corrected makeprog.b32

2000-04-13 08:35 JS, revision 7149

Removed assert when charset not recognised

2000-04-13 08:17 RD, revision 7148

More ActiveX stuff. Can now automatically catch callbacks (events) from the COM object. I actually create a new class on the fly that derives from wxWindow, the COM CoClass and others needed to make it all work. The resulting class can be instantiated just like wxWindow, used in sizers, etc. It also responds to all COM method calls, properties, etc.

2000-04-13 07:08 JS, revision 7147

Removing files

2000-04-12 23:38 VZ, revision 7146

some warnings fixed

2000-04-12 23:38 VZ, revision 7145

wxTextCtrl::GetLineText() fixes: a) doesn't crash b) more efficient c) works in Unicode mode

2000-04-12 23:30 VZ, revision 7144

removed incorrect labels

2000-04-12 20:20 SN, revision 7143

Added a define needed by EMX when compiling for OS/2 presentation manager.

2000-04-12 19:54 VS, revision 7142

fixed duplicate definition bug

2000-04-12 15:13 JS, revision 7141

Replaced the HTML doc GIF icons with slightly nicer ones (I think)

2000-04-12 15:12 JS, revision 7140

Removed a redundant Show(TRUE) from details dialog (causes assert); tried in vain to allow empty tree control labels (doesn't seem possible)

2000-04-12 11:28 GT, revision 7139

Updated to use the new wxDb/wxDbTable accessors

2000-04-12 11:27 GT, revision 7138

Added #if wxODBC_BACKWARD_COMPATABILITY checking to determine whether deprecated functions/classes/enums/etc are available or not. Cleaned up various naming conventions. from/orderBy/where are now wxString type if wxODBC_BACKWARD_COMPATABILITY is 0 Accessors added for member variables If wxODBC_BACKWARD_COMPATABILITY is 0, then member variables that have accessors are now defined in the PRIVATE: section of the class, rather than the PUBLIC:.

2000-04-12 04:40 DW, revision 7137

Set proper handles for the menubar

2000-04-12 03:06 RD, revision 7136

FileBrowseButton now has history, updated demo Added ActiveXWrapper and demos. It can't do callback events yet, but I'm working on it. Can curently embed a control and make method calls to it. Updated the wxCalendar (python version) and it's demo. It now has printing support.

2000-04-12 00:50 DW, revision 7135

minor OS/2 VA 3.0 #ifdefs

2000-04-12 00:46 DW, revision 7134

no message

2000-04-12 00:11 VZ, revision 7133

1. spin ctrl now generates char/key events 2. grid sets focus to the number editor

2000-04-12 00:09 VZ, revision 7132

some fixes for missing/incorrect links

2000-04-11 22:08 RR, revision 7131

Missing accessors for wxSizer items.

2000-04-11 21:05 DW, revision 7130

Wrong Tiff library specified in wxwindll.icc

2000-04-11 21:03 DW, revision 7129

Added needed copies (dosyacc and doslex) to the VA 4.0 .icc files

2000-04-11 16:14 VZ, revision 7128

compilation fix inside WXWIN_COMPATIBILITY

2000-04-11 16:10 VZ, revision 7127

const cast inside WXWIN_COMPATIBILITY

2000-04-11 16:06 VZ, revision 7126

added -mt note for Sun CC 4.2

2000-04-11 15:56 GT, revision 7125

Fixed spelling typos

2000-04-11 15:50 GT, revision 7124

Added checks for mismatched curly braces so that when docs are generated, a count of the curly braces that have been processed are kept track of. If they mismatch, the file name is reported as having mismatched braces. If more closed braces are detected than open braces, then the line that the first extra close brace is detected on is reported.

2000-04-11 15:47 VZ, revision 7123

mention wxNB_LEFT/RIGHT/BOTTOM styles

2000-04-11 15:38 BS, revision 7122

Forgot to remove debug code.

2000-04-11 15:31 BS, revision 7121

Missing create_wps_objects() prototype.

2000-04-11 15:29 BS, revision 7120

Added ability to make Start Menu Program folders and shortcuts.

2000-04-11 14:34 VZ, revision 7119

fixed double eol problem

2000-04-11 13:52 SN, revision 7118

Moved most of the code from Insert/Append/DeleteRows/Columns to Redimension. Put call to CalcDimension inside 'if (!GetBatchCount)' and added a call to CalcDimension to wxGrid's Refresh.

2000-04-11 12:38 BS, revision 7117

Added wxInstall a self extracting installation program using wxWindows.

2000-04-11 12:12 JS, revision 7116

Added HTML Help file list

2000-04-11 12:11 JS, revision 7115

Small mods

2000-04-11 11:32 JS, revision 7114

Further fixes

2000-04-11 11:26 JS, revision 7113

Small changes

2000-04-11 11:23 JS, revision 7112

Doc fixes

2000-04-11 10:26 RR, revision 7111

CentreOnParent() didn't work at all for top level windows on top level windows.

2000-04-11 01:48 GT, revision 7110

Added a #define for wxODBC_BACKWARD_COMPATABILITY

2000-04-11 00:52 GRG, revision 7109

Fixed WXDIR

2000-04-11 00:51 GRG, revision 7108

Added a few samples

2000-04-11 00:36 GRG, revision 7107

Removed the unused wxOsVersion var

2000-04-10 21:57 GRG, revision 7106

Sorry, forgot to add a comment to the previous changelog! Under MSW, WXHINSTANCE is now defined as void WXFAR * instead of unsigned long. [this commit itself adds nothing]

2000-04-10 21:54 GRG, revision 7105

The CASTWNDPROC logic was not necessary since this file always includes <windows.h>. Replaced with a typedef to WNDPROC or FARPROC (depending on whether STRICT mode is being used). Change proposed by Christoph Schulz

2000-04-10 21:50 GRG, revision 7104

The WXDLLEXPORT macros now used __declspec (double leading underscore) for all MSW compilers. Change proposed by Christoph Schulz.

2000-04-10 21:13 VZ, revision 7103

small correction for wxUSE_GUI definition

2000-04-10 19:41 OK, revision 7102

Seems I forgot to commit a wxRename fix in here (again)

2000-04-10 14:09 SN, revision 7101

Fixed several keyboard handling problems: - KeyUp event handlers added to label windows - pass a "TRUE"for ShiftDown upon selection events triggered by release of Shift Key (so one can see from the generated event, that we are _adding_ to the current selection). - Shrinking the selection by keyboard should now be possible, even if the selection starts at the border of the grid.

2000-04-10 12:45 GT, revision 7100

Sample was missing the call to SQLFreeEnv() required to release the ODBC environment handle memory

2000-04-10 12:24 GT, revision 7099

Fixed a "char *" usage to use "const char *" as it should have

2000-04-09 19:26 RL, revision 7098

quick fix for locale/Makefile

2000-04-09 07:07 RD, revision 7097

More updates and generated code for wxGTK

2000-04-09 03:07 RD, revision 7096

updates to track changes in CVS

2000-04-08 21:55 VZ, revision 7095

wxWindowCreate/DestroyEvent now derive from wxCommandEvent

2000-04-08 21:50 VZ, revision 7094

added a modal dialog test

2000-04-08 21:19 SN, revision 7093

Added include to os2/private.h to make EMX compile again. Removed second conditional include to wx/defs.h after an unconditional include.

2000-04-08 20:44 VZ, revision 7092

wxDialUpManager docs

2000-04-08 15:50 OK, revision 7091

wxRemove and wxRename takes const wxChar*, do NOT use fn_str()

2000-04-08 15:48 OK, revision 7090

Fallback implementation of wxRemove and wxRename

2000-04-08 15:47 OK, revision 7089

Fallback prototypes for wxRemove and wxRename

2000-04-08 15:30 SN, revision 7088

Corrected handling of row/column attributes/selections if all columns/rows are removed. Emit EVT_GRID_CELL_LEFT_CLICK before doing any processing of the left click mouse event (instead of emitting it somewhere in the middle). Moved calls to UpdateAttrRows/Cols to wxGrid's Insert/DeleteRow/Column (thereby eliminating the need for two now removed functions).

2000-04-08 12:00 RR, revision 7087

New wxFlexGridSizer.

2000-04-08 11:59 GRG, revision 7086

Added WXFAR to the char* param in the WinMain declaration for clarity

2000-04-08 11:58 GRG, revision 7085

Patch from Christoph Schulz - the CPPFLAGS definition was overriding that of makeb32.env

2000-04-08 11:19 GRG, revision 7084

A couple of changes related to the way that URLs are parsed to form a valid URI in the wxURL::ConvertToValidURI function. Modified to comply with RFC2396 as much as possible, see comments in the code.

2000-04-08 08:18 RD, revision 7083

Changed wxGridCellChoiceEditor's constructor to take an array of wxStrings instead of wxChar*'s. This saved a lot of work for wxPython. Fixed my GetBestSize fix from yesterday Changed wxGrid::Redimension to do a refresh (if not GetBatchCount) so newly appended rows, etc. would show up right away.

2000-04-08 08:16 RD, revision 7082

Changed wxGridCellChoiceEditor's constructor to take an array of wxStrings instead of wxChar*'s. This saved a lot of work for wxPython.

2000-04-08 08:11 RD, revision 7081

More grid demos and some bugs fixed Made (virtual method) callbacks into Python code more safe, and removed the confusion if there was a matching method in the base class.

2000-04-07 23:58 OK, revision 7080

Seems to have forgotten to commit this small isspace => wxIsspace change earlier...

2000-04-07 22:01 VZ, revision 7079

fix assert failure in LVN_KEYDOWN handler sometimes

2000-04-06 22:25 RD, revision 7078

added autoscroll flag for the text editor enabled SPACE to activate the editor

2000-04-06 21:49 DW, revision 7077

More OS/2, Control Program from ansi 'C' io fixes.

2000-04-06 21:15 RD, revision 7076

Fixed wxGridCellStringRenderer::DoGetBestSize to take multiple lines into account and wxGrid::AutoSizeColOrRow to give a few pixels of padding for rows like it does for columns.

2000-04-06 19:31 RR, revision 7075

Added wxGridSizer.

2000-04-06 14:25 VZ, revision 7074

a not-always-correct assert fixed

2000-04-06 14:24 VZ, revision 7073

explained how to use wxString ctor with binary data

2000-04-06 14:03 VZ, revision 7072

SCO UnixWare added to the list of platforms

2000-04-06 13:59 VZ, revision 7071

1. added some tests for setting the fonts 2. don't try touse iso8859-2 encoding by default (error msg is annoying)

2000-04-06 13:41 VZ, revision 7070

wxMkdir/Rmdir clash fixed

2000-04-06 13:40 VZ, revision 7069

another warning fixed/hidden

2000-04-06 13:08 VZ, revision 7068

some long to int warnings from HP-UX log fixed

2000-04-06 12:59 VZ, revision 7067

wxMkdir/Rmdir clash fixed

2000-04-06 12:55 VZ, revision 7066

some harmless warnings fixed

2000-04-06 12:52 VZ, revision 7065

compilation fix for !PCH

2000-04-05 19:21 RD, revision 7064

Some minor build issues for wxGTK Some sources (from .i files) for wxGTK

2000-04-05 18:29 RD, revision 7063

Lots of little changes. Added wrappers for the new wxGrid, and beginings of the demo of it. Changed version number

2000-04-05 00:13 VZ, revision 7062

Unicode related compilation and run-time fixes (wxUSE_MULTIBYTE removed)

2000-04-04 21:10 VS, revision 7061

synchronized strings

2000-04-04 16:45 GRG, revision 7060

Changed xpmi.h to XpmI.h (the correct file name) in an #include directive to avoid problems when cross-compiling from Linux to Windows/mingw

2000-04-04 01:28 VZ, revision 7059

1. wxDateTime almost finished 2. wxCalendarCtrl documented

2000-04-03 22:35 GT, revision 7058

Now uses wxDB_XXXX naming for constants

2000-04-03 22:34 GT, revision 7057

Provided wxDB_XXXX naming for constants

2000-04-03 22:18 VZ, revision 7056

Watcom 11 added

2000-04-03 17:41 GL, revision 7055

Changed a little the initialization code

2000-04-03 13:55 DW, revision 7054

env file for VA 3.0 to use new wx22.def module definition file for .dll builds

2000-04-03 13:25 DW, revision 7053

Resource file specifically for VisualAge V4.0

2000-04-03 12:39 GT, revision 7052

Adjusted demo to reflect class name changes

2000-04-03 12:32 GT, revision 7051

Adjusted sample to reflect class name changes

2000-04-03 12:11 GT, revision 7050

Class renaming so that all ODBC related classes begin with wxDbXxxxx. Backward compatability is maintained using typedefs.

2000-04-03 12:11 GT, revision 7049

Class renaming so that as ODBC related functions begin with wxDbXxxxx. Backward compatability is maintained using typedefs.

2000-04-03 08:16 VS, revision 7048

fixed bug with details list not being shown under fvwm2 and windowmaker

2000-04-03 04:47 DW, revision 7047

Adding new module definition file for VisualAge V3.0 for OS/2

2000-04-03 04:45 DW, revision 7046
  • D /wxWidgets/branches/WX_2_2_BRANCH/lib/wx214.def

Removing old OS/2 module definition file

2000-04-03 04:45 DW, revision 7045

VA4.0 update for building a .dll

2000-04-03 04:23 DW, revision 7044

Multiple fixes for OS/2 including getting rid of the C++ unfriendly direct.h and substituting control program io. Various GUI fixes, too.

2000-04-03 04:22 DW, revision 7043

Getting rid of std 'C' io for OS/2 and substituting friendlier Control Program io.

2000-04-03 01:07 VZ, revision 7042

compilation fixes for non unicode mode

2000-04-03 00:40 VZ, revision 7041

non Unicode VC++ fix

2000-04-03 00:39 VZ, revision 7040

1. wxWizard docs added 2. wxDllLoader docs added (not wxLibrary though - have no idea about this one) 3. some minor fixes to wxCmdLineParser and wx[F]File docs

2000-04-02 21:58 RD, revision 7039

Added "wxPaintDC dc(this);" to wxGrid::OnPaint prevent too many paintevents that don't actually do anything.

2000-04-02 21:30 RD, revision 7038

changing \ to /

2000-04-02 21:05 OK, revision 7037

Made wxMBConv::c??2?? methods handle conversion failures (by returning a NULL buffer... this causes an assertion failure in buffer.h in debug mode, perhaps that assert should be removed? Well, it's better than completely unpredictable behaviour anyway)

2000-04-02 20:45 OK, revision 7036

Made wx[F]File::Write(wxString) convert string to multibyte encoding (added optional conversion parameter). If someone actually wants to write text files in real Unicode format, I feel that a wxMBConvUTF16 or something should be written (which would be more portable than writing wchar_t buffers directly, considering byte order and widths and such).

2000-04-02 15:51 GRG, revision 7035

mingw makefiles don't like backslashes!!!

2000-04-02 12:11 SN, revision 7034

Added wxStat define for non-MSVC environments.

2000-04-02 03:27 RD, revision 7033

Exported a few more things for DLL builds.

2000-04-02 00:27 OK, revision 7032

A few documentation updates, cross-references, properties of UTF-8, wx??2??buf macros.

2000-04-01 23:19 VZ, revision 7031

compilation in Unicode mode works with VC++

2000-04-01 23:01 GRG, revision 7030

Mingw makefiles shouldn't use backslashes!

2000-04-01 22:54 VZ, revision 7029

more wchar_t tests

2000-04-01 21:35 VZ, revision 7028

add compile-time setting to use XPMs

2000-04-01 21:21 VZ, revision 7027

1. fixed deletion of buttons in toolbar with old comctl32.dll 2. XPMs can be used in toolbar buttons

2000-04-01 20:02 SN, revision 7026

Fixed minor bug in minimizing/maximizing windows.

2000-04-01 16:34 VZ, revision 7025

works for other branches than the main one too

2000-04-01 16:34 VZ, revision 7024

attempting to fix sa_handler signature for IRIX

2000-04-01 11:38 RR, revision 7023

wxDirDialog now opens the right dir folder

2000-03-31 19:46 RD, revision 7022

another rename

2000-03-31 18:47 GRG, revision 7021

Replaced XPM correct file names (not all lowercase)

2000-03-31 18:23 VZ, revision 7020

newer versions from GTK+ 1.3.x

2000-03-31 18:21 VZ, revision 7019

regenerated makefiles from templates

2000-03-31 18:16 VZ, revision 7018

corrected syntax error

2000-03-31 18:12 VZ, revision 7017

make font conversions work in wxBase

2000-03-31 18:02 RD, revision 7016

renaming files (changing case) at Guillermo's request

2000-03-31 17:47 RD, revision 7015

Reapplying Eric's changes on the 2.2 branch. They are: 1. I have grabbed a new copy of the original Scintilla code from its CVS repository on SourceForge. I believe this code corresponds to Scintilla 1.24. 2. That code included several new files (stc/scintilla/src/Lex*.cxx) 3. I added mentions of those files to Makefile.in and the .dsp file. 4. I added a new required method to PlatWX.cpp, but it doesn't do anything, and I don't think it needs to. 5. I added code to stc.cpp which gratuitously references all of the lexers, to prevent them from being optimized away by the linker. 6. I modified (stc/scintilla/src/Lex*.cxx) to make the LexerModule objects externally visible.

2000-03-31 17:44 RD, revision 7014

Undoing Eric's changes on the main branch

2000-03-31 17:04 SN, revision 7013

Repaired semantics of EVT_GRID_SELECT_CELL. Added OnKeyUp handler for selection with Shift+arrow keys.

2000-03-31 16:16 GRG, revision 7012

For DLL builds, the declaration of WinMain now takes fake arguments (WXHINSTANCE, WXHINSTANCE, char*, int) in order to avoid the need of #including <windows.h> from app.h. Also, WinMain is now declared as extern "C".

2000-03-31 14:30 VZ, revision 7011

added -L/usr/lib for HP-UX shared lib

2000-03-31 14:23 VZ, revision 7010

changed order of libraries: -lz, -lm should now be at the end

2000-03-31 00:21 VZ, revision 7009

1. fixed wxBitmapButtons in wxStatBar95 bug 2. fixed handling of accels in wxDocMDIParentFrame 3. fixed wxComboBox tooltips

2000-03-31 00:20 VZ, revision 7008

1. statbar shows that wxBitmapButtons do work with it 2. some accels added to [doc]mdi samples

2000-03-30 22:33 VZ, revision 7007

show that comboboxes do get char events now

2000-03-30 22:30 VZ, revision 7006

only use __forceinline for VC++ 6.0

2000-03-30 22:26 VZ, revision 7005

1. fixed apparent bug in wxGrid code 2. fixed WM_CHAR handling in combobox 3. fixed controls positioning in the toolbar with older comctl32.dll/mingw32

2000-03-30 22:17 DW, revision 7004

Fix for the runaway WM_PAINT message in wxFrame.

2000-03-30 18:54 VZ, revision 7003

use dlerror() if available

2000-03-30 18:53 VZ, revision 7002

test for dlerror() added

2000-03-30 18:52 VZ, revision 7001

wxDllLoader test fixed for Linux

2000-03-30 18:45 VZ, revision 7000

unused var warning fixed

2000-03-30 18:43 , revision 6999
  • A /wxWidgets/tags/UNDO
  • D /wxWidgets/tags/UNDO/.cvsignore
  • D /wxWidgets/tags/UNDO/autogen.sh
  • D /wxWidgets/tags/UNDO/BuildCVS.txt
  • D /wxWidgets/tags/UNDO/config.guess
  • D /wxWidgets/tags/UNDO/config.sub
  • D /wxWidgets/tags/UNDO/configure
  • D /wxWidgets/tags/UNDO/configure.in
  • D /wxWidgets/tags/UNDO/contrib/configure
  • D /wxWidgets/tags/UNDO/contrib/configure.in
  • D /wxWidgets/tags/UNDO/contrib/docs
  • D /wxWidgets/tags/UNDO/contrib/include
  • D /wxWidgets/tags/UNDO/contrib/lib
  • D /wxWidgets/tags/UNDO/contrib/Makefile.in
  • D /wxWidgets/tags/UNDO/contrib/samples
  • D /wxWidgets/tags/UNDO/contrib/src/Makefile.in
  • D /wxWidgets/tags/UNDO/contrib/src/mmedia
  • D /wxWidgets/tags/UNDO/contrib/src/ogl
  • D /wxWidgets/tags/UNDO/debian
  • D /wxWidgets/tags/UNDO/demos
  • D /wxWidgets/tags/UNDO/descrip.mms
  • D /wxWidgets/tags/UNDO/difflast.pl
  • D /wxWidgets/tags/UNDO/distrib
  • D /wxWidgets/tags/UNDO/docs
  • D /wxWidgets/tags/UNDO/include
  • D /wxWidgets/tags/UNDO/install-sh
  • D /wxWidgets/tags/UNDO/lib
  • D /wxWidgets/tags/UNDO/locale
  • D /wxWidgets/tags/UNDO/Makefile.in
  • D /wxWidgets/tags/UNDO/Mingw32-gcc295.patches
  • D /wxWidgets/tags/UNDO/make-deb
  • D /wxWidgets/tags/UNDO/misc
  • D /wxWidgets/tags/UNDO/mkinstalldirs
  • D /wxWidgets/tags/UNDO/modules
  • D /wxWidgets/tags/UNDO/regen
  • D /wxWidgets/tags/UNDO/samples
  • D /wxWidgets/tags/UNDO/setup.h.in
  • D /wxWidgets/tags/UNDO/setup.h_vms
  • D /wxWidgets/tags/UNDO/src/.cvsignore
  • D /wxWidgets/tags/UNDO/src/common
  • D /wxWidgets/tags/UNDO/src/cygnus.bat
  • D /wxWidgets/tags/UNDO/src/files.lst
  • D /wxWidgets/tags/UNDO/src/generic
  • D /wxWidgets/tags/UNDO/src/gtk
  • D /wxWidgets/tags/UNDO/src/gtk1
  • D /wxWidgets/tags/UNDO/src/html
  • D /wxWidgets/tags/UNDO/src/iodbc
  • D /wxWidgets/tags/UNDO/src/jpeg
  • D /wxWidgets/tags/UNDO/src/mac
  • D /wxWidgets/tags/UNDO/src/make.env.in
  • D /wxWidgets/tags/UNDO/src/makeb32.env
  • D /wxWidgets/tags/UNDO/src/makebcc.env
  • D /wxWidgets/tags/UNDO/src/makeenvs
  • D /wxWidgets/tags/UNDO/src/makefile.bcc
  • D /wxWidgets/tags/UNDO/src/makefile.dos
  • D /wxWidgets/tags/UNDO/src/makefile.va
  • D /wxWidgets/tags/UNDO/src/makefile.vc
  • D /wxWidgets/tags/UNDO/src/makeg95.env
  • D /wxWidgets/tags/UNDO/src/makelib.b32
  • D /wxWidgets/tags/UNDO/src/makelib.bcc
  • D /wxWidgets/tags/UNDO/src/makelib.env.in
  • D /wxWidgets/tags/UNDO/src/makelib.g95
  • D /wxWidgets/tags/UNDO/src/makelib.vc
  • D /wxWidgets/tags/UNDO/src/makelib.wat
  • D /wxWidgets/tags/UNDO/src/makemsc.env
  • D /wxWidgets/tags/UNDO/src/makeprog.b32
  • D /wxWidgets/tags/UNDO/src/makeprog.bcc
  • D /wxWidgets/tags/UNDO/src/makeprog.env.in
  • D /wxWidgets/tags/UNDO/src/makeprog.g95
  • D /wxWidgets/tags/UNDO/src/makeprog.msc
  • D /wxWidgets/tags/UNDO/src/makeprog.sl
  • D /wxWidgets/tags/UNDO/src/makeprog.va
  • D /wxWidgets/tags/UNDO/src/makeprog.vc
  • D /wxWidgets/tags/UNDO/src/makeprog.wat
  • D /wxWidgets/tags/UNDO/src/makesc.env
  • D /wxWidgets/tags/UNDO/src/makesl.env
  • D /wxWidgets/tags/UNDO/src/maketwin.env
  • D /wxWidgets/tags/UNDO/src/makeva.env
  • D /wxWidgets/tags/UNDO/src/makevc.env
  • D /wxWidgets/tags/UNDO/src/makewat.env
  • D /wxWidgets/tags/UNDO/src/make_cw.mcp
  • D /wxWidgets/tags/UNDO/src/mingegcs.bat
  • D /wxWidgets/tags/UNDO/src/mingw32.bat
  • D /wxWidgets/tags/UNDO/src/motif
  • D /wxWidgets/tags/UNDO/src/msw
  • D /wxWidgets/tags/UNDO/src/ntwxwin.mak
  • D /wxWidgets/tags/UNDO/src/os2
  • D /wxWidgets/tags/UNDO/src/png
  • D /wxWidgets/tags/UNDO/src/qt
  • D /wxWidgets/tags/UNDO/src/regex
  • D /wxWidgets/tags/UNDO/src/rpmfiles.lst
  • D /wxWidgets/tags/UNDO/src/stubs
  • D /wxWidgets/tags/UNDO/src/tiff
  • D /wxWidgets/tags/UNDO/src/unix
  • D /wxWidgets/tags/UNDO/src/Wxwindll.icc
  • D /wxWidgets/tags/UNDO/src/wxJpeg.icc
  • D /wxWidgets/tags/UNDO/src/wxPng.icc
  • D /wxWidgets/tags/UNDO/src/wxTiff.icc
  • D /wxWidgets/tags/UNDO/src/wxvc.dsp
  • D /wxWidgets/tags/UNDO/src/wxvc.dsw
  • D /wxWidgets/tags/UNDO/src/wxvc_dll.dsp
  • D /wxWidgets/tags/UNDO/src/wxvc_dll.dsw
  • D /wxWidgets/tags/UNDO/src/wxWin.icc
  • D /wxWidgets/tags/UNDO/src/wxXpm.icc
  • D /wxWidgets/tags/UNDO/src/wxZlib.icc
  • D /wxWidgets/tags/UNDO/src/xpm
  • D /wxWidgets/tags/UNDO/src/zlib
  • D /wxWidgets/tags/UNDO/tests
  • D /wxWidgets/tags/UNDO/user
  • D /wxWidgets/tags/UNDO/utils
  • D /wxWidgets/tags/UNDO/wx-config.in
  • D /wxWidgets/tags/UNDO/wxBase.dsp
  • D /wxWidgets/tags/UNDO/wxBase.spec
  • D /wxWidgets/tags/UNDO/wxGTK.spec
  • D /wxWidgets/tags/UNDO/wxMotif.spec
  • D /wxWidgets/tags/UNDO/wxWINE.spec

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

2000-03-30 18:43 ES, revision 6998

This commit includes the following changes: 1. I have grabbed a new copy of the original Scintilla code from its CVS repository on SourceForge. I believe this code corresponds to Scintilla 1.24. 2. That code included several new files (stc/scintilla/src/Lex*.cxx) 3. I added mentions of those files to Makefile.in and the .dsp file. 4. I added a new required method to PlatWX.cpp, but it doesn't do anything, and I don't think it needs to. 5. I added code to stc.cpp which gratuitously references all of the lexers, to prevent them from being optimized away by the linker. 6. I modified (stc/scintilla/src/Lex*.cxx) to make the LexerModule objects externally visible. Gripes to me. (eric@sourcegear.com)

2000-03-30 18:21 VZ, revision 6997

tests for key/char events

2000-03-30 18:20 VZ, revision 6996

fill the wxListEvent fields when sending LIST_KEY_DOWN event

2000-03-30 18:14 VZ, revision 6995

select the initially specified path in the tree

2000-03-30 17:05 VZ, revision 6994

refresh menu item should work now

2000-03-30 15:44 SN, revision 6993

Selecting by Shift+arrow key wouldn't notice, if it was moving beyond the grid bounds; now it does.

2000-03-30 15:24 SN, revision 6992

Modified version of DrawGridSpace. Added minor improvement suggested by GRG.

2000-03-30 15:17 SN, revision 6991

Added a deselection event for ClearSelection()

2000-03-30 00:16 VZ, revision 6990

1. some more notes about Unicode compilation 2. wxUSE_WCHAR_T is not always (re)defined as 1 in wxchar.h (grrr..) 3. added wxDllLoader test to console sample 4. wxComboBox now gets WM_CHAR

2000-03-30 00:15 VZ, revision 6989

more tests

2000-03-29 21:48 VZ, revision 6988

some consistncy tests added

2000-03-29 19:28 VZ, revision 6987

added missing WXDLLEXPORTs

2000-03-29 19:28 , revision 6986
  • A /wxWidgets/branches/unlabeled-1.20.2
  • D /wxWidgets/branches/unlabeled-1.20.2/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.20.2/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.20.2/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.20.2/config.guess
  • D /wxWidgets/branches/unlabeled-1.20.2/config.sub
  • D /wxWidgets/branches/unlabeled-1.20.2/configure
  • D /wxWidgets/branches/unlabeled-1.20.2/configure.in
  • D /wxWidgets/branches/unlabeled-1.20.2/demos
  • D /wxWidgets/branches/unlabeled-1.20.2/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.20.2/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.20.2/distrib
  • D /wxWidgets/branches/unlabeled-1.20.2/docs
  • D /wxWidgets/branches/unlabeled-1.20.2/include/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/accel.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/app.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/arrimpl.cpp
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/bitmap.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/bmpbuttn.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/brush.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/buffer.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/busyinfo.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/button.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/calctrl.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/caret.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/checkbox.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/checklst.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/choicdlg.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/choice.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/clipbrd.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/cmdline.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/cmndata.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/colordlg.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/colour.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/combobox.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/confbase.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/config.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/control.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/ctrlsub.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/cursor.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/dataobj.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/date.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/datetime.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/datetime.inl
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/datstrm.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/db.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/dbtable.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/dc.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/dcclient.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/dcmemory.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/dcprint.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/dcps.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/dcscreen.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/dde.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/debug.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/defs.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/dialog.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/dialup.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/dir.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/dirdlg.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/dnd.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/docmdi.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/docview.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/dragimag.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/dynarray.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/encconv.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/event.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/expr.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/ffile.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/file.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/fileconf.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/filedlg.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/filefn.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/filesys.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/font.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/fontdlg.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/fontenum.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/fontmap.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/fontutil.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/frame.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/fs_inet.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/fs_zip.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/gauge.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/gdicmn.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/gdiobj.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/generic
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/geometry.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/gifdecod.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/grid.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/gsocket.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/gtk
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/gtk1
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/hash.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/help.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/helpbase.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/helphtml.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/helpwin.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/helpxlp.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/html
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/icon.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/imagbmp.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/image.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/imaggif.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/imagjpeg.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/imaglist.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/imagpcx.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/imagpng.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/imagpnm.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/imagtiff.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/intl.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/ioswrap.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/ipcbase.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/joystick.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/layout.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/laywin.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/list.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/listbox.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/listctrl.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/listimpl.cpp
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/log.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/longlong.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/mac
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/matrix.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/mdi.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/memconf.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/memory.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/menu.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/menuitem.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/metafile.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/mimetype.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/minifram.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/module.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/motif
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/msgdlg.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/mstream.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/msw
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/notebook.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/object.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/objstrm.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/odbc.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/os2
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/ownerdrw.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/palette.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/panel.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/paper.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/pen.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/plot.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/print.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/printdlg.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/prntbase.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/process.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/progdlg.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/prop.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/propform.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/proplist.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/protocol
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/qt
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/radiobox.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/radiobut.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/region.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/resource.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/sashwin.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/sckaddr.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/sckipc.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/sckstrm.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/scrolbar.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/scrolwin.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/serbase.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/settings.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/setup.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/sizer.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/slider.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/socket.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/spinbutt.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/spinctrl.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/splitter.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/statbmp.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/statbox.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/statline.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/stattext.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/statusbr.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/strconv.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/stream.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/string.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/stubs
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/tab.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/tabctrl.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/taskbar.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/tbarbase.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/tbarsmpl.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/textctrl.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/textdlg.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/textfile.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/thread.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/time.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/timer.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/tipdlg.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/tokenzr.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/toolbar.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/tooltip.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/treectrl.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/txtstrm.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/types.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/unix
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/url.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/utils.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/valgen.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/validate.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/valtext.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/variant.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/version.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/wave.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/wfstream.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/window.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/wizard.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/wx.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/wxchar.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/wxexpr.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/wxhtml.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/wxprec.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/wx_cw.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/wx_cw_cm.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/wx_cw_d.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/xpmhand.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/zipstrm.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx/zstream.h
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx_cw.pch
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx_cw.pch++
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx_cw_d.pch
  • D /wxWidgets/branches/unlabeled-1.20.2/include/wx_cw_d.pch++
  • D /wxWidgets/branches/unlabeled-1.20.2/install-sh
  • D /wxWidgets/branches/unlabeled-1.20.2/lib
  • D /wxWidgets/branches/unlabeled-1.20.2/locale
  • D /wxWidgets/branches/unlabeled-1.20.2/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.20.2/Mingw32-gcc295.patches
  • D /wxWidgets/branches/unlabeled-1.20.2/misc
  • D /wxWidgets/branches/unlabeled-1.20.2/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.20.2/modules
  • D /wxWidgets/branches/unlabeled-1.20.2/regen
  • D /wxWidgets/branches/unlabeled-1.20.2/samples
  • D /wxWidgets/branches/unlabeled-1.20.2/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.20.2/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.20.2/src
  • D /wxWidgets/branches/unlabeled-1.20.2/tests
  • D /wxWidgets/branches/unlabeled-1.20.2/user
  • D /wxWidgets/branches/unlabeled-1.20.2/utils
  • D /wxWidgets/branches/unlabeled-1.20.2/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.20.2/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.20.2/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.20.2/wxWINE.spec

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.20.2'.

2000-03-29 19:11 VS, revision 6985

added wxHF_FLATTOOLBAR

2000-03-29 17:48 RL, revision 6984

recommitting after I lost a race with Vadim :-) relevant changes were: contrib libs now build with an soname when you --enable-burnt_name added -Wall (CXXWARNINGS) to CFLAGS for gcc

2000-03-29 16:33 VZ, revision 6983

1. attempts to fix vsnprintf() check 2. use AC_TRY_COMPILE(), not RUN() for vscanf() check 3. don't test for joystick support in !wxUSE_GUI

2000-03-29 15:34 VZ, revision 6982

another small test added

2000-03-29 15:32 RL, revision 6981

contrib libs now build with an soname when you --enable-burnt_name added -Wall to CFLAGS added Makefile.in's for ogl samples more spring cleaning of contrib makefiles contrib libs now go in $(top_builddir)/lib removed duplicate $(APPEXTRADEFS) from compile flags fixed makelib.env install target to install headers too More changes to Debian packaging: using system libs now added runtime and -dev packages for contrib libs split headers to a separate package to make Base independant of gui libs

2000-03-29 14:46 VZ, revision 6980

corrected documentation of spin events, added wxSpinEvent class docs

2000-03-29 14:19 VZ, revision 6979

regenerated with tmake

2000-03-29 10:41 VS, revision 6978

fixed bug in Makefile: did not copy doc directory -> sample didn't work

2000-03-29 06:27 RL, revision 6977

wrapped code in #if wxUSE_JOYSTICK

2000-03-28 21:20 VS, revision 6976

fixed bug in handling tags that use CR or LF as properties deliminer

2000-03-28 20:51 GRG, revision 6975

There was no event handler defined for the 'Exit' menu option

2000-03-28 18:57 VZ, revision 6974

results for IRIX and HP-UX added/updated

2000-03-28 18:30 VZ, revision 6973

compilation error for HP-UX fixed

2000-03-28 18:16 VZ, revision 6972

compilation error with non-gcc fixed

2000-03-28 17:15 RD, revision 6971

simple change to test new CVS server

2000-03-28 09:29 JS, revision 6970

Added an assert to dialog.cpp to make it clearer where the failure happened.

2000-03-28 08:59 GRG, revision 6969

Replaced one call to isalpha with wxIsalnum in wxURL::ConvertToValidURI because: a) numeric characters are also valid in an URI b) wxIsXXX should be used for wxChar instead of ANSI-C isXXX, so that the code will also work in Unicode builds

2000-03-28 08:52 JS, revision 6968

Fixed buggy printer-setting-remembering bug fix

2000-03-28 06:13 RD, revision 6967

minor updates

2000-03-28 05:13 DW, revision 6966

Merge between dev and stable

2000-03-28 05:10 DW, revision 6965

Merge between dev and stable

2000-03-28 00:55 RD, revision 6964

Don't hard-code the CRT library name, let the /M* flag set the default.

2000-03-28 00:39 OK, revision 6963

IMHO, putting #if defined(__VISAGECPP__) (is it Visual Age?) around the two known trouble lines in here was a stupid idea (the work of someone who didn't pay attention to wx-dev discussions?)... now that wxEncodingConverter is fixed, I took them away...

2000-03-28 00:34 OK, revision 6962

OK, fixing wxEncodingConverter was a little bit harder than I expected because of some dodgy overloading implementation in here, but this ought to do it, I think... (or is it hope?) I wonder if my tree still keeps on having unicode enabled even when I reconfigure with --disable-unicode, and that's why I didn't detect the wxEncodingConverter problem myself? Wonder if that is still the case?

2000-03-27 19:40 GRG, revision 6961

Use 'localhost' directly instead of wxGetHostName, which sometimes does not do the right thing. This change doesn't affect DDE classes, which ignore this argument anyway.

2000-03-27 18:35 DW, revision 6960

GSOCKET fix from dev branch

2000-03-27 18:34 DW, revision 6959

Compile bug for unsuitable method in MB2WC and WX2MB procs. VA only

2000-03-27 18:01 VZ, revision 6958

wxCmdLineParser docs added

2000-03-27 17:11 JS, revision 6957

Added symbol to work around comctl32.dll problems

2000-03-27 15:33 VZ, revision 6956

don't trasnform output dir name to lower case

2000-03-27 15:29 VZ, revision 6955

a usage msg cosemtic fix

2000-03-27 15:29 GT, revision 6954

Start of the Latex documentation of the wxDB/wxTable classes, converting them from MSWord

2000-03-27 12:13 SN, revision 6953

SelectCell forgot to pass ControlDown & Co to SelectBlock in row/column selection mode.

2000-03-27 11:20 , revision 6952
  • A /wxWidgets/tags/WX_2_2_STABLE
  • D /wxWidgets/tags/WX_2_2_STABLE/.cvsignore
  • D /wxWidgets/tags/WX_2_2_STABLE/autogen.sh
  • D /wxWidgets/tags/WX_2_2_STABLE/BuildCVS.txt
  • D /wxWidgets/tags/WX_2_2_STABLE/config.guess
  • D /wxWidgets/tags/WX_2_2_STABLE/config.sub
  • D /wxWidgets/tags/WX_2_2_STABLE/configure
  • D /wxWidgets/tags/WX_2_2_STABLE/configure.in
  • D /wxWidgets/tags/WX_2_2_STABLE/contrib
  • D /wxWidgets/tags/WX_2_2_STABLE/debian
  • D /wxWidgets/tags/WX_2_2_STABLE/demos
  • D /wxWidgets/tags/WX_2_2_STABLE/descrip.mms
  • D /wxWidgets/tags/WX_2_2_STABLE/difflast.pl
  • D /wxWidgets/tags/WX_2_2_STABLE/distrib
  • D /wxWidgets/tags/WX_2_2_STABLE/docs
  • D /wxWidgets/tags/WX_2_2_STABLE/include
  • D /wxWidgets/tags/WX_2_2_STABLE/install-sh
  • D /wxWidgets/tags/WX_2_2_STABLE/lib
  • D /wxWidgets/tags/WX_2_2_STABLE/locale
  • D /wxWidgets/tags/WX_2_2_STABLE/Makefile.in
  • D /wxWidgets/tags/WX_2_2_STABLE/Mingw32-gcc295.patches
  • D /wxWidgets/tags/WX_2_2_STABLE/make-deb
  • D /wxWidgets/tags/WX_2_2_STABLE/misc
  • D /wxWidgets/tags/WX_2_2_STABLE/mkinstalldirs
  • D /wxWidgets/tags/WX_2_2_STABLE/modules
  • D /wxWidgets/tags/WX_2_2_STABLE/regen
  • D /wxWidgets/tags/WX_2_2_STABLE/samples
  • D /wxWidgets/tags/WX_2_2_STABLE/setup.h.in
  • D /wxWidgets/tags/WX_2_2_STABLE/setup.h_vms
  • D /wxWidgets/tags/WX_2_2_STABLE/src/.cvsignore
  • D /wxWidgets/tags/WX_2_2_STABLE/src/common
  • D /wxWidgets/tags/WX_2_2_STABLE/src/cygnus.bat
  • D /wxWidgets/tags/WX_2_2_STABLE/src/files.lst
  • D /wxWidgets/tags/WX_2_2_STABLE/src/generic
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/.cvsignore
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/accel.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/app.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/bdiag.xbm
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/bitmap.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/bmpbuttn.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/brush.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/button.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/cdiag.xbm
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/checkbox.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/checklst.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/choice.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/clipbrd.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/colour.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/combobox.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/control.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/cross.xbm
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/cursor.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/data.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/dataobj.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/dc.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/dcclient.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/dcmemory.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/dcscreen.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/descrip.mms
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/dialog.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/dnd.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/fdiag.xbm
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/filedlg.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/files.lst
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/font.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/fontdlg.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/frame.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/gauge.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/gdiobj.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/glcanvas.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/gsockgtk.c
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/horiz.xbm
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/icon.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/listbox.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/main.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/mdi.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/menu.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/minifram.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/notebook.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/palette.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/pen.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/radiobox.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/radiobut.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/region.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/scrolbar.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/settings.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/slider.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/spinbutt.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/spinctrl.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/statbmp.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/statbox.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/statline.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/stattext.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/tbargtk.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/textctrl.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/threadno.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/threadpsx.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/threadsgi.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/timer.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/tooltip.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/treegtk.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/utilsgtk.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/utilsres.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/verti.xbm
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/wave.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/window.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/win_gtk.c
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk/wx_gtk_vmsjackets.c
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/.cvsignore
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/accel.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/app.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/bdiag.xbm
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/bitmap.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/bmpbuttn.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/brush.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/button.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/cdiag.xbm
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/checkbox.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/checklst.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/choice.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/clipbrd.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/colour.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/combobox.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/control.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/cross.xbm
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/cursor.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/data.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/dataobj.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/dc.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/dcclient.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/dcmemory.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/dcscreen.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/descrip.mms
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/dialog.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/dnd.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/fdiag.xbm
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/filedlg.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/files.lst
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/font.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/fontdlg.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/frame.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/gauge.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/gdiobj.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/glcanvas.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/gsockgtk.c
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/horiz.xbm
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/icon.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/listbox.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/main.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/mdi.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/menu.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/minifram.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/notebook.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/palette.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/pen.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/radiobox.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/radiobut.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/region.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/scrolbar.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/settings.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/slider.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/spinbutt.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/spinctrl.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/statbmp.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/statbox.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/statline.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/stattext.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/tbargtk.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/textctrl.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/threadno.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/threadpsx.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/threadsgi.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/timer.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/tooltip.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/treegtk.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/utilsgtk.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/utilsres.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/verti.xbm
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/wave.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/window.cpp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/win_gtk.c
  • D /wxWidgets/tags/WX_2_2_STABLE/src/gtk1/wx_gtk_vmsjackets.c
  • D /wxWidgets/tags/WX_2_2_STABLE/src/html
  • D /wxWidgets/tags/WX_2_2_STABLE/src/iodbc
  • D /wxWidgets/tags/WX_2_2_STABLE/src/jpeg
  • D /wxWidgets/tags/WX_2_2_STABLE/src/mac
  • D /wxWidgets/tags/WX_2_2_STABLE/src/make.env.in
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makeb32.env
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makebcc.env
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makeenvs
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makefile.bcc
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makefile.dos
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makefile.va
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makefile.vc
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makeg95.env
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makelib.b32
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makelib.bcc
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makelib.env.in
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makelib.g95
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makelib.vc
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makelib.wat
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makemsc.env
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makeprog.b32
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makeprog.bcc
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makeprog.env.in
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makeprog.g95
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makeprog.msc
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makeprog.sl
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makeprog.va
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makeprog.vc
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makeprog.wat
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makesc.env
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makesl.env
  • D /wxWidgets/tags/WX_2_2_STABLE/src/maketwin.env
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makeva.env
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makevc.env
  • D /wxWidgets/tags/WX_2_2_STABLE/src/makewat.env
  • D /wxWidgets/tags/WX_2_2_STABLE/src/make_cw.mcp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/mingegcs.bat
  • D /wxWidgets/tags/WX_2_2_STABLE/src/mingw32.bat
  • D /wxWidgets/tags/WX_2_2_STABLE/src/motif
  • D /wxWidgets/tags/WX_2_2_STABLE/src/msw
  • D /wxWidgets/tags/WX_2_2_STABLE/src/ntwxwin.mak
  • D /wxWidgets/tags/WX_2_2_STABLE/src/os2
  • D /wxWidgets/tags/WX_2_2_STABLE/src/png
  • D /wxWidgets/tags/WX_2_2_STABLE/src/qt
  • D /wxWidgets/tags/WX_2_2_STABLE/src/regex
  • D /wxWidgets/tags/WX_2_2_STABLE/src/rpmfiles.lst
  • D /wxWidgets/tags/WX_2_2_STABLE/src/stc
  • D /wxWidgets/tags/WX_2_2_STABLE/src/stubs
  • D /wxWidgets/tags/WX_2_2_STABLE/src/tiff
  • D /wxWidgets/tags/WX_2_2_STABLE/src/unix
  • D /wxWidgets/tags/WX_2_2_STABLE/src/Wxwindll.icc
  • D /wxWidgets/tags/WX_2_2_STABLE/src/wxJpeg.icc
  • D /wxWidgets/tags/WX_2_2_STABLE/src/wxPng.icc
  • D /wxWidgets/tags/WX_2_2_STABLE/src/wxTiff.icc
  • D /wxWidgets/tags/WX_2_2_STABLE/src/wxvc.dsp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/wxvc.dsw
  • D /wxWidgets/tags/WX_2_2_STABLE/src/wxvc_dll.dsp
  • D /wxWidgets/tags/WX_2_2_STABLE/src/wxvc_dll.dsw
  • D /wxWidgets/tags/WX_2_2_STABLE/src/wxWin.icc
  • D /wxWidgets/tags/WX_2_2_STABLE/src/wxXpm.icc
  • D /wxWidgets/tags/WX_2_2_STABLE/src/wxZlib.icc
  • D /wxWidgets/tags/WX_2_2_STABLE/src/xpm
  • D /wxWidgets/tags/WX_2_2_STABLE/src/zlib
  • D /wxWidgets/tags/WX_2_2_STABLE/tests
  • D /wxWidgets/tags/WX_2_2_STABLE/user
  • D /wxWidgets/tags/WX_2_2_STABLE/utils
  • D /wxWidgets/tags/WX_2_2_STABLE/wx-config.in
  • D /wxWidgets/tags/WX_2_2_STABLE/wxBase.dsp
  • D /wxWidgets/tags/WX_2_2_STABLE/wxBase.spec
  • D /wxWidgets/tags/WX_2_2_STABLE/wxGTK.spec
  • D /wxWidgets/tags/WX_2_2_STABLE/wxMotif.spec
  • D /wxWidgets/tags/WX_2_2_STABLE/wxWINE.spec

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

2000-03-27 11:20 KB, revision 6951

joystick made conditional

2000-03-26 17:38 RL, revision 6950

added joystick.cpp to filelist for gtk. added datafile to joystick sample makefile.

2000-03-26 17:24 RL, revision 6949

added missing bits for static _gl lib

2000-03-26 15:35 SN, revision 6948

Moved APPEXTRALIBS to beginning of LDLIBS, since they might depend on wx library.

2000-03-26 12:36 SN, revision 6947

Changed wxGrid::OnPaint to call Refresh on subwindows. Added Refresh to wxGrid::EndBatch(). Use batch mode in sample. Changed CalcDimension to better handle cases with zero columns or rows. No more automatic insertion of column when adding rows to a grid without columns.

2000-03-26 02:39 RD, revision 6946

First pass on STC wrappers Lots of little fixes, tweaks, additions, etc.

2000-03-25 23:12 OK, revision 6945

Try to avoid sending a string through mbstowcs() when already Unicode (added #if wxUSE_UNICODE etc).

2000-03-25 23:10 OK, revision 6944

Unicode fix

2000-03-25 23:09 OK, revision 6943

Compiles better under Unicode now (but works is another issue)

2000-03-25 23:07 OK, revision 6942

wxLogError()'s second argument is wxChar*, so it likes c_str() better than mb_str()

2000-03-25 23:06 OK, revision 6941

A couple of Unicode fixes.

2000-03-25 23:05 OK, revision 6940

I suppose text validators may take Unicode input as well.

2000-03-25 23:03 OK, revision 6939

wxResourceBuffer changed back to char*.