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-08-06 14:52 VS, revision 47904

fixed incorrect DLL export macro for wxJoystick

2007-08-06 14:19 DE, revision 47903

Merged 47902 from trunk: Consolidate cocoa view/control/cell label setting into wxControl::CocoaSetLabelForObject. Also implements wxStaticBox Get/SetLabel which wasn't in the 2.8 branch.

2007-08-06 13:47 DE, revision 47902

Consolidate cocoa view/control/cell label setting into wxControl::CocoaSetLabelForObject.

2007-08-06 08:46 FM, revision 47901

formatting change

2007-08-06 01:00 VZ, revision 47899

add wx/univ/tglbtn.h to wxUniv headers

2007-08-06 00:59 VZ, revision 47898

use wxBORDER_NONE instead of wxNO_BORDER

2007-08-06 00:58 VZ, revision 47897

corrected sizer code example which wrongly used wxBORDER

2007-08-05 22:14 FM, revision 47895

provide a ctor compatible with "old" wxRTTI system

2007-08-05 22:13 FM, revision 47894

use wx prefix for _all_ public macros (providing backward aliases for compat)

2007-08-05 22:11 FM, revision 47893

formatting changes

2007-08-05 22:10 FM, revision 47892

took the freedom to update the Acknowledgement and File Handling sections (which really needed an update!!); open for comments/other-decisions about the Acknowledgement section ;)

2007-08-05 21:29 FM, revision 47890

updated topic name

2007-08-05 21:29 FM, revision 47889

documented the wxFORCE_LINK_THIS_MODULE and wxFORCE_LINK_MODULE macros (they're useful also for XTI).

2007-08-05 20:01 FM, revision 47887

better GetClassInfo() description

2007-08-05 19:55 FM, revision 47886

put the "classes by category" section immediately after "alphabetic class reference" as it's more logical

2007-08-05 19:54 FM, revision 47885

1. Call this chapter instead of "Functions", "Functions and macros" since it contains docs for LOTS of macros 2. Small fixes and precisations to the various sections 3. move wxDECLARE_APP and wxIMPLEMENT_APP and WXDEBUG_NEW out of "XTI macros" section: they're not anything XTI related! 4. added docs for most of new XTI macros 5. reorganized and revised docs for "old" RTTI macros

2007-08-05 19:05 FM, revision 47884

renamed clasinfo.tex into classinfo.tex (there was a missing "s"!)

2007-08-05 19:04 FM, revision 47883

update the XTI classes section and also lots of other sections: layout classes control classes STC classes (needs someone who writes docs for wxStyledTextCtrl/Event!) multimedia classes openGL classes application and process management

2007-08-05 18:57 FM, revision 47882

fix for the "documentation for native toolkits" section: it cannot be a real \subsection otherwise tex2rtf puts its contents into the wrong page (e.g. in the wxX11 page)

2007-08-05 18:55 FM, revision 47881

use \urlref for external URLs

2007-08-05 18:54 FM, revision 47880

added the static function GetLabelText() to wxStaticText which was mentioned in the docs but not implemented; also fixed the return type documented for wxControl::GetLabel*() functions

2007-08-05 18:32 FM, revision 47879

renamed clasinfo.tex into classinfo.tex (there was a missing "s"!)

2007-08-05 10:10 JS, revision 47878

Updated border style names

2007-08-04 21:58 VZ, revision 47877

make wxTmemxxx() functions return char* and not void* in ANSI build for compatibility with wx 2.9 [backport of 47876 from trunk]

2007-08-04 21:33 VZ, revision 47876

make wxTmemchr() return (and take) char* instead of void* in ANSI build too

2007-08-04 18:40 VZ, revision 47874

added FromAscii(unsigned char *) overloads

2007-08-04 02:31 RD, revision 47870

Fix the building of debug python package if the debian/ubuntu system supports it

2007-08-04 02:27 RD, revision 47869

Patch from KO to allow the renderer to be able to draw onto a wxGCDC

2007-08-03 20:00 VZ, revision 47865

more wxUSE_XXX documented (patch from Tim Stahlhut)

2007-08-03 11:47 VZ, revision 47863

sorting support for generic version (patch 1765087 from Bo)

2007-08-03 08:50 JS, revision 47862

Added Get/SetParentWindow to allow the same easy printing object to be used even if the original parent frame was deleted

2007-08-03 08:50 JS, revision 47861

Added Get/SetParentWindow to allow the same easy printing object to be used even if the original parent frame was deleted

2007-08-02 16:28 DE, revision 47860

Merged 47838 from trunk: Make masks and alpha work for wxCOPY when blitting a selected bitmap from a wxMemoryDC with an eye towards possibly doing more in the future.

2007-08-01 18:54 FM, revision 47856

typo fix

2007-08-01 15:34 JS, revision 47850

Added EVT_MOVE_START, EVT_MOVE_END (wxMSW only for now)

2007-08-01 15:32 JS, revision 47849

Error and warning corrections

2007-08-01 15:30 JS, revision 47848

VC++ 6 reports ambiguities when using template Read/Write, so don't use them in this case

2007-08-01 14:43 VS, revision 47846

fixed linking with visibility enable on Ubuntu and some other systems (any gcc 4.2 amd64?) by removing superfluous virtual wxColour::Ok() (already in wxColourBase)

2007-08-01 12:53 FM, revision 47845

added "show only classes with XTI info" checkbox; added "show all properties recursively" checkbox

2007-08-01 12:53 FM, revision 47844

added GetBaseClass1/2() shortcuts for symmetry with GetBaseClassName1/2()

2007-08-01 10:53 FM, revision 47843

move back m_itsClass member to its original position to avoid warnings from MSVC about "alignment of a member was sensitive to packing"

2007-08-01 10:52 FM, revision 47842

also show the generated code after saving it

2007-08-01 10:40 FM, revision 47841

de-dialogblockfied the code

2007-08-01 04:31 DE, revision 47840

Merged 47839 from 2.8 branch: Add missing wxT.

2007-08-01 04:29 DE, revision 47839

Add missing wxT.

2007-08-01 04:14 DE, revision 47838

Make masks and alpha work for wxCOPY when blitting a selected bitmap from a wxMemoryDC with an eye towards possibly doing more in the future.

2007-08-01 00:25 VZ, revision 47837

corrected library link

2007-07-31 22:03 VZ, revision 47835

added WXDLLEXPORT to the (empty) wxControlWithItems class declaration

2007-07-31 20:10 FM, revision 47832

moved a few methods from headers to sources

2007-07-31 19:30 FM, revision 47831

typo fixes