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-09 15:05 JS, revision 47972

Toolbars shouldn't have themed borders Made it easier to switch off theme borders in wxWindow if necessary

2007-08-08 23:34 VZ, revision 47969

remove extra space which confuses some servers (at least wu-ftpd 2.6.2) from interpreting the PORT command correctly

2007-08-08 21:55 VS, revision 47967

fixed visiblity attribute warnings in STL build

2007-08-08 21:26 VS, revision 47966

VC6_WORKAROUND -> WX_LIST_VC6_WORKAROUND to prevent name conflicts

2007-08-08 12:39 JS, revision 47963

Made wxBORDER_THEME the same as wxBORDER_DEFAULT Moved wxControl::GetBorderStyle into wxWindowMSW::GetBorderStyle but added GetBorderStyle to have the same behaviour as before (so e.g. notebook panels don't get borders) Improved help window borders

2007-08-08 12:38 JS, revision 47962

Added wxWindowMSW::GetThemedBorderStyle as a helper for 2.8 Improved help window borders

2007-08-08 11:53 JS, revision 47961

Compile fix (VC++ 6 doesn't like wxString::Format with only 1 arg: gives several pages of template-related warnings)

2007-08-08 11:22 JS, revision 47960

Removed minifram

2007-08-08 04:35 DE, revision 47958

Merged 47957 from trunk: Implement the wxST_NO_AUTORESIZE style for wxStaticText. Copyright 2007 Software 2000 Ltd.

2007-08-08 04:34 DE, revision 47957

Implement the wxST_NO_AUTORESIZE style for wxStaticText. Copyright 2007 Software 2000 Ltd.

2007-08-08 04:27 DE, revision 47956

Merged 47955 from trunk: Translate the wxALIGN flags to the Cocoa alignment type in wxStaticText::Create Copyright 2007 Software 2000 Ltd.

2007-08-08 04:25 DE, revision 47955

Translate the wxALIGN flags to the Cocoa alignment type in wxStaticText::Create

2007-08-08 04:06 DE, revision 47954

Merged 47953 from trunk: Use static wxControl::GetLabelText in preference to wxStripMenuCodes with the wxStrip_Mnemonics flag for readability.

2007-08-08 04:05 DE, revision 47953

Use static wxControl::GetLabelText in preference to wxStripMenuCodes with the wxStrip_Mnemonics flag for readability.

2007-08-08 03:18 DE, revision 47952

Merged trunk 47951: Select the first choice in the radiobox upon creation for parity with other ports.

2007-08-08 03:17 DE, revision 47951

Select the first choice in the radiobox upon creation for parity with other ports.

2007-08-08 03:08 DE, revision 47950

Merged trunk 47949: In wxNotebook::Create setTabViewType based off of wxNB_TOP/LEFT/RIGHT/BOTTOM flags if given.

2007-08-08 03:06 DE, revision 47949

In wxNotebook::Create setTabViewType based off of wxNB_TOP/LEFT/RIGHT/BOTTOM flags if given.

2007-08-08 01:38 DE, revision 47947

Merged 47946 from trunk: Return true in unsetenv case.

2007-08-08 01:37 DE, revision 47946

Return true in wxSetEnv for unsetenv case.

2007-08-07 22:39 VZ, revision 47943

correction to last commit: don't test unsetenv() return value, it's void under Darwin

2007-08-07 22:29 VZ, revision 47942

use unsetenv() instead of setenv(var, NULL) which is invalid

2007-08-07 22:26 DE, revision 47941

Implement wxRadioButton Get/SetLabel methods.

2007-08-07 21:44 RD, revision 47940

tweak the size and layout of the cancel button a bit so it doesn't get clipped.

2007-08-07 21:42 RD, revision 47939

tweak the size and layout of the cancel button a bit so it doesn't get clipped.

2007-08-07 21:37 FM, revision 47938

added first version of wxStyleTextCtrl|Event docs

2007-08-07 21:13 VS, revision 47937

the Ubuntu visibility bug only happens when building shared libraries on some systems, use -shared when testing for it

2007-08-07 21:00 FM, revision 47935

typo fix

2007-08-07 20:33 VZ, revision 47932

don't include wx/wxprec.h from headers, it's bad style (patch from Tim Stahlhut)

2007-08-07 19:40 JS, revision 47930

Added wxBORDER_THEME and made wxTextCtrl and wxSearchCtrl show the correct borders. Because we can't add virtual functions because of binary compatibility considerations, we can't make controls intelligent enough to know when they need themed borders. So in 2.8 we have to add wxBORDER_THEME explicitly where necessary.

2007-08-07 19:25 JS, revision 47928

Clean up

2007-08-07 19:22 JS, revision 47927

Added wxBORDER_THEME, wxWindow::GetDefaultBorderForControl(), wxWindow::CanApplyThemeBorder(). wxTextCtrl and wxSearchCtrl now get the correct border on wxMSW, and the wxRichTextCtrl sample also now demonstrates correct borders.

2007-08-07 19:12 RD, revision 47926

Patch #1769242: Check for wxUSE_GRAPHICS_CONTEXT in renderer.cpp

2007-08-07 13:55 JS, revision 47925

Compile fix for VC++ 6

2007-08-07 13:50 JS, revision 47924

compile and warning fixes

2007-08-07 12:01 CE, revision 47923

cvs to svn changes for 2.8.5

2007-08-07 11:52 CE, revision 47922

new is_text from head for svn

2007-08-07 11:46 CE, revision 47921

2.8.5 not 2.8.4

2007-08-07 08:56 CE, revision 47920

put constant in define

2007-08-07 01:38 VZ, revision 47919

remove tests for Mac Rez and SetFile which are also already done by bakefile; restore assignment to RESCOMP which was removed by last commit but which bakefile doesn't set

2007-08-07 01:23 VZ, revision 47918

don't test for things which bakefile already tests for (STRIP, RANLIB, INSTALL, WINDRES, ...); don't chech for VPATH support in make at all as we don't use it any more

2007-08-06 21:48 FM, revision 47917

added propertyaccessor.tex

2007-08-06 21:39 FM, revision 47916

first raw version

2007-08-06 21:37 FM, revision 47915

rewritten completely the XTI overview. First version.

2007-08-06 19:49 FM, revision 47913

build fix

2007-08-06 19:48 FM, revision 47912

regenerated after wx_dynamic_cast addition

2007-08-06 18:31 FM, revision 47911

add wx_dynamic_cast

2007-08-06 14:55 FM, revision 47908

Use wx prefix also for event table macros (still lots of work to do for adding 'wx' prefix to all event macros)

2007-08-06 14:55 DE, revision 47907

Merged 44792 (NOTE: CVS) from trunk: implemented GetLabel() (part of patch 1679337)

2007-08-06 14:53 VS, revision 47906

WXIMPORT must specify default visibility too, otherwise things like typeinfo may break subtly

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