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-08-04 15:32 JS, revision 54966

Allow small widths if setting initial strings.

2008-08-04 00:37 VZ, revision 54965

general docview.cpp code cleanup; use wxVector<> instead of manually-allocated arrays; refactor wxDocManager::CreateDocument() and allow using wxDOC_SILENT with wxDOC_NEW; cleanup wxFileHistory code

2008-08-03 23:58 VZ, revision 54964

fix fatal bug in wxVector copy ctor

2008-08-03 17:36 SC, revision 54963

fixing name typo

2008-08-03 17:34 SC, revision 54962

moving osx files (rename will follow)

2008-08-03 14:34 VZ, revision 54961

return empty string instead of some garbage if strftime() failed

2008-08-03 13:58 BIW, revision 54960

fix mouse capture lost assert when dialog shown in tab change event handler

2008-08-03 13:57 BIW, revision 54959

fix mouse capture lost assert when dialog shown in tab change event handler

2008-08-03 12:24 VZ, revision 54958

compilation fix for PCH-less build; also moved some functions out of line

2008-08-03 12:15 VZ, revision 54957

fix view rectangle calculation for the control with scrollbars (#9467)

2008-08-03 11:53 VZ, revision 54956

add BSTR arrays handling in wxConvertOleToVariant() (#9636)

2008-08-03 11:47 VZ, revision 54955

add support for multiline labels in wxToggleButton

2008-08-03 11:27 VZ, revision 54954

no real changes, just refactor to remove some code duplication in wxToolBarTool

2008-08-03 11:23 VZ, revision 54953

implement wxToolBarTool::SetLabel() for wxOSX_USE_NATIVE_TOOLBAR (#9746)

2008-08-03 11:16 VZ, revision 54952

use wxPEN/BRUSH_XXX instead of wxXXX (#9812)

2008-08-03 11:12 VZ, revision 54951

make SetValidator() symmetric with GetValidator() (#9793)

2008-08-03 10:59 VZ, revision 54950

update for wxSHUTDOWN_LOGOFF/FORCE, should have been part of r54949

2008-08-03 10:56 VZ, revision 54949

added wxSHUTDOWN_LOGOFF flag, don't use EWX_FORCE by default but only if wxSHUTDOWN_FORCE is specified

2008-08-03 10:54 VZ, revision 54948

compilation fix for PCH-less build after last commit

2008-08-03 10:31 VZ, revision 54947

store palette information from XPM in wxImage (#9763)

2008-08-03 10:09 BIW, revision 54946

fix segfault when Update() is called inbetween mouse-up and mouse-down

2008-08-03 09:46 BIW, revision 54945

fix segfault when Update() is called inbetween mouse-up and mouse-down

2008-08-03 00:36 VZ, revision 54944

don't keep the transparent palette colour from the previous frame for the next one which may not have any transparency at all (#9747)

2008-08-03 00:32 VZ, revision 54943

no real changes, just some cleanup: use wxON_BLOCK_EXIT instead of littering the code with delete[] statements; don't use identifiers starting with underscore

2008-08-03 00:23 VZ, revision 54942

add support for reading alpha channel from BMP images (#9741)

2008-08-03 00:10 VZ, revision 54941

compilation after last commit: semicolon after wxDELETE() is now required; also removed some other extra semicolons and other minor cleanup

2008-08-02 22:49 VZ, revision 54940

made wxDELETE[A]() template functions instead of macros; they now also check that their argument is fully declared (#9685)

2008-08-02 22:34 VZ, revision 54939

don't use our custom WM_PAINT handler with composited window as this results in an endless repaint loop (#9666); also don't even define HandlePaint() under CE as it's never used there

2008-08-02 22:33 VZ, revision 54938

return true from IsDoubleBuffered() if our TLW parent is a composited window; the old version returned false in this case which probably was unintentional as it doesn't seem to make sense (see #9666)

2008-08-02 22:30 VZ, revision 54937

add wxGet/Set/HasWindowExStyle() helpers and use them

2008-08-02 22:24 VZ, revision 54936

compilation fix after last commit

2008-08-02 22:00 VZ, revision 54935

copy both alpha and mask in Paste() (#9658)

2008-08-02 21:51 VZ, revision 54934

add wxRenderer::GetCheckBoxSize(); refactor wxGTK code to avoid duplication (#9642)

2008-08-02 21:49 VZ, revision 54933

added trivial wxLaunchDefaultApplication() implementation for wxMac; added a test for it to the exec sample

2008-08-02 20:13 VZ, revision 54932

add wxImage::SetType() and use it in animation decoders (#9639)

2008-08-02 20:00 VZ, revision 54931

document "clear" parameter of ctor/Create() properly (part of #9639)

2008-08-02 19:45 VZ, revision 54930

fix keyboard navigation in radio boxes containing hidden or disabled items

2008-08-02 18:21 VZ, revision 54929

added enabled and hidden attributes to radio box items in XRC

2008-08-02 17:50 VZ, revision 54928

improve best size calculation; notably account for wxDP_ALLOWNONE

2008-08-02 15:59 VZ, revision 54927

ensure that one of wxRA_SPECIFY_{COLS,ROWS} is set in the radiobox style, otherwise layout code doesn't work correctly and this can easily happen if the radiobox is created from an XRC file not specifying its style at all

2008-08-02 15:31 VZ, revision 54926

implement wxLaunchDefaultApplication() for MSW and document it (#9810)

2008-08-02 15:20 VZ, revision 54925

PCH-less build fix after the last commit

2008-08-02 14:15 VZ, revision 54924

extract parts of wxXRC depending on wxAdv in a separate file to allow statically linking with wxXRC but without wxAdv; note that rebaked project/make files also contain ustring.cpp/h now

2008-08-02 14:14 RR, revision 54923

Support NOR logical function

2008-08-02 14:10 RR, revision 54922

Minor formating

2008-08-02 13:10 VZ, revision 54921

VC6 compilation warning fix for non-defined template class copy ctor

2008-08-02 11:02 MMK, revision 54920

Renamed navigator class

2008-08-02 06:40 SC, revision 54919

guarding all text methods against unset font

2008-08-02 06:31 SC, revision 54918

guarding all text methods against unset font

2008-08-02 04:47 SC, revision 54917

guarding preproc variable against undefined

2008-08-01 23:47 VZ, revision 54916

capitalize the application name in GetAppDisplayName() by default; this results in logging message appearance consistent with wx 2.8 and generally looks better

2008-08-01 23:39 VZ, revision 54915

add wxString::Capitalize() and MakeCapitalized() for consistency with Upper/Lower() we already have

2008-08-01 21:04 BIW, revision 54914

added a number of NULL ptr asserts (#4145)

2008-08-01 21:04 BIW, revision 54913

added a number of NULL ptr asserts (#4145)

2008-08-01 18:59 BIW, revision 54912

fix for defect #4827

2008-08-01 18:58 BIW, revision 54911

fix for defect #4827

2008-08-01 18:35 BIW, revision 54910

fix for ticket #4505, Floatable(false) wasn't working in all cases

2008-08-01 18:35 BIW, revision 54909

fix for ticket #4505, Floatable(false) wasn't working in all cases

2008-08-01 18:24 SC, revision 54908

adding info about opaque classes, making sure refs are displayed correctly in pdf

2008-08-01 17:24 SC, revision 54906

adding logo on frontpage of pdflatex output

2008-08-01 16:08 BIW, revision 54905

floating pane now respects IsFixed pane status; indirect fix for #4044

2008-08-01 16:07 BIW, revision 54904

floating pane now respects IsFixed pane status; indirect fix for #4044

2008-08-01 14:38 VZ, revision 54903

add more stock items (#9799)

2008-08-01 14:31 VZ, revision 54902

removed a cast to WPARAM which was unnecessary and provoked a warning (part of #9803)

2008-08-01 14:29 VZ, revision 54901

inherit wx_error_mgr from jpeg_error_mgr instead of embedding the latter in the former (part of #9803)

2008-08-01 14:22 VZ, revision 54900

remove wxSETranslator() entirely from wxUSE_ON_FATAL_EXCEPTION==0 build (part of #9803)

2008-08-01 14:19 VZ, revision 54899

fix warning about possible uninitialized variable with VC9 (part of #9803)

2008-08-01 14:12 VZ, revision 54898

no real changes, just some minor cleanup to fix a few compile- and run-time warnings (#9805)

2008-08-01 14:03 VZ, revision 54897

implement support for wxOR and wxCLEAR in wxCairoContext::SetLogicalFunction() (#9808)

2008-08-01 13:53 VZ, revision 54896

build fix for wxGTK/Univ build (#9706)

2008-08-01 13:46 VZ, revision 54895

use a single wxBookCtrlEvent class for all wxBookCtrlBase-derived controls (#9667)

2008-08-01 13:43 SC, revision 54894

activating ustring again

2008-08-01 12:05 RR, revision 54893

Forgot to commit

2008-08-01 10:51 JS, revision 54892

Fix for Vista splittree problem, by John Dallaway

2008-08-01 10:31 SC, revision 54891

attempt to commit as utf8

2008-08-01 07:16 RR, revision 54890

Compilation for wchar mode

2008-08-01 06:40 SC, revision 54889

moving common implementation for osx closer to unix, by using threadspsx.cpp and unix/dir.cpp, getting rid of morefile(x) and moving colour.cpp to core

2008-07-31 13:04 SC, revision 54887

OSXTimer for all variants (sorry Vaclav, should be about the last split comit ..)

2008-07-31 13:02 SC, revision 54886

OSXTimer for all variants

2008-07-31 12:35 RR, revision 54885

include <string>

2008-07-31 11:52 SC, revision 54884

although ustring.h/cpp are in files.bkl apparently rebaking was not a good idea, removed again

2008-07-31 10:45 SC, revision 54883

adapting osx file layout

2008-07-31 10:35 SC, revision 54882

adapting osx file layout

2008-07-31 10:27 SC, revision 54881

turning on core timer implementation for carbon as well

2008-07-31 10:23 SC, revision 54880

wxColour is implemented using CoreGraphics

2008-07-31 10:22 SC, revision 54879

wxColour is implemented using CoreGraphics

2008-07-31 10:21 SC, revision 54878
  • D /wxWidgets/trunk/include/wx/osx/carbon/colour.h

wxColour is implemented using CoreGraphics

2008-07-31 10:10 SC, revision 54877

wxColour is implemented using CoreGraphics

2008-07-31 10:04 SC, revision 54876
  • D /wxWidgets/trunk/src/osx/carbon/brush.cpp
  • D /wxWidgets/trunk/src/osx/carbon/pen.cpp

pen and brush are platform neutral on osx

2008-07-31 10:04 SC, revision 54875

pen and brush are platform neutral on osx

2008-07-31 09:59 SC, revision 54874

correcting header path

2008-07-31 09:57 SC, revision 54873
  • D /wxWidgets/trunk/include/wx/osx/carbon/brush.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/pen.h

pen and brush are platform neutral on osx

2008-07-31 09:56 SC, revision 54872

pen and brush are platform neutral on osx

2008-07-31 09:52 SC, revision 54871
  • D /wxWidgets/trunk/include/wx/osx/brush.h
  • D /wxWidgets/trunk/include/wx/osx/pen.h

brush and pen are implementation neutral on osx

2008-07-31 06:59 SC, revision 54870

better guarding when no printing architecture exists

2008-07-31 06:57 SC, revision 54869

better guarding when no printing architecture exists (patch from Joel Low)

2008-07-31 05:57 SC, revision 54868

better guarding when no printing architecture exists (patch from Joel Low)

2008-07-30 22:11 VZ, revision 54862

add operator[] to our wxStringImpl (blind fix for wxMac buildbot build)

2008-07-30 21:53 VZ, revision 54861

fix setting the initial value when it's not in the default 0..100 range [backport of r53550 from trunk]

2008-07-30 21:41 VZ, revision 54860

optimize Replace() for the common case of replacing one character with another one (#9802)