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

2004-12-03 19:47 RD, revision 30853

export the event types

2004-12-03 19:22 VZ, revision 30852

update from herbert breunung

2004-12-03 17:31 ABX, revision 30851

wxGDIObject is used earlier now so additional #include is required for those without PCH.

2004-12-03 15:38 ABX, revision 30850

Fix to FIXME: better nothing than broken comparison.

2004-12-03 15:31 ABX, revision 30849

wxBrushBase between wxBrush and wxGDIObject (class follows wxFontBase model).

2004-12-02 23:17 RN, revision 30848

fix shared msw builds

2004-12-02 21:35 KH, revision 30847

Honor value of SetMaxLength, at least when typing (pasting still circumvents it). This is done by eating non-navigation/delete characters in OnChar.

2004-12-02 18:53 RN, revision 30846

hack around 10.2/10.3 bug with duplicate symbol

2004-12-02 16:16 JS, revision 30845

Spelling corrections

2004-12-02 16:14 JS, revision 30844

Crash fix under VC++

2004-12-02 12:04 JS, revision 30843

Fixed memory checking on Unix by removing inlines and apply patch by Mart Raudsepp

2004-12-02 12:03 JS, revision 30842

Use the right symbol

2004-12-02 09:42 JS, revision 30841

Fix compilo on Unix using src/iodbc which has no SQL_C_WCHAR

2004-12-02 00:02 RN, revision 30840

better name - add newline to end of file for dumber compilers

2004-12-01 23:58 RN, revision 30839

add wxStripExtension test

2004-12-01 23:55 RN, revision 30838

Correct mistakes in wxStripExtension - correct wxString::npos. Spurred by 1073642 filefn.cpp StripExtension(wxString &)

2004-12-01 22:00 RD, revision 30837

ensure that yesr is an integer

2004-12-01 21:35 RR, revision 30836

Added support for GNOME print in static builds also by adding the FORCE_LINK() statements.

2004-12-01 21:33 RR, revision 30835

Added support for static (inlined) wxImages with alpha channel.

2004-12-01 20:52 RR, revision 30834

Applied Freeze()/Thaw() patch for wxTextCtrtl.

2004-12-01 19:15 RR, revision 30833

Compilo

2004-12-01 18:44 RR, revision 30832

Applied font scaling patch (GetTextExtent()) to new printing code as well.

2004-12-01 18:33 RR, revision 30831

Applied patch to "correct" hashmap's freeing of memory.

2004-12-01 18:29 RR, revision 30830

Applied patch to correct EVT-CHAR

2004-12-01 14:46 JS, revision 30829

Include "wx/msw/msvcrt.h" for better leak reporting

2004-12-01 12:50 JS, revision 30828

Allow memcheck.cpp to be compiled without wxDebugContext (for e.g. testing using other leak checkers).

2004-12-01 08:53 ABX, revision 30827

Missing wxWindow member, manual decorations to pure text list of changes.

2004-12-01 04:28 KH, revision 30826

Create wxGtkTextApplyTagsFromAttr for common processing of text attributes from both wxGtkTextInsert and SetStyle (and any other place needed in the future) -- from Mart R.

2004-12-01 00:12 RD, revision 30825

reSWIGged

2004-12-01 00:06 RD, revision 30824

Little tweaks to match recent wxWidgets updates

2004-11-30 22:10 RD, revision 30823

In the wx.LogXXX function wrappers double all % characters so the log function won't try to do parameter substitutions.

2004-11-30 21:21 ABX, revision 30822

Fixed old FIXME about unsigned result of sunstraction + a few changes to be able to compile at the same time wxLongLongNative and wxLongLongWx for unit tests about the same functionality (define wxLONGLONG_TEST_MODE for the build if you want to test it.

2004-11-30 20:57 ABX, revision 30821

Duplicate include order from regex because it's well tested already and avoids the error in Unicode DMC build.

2004-11-30 18:52 ABX, revision 30820

Additional wx*_HATCH styles comment.

2004-11-30 18:46 ABX, revision 30819

IS_HATCH macro replaced with wxBrush::IsHatch() + source and docs little cleaning.

2004-11-30 18:13 KH, revision 30818

gtk_window_[un]fullscreen only available with GTK >= 2.2

2004-11-30 16:55 JS, revision 30817

Added missing newline for Windows debug output

2004-11-29 12:47 ABX, revision 30816

Not native long long fix.

2004-11-29 12:44 ABX, revision 30815

Include fix.

2004-11-28 22:57 RR, revision 30814

Remove linking to libgnomeprint since we load it at runtime now.

2004-11-28 22:55 RR, revision 30813

Made all of the GNOME print support based on wxDynamicLibrary.

2004-11-28 22:54 RR, revision 30812

Dirty hack to prevent double destruction of file dialog.

2004-11-28 19:38 SN, revision 30811

Separated MinGW and OS/2 specific tests for -DNO_GCC_PRAGMA since conditions are slightly different.

2004-11-28 18:42 SN, revision 30810

Reuse workaround for MinGW's problems with pragma interface/implementation and STL support on OS/2.

2004-11-28 18:39 SN, revision 30809

Added support for compiling with wxUSE_STL set to 1.

2004-11-28 17:55 RR, revision 30808

Start of run-time lookup of GNOME print libs.

2004-11-28 13:08 RR, revision 30807

Reverted changes that set m_widget to NULL in native GTK+ dialogs for now. The problem persists, that when quitting the native file dialog with ESC, the dialog will be destroyed twice.

2004-11-28 10:49 VS, revision 30806

fixed subtle SetDirectory bug re-introduced by latest changes (explained in comment in UpdateDialog); reintroduced UpdateDialog so that fixes like this are kept in single place and affect all ways of setting the patch

2004-11-28 09:41 VS, revision 30805

reverted, the problem is deeper than that

2004-11-28 09:33 VS, revision 30804

fixed to not duplicate code needlessly; clarified why gtk_file_chooser_set_current_name is called as it is