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

2007-05-16 02:44 PC, revision 46056

speed up Rescale by not using server to draw each point separately

2007-05-15 20:58 SC, revision 46055

LP64 additions

2007-05-15 20:47 SC, revision 46054

LP64 additions

2007-05-15 20:39 SC, revision 46053

LP64 additions

2007-05-15 20:22 SC, revision 46052

LP64 additions

2007-05-15 20:12 SC, revision 46051

LP64 additions

2007-05-15 19:53 RR, revision 46050

Further attempts to get wxPrintDialog and wxPageSetupDialog to get the defaults from wxPrintData etc. in the GNOME print backend.

2007-05-15 16:23 VS, revision 46049

compilation fix for PCH-less build

2007-05-15 15:02 VS, revision 46048

added missing operators for int and unsigned char

2007-05-15 14:54 VS, revision 46047

make operators for comparing wxString and wx[W]CharBuffer available in both builds

2007-05-15 14:50 VS, revision 46046

added operators for comparing wxString to wxCStrData

2007-05-15 14:28 VS, revision 46045

compilation fix

2007-05-15 14:11 VZ, revision 46044

removed extra semicolons added by last commit

2007-05-15 13:16 VS, revision 46043

fixed non-const wxString iterators to work when a character is changed to another with different UTF-8 sequence length

2007-05-15 13:15 VZ, revision 46042

added wxTimer test (now that it works in console applications too)

2007-05-15 13:11 VS, revision 46041

reverted accidental commit

2007-05-15 13:01 VS, revision 46040

compilation fixes for --disable-compat28

2007-05-15 13:00 VZ, revision 46039
  • D /wxWidgets/trunk/src/common/socketevtdispatch.cpp

removed unused any more file (replaced by wxSelectDispatcher)

2007-05-15 12:54 VS, revision 46038

fixed HTML entities parsing broken by wxString changes

2007-05-15 12:51 VS, revision 46037

added wxSTRING_TEXT() convenience macro for defining literals in wx's internal strings format

2007-05-15 12:48 VS, revision 46036

make it posible to change the compiler part of objects directory by setting COMPILER_PREFIX make variable

2007-05-15 12:38 VS, revision 46035

fall back to DirectFB's builtin font if no fonts are configured

2007-05-15 12:37 VS, revision 46034

log missing font directories with wxLogDebug, not wxLogTrace, for more visibility

2007-05-15 12:34 VS, revision 46033

ignore nonexistent font directories silently

2007-05-15 12:09 VS, revision 46032

added explanatory comment