Changelogs

Overview

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

Changes per page:

25 50 100 250 500 1000 2000

Changelog for wxWidgets (70435 changes):

1999-12-09 15:01 RR, revision 4887

Changed scrollsub sample.

1999-12-09 13:41 GRG, revision 4886

Fixed small bug related to m_lastcount in wxInputStream::Read

1999-12-09 10:33 SC, revision 4885

no message

1999-12-09 10:33 SC, revision 4884
  • D /wxWidgets/trunk/samples/forty/make_cw.old.mcp

cw pro 4 not supported anymore

1999-12-09 10:32 SC, revision 4883

corrected mac-like placing of <about> menu line

1999-12-09 10:30 SC, revision 4882

small adaptions

1999-12-09 10:15 SC, revision 4881

adapted to mac

1999-12-08 19:04 RR, revision 4880

Further stream tests, doc updates and minor clean-ups.

1999-12-08 17:53 VZ, revision 4879

GNOME/KDE integration for wxMimeTypeManager

1999-12-08 15:22 VZ, revision 4878

even more docs for wxFile::Eof

1999-12-08 15:20 VZ, revision 4877

1. fix for compiling samples with profile info 2. dir.h/.cpp added to the makefiles

1999-12-08 15:13 JJ, revision 4876

Committing in . Changes to get the libraries cleanly compiled on VMS Modified Files: wxWindows/setup.h_vms wxWindows/src/common/image.cpp wxWindows/src/motif/dcclient.cpp ----------------------------------------------------------------------

1999-12-08 14:39 GRG, revision 4875

Performance optimizations

1999-12-08 14:22 VZ, revision 4874

edited changelog slightly

1999-12-08 14:16 VZ, revision 4873

wxDir class added

1999-12-08 11:59 GRG, revision 4872

Optimized for performance.

1999-12-08 11:35 RR, revision 4871

Documented wxFFile and wxFFileStream and Co.

1999-12-08 09:58 GRG, revision 4870

Fixed wxInputStream::Ungetch behaviour so that if you a) unget a buffer (AAABBB) b) read some data (AAA) c) unget a second buffer (CCC) it works OK now (you will get CCCBBB, instead of CCCAAABBB as before)

1999-12-08 08:28 RR, revision 4869

Stream error testing.

1999-12-08 08:28 VZ, revision 4868

compilation fix (long -> wxCoord)

1999-12-08 08:26 VZ, revision 4867

fixing compile problems for people who don't look at the rebuild logs

1999-12-08 08:19 VZ, revision 4866

1. many DrawRotatedText() corrections (gtk) 2. compilation fix for window.cpp (!HAVE_XIM) 3. mentioned wxGTK slider limitations in the docs

1999-12-08 07:54 VZ, revision 4865

patch from Ricky Gonzales <gonzales@pyramid3.net> for the Unicode support for BC 5.02+

1999-12-07 18:58 RR, revision 4864

XIM support things.

1999-12-07 18:20 RD, revision 4863

bitmap mask tests

1999-12-07 17:54 RR, revision 4862

Correction to position of rotated text. Apps no longer give warnings if only a dialog pops up (top level windows == 0) before main loop.

1999-12-07 16:11 KB, revision 4861

Fixed XIM compilation, but doesn't work yet.

1999-12-07 15:47 RR, revision 4860

wxListCtrl sends event directly again. Also fixed problem of list otem status not being up-to-date when events get sent.

1999-12-07 15:24 KB, revision 4859

HAVE_GDK_XIM -> HAVE_XIM

1999-12-07 15:18 VZ, revision 4858

wxMimeTypeManager::EnumAll() seems to work, couple of minor corrections to the MIME code

1999-12-07 15:06 KB, revision 4857

Test for XIM support in gdk added, relevant code for window.cpp follows this evening.

1999-12-07 14:54 RR, revision 4856

Minor optical changes to toolbar and wxHelpFrame.

1999-12-07 14:15 VZ, revision 4855

small cosmetic fix for wxListCtrl

1999-12-07 12:24 RR, revision 4854

Compile fix.

1999-12-07 11:59 RR, revision 4853

Added wxUSE_SPINCTRL, Added various HAVE_XIM patches. Added forty's headers to list of installed files.

1999-12-07 10:47 RR, revision 4852

Various things related to wxFileDialog and attributes.

1999-12-07 09:35 RR, revision 4851

doc view code inteprets wxSTREAM_EOF as correct, Added wxMask( bitmap, colour ).

1999-12-07 00:48 VZ, revision 4850

1. wxFileDialog patch for multiple selection applied (with some small changes), added demo for it in the sample and documented 2. wxMimeTypeManager works a bit better under Windows (doesn't ignore the extensions without filetypes)

1999-12-07 00:09 VZ, revision 4849

1. fixes for DrawRotatedText(), drawing sample extended to show it 2. implemented colour/font support for wxTreeCtrl items 3. corrected a bug in wxListCtrl colour/font support code, the items should now be deleted ok 4. SetProcessAffinityMask() correction, wxThread::SetConcurrency() kind of works (difficult to test on a UP machine) 5. wxMimeType::EnumAllFileTypes() added, works (somewhat) under MSW 6. made default fonts under MSW 10 points and not 12 - this is the standard size

1999-12-06 23:47 DW, revision 4848

wxDC new virtual function

1999-12-06 18:16 RR, revision 4847

Added tests for buffered streams. Made wxBufferedOutputStream call Sync() in the destructor and SeekO(). Documented this. Use buffered streams in wxImage. Seems to significantly speed-up the sample.

1999-12-06 17:56 VZ, revision 4846

compile fix

1999-12-06 17:54 VZ, revision 4845

enumerating all MIME types (half finished, doesn't work yet)

1999-12-06 17:40 VZ, revision 4844

DrawRotatedText() for MSW

1999-12-06 16:22 VZ, revision 4843

fixed LaTex error

1999-12-06 16:16 RR, revision 4842

Patch for stream.cpp for non-flushable stream, Corrected stream corruption for Umgetch()/SeekI() conflict, Docs for streams, Changed interpreteation og non-standard height in wxCombo, Other minor changes, Removed library name setting for Debian again.

1999-12-06 14:14 VZ, revision 4841

wxSetlocale() doesn't always return NULL

1999-12-06 14:06 VZ, revision 4840

implemented GetCPUCount() and SetConcurrency() for Win32

1999-12-06 13:18 VZ, revision 4839

wxTreeCtrl has colours and fonts too now

1999-12-06 12:44 VZ, revision 4838

1. test for thr_setconcurrency() added to configure 2. wxListCtrl headers always black 3. some warnings in dcpsg.cpp corrected 4. returning FALSE from OnPrintPage() should abort printing now