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

2009-07-07 14:19 VZ, revision 61343

added a simple wxLog unit test

2009-07-07 12:52 VZ, revision 61342

update the intl.* files directly from genlang.py script instead of generating snippets which had then to be manually pasted in

2009-07-07 11:35 VZ, revision 61341

fix linking error when wxUSE_ON_FATAL_EXCEPTION==0 (closes #10969)

2009-07-06 23:19 VZ, revision 61340

correct writing direction for Farsi

2009-07-06 23:11 VZ, revision 61339

regenerated after r60684

2009-07-06 16:02 PJC, revision 61338

Implemented more of wxRibbonBar. Improved sizing and child positioning for ribbon panels with children. Improved wxRibbonMSWArtProvider, removing the need for transparent windows and painting done during background erase rather than paint. Added Realize method to all ribbon controls. Added button bar to ribbon sample. Fixed indentation (tabs -> spaces) in ribbon sample. Removed svn-merge artefacts from buttonbar.cpp.

2009-07-06 15:58 CE, revision 61337

change for 2.9.0-rc5

2009-07-05 23:42 VZ, revision 61336

don't call OnWriteWaiting() if we lost connection in OnReadWaiting() called just before it (closes #10963)

2009-07-05 23:36 VZ, revision 61335

change wxSocketInputBasedManager::AddInput() to take a pointer to wxSocketImpl, not base class wxFDIOHandler

2009-07-05 20:53 VZ, revision 61334

don't call release() on non-owned buffer in wchar_t build (closes #10964); copy utf8_str() return value in ASCII one

2009-07-05 17:49 BBE, revision 61333

GTK AddSource(): more possible conditions to wait upon passed to GTK Better and simpler asserts

2009-07-05 17:46 BBE, revision 61332

fswatcher sample: changed menu button to check box

2009-07-05 17:21 VZ, revision 61331

added EVT_DATAVIEW_CACHE_HINT event (closes #9891)

2009-07-05 16:34 BBE, revision 61330

Automatically generated project files for fswatcher sample and updated build system files

2009-07-05 16:32 BBE, revision 61329

Added fswatcher sample to build system.

2009-07-05 16:30 BBE, revision 61328

Removed unnecessary resource file and updated bakefile to reflect this.

2009-07-05 16:24 BBE, revision 61327

Sample demonstrating the usage of file system watcher.

2009-07-05 15:34 VZ, revision 61326

made code more const-correct to fix g++ warnings about converting literal strings to non-const char*

2009-07-05 15:32 VZ, revision 61325

compilation fix after last change

2009-07-05 15:16 BBE, revision 61324

Implementation of event loop sources for GTK

2009-07-05 15:10 VZ, revision 61323

really fix compilation fix after last change

2009-07-05 13:51 VZ, revision 61322

updated the version to 2.9.1

2009-07-05 13:51 VZ, revision 61321

updated list of files to change

2009-07-05 13:49 VZ, revision 61320

update the script to update more files; removed old LaTeX file which doesn't exist any more

2009-07-05 13:48 VZ, revision 61319

translate wxMessageDialog labels to the language of the current locale (closes #10962)