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

2004-11-27 23:25 RR, revision 30803

Make use of new Art. Add sections to the dir dialog as per the GTK 2.4 file dialog (Home, Desktop, "/").

2004-11-27 23:23 RR, revision 30802

Added new Art which GTK+ 2.4 defines and which we should use.

2004-11-27 23:21 RR, revision 30801

Avoid error message when closing message dialog with the X field from the WM.

2004-11-27 23:19 RR, revision 30800

Make wxTR_NO_LINES default under GTK2

2004-11-27 23:18 RR, revision 30799

Fixes for file dialog. No longer spits out GTK error messages.

2004-11-27 22:40 VS, revision 30798

renamed Render's argument to not obfuscate its meaning

2004-11-27 18:48 RR, revision 30797

A bit of confusion over what is RGB stands for blue...

2004-11-27 16:30 RR, revision 30796

Give native GTK+ look to wxGrid.

2004-11-27 13:08 VS, revision 30795

fixed wxHtmlContainerCell to not render off-screen cells

2004-11-27 12:50 RR, revision 30794

Added support for DrawEllipse and pen styles to GNOME printing. Added test.

2004-11-27 10:39 JS, revision 30793

Doc corrections

2004-11-26 16:43 VS, revision 30792

FreeBSD fix

2004-11-25 20:37 RN, revision 30791

patch 1073385

2004-11-25 18:08 VZ, revision 30790

added missing header needed at least by wxMotif under HP-UX

2004-11-25 18:05 ABX, revision 30789

wxUSE_GAUGE/PROGRESSDLG condition.

2004-11-25 17:56 VZ, revision 30788

removed cleanup module which was only used for working around bugs in memory debugging code which were fixed since

2004-11-25 17:48 ABX, revision 30787

Nicer and longer fading.

2004-11-25 17:42 SC, revision 30786

removed explicit IDs for scrollbars on mac

2004-11-25 17:00 ABX, revision 30785

wxProgressDialog needs progress bar.

2004-11-25 16:53 ABX, revision 30784

DMC conflicts with old SC.

2004-11-25 15:34 RN, revision 30783

fix non-standard c warnings - stab to fix overflow warnings

2004-11-25 14:53 VZ, revision 30782

added test for wxUSE_SCROLLBAR

2004-11-25 14:43 VZ, revision 30781

changed the code to be really sure that exactly one update event is sent when SetValue() is called

2004-11-25 11:40 VS, revision 30780

updated to generate ZIP files with DOS line endings

2004-11-25 08:32 VS, revision 30779

reverted Robert's over-optimisation, correct fix coming soon

2004-11-25 05:21 SC, revision 30778

const comparison operators

2004-11-24 23:33 VZ, revision 30777

removed [GS]etAuto3D() which don't exist any more since quite some time

2004-11-24 22:42 RN, revision 30776

replace apple extended code

2004-11-24 22:31 RN, revision 30775

data stream test for extended

2004-11-24 21:54 VZ, revision 30774

don't disable non top tabs if visual themes are not used

2004-11-24 21:51 VZ, revision 30773

removed msw.xp-tab-ok, in fact it is not needed as tabs never work correctly with visual theme enabled

2004-11-24 21:25 VZ, revision 30772

define inline stubs for methods even with wxUSE_SYSTEM_OPTIONS == 0 to make it possible to test for system options without #ifdefs

2004-11-24 21:24 RN, revision 30771

finish getting rid of background flicker (MCI backend)

2004-11-24 21:24 VZ, revision 30770

added (and documented) msw.xp-tab-ok option

2004-11-24 21:21 RN, revision 30769

reduce black background flicker a bit - there is still some left sometimes initially (MCI backend)

2004-11-24 20:28 RR, revision 30768

Changed the way invisble HTML cells are NOT drawn so that no clipping is required.

2004-11-24 20:10 RD, revision 30767

reSWIGged

2004-11-24 19:52 RD, revision 30766

reSWIGged

2004-11-24 19:49 RD, revision 30765

added overview text for wx.MediaCtrl demo, udpated CHANGES

2004-11-24 19:45 RD, revision 30764

Fixes for the stubbed version so it will compile

2004-11-24 19:34 RD, revision 30763

Added wrappers for wx.MediaCtrl

2004-11-24 19:27 RN, revision 30762

regen bakefiles - get rid of explicit size setting after ctor

2004-11-24 19:21 RD, revision 30761

Added wrappers for wx.MediaCtrl

2004-11-24 19:15 RD, revision 30760

added GetSelection for wxMSW.

2004-11-24 19:15 RN, revision 30759

prevent function hiding - move NextBackend into protected

2004-11-24 19:14 RD, revision 30758

docstrings

2004-11-24 19:10 RN, revision 30757

fix a loading bug - set size if movie is passed into ctor

2004-11-24 17:26 ABX, revision 30756

Distribute splash screen sample mpg.

2004-11-24 16:08 ABX, revision 30755

wxUSE_SLIDER=0 fixes.

2004-11-24 15:49 ABX, revision 30754

wxMediaCtrl in wxSplashScreen presentation.