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

2008-04-06 13:57 VZ, revision 53042

no changes, just some cleanup (patch 1918720)

2008-04-06 12:52 FM, revision 53041

revisions contributed by Utensil Candel

2008-04-06 10:01 CE, revision 53040

SF bug 1895101

2008-04-06 09:31 CE, revision 53039

SF bug 1895101

2008-04-06 02:38 RD, revision 53038

use the same constant the other ports use instead of a magic number

2008-04-06 02:13 RD, revision 53037

Slight reorg of last change

2008-04-06 00:00 KO, revision 53036

Initial implementation of wxGraphicsContext::GetMultilineTextExtent, so that wxGraphicsContext has all the same drawing APIs as wxDC.

2008-04-05 21:00 SN, revision 53035

Tests for declarations of snprintf/vsnprintf/vsscanf should be done in C++.

2008-04-05 20:46 VZ, revision 53034

include more headers for PCH-less compilation

2008-04-05 18:25 RR, revision 53033

Also right-align second column

2008-04-05 18:22 RR, revision 53032

Always interpret a column width of -1 as 80 until somthing better is found

2008-04-05 17:54 VZ, revision 53031

use wxCHECK instead of wxASSERT in Alloc() to avoid crashing when (trying to) use strings of length close to INT_MAX (bug 1933693)

2008-04-05 17:50 VZ, revision 53030

document Alloc() vs returning bool (part of bug 1933693)

2008-04-05 17:29 RR, revision 53029

Added test for right alignment of 1st column

2008-04-05 17:28 VZ, revision 53028

don't crash in ReadString() if the length read from the stream is too big (bug 1933560)

2008-04-05 17:26 RR, revision 53027

Added test for left/centre/right alignment

2008-04-05 17:07 VZ, revision 53026

fix for g++ signed/unsigned comparison warning

2008-04-05 17:05 VZ, revision 53025

include the headers needed for its compilation from the header itself

2008-04-05 13:40 RR, revision 53024

Fixed bug that made adding a child to a branch (that was previously made empty) impossible

2008-04-05 12:37 RR, revision 53023

Bugs-1934787 ] Bug in wxDataViewSpinRenderer::CreateEditorCtrl()

2008-04-05 12:33 RR, revision 53022

Probable fix for [ 1933745 ] Crash in wxDataViewHeaderWindowBase::GetColumn()

2008-04-05 12:24 RR, revision 53021

[ 1922123 ] Generic wxDataViewCtrl leaks

2008-04-05 12:09 RR, revision 53020

Support renderer::LeftClick() in generic code, removed unsupported RightClick(), corrected docs, added test to sample

2008-04-05 09:12 BP, revision 53019

Finished initial review of [ca*-ch*] interface headers.

2008-04-04 23:07 VZ, revision 53014

set focus to the control when it's clicked

2008-04-04 22:30 VZ, revision 53013

use wxWANTS_CHARS to allow arrows to work inside the control

2008-04-04 22:25 VZ, revision 53012

make GenerateEvent() public again to fix wxGTK compilation

2008-04-04 18:39 VZ, revision 53011

regenerate VC8 project files after addition of native MSW version of wxCalendarCtrl too

2008-04-04 16:35 VZ, revision 53010

implemented toggling of wxCAL_MONDAY_FIRST in the native MSW version of wxCalendarCtrl

2008-04-04 16:26 VZ, revision 53009

implemented Mark() in the native MSW version of wxCalendarCtrl

2008-04-04 15:49 VZ, revision 53008

generate double click events in the native MSW version of wxCalendarCtrl

2008-04-04 15:26 VZ, revision 53007

generate the correct events in the native MSW version of wxCalendarCtrl

2008-04-04 14:58 VZ, revision 53006

implemented HitTest() in the native MSW version; added test for it to the sample

2008-04-04 14:24 VZ, revision 53005

implement EnableMonthChange() by restricting the dates range to the current month (this is not ideal as the UI of the control doesn't change, but better than nothing)

2008-04-04 13:07 VZ, revision 53004

compilation fix for PCH-less build

2008-04-04 06:20 BP, revision 53003

Intial review of calctrl.h.

2008-04-04 04:17 VZ, revision 53002

initial native implementation of wxCalendarCtrl for MSW

2008-04-03 23:28 RD, revision 53000

Fix AdjustForOverflow to use item->CalcMin, not item->GetSize

2008-04-03 23:27 RD, revision 52999

Fix AdjustForOverflow to use item->CalcMin, not item->GetSize

2008-04-03 18:57 VS, revision 52998

Fixed timing of malformed animated GIFs in wxHTML (patch #1926825 by Gennady Feller)

2008-04-03 18:55 VS, revision 52997

Fixed timing of malformed animated GIFs in wxHTML (patch #1926825 by Gennady Feller)

2008-04-03 12:47 VZ, revision 52996

replace wrong wxUSE_DYNAMIC_LOADER test with the correct wxUSE_DYNLIB_CLASS one

2008-04-03 12:09 SC, revision 52995

fixing the build for wxMAC_USE_COCOA=1

2008-04-03 11:47 SC, revision 52994

GetPixel isn't returning RGBColor anymore, so change call

2008-04-03 11:41 SC, revision 52993

GetPixel isn't returning RGBColor anymore, so change call

2008-04-03 08:37 FM, revision 52992
  • D /wxWidgets/trunk/docs/html

removed FAQs: they are already available in the website; there's no reason to duplicate them here

2008-04-03 06:43 RD, revision 52990

Call ValueChanged after SetValue so other views will be updated

2008-04-03 03:33 RD, revision 52989

fix warnings

2008-04-03 03:33 RD, revision 52988

fix warnings

2008-04-03 02:50 RD, revision 52987

Fix for potential layout glitches in wxGridBagSizer when items span cells but some other item affects the size of one of spanned rows/cols.

2008-04-03 02:45 RD, revision 52986

Fix for potential layout glitches in wxGridBagSizer when items span cells but some other item affects the size of one of spanned rows/cols.

2008-04-02 13:54 VZ, revision 52982

regenerated after vsscanf() changes

2008-04-02 13:51 VZ, revision 52981

wxMac compilation fix: must explicitly qualify non-dependent MacSetClipChildren() in wxScrolled::Create()

2008-04-02 12:05 SN, revision 52980

Added detection of vsscanf and whether or not a prototype exists in headers.

2008-04-02 11:05 FM, revision 52979

first revision (contains wxHelpEvent and wxNavigationKeyEvent modifications which needs to be solved)

2008-04-02 10:06 VS, revision 52976

backported wxXmlNode::InsertChildAfter and its use during XML parsing to 2.8

2008-04-02 10:04 JS, revision 52975

Only update the toolbar buttons if the toolbar is visible

2008-04-02 10:03 JS, revision 52974

Only update the toolbar buttons if the toolbar is visible

2008-04-02 09:36 VS, revision 52973

changing label invalidates best size

2008-04-02 05:29 BP, revision 52972

Restored the old Classes by Category page to live side-by-side with the full Classes by Category grouping. Also changed the license pages to include the actual license files verbatim rather than duplicated in comments. Cleaned up the Development Tips page a little fixing some minor issues and wrapping at 80 columns. Recategorized the WXDEBUG_NEW() macro from the RTTI group to the Debugging group.

2008-04-02 01:23 BP, revision 52971

115% line height on lists is more than enough, especially for the class hierarchy and class members pages. Also turned off REPEAT_BRIEF for when we add brief descriptions to classes.

2008-04-02 00:10 VZ, revision 52970

log error before returning, not after

2008-04-02 00:04 KO, revision 52969

Commit preliminary fix for wxGraphicsBitmap drawing code on Mac.

2008-04-01 23:53 KO, revision 52968

Use CreateMeasuringContext to do text measurements when we don't have a valid graphics context. (e.g. wxMemoryDC on Mac)

2008-04-01 23:44 VZ, revision 52967

suppress VC++ /Wp64 warnings

2008-04-01 23:43 VZ, revision 52966

move all appearace-related methods down to wxCalendarCtrlBase from wxGenericCalendarCtrl

2008-04-01 22:48 VZ, revision 52965

wxMimeTypesManagerImpl and wxFileTypeImpl are in base, not core

2008-04-01 22:19 SN, revision 52964

Another attempt at fixing Watcom compilation.

2008-04-01 19:43 SN, revision 52963

Added header needed for Solaris to find finite() prototype.

2008-04-01 15:40 VS, revision 52962

compilation fix for wxMSW and r52961

2008-04-01 15:07 VS, revision 52961

Generalized wxScrolledWindow into wxScrolled<T> that can derive from anything (typically wxPanel or wxWindow). Fixed generic wxListCtrl to use wxScrolled<wxWindow> - this fixes focus problems with label-editing text control. Fixes to wxScrolledWindow doxygen docs.

2008-04-01 13:59 FM, revision 52960

replace @b Note with @note; replace '' with "

2008-04-01 13:55 FM, revision 52959

first raw revision

2008-04-01 04:35 RD, revision 52954

Don't force wxBORDER_SUNKEN so the programmer can specify some other style.

2008-03-31 20:32 FM, revision 52952

move readme_vms.txt in a folder ad-hoc

2008-03-31 20:29 FM, revision 52951

add a list of the samples yet to document

2008-03-31 16:39 VZ, revision 52940

improve best height calculation for empty listbox [backport of r52927 from trunk]

2008-03-31 15:22 VZ, revision 52939

throw away the now invalid items in wxSelectionStore::SetItemCount() (bug 1929823) and added a unit test for this class

2008-03-31 15:00 VZ, revision 52938

give an error message when ran from a wrong location instead of just saying that config.status is not found

2008-03-31 14:53 VZ, revision 52937

fix unused parameter warning

2008-03-31 14:42 VZ, revision 52936

store selected indices as unsigned int, not size_t, in wxSelectionStore, we don't need to waste twice the memory needed under Win64

2008-03-31 14:39 FM, revision 52935

update links to the TODO lists

2008-03-31 14:35 FM, revision 52934
  • D /wxWidgets/trunk/docs/gtk/COPYING.LIB
  • D /wxWidgets/trunk/docs/gtk/changes.txt
  • D /wxWidgets/trunk/docs/gtk/licence.txt

remove old files not needed anymore

2008-03-31 14:35 FM, revision 52933
  • D /wxWidgets/trunk/docs/todo30.txt

moved to the wiki

2008-03-31 14:21 FM, revision 52932
  • D /wxWidgets/trunk/docs/cocoa/todo.txt
  • D /wxWidgets/trunk/docs/gtk/todo.txt
  • D /wxWidgets/trunk/docs/mac/todo.txt
  • D /wxWidgets/trunk/docs/motif/todo.txt
  • D /wxWidgets/trunk/docs/todo.txt
  • D /wxWidgets/trunk/docs/wine/todo.txt
  • D /wxWidgets/trunk/docs/x11/todo.txt

moved old TODO lists to the Wiki: http://www.wxwidgets.org/wiki/index.php/Development:_Todo_List

2008-03-31 14:14 FM, revision 52931

move TODO items for wxDocs from the wxwiki to the doxygen manual

2008-03-31 14:06 FM, revision 52930

CSS changes: make lists more spaced; use sans-serif font by default

2008-03-31 14:05 FM, revision 52929

moved translations list to the doxygen manual

2008-03-31 13:27 FM, revision 52928

merge "strategies" page with devtips.h; add mention of Bakefile and wx presets in devtips.h; add explanation of the difference between static/shared builds; reorganize the main page of the manual to improve its usability.

2008-03-31 00:40 VZ, revision 52927

don't leave empty listboxes with tiny best size

2008-03-30 23:34 FM, revision 52926

s/NB:/@note; revised wxFFile

2008-03-30 23:04 FM, revision 52925

typo fix

2008-03-30 18:30 KO, revision 52924

Merge build script updates from 2.8 branch.

2008-03-30 15:50 FM, revision 52923

optimization for faster execution: don't use wxString::Replace() all the times a wxType comparison is required

2008-03-30 14:49 FM, revision 52922

further revision (done by me)

2008-03-30 14:48 FM, revision 52921

revision contributed by Utensil Candel

2008-03-30 13:09 FM, revision 52920

add references to wxWebsite,wxWiki,wxForum

2008-03-30 10:27 VS, revision 52919

added wxXmlNode::InsertChildAfter and use it for (much) faster XML parsing (based on patch by Francesco Montorsi)

2008-03-30 10:12 SN, revision 52918

Add OS/2 to buildbot (patch #1929212).

2008-03-30 00:55 FM, revision 52915

updated the index page: 1) removed sample list: it duplicated (and was out-of-date) the doxygen samples page; 2) removed tex2rtf and odbc references; 3) merged with html/index.htm so that the entire 'html' folder can be removed; temporarily commented-out the FAQ (need to decide how to handle them) and the platforms/i18n pages (need to decide how to handle them)