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-01-03 02:20 OK, revision 5187

Unicode compilation fixes

2000-01-03 02:19 OK, revision 5186

Make this compile in Unicode mode under Borland C++ 5.02

2000-01-03 02:14 OK, revision 5185

Unicode compilation fixes

2000-01-02 23:32 VS, revision 5184

refreshed makefiles to be in sync with filelist.txt

2000-01-02 23:21 VZ, revision 5183

moved wxCalendarCtrl code from control sample to a new one - calendar

2000-01-02 23:17 VZ, revision 5182

1. wxDateTimeHolidayAuthority class for calculating the holidays added 2. wxCalendarCtrl adjustments and some new features

2000-01-02 21:52 RR, revision 5181

Documented wxMutexGuiEnter etc and thread sample. Also found out that you cannot create top-level windows in a GUI thread other than the main one. No idea why.

2000-01-02 19:51 VS, revision 5180

added encconv.h -- I forgot to do so, sorry

2000-01-02 19:51 VS, revision 5179

wxLocale now uses wxEncodingConverter (must be explicitly enabled)

2000-01-02 19:51 VS, revision 5178

wxFontMapper now cooperates with wxEncodingConverter

2000-01-02 19:51 VS, revision 5177

added wxEncodingConverter::Convert(char*,wxChar*) and variants ; filled equivalence tables ; GetAllEquivalents now returns semi-sorted array (platfrom equivs, then rest of world)

2000-01-02 19:51 VS, revision 5176

added wxEncodingConverter::Convert(char*,wxChar*) and variants

2000-01-02 18:45 KB, revision 5175

linux fixes

2000-01-02 18:13 RR, revision 5174

Some more samples documented etc.

2000-01-02 16:25 RR, revision 5173

wxSpinCtrl no longer emits event when changed programmatically. Some GUI thread things and tests, Change for borders around cmposite controls.

2000-01-02 14:11 VS, revision 5172

fixed typo wxUSE_ENCODING shuold be wxUSE_UNICODE

2000-01-02 05:26 RD, revision 5171

Fixes to avoid an endless event looping for wxGTK

2000-01-02 05:24 RD, revision 5170

SWIG code updates

2000-01-01 23:21 RR, revision 5169

Some Resize/GetBestSize() changes.

2000-01-01 16:43 VS, revision 5168

wxFileSystem now compiles if wxUSE_HTML (required by wxHTML)

2000-01-01 12:24 JS, revision 5167

Updated wxvc_dll.dsp and memory.h to make VC++ compile in DLL mode again

2000-01-01 11:50 VS, revision 5166

documented wxMB_DOCKABLE

2000-01-01 11:50 VS, revision 5165

added 'document wxSpinCtrl & wxFontMapper' to TODO list

2000-01-01 11:50 VS, revision 5164

fixed #pragma implementation/interface numdlgg.h to numdlgg.cpp ; fixed bug: spincontrol ignored min and max values

2000-01-01 11:50 VS, revision 5163

replaced occurences of \_ by _ in verbatim environment

1999-12-31 09:34 RD, revision 5162

Fix for differences of when the ECT_WINDOW_CREATE happens between wxMSW and wxGTK.

1999-12-31 08:29 RD, revision 5161

Added wxEditor from Dirc Holtwic Some tweaks and fixes Some distrib updates

1999-12-31 00:35 VS, revision 5160

added wxEncodingConverter; added imagpnm.cpp and imagpcx.cpp to wxvc_dll.dsp

1999-12-31 00:35 VS, revision 5159

added wxEncodingConverter

1999-12-31 00:34 VS, revision 5158

added wxFONTENCODING_UNICODE -- for use with wxEncodingConverter

1999-12-31 00:34 VS, revision 5157

added wxEncodingConverter - original tables from ftp.unicode.org - ISO, windows and KOI8

1999-12-31 00:33 VS, revision 5156

added wxEncodingConverter - scripts for creating convertion tables

1999-12-30 18:43 GL, revision 5155

Moved fix to sndg72x.h

1999-12-30 18:38 GL, revision 5154

Fix for MINGW32

1999-12-30 18:21 VZ, revision 5153

added support for several new events in wxCalendarCtrl: clicking on week days in the header, double clicking

1999-12-30 17:51 VZ, revision 5152

1. many, many, many warnings fixed (from HP-UX build log; 50% are still left) 2. attempt (failed) at compiling wxGTK with GTK+ 1.3.0

1999-12-30 12:02 RR, revision 5151

Removed two more GUI lock-ups. This time when using on-GUI threads and sending event.

1999-12-30 00:31 VZ, revision 5150

added wxCAL_MONDAY/SUNDAY_FIRST flags and Ctrl-Home/Right/Left and Home/End keys handling

1999-12-29 23:34 VZ, revision 5149

wxCalendarCtrl works under MSW too

1999-12-29 22:12 RR, revision 5148

Corrected miniframe. Changed wxTB_HORIZONTAL to be wxHORIZONTAL, not wxVERTICAL..

1999-12-29 22:10 RD, revision 5147

Enabling the use of masks for wxGTK in some of the demos wxWindow.GetHandle returns the X-Window instead of the GtkWidget pointer so the X-Window can be given to other Python modules such as VTK. wxPython.lib.vtk updated to get the window handle at widget creation instead of in the constructor. other updates

1999-12-29 22:07 RD, revision 5146

Fixed wxWindowCreateEvent and wxWindowDestroyEvent to set m_eventType so the events can actually be caught by a handler.

1999-12-29 21:03 RR, revision 5145

IsExposed() corrections in calendar.

1999-12-29 20:07 RD, revision 5144

Added some missing EVT_ functions Fixes to wxPython.lib.wxCalendar for new toolbar and region code other fixes

1999-12-29 19:34 VZ, revision 5143

wxMotif::wxControl() ctor added, now wxCalendarCtrl compiles ok

1999-12-29 19:18 VZ, revision 5142

1. wxCalendarCtrl 2. several wxDateTime bugs corrected, a couple of missing functions added 3. GetBestSize() corrections for several wxGTK controls 4. wxStaticLine doesn't get focus any more under MSW 5. added DoMoveWindow() to wxMotif

1999-12-29 17:16 RR, revision 5141

GUI thread update and event corrections.

1999-12-29 14:21 JS, revision 5140

Tidied some doc references; added Stefan's Blit optimisation

1999-12-29 12:52 RR, revision 5139

Doc correction for wxScrollWinEvent.

1999-12-29 11:52 RR, revision 5138

Added wxWindow::DoMoveWindow(..) Changed dnd and clipboard overviews.

1999-12-29 11:46 VZ, revision 5137

define __GNUWIN32_OLD__ for cygwin32 too

1999-12-29 10:29 VZ, revision 5136

1. added test for wxTreeCtrl::Insert(size_t index) 2. temporary test code for wxCalendarCtrl in controls.cpp

1999-12-29 10:28 VZ, revision 5135

1. some minor compilation fixes in datetime.cppm 2. implemented wxTreeCtrl::Insert(size_t index) 3. draft of wxCalendarCtrl

1999-12-29 09:48 RR, revision 5134

Small doc updates, mainly wxDropTarget, wxFileDlg now interprets a default dir of "." as the current working dir, dialog and frame honour "wxApp::DeleteFrameOnExit".

1999-12-28 22:24 VZ, revision 5133

BC++ compialtion fix (?)

1999-12-28 21:32 RD, revision 5132

Fixed so user code (or wxPython) can include gtk/glib/X headers if needed.

1999-12-28 21:10 RD, revision 5131

Added some WXDLLEXPORTs

1999-12-28 20:25 JS, revision 5130

Watford C++ related changes. Unfortunately, the linker now gives a GPF.

1999-12-28 15:21 JS, revision 5129

Some BC++ issues

1999-12-28 13:57 JS, revision 5128

Removed references to separate prop and porting docs. Added imagtiff.cpp to VC++ project files. Added tiff library to makeproj.cpp.

1999-12-28 13:56 JS, revision 5127

Added VC++ project files for TIFF library.

1999-12-28 13:08 RR, revision 5126

Calling a Refresh() before the window is created no longer gives an assert. Nothing will happen. Added wxTreeCtrl::InsertItem( paret, before, ... ), Correct some places with incorrectly indented code.

1999-12-28 12:45 JS, revision 5125

Added Bil Simser to wxBook page; fixed bug in notebook when deleting pages

1999-12-28 12:28 GRG, revision 5124

Added GetSubBitmap()

1999-12-27 14:27 RR, revision 5123

Minor doc updates.

1999-12-27 13:01 RR, revision 5122

Added mono bitmap to image conversion. Added wxImage::Replace() (replaces one colour with another). Toolbar tips no longer eats ana new colour. This might prevent the wrong colour behaviour reported from some 8-bit visuals. Minor fixes and test code.

1999-12-27 11:26 VZ, revision 5121

1. wxLongLongWx::Assign(double) added (half implemented) 2. small wxDateTime bug fixed

1999-12-27 10:55 VZ, revision 5120

compilation fix

1999-12-26 21:54 VZ, revision 5119

more unused param warnings fixed

1999-12-26 21:52 VZ, revision 5118

1. misc compilation (errors, warnings) fixes (from the build logs) 2. fixed a bug in wxGTK::wxGetResource

1999-12-25 22:16 VZ, revision 5117

disable #warning because it's an error for some compilers

1999-12-25 22:16 VZ, revision 5116

C++ comments in C files are fun but break the compilation (for the Nth time)

1999-12-25 20:34 VS, revision 5115

fixes of documentation - replaced \tt{...}, \em{...}, \bf{...} by {\tt ...} etc.

1999-12-25 20:30 VS, revision 5114

moved proplist documentation to main book

1999-12-25 20:26 VS, revision 5113

moved 1.6X -> 2.X porting manual to main book

1999-12-25 18:11 VS, revision 5112

font size fix for <PRE>

1999-12-25 17:38 GL, revision 5111

Sound recording works on Windows

1999-12-25 11:25 RR, revision 5110

Wrote wxMask(bitmap,colour). Some docs for it and wxBitmap::GetSubBitmap().

1999-12-24 23:40 VS, revision 5109

many fixes in documentation so that it compiles with LaTeX - get rid of \end{document} troubles, \it{} -> {\it} and few more syntax fixes.

1999-12-24 23:28 VS, revision 5108

removed date.cpp and time.cpp from filelist.txt (was only commented)

1999-12-24 23:28 VS, revision 5107

fixed bug in wxString::DoCopy - it called Sort on already sorted array (thanks to Add behaviour)

1999-12-24 23:27 VS, revision 5106

removed wxHtmlParser::GetTempData (internal function, obsoleted)

1999-12-24 23:27 VS, revision 5105

added demo of <font face>

1999-12-24 23:27 VS, revision 5104

added <font face> support

1999-12-24 18:45 RD, revision 5103

Some little compilation fixes, etc.

1999-12-24 18:44 RD, revision 5102

Removed all non wx stuff from the glcanvas module since DA's PyOpenGL is better and compatible with the wxGLCanvas. You can get it at http://starship.python.net:9673/crew/da/Code/PyOpenGL.

1999-12-24 16:49 VZ, revision 5101

implemented wxLongLong division - seems to work

1999-12-24 12:28 JS, revision 5100

Added default constructor to wxGLCanvas.

1999-12-24 08:16 JS, revision 5099

Small changes

1999-12-24 03:28 RD, revision 5098

Wrapper updates for wxHtmlLinkInfo and other changes

1999-12-24 00:16 RD, revision 5097

fixed mismatched }

1999-12-23 23:27 VZ, revision 5096

removed testing code from wxLongLong

1999-12-23 22:43 RD, revision 5095

A bugfix in the wxTreeCtrl.GetItem wrapper Some test/demo modifications and additions

1999-12-23 22:37 RD, revision 5094

New toolbar wrappers wxMask demos GenericButton now derives from wxControl Lots of small changes.

1999-12-23 21:12 VS, revision 5093

fixed interpretation of <font size>: was always relative to current size, now conforms to HTML specs

1999-12-23 21:12 VS, revision 5092

wxHtmlWindow::OnLinkClicked and wxHtmlCell::Get/SetLink and wxHtmlWinParser::GetSetLink now work with wxHtmlLinkInfo instead of wxString (making it ready for frames)

1999-12-23 21:11 VS, revision 5091

wxHtmlWindow::OnLinkClicked and wxHtmlCell::Get/SetLink and wxHtmlWinParser::GetSetLink now work with wxHtmlLinkInfo instead of wxString (making it ready for frames) ************** also fixed font size interpretation to conform to HTML (1..6 instead of wrong -2..4)

1999-12-23 20:15 VZ, revision 5090

tried to implement division of wxLongLongs - doesn't work at all, will finish tonight

1999-12-23 20:13 RD, revision 5089

Linking with the TIFF library

1999-12-23 20:12 RD, revision 5088

Fixed wxSplitterEvent to set it's id to be the splitter window's id so events can be caught correctly.

1999-12-23 20:09 RD, revision 5087

wxPython doc updates

1999-12-23 20:05 RD, revision 5086

New toolbar wrappers wxMask demos GenericButton now derives from wxControl Lots of small changes.

1999-12-23 19:23 RD, revision 5085

Added a constructor that allows creation of independent wxControl (for more easily creating custom controls)

1999-12-23 18:18 RR, revision 5084

Added wxBitmap::GetSubBitmap() Correct images in gen. dir dlg.

1999-12-23 18:14 VS, revision 5083

removed wxITALIC/wxSLANT stuff from wxHTML (no longer neccessary, we have intelligent font matching) - affects SetFonts method of wxHtmlWindow, wxHtmlWinParser and private stuff in wxHtmlHelpFrame

1999-12-23 18:14 VS, revision 5082

wxHtmlFontCell now has member wxFont m_Font instead of wxFont* m_Font (preparation for <font face> support)

1999-12-23 18:13 VS, revision 5081
  • D /wxWidgets/trunk/src/common/date.cpp
  • D /wxWidgets/trunk/src/common/time.cpp

date.cpp and time.cpp removed from CVS (no longer used)

1999-12-23 17:59 VZ, revision 5080

patches for running configure under OS/2

1999-12-23 15:40 VZ, revision 5079

oops... problem with in Perl source - got mangled by cvs

1999-12-23 15:34 VZ, revision 5078

a small script to show the different between the current file version and its last revision (requires Perl)

1999-12-23 14:21 VZ, revision 5077

fixes for wxINSTALL_PREFIX definition

1999-12-23 14:05 VZ, revision 5076

patches for BC++ 5.3 from Ricky Gonzales <gonzales@pyramid3.net>

1999-12-23 13:19 JJ, revision 5075

Committing in . Patches for VMS Modified Files: wxWindows/setup.h_vms wxWindows/include/wx/image.h wxWindows/src/common/datetime.cpp wxWindows/src/common/descrip.mms wxWindows/src/generic/descrip.mms wxWindows/src/unix/threadpsx.cpp ----------------------------------------------------------------------

1999-12-22 23:21 DW, revision 5074

Update options to the config files

1999-12-22 23:00 VZ, revision 5073

1. corrected some owner-drawn buttons bugs 2. added generation of event for EVT_SPINCTRL handler to wxSpinCtrl

1999-12-22 22:58 VZ, revision 5072

testing new wxSpinCtrl event and button colours

1999-12-22 22:23 VS, revision 5071

documented wxHashTable::DeleteContents(bool)

1999-12-22 22:23 VS, revision 5070

added printing classes to HTML section

1999-12-22 21:41 VZ, revision 5069

tests for "big" wxTextCtrls

1999-12-22 21:09 VZ, revision 5068

1. wxBase compiles under BeOS 2. several bugs corrected in wxTextCtrl::Load/SaveFile (wxMSW)

1999-12-22 18:42 DW, revision 5067

Updated Phnghand LoadFile and new makefile for DateTime

1999-12-22 18:41 DW, revision 5066

Changed Loadfile to be compatable with OS/2 Bitmap handler

1999-12-22 18:40 DW, revision 5065

Eliminate comma's after last element in an enum

1999-12-22 17:22 RR, revision 5064

Reduced spacing in tree ctrl.

1999-12-22 13:04 RR, revision 5063

Some debug code. Removed flicker form wxTreeCtrl. Changes.txt update.

1999-12-22 00:16 VZ, revision 5062

more wxDateTime tests

1999-12-22 00:16 VZ, revision 5061

1. coloured buttons seem to work 2. wxDateTime::ParseFormat() starts to work

1999-12-21 23:44 DW, revision 5060

define _timezone for VisualAge

1999-12-21 22:24 VS, revision 5059

fixed typo (const<->cosnt)

1999-12-21 22:23 VS, revision 5058

added wxHTML to Classes by Category

1999-12-21 22:23 VS, revision 5057

fixed horizontal scrollbar bug

1999-12-21 22:22 DW, revision 5056

Add datetime file

1999-12-21 20:27 VS, revision 5055

#ifdef wxUSE_TOOLTIPS around tooltips

1999-12-21 19:33 VZ, revision 5054

wxDateTime::ParseFormat() and ParseTime() added (compile but don't work)

1999-12-21 17:48 DW, revision 5053

can't support enums that have comma after last element

1999-12-21 16:43 RR, revision 5052

Some doc updates. Corrected wxFileDialog::GetFilenames() and GetPaths() if no file is selected. Corrceted make install.

1999-12-21 16:24 VZ, revision 5051

added support for width and flags in wxDateTime::Format()

1999-12-21 16:11 VZ, revision 5050

wxString::Format() added

1999-12-21 15:40 VZ, revision 5049

1. corrected compilation of wxTime/wxDate 2. wxDateTime::Format() seems to work (look at it to see why I'm so happy)

1999-12-21 15:14 DW, revision 5048

Uncompilable header fix.

1999-12-21 12:48 VZ, revision 5047

memory leak in ~wxMutex fixed

1999-12-21 11:17 VS, revision 5046

stupid typo in wxHTML help options dlg - did not display fixed fonts correctly in preview

1999-12-21 01:47 VZ, revision 5045

more wxDateTime tests

1999-12-21 01:47 VZ, revision 5044

removed date.cpp and time.cpp from the makefiles

1999-12-21 01:44 VZ, revision 5043

1. wxLongLong and wxDateTime compilation fixed for the compilers without native "long long" type (and some code in timercmn.cpp too) 2. wxDate and wxTime reimplemented using wxDateTime (old versions tagged as OLD_DATE_AND_TIME) 3. wxString::To(U)Long and ToDouble added and documented 4. bug with combobox in toolbar (drop down list wasn't dismissed) fixed 5. several wxDateTime::Parse() functions implemented 6. added support for coloured buttons under MSW (not completely finished)

1999-12-20 22:15 GRG, revision 5042

strange comment in gsocket_read (?)

1999-12-20 22:09 GRG, revision 5041

Stupid timeout bug fixed

1999-12-20 20:16 RR, revision 5040

Minor optical changes to toolbar and the help frame's options dialog.

1999-12-20 19:04 JS, revision 5039

Mostly Mingw32/Cygwin corrections

1999-12-20 17:48 VZ, revision 5038

test for strptime added

1999-12-20 17:15 RR, revision 5037

Replaced the old wxGetResource implementation with one based in wxFileConfig. Compile fix for gsocket.c.

1999-12-20 16:15 RR, revision 5036

Minor changes to wxTreeCtrl's horiz size, Text stream now can write Mac/Unix/Dos EOL on resp. other platforms, Fixed return value of wxBufferedOutputStream::GetSize() and ::TellO()

1999-12-20 14:29 VZ, revision 5035

fall back from wxITALIC to wxSLANT and vice versa

1999-12-20 14:02 VZ, revision 5034

'grey border' bug under MSW fixed

1999-12-20 12:49 VS, revision 5033

added <EM>, <CITE> and <STRONG> tags; now use separate handlers for <B>,<I>,<TT>

1999-12-20 12:49 VS, revision 5032

HTML help: index panel now displays only part of index matching given substring (similar to search panel; ==> 1) faster startup 2) no more problems with incomplete index due to GTK+ limitations). Intelligent behaviour: displays indexes with size <= 100 items in full (= matching empty substring)

1999-12-20 12:49 VS, revision 5031

added support for definition lists (DL,DT,DD) to wxHTML

1999-12-20 12:48 VS, revision 5030

removed 2nd frame from html test sample; test sample now shows DL,DT,DD support

1999-12-20 12:47 VS, revision 5029

cleaned some relics - mod_* instead of m_* in wxHTML modules

1999-12-17 20:55 RD, revision 5028

Adding MSVC makefile support for building the TIFF library

1999-12-17 20:19 VS, revision 5027

fixed problem with image handlers in two headers (and yes, tested)

1999-12-17 19:56 VZ, revision 5026

wxDateTime progress: DST compuation, weekday computation, day-in-year and week number computations all implemented and seem to work

1999-12-17 19:47 RD, revision 5025

Fixing another hard-coded WXDIR path

1999-12-17 18:37 GRG, revision 5024

*** empty log message ***

1999-12-17 18:36 , revision 5023
  • A /wxWidgets/tags/OLD_DATE_AND_TIME
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/.cvsignore
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/autogen.sh
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/BuildCVS.txt
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/config.guess
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/config.sub
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/configure
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/configure.in
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/descrip.mms
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/distrib
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/docs
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/.cvsignore
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/.cvsignore
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/accel.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/app.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/arrimpl.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/bitmap.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/bmpbuttn.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/brush.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/buffer.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/busyinfo.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/button.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/caret.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/checkbox.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/checklst.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/choicdlg.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/choice.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/clipbrd.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/cmndata.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/colordlg.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/colour.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/combobox.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/confbase.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/config.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/control.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/ctrlsub.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/cursor.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/dataobj.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/datetime.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/datetime.inl
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/datstrm.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/db.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/dbtable.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/dc.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/dcclient.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/dcmemory.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/dcprint.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/dcps.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/dcscreen.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/dde.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/debug.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/defs.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/dialog.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/dialup.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/dir.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/dirdlg.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/dnd.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/docmdi.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/docview.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/dragimag.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/dynarray.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/dynlib.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/event.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/expr.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/ffile.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/file.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/fileconf.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/filedlg.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/filefn.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/filesys.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/font.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/fontdlg.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/fontenum.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/fontmap.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/fontutil.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/frame.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/fs_inet.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/fs_zip.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/gauge.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/gdicmn.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/gdiobj.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/generic
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/geometry.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/gifdecod.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/grid.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/gsocket.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/gtk
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/gtk1
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/hash.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/help.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/helpbase.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/helphtml.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/helpwin.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/helpxlp.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/html
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/icon.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/imagbmp.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/image.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/imaggif.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/imagjpeg.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/imaglist.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/imagpcx.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/imagpng.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/imagpnm.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/imagtiff.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/intl.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/ioswrap.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/ipcbase.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/joystick.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/layout.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/laywin.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/list.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/listbox.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/listctrl.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/listimpl.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/log.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/longlong.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/mac
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/matrix.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/mdi.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/memory.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/menu.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/menuitem.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/metafile.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/mimetype.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/minifram.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/module.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/motif
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/msgdlg.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/mstream.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/msw
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/notebook.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/object.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/objstrm.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/odbc.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/os2
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/ownerdrw.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/palette.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/panel.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/paper.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/pen.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/print.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/printdlg.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/prntbase.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/process.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/progdlg.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/prop.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/propform.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/proplist.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/protocol
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/qt
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/radiobox.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/radiobut.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/region.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/resource.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/sashwin.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/sckaddr.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/sckipc.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/sckstrm.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/scrolbar.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/scrolwin.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/serbase.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/settings.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/setup.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/sizer.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/slider.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/socket.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/spinbutt.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/spinctrl.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/splitter.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/statbmp.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/statbox.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/statline.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/stattext.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/statusbr.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/strconv.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/stream.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/string.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/stubs
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/tab.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/tabctrl.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/taskbar.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/tbarbase.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/tbarsmpl.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/textctrl.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/textdlg.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/textfile.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/thread.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/timer.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/tipdlg.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/tokenzr.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/toolbar.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/tooltip.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/treectrl.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/txtstrm.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/types.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/unix
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/url.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/utils.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/valgen.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/validate.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/valtext.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/variant.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/version.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/wave.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/wfstream.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/window.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/wizard.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/wx.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/wxchar.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/wxexpr.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/wxhtml.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/wxprec.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/wx_cw.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/wx_cw_cm.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/wx_cw_d.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/xpmhand.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/zipstrm.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx/zstream.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx_cw.pch
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx_cw.pch++
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx_cw_d.pch
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/include/wx_cw_d.pch++
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/install-sh
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/lib
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/locale
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/Makefile.in
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/Mingw32-gcc295.patches
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/misc
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/mkinstalldirs
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/modules
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/regen
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/samples
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/setup.h.in
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/setup.h_vms
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/.cvsignore
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/.cvsignore
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/appcmn.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/choiccmn.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/clipcmn.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/cmndata.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/config.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/ctrlcmn.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/ctrlsub.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/cwlex_yy.c
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/cwy_tab.c
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/datetime.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/datstrm.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/db.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/dbtable.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/dcbase.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/descrip.mms
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/dlgcmn.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/dobjcmn.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/docmdi.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/docview.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/doslex.c
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/dosyacc.c
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/dynarray.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/dynlib.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/event.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/extended.c
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/ffile.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/file.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/fileconf.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/filefn.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/filesys.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/fontcmn.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/fontmap.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/framecmn.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/fs_inet.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/fs_zip.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/ftp.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/gdicmn.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/gifdecod.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/glob.inc
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/hash.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/helpbase.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/http.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/imagall.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/imagbmp.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/image.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/imaggif.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/imagjpeg.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/imagpcx.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/imagpng.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/imagpnm.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/imagtiff.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/init.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/intl.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/ipcbase.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/layout.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/lboxcmn.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/lexer.l
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/list.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/log.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/longlong.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/matrix.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/memory.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/menucmn.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/mimetype.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/module.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/mstream.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/object.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/objstrm.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/odbc.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/paper.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/parser.y
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/prntbase.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/process.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/protocol.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/resourc2.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/resource.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/sckaddr.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/sckfile.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/sckipc.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/sckstrm.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/serbase.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/sizer.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/socket.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/strconv.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/stream.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/string.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/tbarbase.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/textcmn.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/textfile.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/timercmn.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/tokenzr.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/txtstrm.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/unzip.c
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/unzip.h
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/url.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/utilscmn.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/valgen.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/validate.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/valtext.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/variant.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/wfstream.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/wincmn.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/wxchar.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/wxexpr.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/zipstrm.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/common/zstream.cpp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/cygnus.bat
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/generic
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/gtk
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/gtk1
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/html
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/iodbc
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/jpeg
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/mac
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/make.env.in
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makeb32.env
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makebcc.env
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makeenvs
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makefile.bcc
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makefile.dos
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makefile.va
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makefile.vc
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makeg295.env
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makeg95.env
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makelib.b32
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makelib.bcc
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makelib.env.in
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makelib.g95
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makelib.vc
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makelib.wat
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makemsc.env
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makeprog.b32
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makeprog.bcc
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makeprog.env.in
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makeprog.g95
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makeprog.msc
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makeprog.sl
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makeprog.va
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makeprog.vc
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makeprog.wat
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makesc.env
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makesl.env
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/maketwin.env
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makeva.env
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makevc.env
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/makewat.env
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/make_cw.mcp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/mingegcs.bat
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/mingw32.bat
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/motif
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/msw
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/ntwxwin.mak
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/os2
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/png
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/qt
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/regex
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/stubs
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/tiff
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/unix
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/wxCommon.icc
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/wxGeneric.icc
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/wxHTML.icc
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/wxJpeg.icc
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/wxOS2.icc
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/wxPng.icc
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/wxvc.dsp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/wxvc.dsw
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/wxvc_dll.dsp
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/wxvc_dll.dsw
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/wxWin.icc
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/wxXpm.icc
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/wxZlib.icc
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/xpm
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/src/zlib
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/tests
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/user
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/utils
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/wx-config.in
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/wxGTK.spec
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/wxMotif.spec
  • D /wxWidgets/tags/OLD_DATE_AND_TIME/wxWINE.spec

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

1999-12-17 18:36 GRG, revision 5022

Compile-fix after modifying timercmn.cp

1999-12-17 18:32 RR, revision 5021

Fixed typo in wxStaticBoxSizer::CalcMin().

1999-12-17 16:40 GRG, revision 5020

*** empty log message ***

1999-12-17 16:35 GRG, revision 5019

Compatibility fix: defined wxGetCurrentTime to wxGetLocalTime

1999-12-17 15:37 JJ, revision 5018

Committing in . VMS 64bit integer definition Modified Files: wxWindows/include/wx/longlong.h ----------------------------------------------------------------------

1999-12-17 15:35 DW, revision 5017

Fixed a void* to wxObject* conversion error in a return causing compile break across all ports

1999-12-17 14:59 JS, revision 5016

Misc small mods

1999-12-17 13:45 DW, revision 5015

Some minor fixups

1999-12-17 13:41 DW, revision 5014

Remove tbarsmpl.cpp from the build list

1999-12-17 13:39 DW, revision 5013

New image base classes for wxOS2

1999-12-17 13:10 VZ, revision 5012

added wxToolBar::SetToolClientData

1999-12-17 05:42 DW, revision 5011

cleaning up toolbar mess for os/2

1999-12-17 05:42 DW, revision 5010

cleaning up image mess for os/2

1999-12-17 01:28 GRG, revision 5009

timercmn rewritten from scratch

1999-12-17 01:27 GRG, revision 5008

Everything rewritten from scratch

1999-12-17 01:09 VZ, revision 5007

1. compilation fix for wxDir 2. wxDateTime now calculates week days (_almost_ correctly) and Format() seems to work too

1999-12-17 01:08 VZ, revision 5006

test for weekdats added

1999-12-16 23:14 VZ, revision 5005

compilation fix

1999-12-16 23:13 VZ, revision 5004

changed wxImage::Rescale() to return wxImage& and not void

1999-12-16 22:10 VZ, revision 5003

some more consts here and there

1999-12-16 21:59 VZ, revision 5002

compilation fix after incorrectly resolved conflict

1999-12-16 21:30 VZ, revision 5001

an experimental template for Win16/VC++ 1.52

1999-12-16 21:29 VZ, revision 5000

Win16 compilation fixes

1999-12-16 21:00 RD, revision 4999

Took out somebody's hard coded path (j:\dev\something...) and put back $(WXWIN). Please just set an environment variable like the rest of us!

1999-12-16 21:00 DW, revision 4998

New Visualage C++ Version 4.0 Project Configuration files

1999-12-16 20:49 RD, revision 4997

Killed a bug that sometimes prevented ShowModal from returning if the ESC key was used.

1999-12-16 20:41 GRG, revision 4996

Fix for mingw32 compilation (replaced #ifdef NM_CUSTOMDRAW with a test for _WIN32_IE

1999-12-16 19:36 VZ, revision 4995

1. wxMotif toolbar works; the toggle buttons have the same width as the other ones and not twice as big 2. wxMotif::wxBitmap(from XPM) ctor now takes either "char **" or "const char **", as in wxGTK 3. added an X error handler to wxMotif (debug only)

1999-12-16 18:38 VZ, revision 4994

should use ksh, not sh

1999-12-16 18:19 GRG, revision 4993

PCX images can now be embedded in streams

1999-12-16 18:19 GRG, revision 4992

slight bug in waitconnection

1999-12-16 18:10 VZ, revision 4991

compilation fixes, doesn't work yet

1999-12-16 17:39 VZ, revision 4990

small fix to the sample

1999-12-16 16:37 RR, revision 4989

Added wxSizer::Insert()

1999-12-16 16:19 VZ, revision 4988

added check for timezone in addition to _timezone and __timezone

1999-12-16 14:53 GRG, revision 4987

Added #if wxUSE_OWNER_DRAWN

1999-12-16 14:52 GRG, revision 4986

Compilation fix when wxUSE_OWNER_DRAWN is 0

1999-12-16 12:22 GRG, revision 4985

Accomodate changes in CountColours

1999-12-16 12:19 GRG, revision 4984

Changed stopat to stopafter in CountColours

1999-12-15 22:46 VS, revision 4983

image handlers moved to separate headers (imagbmp.h etc.) This change is backward compatible (all hdrs #included in image.h) and reduces executable size under GCC -- these files are regenerated makefiles due to change in filelist.txt

1999-12-15 22:46 VS, revision 4982

image handlers moved to separate headers (imagbmp.h etc.) This change is backward compatible (all hdrs #included in image.h) and reduces executable size under GCC

1999-12-15 22:39 VS, revision 4981

fixed wxHtmlWindow flicker

1999-12-15 22:38 VS, revision 4980

JPEG handler does not read entire file into memory anymore (+, of course, that headers change)

1999-12-15 22:38 VS, revision 4979

image handlers moved to separate headers (imagbmp.h etc.) This change is backward compatible (all hdrs #included in image.h) and reduces executable size under GCC

1999-12-15 19:49 VZ, revision 4978

small compilation fix

1999-12-15 19:47 VZ, revision 4977

merging in the toolbar changes

1999-12-15 19:47 RD, revision 4976

New SWIG generated sources

1999-12-15 19:46 RD, revision 4975

Fixes for differences between wxMSW and wxGTK`

1999-12-15 19:41 VZ, revision 4974

wxToolBarSimple can now be used together with the native version as well as without it

1999-12-15 19:40 VZ, revision 4973

using WX_TIMEZONE set by configure instead of timezone

1999-12-15 19:40 VZ, revision 4972

added datetime.h/cpp to filelist and regenerated the makefiles

1999-12-15 19:38 VZ, revision 4971

tbarsmpl.cpp moved to generic subdir

1999-12-15 19:35 VZ, revision 4970

added check for timezone variable

1999-12-15 19:20 VZ, revision 4969

documented GetLabel/Text, added a note about GetName being deprecated

1999-12-15 18:13 VZ, revision 4968

fix for compilation with both native and generic kinds of toolbars

1999-12-15 18:02 VZ, revision 4967

testing wxToolBarSimple

1999-12-15 17:57 VZ, revision 4966

a fix for the patch

1999-12-15 17:14 VZ, revision 4965

more WXUNUSED() here and there

1999-12-15 17:06 VZ, revision 4964

a small script to regenerate makefiles without running configure

1999-12-15 17:03 DW, revision 4963
  • D /wxWidgets/trunk/src/wxWindows.icc
  • D /wxWidgets/trunk/src/wxWindows.ics

Remove these VisualAge C++ V4.0 files

1999-12-15 16:59 DW, revision 4962

Bitmap and Image updates

1999-12-15 16:54 DW, revision 4961

For use when build samples under wxOS2

1999-12-15 15:34 VZ, revision 4960

fix for wxMouseEvent::LeftUp() from Stefan.Neis@t-online.de

1999-12-15 14:39 VZ, revision 4959

corrected bug in wxMenu::Enable()

1999-12-15 12:32 GRG, revision 4958

Small bugfix

1999-12-15 12:31 GRG, revision 4957

Added CountColours()

1999-12-15 11:46 GRG, revision 4956

Now saves in eiher 8bit or 24bit

1999-12-15 11:45 GRG, revision 4955

Added ComputeHistogram

1999-12-15 06:02 DW, revision 4954

gdiimage updates

1999-12-15 01:54 VZ, revision 4953

support for multiple rows in Win32 native toolbar

1999-12-15 00:31 VZ, revision 4952

added wxSingleChoiceDialog::SetSelection

1999-12-15 00:28 VZ, revision 4951

fixed wxBitmapButton bug with bitmaps with masks

1999-12-14 23:57 VS, revision 4950

removed USE_SHARED_LIBRARY(IES)

1999-12-14 23:53 VS, revision 4949

added default ctor for wxDirDialog

1999-12-14 23:53 VS, revision 4948

removed USE_SHARED_LIBRARIES

1999-12-14 23:41 VS, revision 4947

removed USE_SHARED_LIBRARIES

1999-12-14 23:32 DW, revision 4946

Visualage C++ V4.0 updates

1999-12-14 19:26 RR, revision 4945

Added a few modifiers to wxSiserItem

1999-12-14 18:51 VZ, revision 4944

wxToolBarSimple modified to work with the new wxToolBarBase too, support for vertical toolbars for GTK

1999-12-14 18:50 VZ, revision 4943

support for vertical toolbars under GTK

1999-12-14 18:49 VZ, revision 4942

added wxUSE_TOOLBAR_SIMPLE setting, enabled wxLongLong in configure by default

1999-12-14 17:12 VZ, revision 4941

compilation fix

1999-12-14 16:53 RL, revision 4940

added XBM example to image sample

1999-12-14 14:37 SB, revision 4939

~wxBufferedStream puts back unread bytes

1999-12-14 11:21 GT, revision 4938

Fixed the #include of tbar95.h, which referenced the wrong directory path