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-01-02 16:53 VZ, revision 50989

reorder the methods in alphabetical order (patch 1861348)

2008-01-02 16:51 VZ, revision 50988

remove redundant m_buffer_size member (patch 1861348)

2008-01-02 16:31 VZ, revision 50987

added wxS(); use it in a couple of places

2008-01-02 13:09 SN, revision 50986

Blind fix for typo in 50972.

2008-01-02 08:04 MW, revision 50985

Missing header.

2008-01-01 20:38 VZ, revision 50982

do VMS-specific X symbols redefinitions only once in wx/platform.h instead of doing it in individual files

2008-01-01 20:04 VZ, revision 50981

CentreOnScreen() is in wxTLW, not wxWindow (bug 1861670)

2007-12-31 20:12 RD, revision 50973

Ensure AutoComp items with no type will set the item's image index to -1.

2007-12-31 20:12 RD, revision 50972

Ensure AutoComp items with no type will set the item's image index to -1.

2007-12-31 10:32 VZ, revision 50961

ensure that gsockmsw.obj is linked in, it was optimized away by MSVC linker resulting in socket manager not being initialized

2007-12-31 10:05 VZ, revision 50960

removed support for Salford compiler (which was almost certainly broken anyhow) (patch 1861133)

2007-12-31 09:45 VS, revision 50959

fixed incorrect use of wxVector<> in wxXRC

2007-12-31 08:58 VS, revision 50958

use iterator in wxTextBuffer::Translate() instead of c_str()

2007-12-31 06:49 MR, revision 50957

Remove declaration of wxScaledFontList wxHashMap, as that's used only in gtk1 port

2007-12-31 06:45 PC, revision 50956

fix leak when creating wxCURSOR_BLANK

2007-12-30 23:35 VZ, revision 50955

fix bug with parsing negative time zones in ParseRfc822Date()

2007-12-30 22:23 VZ, revision 50954

define wxCurrentPoppuMenu for wxUniv too

2007-12-30 22:20 VZ, revision 50953

clarify when wxMaximizeEvent is [not] sent

2007-12-30 19:27 PC, revision 50952

non-pch build fix

2007-12-30 19:12 PC, revision 50951

non-pch build fix

2007-12-30 16:11 JS, revision 50950

Reduction of includes

2007-12-30 16:09 JS, revision 50949

Reduction of includes

2007-12-30 14:22 JS, revision 50948

Fixed pasting inefficiency

2007-12-30 14:20 JS, revision 50947

Fixed pasting inefficiency

2007-12-30 12:41 RR, revision 50946

initial drag interface for wxDataViewCtrl

2007-12-30 10:10 JS, revision 50945

Typo correction

2007-12-29 17:27 JS, revision 50944

Added missing includes

2007-12-29 17:13 JS, revision 50943

Added missing include

2007-12-29 16:35 JS, revision 50942

Added automatic dialog scrolling ability Added ability to resize wizard bitmaps automatically Made it easier to derive from wxWizard and override behaviour, mainly by making members protected instead of private

2007-12-29 13:46 RR, revision 50941

wxDataViewCtrl DnD stubs, some reformating

2007-12-28 23:07 RR, revision 50940

Implement rest of MSW's wxDataViewCtrl's native column reordering

2007-12-28 22:13 RR, revision 50939

Restore MSW's colour picker, II

2007-12-28 22:12 RR, revision 50938

Restore MSW's colour picker

2007-12-28 21:38 RR, revision 50937

Fix wxX11 crash

2007-12-28 18:01 RD, revision 50936

It is possible for a scrolled window to get focus events from children other than the target window's children (the wxGrid label windows for example) so don't trigger an assert about it.

2007-12-28 17:57 RD, revision 50935

It is possible for a scrolled window to get focus events from children other than the target window's children (the wxGrid label windows for example) so don't trigger an assert about it.

2007-12-28 07:16 MR, revision 50934

Workaround an assert that leads up to causing a crash on the next time anything tries to CaptureMouse

2007-12-28 04:37 PC, revision 50933

Fix XPM decoder for images using color (1,0,0) and also using a mask. Mask color was always set to that value because FindFirstUnusedColour was called on an empty image.

2007-12-27 18:41 RR, revision 50926

Also get header button height right

2007-12-27 18:30 RR, revision 50925

Remove (wrong) theme border from header control

2007-12-27 17:45 RR, revision 50924

Fix from Hartwig

2007-12-27 17:00 JS, revision 50923

Return type correction

2007-12-27 03:04 PC, revision 50922

speed up XPM decoding 30-40% by not creating temporary wxString for each pixel

2007-12-26 21:37 RR, revision 50921

Some reorder code for MSW's dataviewctrl

2007-12-26 18:34 SC, revision 50920

fixing exports

2007-12-26 18:30 RR, revision 50919

Patch from Hartwig and me for implementing reorderable dataview columns. Works on OS X and GTK+, breaks OS X a litte

2007-12-26 18:28 SC, revision 50918

fixing exports

2007-12-25 23:33 MR, revision 50917

Fix compilation of unicode debug builds, broken since rev50864

2007-12-25 23:01 MR, revision 50916

Cherry-picked from trunk: Update some references of CVS to SVN, more remain that should be changed; update the daily makefiles link in winCE project file downloading instructions.

2007-12-25 22:51 MR, revision 50915

Update some references of CVS to SVN, more remain that should be changed. Update the daily makefiles link in winCE project file downloading instructions.

2007-12-24 19:25 VS, revision 50914

compilation fix for wxStrspn and wxStrcspn: WX_STR_FUNC should be used after all, WX_STR_FUNC_NO_INVERT is incomplete

2007-12-24 01:53 PC, revision 50913

fix setting client data

2007-12-24 00:05 PC, revision 50912

update mac gl, after rev 50900

2007-12-22 21:54 VZ, revision 50911

include wx/dcclient.h to declare wxWindowDC (blind fix for buildbot compilation error)

2007-12-22 21:21 RR, revision 50910

Compilo

2007-12-22 20:37 RR, revision 50909

Added a bit of cross-linking in the wxGrid docs

2007-12-22 19:55 RR, revision 50908

Added more function groups to wxGrid docs

2007-12-22 19:46 RR, revision 50907

Add HideCol/RowLabels

2007-12-22 18:29 RR, revision 50906

Added API for column reordering

2007-12-22 17:38 PC, revision 50905

non-pch build fix

2007-12-22 16:52 VZ, revision 50904

allow centering wxMessageDialog on its parent window (patch 1836072)

2007-12-22 16:29 VZ, revision 50903

unset the window as invoking window of wxCurrentPopupMenu (which now exists in all ports and not just wxMSW-based ones) if it being destroyed before the menu itself (modified patch 1837214)

2007-12-22 15:58 VZ, revision 50902

implement wxListCtrl::ScrollList() (in report view and vertical direction only) (slightly modified patch 1843647)

2007-12-22 15:52 VZ, revision 50901

fixes to wxImage::ResambleBox() (patch 1843902)

2007-12-22 15:48 VZ, revision 50900

made SetCurrent() and SwapBuffers() return boolean status indicator instead of void (slightly modified patch 1844090)

2007-12-22 15:22 VZ, revision 50899

handle VT_ARRAY/VT_BYREF VARIANTs in wxConvertOleToVariant() (patch 1845897)

2007-12-22 15:14 VZ, revision 50898

replace wxWindowDC with wxDC in generic wxOverlayImpl too to fix compilation after r50886--50890 changes

2007-12-22 15:03 VZ, revision 50897

added wxColourBase::Init() and use DEFINE_STD_WXCOLOUR_CONSTRUCTORS() in all ports now (patch 1851600)

2007-12-22 14:56 VZ, revision 50896

don't use rand() for selecting the colour of the bitmaps to append, this results in 2 pairs of identical colours here without srand() and looks too much like a bug

2007-12-22 14:37 VZ, revision 50895

fix the size of bitmaps we create (bug 1851598)

2007-12-22 14:05 VZ, revision 50893

discard any pending messages for the socket being destroyed to avoid the problem with having them delivered to the next socket we create which reuses the same message number (patch 1856012)

2007-12-22 09:25 SC, revision 50892

keep the owning window

2007-12-22 09:23 SC, revision 50891

removing unnecessary casts

2007-12-22 09:16 SC, revision 50890

changing to wxDC, so that wxGCDC can be used as well

2007-12-22 09:13 SC, revision 50889

changing to wxDC, so that wxGCDC can be used as well

2007-12-22 09:12 SC, revision 50888

changing to wxDC, so that wxGCDC can be used as well

2007-12-22 09:10 SC, revision 50887

changing to wxDC, so that wxGCDC can be used as well

2007-12-22 09:07 SC, revision 50886

changing to wxDC, so that wxGCDC can be used as well

2007-12-22 09:06 SC, revision 50885

changing to wxDC, so that wxGCDC can be used as well

2007-12-22 09:05 SC, revision 50884

keeping the constness

2007-12-22 08:57 SC, revision 50883

forgot to release capture

2007-12-22 08:44 SC, revision 50882

adding rubberbanding

2007-12-21 22:50 VS, revision 50880

fixed XRC handler for sizers to do the expected thing when putting controls into wxScrolledWindow: let them determine virtual size, not real size

2007-12-21 22:49 VS, revision 50879

fixed XRC handler for sizers to do the expected thing when putting controls into wxScrolledWindow: let them determine virtual size, not real size

2007-12-21 22:48 VS, revision 50878

fixed wxScrolledWindow best size calculation to not use current size in computation

2007-12-21 22:47 VS, revision 50877

fixed wxScrolledWindow best size calculation: compute something (this was broken after 2.8) and don't use current size in computation; also removed now-unused ScrollGetWindowSizeForVirtualSize() method to simplify the code

2007-12-21 13:53 VS, revision 50876

toplevel window is shown on screen even if its parent is hidden

2007-12-21 09:58 JJ, revision 50875

Updates For OpenVMS support and some extra includes to define wx(xxxx)DC types.

2007-12-21 01:36 VZ, revision 50870

don't use Unix-specific files which have Darwin-specific counterparts in wxMac/wxCocoa (fixes linking of wxCocoa after socket changes)

2007-12-20 20:50 MW, revision 50869

Move the intel Mac build to a different machine as the current one is down.

2007-12-20 20:05 VS, revision 50868

wxScrolledWindow can get wxEVT_CHILD_FOCUS event for itself, handle that case too

2007-12-20 20:04 VS, revision 50867

wxScrolledWindow can get wxEVT_CHILD_FOCUS event for itself, handle that case too

2007-12-20 19:42 VS, revision 50866

compilation fix for !wxUSE_THREADS

2007-12-20 19:34 VS, revision 50865

fixed wxHAS_GENERIC_PROCESS_CALLBACK check to use #ifdef, not #if

2007-12-20 18:36 VS, revision 50864

backported: when a window inside scrolled window receives focus, make sure the parent is scrolled so that the window with focus is visible

2007-12-20 18:32 VS, revision 50863

skip wxChildFocusEvent in WX_DELEGATE_TO_CONTROL_CONTAINER, so that other code can see the notification too

2007-12-20 18:30 VS, revision 50862

skip wxChildFocusEvent in WX_DELEGATE_TO_CONTROL_CONTAINER, so that other code can see the notification too

2007-12-20 15:05 RR, revision 50861

Playing with wxgrid, adding optionnally native columns labels

2007-12-20 14:12 VZ, revision 50860

regenerate after the recent changes (wxDataViewCtrl enabled by default, socket sample available in wxBase, ...)

2007-12-20 14:08 VZ, revision 50859

show the message about test2 being unsupported on the console