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

2008-06-26 12:44 VZ, revision 54375

still support wxNB_XXX and wxADJUST_MINSIZE in XRC files even if they're deprecated at C++ level, not all tools have been updated to not use them any more

2008-06-26 11:49 MMK, revision 54374

Implemented OnSize() and added unicode macros

2008-06-26 11:49 VZ, revision 54373

don't forget to output new line in wxMessageOutputStderr::Output() even if conversion to multibyte fails

2008-06-26 11:16 VZ, revision 54372

fix the wrong #ifdef WXWIN_COMPATIBILITY_2_8 checks, #if should be used (#9644)

2008-06-26 10:55 JS, revision 54371

Fixed bug whereby sash would disappear under left hand pane

2008-06-26 10:55 JS, revision 54370

Fixed bug whereby sash would disappear beneath left-hand pane

2008-06-26 07:19 SC, revision 54369

fixing an incorrect conversion path from utf8 to plain ascii instead of unicode, closes #9629

2008-06-26 07:09 SC, revision 54368

fixing an incorrect conversion path from utf8 to plain ascii instead of unicode, closes #9629

2008-06-25 09:04 SC, revision 54359

rename for docs as well

2008-06-25 08:38 JS, revision 54358

Allow an app to cut down start time by not doing unnecessary mime types initialisation

2008-06-25 08:37 JS, revision 54357

Documented filesys.no-mimetypesmanager

2008-06-25 08:36 JS, revision 54356

Allow an app to cut down start time by not doing unnecessary mime types initialisation

2008-06-25 08:35 JS, revision 54355

WinCE compile fix

2008-06-25 07:57 JS, revision 54354

Recorded GNOME MIME types fix

2008-06-25 07:52 JS, revision 54353

Gnome Mime type fix by scanning for .desktop files

2008-06-25 07:51 JS, revision 54352

Better extension extraction

2008-06-25 01:02 VZ, revision 54350

more wxBitmapType-related backward compatibility fixes

2008-06-24 23:43 VZ, revision 54349

provide deprectaed LoadFile() and FindHandler() overloads taking long, otherwise the existing code using long instead of wxBitmapType doesn't compile because of the ambiguity between long->wxBitmapType and long->wxString conversions (as these methods are also overloaded to take wxString)

2008-06-24 23:42 VZ, revision 54348

don't use deprecated wxIconizeEvent::Iconized()

2008-06-24 18:59 MMK, revision 54347

Modified rendering time and used arrow keys

2008-06-24 16:53 BP, revision 54346

Tagged 2.8.8 release from r54336 of WX_2_8_BRANCH.

2008-06-24 12:56 RR, revision 54344

Compilation

2008-06-24 12:48 RR, revision 54343

Next part of tree state icon patches

2008-06-24 06:48 PC, revision 54342

fix crash on exit, after hiding search tool then toggling tooltips

2008-06-23 22:49 VZ, revision 54339

wxLB_MULTIPLE is same as wxLB_EXTENDED in wxGTK2