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-06-20 08:16 JS, revision 46556

Compile fix for non-CG mode

2007-06-20 08:14 JS, revision 46555

Compile fixes for non-Core Graphics mode

2007-06-20 07:47 VS, revision 46554

remove implicit conversion to C strings from wxString if wxUSE_STL=1; this fixes problems with converting between wxString and std::string in some situations at the cost of having to use c_str() explicitly just as you have to when using std::string

2007-06-20 07:44 VS, revision 46553

more changes to make wx compile without implicit wxString->char* conversion (for STL build)

2007-06-20 07:09 VS, revision 46552

use wxString in wxRegKey methods; make it compile without implicit wxString->char* conversion

2007-06-20 04:22 MR, revision 46551

Fix SetExtraLong parameter type in docs from int to long. Noticed by nept2 on IRC

2007-06-20 00:16 VZ, revision 46550

mention changes from 2.8 branch too, at the very least keeping the 2 versions of this file on 2 branches in sync facilitates backporting

2007-06-20 00:13 VZ, revision 46549

don't free "static" alpha data (patch 1738966) [backport from HEAD]

2007-06-20 00:10 VZ, revision 46548

don't free "static" alpha data (patch 1738966)

2007-06-19 20:02 VS, revision 46547

make wxSetEnv compatible with ANSI and Unicode, deprecate passing NULL to it in favour of wxUnsetEnv()

2007-06-19 19:58 VS, revision 46546

added missing #if wxUSE_STDPATHS

2007-06-19 19:29 VS, revision 46545

return wxString from wxDynamicLibrary::GetDllExt()

2007-06-19 17:39 VS, revision 46544

use wxString in wxFileSystem::FindFileInPath()

2007-06-19 16:17 FT, revision 46543

More robust reporting of all test results.

2007-06-19 16:06 VS, revision 46542

compilation fix for non-STL build

2007-06-19 15:45 RD, revision 46541

fix import error

2007-06-19 15:08 JS, revision 46540

Finally fixed control scrolling

2007-06-19 14:51 VS, revision 46539

wxLog::Get/Settimestamp() now use wxString

2007-06-19 13:54 VS, revision 46538

return wxString from wxTextBuffer::GetName()

2007-06-19 11:57 VS, revision 46537

changed wxFFileOutput/InputStream ctor 'mode' argument to wxString

2007-06-19 11:54 VS, revision 46536

changed wxGLContext::SetColour() argument from wxChar* to wxString

2007-06-19 02:58 ROL, revision 46535

implemented SmartContainer; Unique AttributePanel class for all attributes (main, window and implicit); added some core components; added deleting (simple implementation)

2007-06-18 20:30 VS, revision 46534

made the code a bit more readable by not using _T() around to-be-generated code snippets

2007-06-18 20:22 VS, revision 46533

made the code a bit more readable by not using _T() around to-be-generated code snippets

2007-06-18 19:59 ROL, revision 46532

Presenter.update method, Panel redesign

2007-06-18 19:39 RD, revision 46531

Coerce to floating point to fix ResampleBicubic. See bug #1736953.

2007-06-18 19:34 RD, revision 46530

Send the calendar and date changed events to the datepicker ctrl first (not its parent) so they can be caught by dynamic event handlers connected directly to the picker.

2007-06-18 19:23 MBN, revision 46529

Must update iterator to avoid infinite loop in case backend initialization fails.

2007-06-18 19:09 RD, revision 46528

Added patch from Chriss Mellon that gives PyShell a custom context menu that is better integrated with the shell environment.

2007-06-18 18:57 RD, revision 46527

reSWIGged

2007-06-18 18:53 RD, revision 46526

docstring fix

2007-06-18 18:52 RD, revision 46525

some cleanup

2007-06-18 18:51 RD, revision 46524

it looks better if we just change the main bitmap, not all of them.

2007-06-18 18:43 VS, revision 46523

improve XRC loading performance on Unix by avoiding MIME database loading

2007-06-18 18:37 VS, revision 46522

improve XRC loading performance on Unix by avoiding MIME database loading

2007-06-18 17:32 FT, revision 46521

Isolate wx.Window test failures in wx.Frame. Minor refactoring to testWindow, due to wx.Frame testing issues.

2007-06-18 16:52 FT, revision 46520

wx.Control test for GetLabelText. Remove extraneous comments.

2007-06-18 16:50 FT, revision 46519

Added testing for TopLevelFrames. Need to find out why some wx.Window tests fail on wx.Frame instances.

2007-06-18 16:14 VS, revision 46518

make our vsnprintf() implementation work for ANSI version too

2007-06-18 15:26 FT, revision 46517

Remove non-useful comments.

2007-06-18 14:18 FT, revision 46516

runAllTests displays data on each module run.

2007-06-18 08:55 VS, revision 46515

fixed wxString iterators linked list corruption

2007-06-18 06:16 MR, revision 46514

gtk_border_free is for freeing GtkBorder's, not g_free. Using g_free instead used to have no ill effects as gtk_border_free called that anyway, but in gtk+-2.11 GtkBorder uses GSlice and gtk_border_free therefore uses g_slice_free and using g_free makes things crash hard. So fix it or wxGTK won't work with the upcoming gtk+-2.12 stable release planned for end of July. Hopefully we will release 2.8.5 by then...

2007-06-18 06:03 MR, revision 46513

gtk_border_free is for freeing GtkBorder's, not g_free. Using g_free instead used to have no ill effects as gtk_border_free called that anyway, but in gtk+-2.11 GtkBorder uses GSlice and gtk_border_free therefore uses g_slice_free and using g_free makes things crash hard. So fix it or wxGTK won't work with the upcoming gtk+-2.12 stable release planned for end of July.

2007-06-18 05:53 MR, revision 46512

Fix memory leak in wxTextCtrl au_check_word that was triggered only with wxTE_AUTO_URL style

2007-06-18 04:54 MR, revision 46511

Fix memory leak in wxTextCtrl au_check_word that was triggered only with wxTE_AUTO_URL style

2007-06-17 22:07 ROL, revision 46510

'root' name for root menu

2007-06-17 22:05 ROL, revision 46509

new version of panel.py

2007-06-17 22:04 ROL, revision 46508

- moved some code from panel.py to AttributePanel.py, AttributePanel class used for attributes and WindowAttributePanel for windows attributes; they are created (no caching yet) in empty state for the moment. - Open command loads XML and constructs tree (_Presenter.Flush() used). - tree items contain PyData of DOM node. - creating new DOM nodes in _Presenter.create().

2007-06-17 17:58 VS, revision 46507

when selecting text in wxHTML, selecting half a character is enough to select it (patch #1719530; this is standard behaviour when selecting text)