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-12 11:55 VZ, revision 30953

disable gcc warning about class having private dtors and no friends (patch 1065318)

2004-12-12 11:53 VZ, revision 30952

large files support for wxFFile (patch 1077980 from Mike Wetherell)

2004-12-12 11:49 VZ, revision 30951

only handle WM_NULL in wxIdleWakeUpModule if it is being removed from queue (part of patch 1080770)

2004-12-12 11:47 VZ, revision 30950

use a linked list instead of array for saved messages to fix problems when Dispatch() is reentered (part of patch 1080770)

2004-12-12 11:44 VZ, revision 30949

stop processing pending events after processing all of them which had been in the queue when we started, not until there are none as this could result in an infinite loop (part of patch 1080770)

2004-12-12 11:21 VZ, revision 30948

fixed bug with lower-case colours in wxColourDatabase::AddColour() (patch 1074865)

2004-12-12 11:19 VZ, revision 30947

gravity for splitter window (patch 1046105)

2004-12-12 11:12 VZ, revision 30946

cross-reference types in the generated docs (patch 1038083)

2004-12-12 11:03 VZ, revision 30945

give an error message if we're built in Unicode mode (in response to bug 1079224)

2004-12-12 11:01 VZ, revision 30944

include <windows.h> in tests for multimon.h, ddraw.h and dshow.h as otherwise they don't risk to work (closes 1083808)

2004-12-12 10:33 VZ, revision 30943

removed extra class qualifier from inline method

2004-12-12 10:33 VZ, revision 30942

master setup.h for msvc users

2004-12-12 10:00 SC, revision 30941

10.4 header collision fix

2004-12-12 09:15 RN, revision 30940

fix wxTheApp include

2004-12-12 01:37 KH, revision 30939

Revert change to wording... it is correct to have "aN 1800-page" because the full wording is "an eighteen hundred-page," where the an is clearly correct (say it out loud and it is clear than you would not say "a eighteen hundred-page")

2004-12-12 00:09 VZ, revision 30938

don't look for notebooks beyond first top level parent in our hierarchy

2004-12-12 00:06 VZ, revision 30937

never return NULL_BRUSH from WM_CTLCOLOR handler, it doesn't do much for most controls and breaks background erase for a few (slider, static text, static bitmap, ...)

2004-12-11 23:35 VZ, revision 30936

use MSWAlwaysDrawBg() to fix the problem with black background; rewrote/cleaned up the positioning and window creation code

2004-12-11 23:35 VZ, revision 30935

helper class for implementing composite controls under MSW

2004-12-11 23:34 VZ, revision 30934

added MSWAlwaysDrawBg() to account for controls such as sliders which must not draw background with transparent brush no matter what

2004-12-11 23:32 VZ, revision 30933

added wxRectFromRECT()

2004-12-11 23:29 VZ, revision 30932

added and documented wxRect::Union(); also moved some methods inline

2004-12-11 21:54 RR, revision 30931

A bit of updating the changes.txt etc.

2004-12-11 21:52 RR, revision 30930

Backed-out PNG8 patch (no time to look at why it breaks other PNGs).

2004-12-11 21:33 RR, revision 30929

Whole bunch of minor doc updates from an external patch. Also documented combobox's EVT_TEXT_ENTER

2004-12-11 20:01 VZ, revision 30928

translate VK_OEM_PLUS to '=', not '+', because this is what the unmodified key is

2004-12-11 12:51 RR, revision 30927

Add SetFocusIgnoringChildren() to wxControlContainer. This makes corresponding hacks in wxListCtrl and wxTreeCtrl obsolete. With docs.

2004-12-10 16:20 ABX, revision 30926

Bug #1040683: Remove assert when deleting menu entry.

2004-12-10 12:01 ABX, revision 30925

wxFoldBar now also horizontal (with API methods renamed to mean length rather than height) and more with wxWidgets coding standards. Sample adjustement to changing orientation.

2004-12-10 11:24 JS, revision 30924

Workaround for memory bug when using wxRegConfig and calling SetPath.

2004-12-10 11:23 VZ, revision 30923

really implemented operator==(); reformatted a little

2004-12-10 07:28 ABX, revision 30922

Back to broken comparison until it is not fixed other way.

2004-12-10 01:53 DE, revision 30921

Wrap wxImage specifics in wxUSE_IMAGE and wxBitmap specifics in wxUSE_GUI. This allows the code to be used from wxBase with other image classes.

2004-12-09 19:39 VZ, revision 30920

compilation fix for wxUSE_DATAOBJ == 0

2004-12-09 15:27 JS, revision 30919

Combobox corrections

2004-12-09 15:16 JS, revision 30918

Added further 'missing' wxTextCtrl-like functions to wxComboBox

2004-12-09 15:10 RN, revision 30917

fixup {/'s with last commit merge pre tag change from wxWebSite

2004-12-09 14:59 JS, revision 30916

Spelling corrections

2004-12-09 14:16 JS, revision 30915

Small correction

2004-12-09 14:14 JS, revision 30914

Misc FAQ mods

2004-12-09 00:21 RD, revision 30913

reSWIGged

2004-12-09 00:21 RD, revision 30912

Use SetMinSize instead of SetSizeHints

2004-12-08 22:39 MBN, revision 30911

Moved tests for wxHashMap, wxHashSet and wxList from console sample and converted them to unit tests.

2004-12-08 22:39 MBN, revision 30910

Made wxHashSet compile again. Changed the return value for insert() t match the one of wxHashMap (and of std::set).

2004-12-08 22:33 MBN, revision 30909

Documented wxHashSet. Corrected documentation for wxHashMap::insert() mentioning the correct return value.

2004-12-08 22:29 RR, revision 30908

Applied patch for PNG8 alpha mask.

2004-12-08 22:13 MBN, revision 30907

Check for Pango XFT presence (for wxX11).

2004-12-08 22:08 RR, revision 30906

Corrected wxComboBox::GetValue() after a selection has changed. Added test for that to the "widgets" sample.

2004-12-08 21:51 RD, revision 30905

Use SetMinSize instead of SetSizeHints

2004-12-08 21:49 RD, revision 30904

Some tweaks for the wxMediaCtrl and enhaced the demo a bit

2004-12-08 20:36 RD, revision 30903

fix compilation error

2004-12-08 17:51 JS, revision 30902

Fixed spurious selection of combobox text during resize

2004-12-08 17:43 ABX, revision 30901

wxPaletteBase introduction. wxPalette::GetColoursCount() in interface of all platforms. wxColourMap definition centralized and 2.4 only. Source cleaning.

2004-12-08 17:17 ABX, revision 30900

Fix to FIXME: better nothing than broken comparison.

2004-12-08 17:15 ABX, revision 30899

Fixed bug with lack of return default style if Ok() fails.

2004-12-08 17:12 ABX, revision 30898

Warning fixes.

2004-12-08 17:00 ABX, revision 30897

wxApp decoration to changes list and missed new methods in wxApp section.

2004-12-08 08:36 JS, revision 30896

Script updates

2004-12-07 20:10 ABX, revision 30895

Fix to FIXME about using unused Get/SetOptimization.

2004-12-07 19:57 ABX, revision 30894

wxURI/wxURL links in changes list.

2004-12-07 19:49 ABX, revision 30893

Correct way of modyfing stc.cpp. Thanks Robin for quick guide :-)

2004-12-07 18:02 RD, revision 30892

reSWIGged

2004-12-07 18:00 RD, revision 30891

Added ImageFromDataWithAlpha ctor

2004-12-07 17:58 RD, revision 30890

wx.GridBagSizer stor needs call to _setOORInfo

2004-12-07 17:57 RD, revision 30889

Add wxTextEntryDialogStyle constant

2004-12-07 17:56 RD, revision 30888

Add flags parameter to wx.Process.Kill and wx.Kill

2004-12-07 17:54 RD, revision 30887

Ensure that PlatformInfo is reverse-renamed

2004-12-07 17:53 RD, revision 30886

made dates in comments consistent

2004-12-07 07:47 SC, revision 30885

fixing memory leak (reported by Ken Thomases)

2004-12-07 07:13 SC, revision 30884

fixing memory leak (reported by Ken Thomases)

2004-12-06 23:43 RR, revision 30883

Made sample compile after removal of wxPrintSetupDialog. Tweak makefile to work with GNOME printing.

2004-12-06 23:41 RR, revision 30882

Compilation.

2004-12-06 22:44 VS, revision 30881

fixed ShowFullScreen after somebody broke it by naively using gtk_show_fullscreen without checking if the WM supports it

2004-12-06 17:57 KH, revision 30880

wxHSCROLL works in GTK2, changed description to indicate no effect only on wxGTK1

2004-12-06 17:37 ABX, revision 30879

Fix to FIXME removal for dummies ;-)

2004-12-06 17:35 ABX, revision 30878

Warning fixes.

2004-12-06 17:32 ABX, revision 30877

ssize_t for wxFile, unsigned char markup for color components, whitespace source cleaning.

2004-12-06 17:22 ABX, revision 30876

Further decorations in changes chapter. Missed methods in their base location.

2004-12-06 16:29 JS, revision 30875

Added missing wxToggleButton files.

2004-12-06 15:48 ABX, revision 30874

Use Get*Box instead Get*Region if you are asking about position and size. And it is enough to have it in base class only.

2004-12-06 12:47 RR, revision 30873

Apply choice patch for proper handling of clearing wxChoice (it reported a selection value of 0)

2004-12-06 10:28 VS, revision 30872

fixed typos (patch 1079876)

2004-12-06 08:48 JS, revision 30871

Removed CF_NOSIMULATIONS flag to increase range of available fonts

2004-12-05 23:03 RR, revision 30870

Implemented run-time checks for the GTK version

2004-12-05 20:52 RN, revision 30869

Fix overflow warnings (?)

2004-12-05 20:30 RR, revision 30868

Moved the implemtation of the generic and the native GTK 2.4 file dialogs into one place by making wxFileDialog derive from the generic variant and by then choosing which implementation to use. Later, we'll add run-time checks.

2004-12-05 19:40 KH, revision 30867

Prevent GDK assertions when a window has a hidden (never shown) parent -- do not use wxRegionIterator over the parent if the parent is not mapped

2004-12-05 19:15 KH, revision 30866

Freeze/Thaw implementation

2004-12-05 19:15 KH, revision 30865

Freeze/Thaw patch missed a place where m_buffer should be used

2004-12-05 19:14 KH, revision 30864

Updating wording in Freeze to more accurately describe the situation under wxGTK where Freeze in a text control is most useful

2004-12-05 18:56 JS, revision 30863

Neither PocketPC nor SmartPhone have SHBrowseForFolder

2004-12-05 17:29 RR, revision 30862

Corrected patch.

2004-12-05 17:02 JS, revision 30861

Simplification

2004-12-05 16:56 RR, revision 30860

Invalidate the best size after adding an item to a wxChoice.

2004-12-05 16:30 RR, revision 30859

A little documentation about custom events as per the discussion on the mailing list.

2004-12-05 14:11 JS, revision 30858

Further Wince fixes

2004-12-05 14:01 JS, revision 30857

Moved GetDefaultAttributes outside wxUSE_RICHEDIT block

2004-12-05 13:36 JS, revision 30856

Unicode/WinCE corrections

2004-12-05 12:53 JS, revision 30855

Added flags argument to wxKill and wxProcess::Kill to allow it to kill child processes.

2004-12-04 18:40 RD, revision 30854

Use the 2.4 macro for exporting event types