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

2007-12-20 12:03 VZ, revision 50858

use LF EOL style for Unix files

2007-12-20 11:24 RR, revision 50857

Remove old event type compatibility

2007-12-20 10:52 JS, revision 50856

Corrected wxRTTI for wxNotebook so dynamic casting to wxBookCtrlBase works

2007-12-20 10:51 JS, revision 50855

Corrected wxRTTI for wxNotebook so dynamic casting to wxBookCtrlBase works

2007-12-20 06:25 PC, revision 50852

remove old thread debugging code

2007-12-20 06:08 PC, revision 50851

remove unused variables, tabs

2007-12-20 06:08 PC, revision 50850

remove extra semicolon

2007-12-20 06:08 PC, revision 50849

make access for virtuals match base

2007-12-20 06:07 PC, revision 50848

DC headers don't need to be in gtk/private.h

2007-12-20 06:07 PC, revision 50847

more code simplification

2007-12-20 01:19 VZ, revision 50846

set up the correct layout direction for memory dc in Render() (patch 1789359)

2007-12-20 01:05 VZ, revision 50845

use LF style for Unix files which don't work under Cygwin if they have CR LF (feature request 1853440)

2007-12-20 00:55 VZ, revision 50844

no need to reenable VC warning 4251 now as it's globally disabled in wx/defs.h

2007-12-20 00:53 VZ, revision 50843

made deprecated erase() overload inline

2007-12-20 00:47 VZ, revision 50842

document HideWithEffect() too

2007-12-19 19:21 VS, revision 50835

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

2007-12-19 18:52 VS, revision 50834

implemented wxExecute() for wxDFB; share the implementation with wxX11

2007-12-19 17:05 SC, revision 50833

fixing strange bug under OS X (null strings from within CoreFoundation)

2007-12-19 16:50 VZ, revision 50832

fix for ANSI mode build (patch 1853001)

2007-12-19 16:45 VZ, revision 50831

more socket cleanup to allow using wxSocket from both wxBase and wxCore (replaces patch 1756260)

2007-12-19 14:35 VZ, revision 50830

fix compilation after r50329

2007-12-18 20:33 VS, revision 50816

clarified wxRect::Contains(wxRect) comment

2007-12-18 19:35 RD, revision 50815

Use 1040 for the PPC VERSION_MAX_ALLOWED, and do a proper weak linker reference check for CGContextSetBlendMode. This allows the wxPython PPC half of the Universal binary to be fully functional on Tiger+.

2007-12-18 17:19 VS, revision 50814

use #include <> for system headers, not #include ""

2007-12-18 16:53 SC, revision 50813

fixing the HITextView single line scrolling under 10.5

2007-12-18 16:51 SC, revision 50812

fixing the HITextView single line scrolling under 10.5

2007-12-18 16:39 VZ, revision 50811

undid accidental change to this file in r50704

2007-12-18 16:10 VS, revision 50810

fixes for the case when only epoll() based wxFDIODispatcher is available

2007-12-18 15:34 SC, revision 50809

changing code that doesn't work on 10.5 as advertised

2007-12-18 15:33 SC, revision 50808

changing code that doesn't work on 10.5 as advertised

2007-12-18 15:11 SC, revision 50807

starting a doc must return true in order for printpreview to work

2007-12-18 14:42 JS, revision 50806

Added missing include

2007-12-18 14:06 SC, revision 50803

derive wxColourBase from wxObject on msw as well

2007-12-18 13:26 SC, revision 50802

moving things to private headers

2007-12-18 13:25 SC, revision 50801

moving things to private headers

2007-12-18 13:24 SC, revision 50800

moving things to private headers

2007-12-18 13:23 SC, revision 50799

moving things to private headers

2007-12-18 13:23 SC, revision 50798

moving things to private headers

2007-12-18 13:22 SC, revision 50797

moving things to private headers

2007-12-18 13:15 SC, revision 50796

adding explicit copy and assignment

2007-12-18 13:15 SC, revision 50795

adding explicit copy and assignment

2007-12-18 13:13 SC, revision 50794

changing colour derivation

2007-12-18 12:19 VS, revision 50793

corrected WaitForChild comment about who sets endProcData->pid to 0

2007-12-18 11:08 RR, revision 50791

Implement alternating row colours

2007-12-18 10:58 RR, revision 50790

Use IsOk() instead of Ok()

2007-12-18 10:49 RR, revision 50789

MSW needs size for wxImageList

2007-12-18 10:34 RR, revision 50788

Correct background colourin wxDataViewCtrl, Use IsOk() instead of Ok()

2007-12-17 17:38 RD, revision 50770

install the popupwin.h files for wxMac

2007-12-17 15:01 MW, revision 50769

Use short filenames to avoid building under a path with spaces in it. Add lib to path for Native Cygwin builds.

2007-12-17 13:56 RR, revision 50768

Added wxDataViewListIndexModel::Reset(), clarified and corrected wxDataViewModel::Cleared(), corrected sample

2007-12-17 11:28 RR, revision 50764

Added wxDataViewListIndexModel::RowsDeleted() and various related corrections

2007-12-17 07:32 PC, revision 50763

fix tests for brush hatch styles

2007-12-17 07:31 PC, revision 50762

factor out a whole bunch of duplicated code

2007-12-17 07:28 SC, revision 50761

missing include

2007-12-17 07:05 PC, revision 50760

remove some duplication in font scaling code

2007-12-17 06:30 PC, revision 50759

create hatch bitmaps on demand, and dispose of them at termination

2007-12-17 05:58 PC, revision 50758

use a wxCharBuffer instead of malloc/free for pango underline workaround

2007-12-17 05:37 PC, revision 50757

add MutexGuiEnter/Leave to wxAppTraits, integrate native GTK+ GUI locking

2007-12-17 01:57 PC, revision 50756

Make sizing logic clearer, at the expense of a few duplicated lines. Use NULL for pointer parameter instead of None.

2007-12-16 23:53 RR, revision 50755

Disable any refresh in backing window (set_back_pixmap( None ..) makes it transparent

2007-12-16 23:51 RR, revision 50754

use const char* in XPMs

2007-12-16 22:22 RR, revision 50753

Fix resizing prob

2007-12-16 20:10 CE, revision 50752

fix bug VC6 with returning void function

2007-12-16 18:15 VS, revision 50751

fixed wxGTK1's wxDialog::ShowModal() to use GetParentForModalDialog()

2007-12-16 18:14 VS, revision 50750

fixed wxUniv's wxDialog::ShowModal() to use GetParentForModalDialog()

2007-12-16 18:10 VS, revision 50749

convert wxImage's mask into alpha channel in wxDFB's wxBitmap for now, until full wxMask support is implemented

2007-12-16 16:59 SC, revision 50748

fixing string param

2007-12-16 16:48 SC, revision 50747

different CoreText font caches for Robin's tests

2007-12-16 15:16 RR, revision 50746

Implemented (for GTK+) and tested dataview_context_menu event

2007-12-16 14:48 RR, revision 50745

Add dataview context menu event definitions

2007-12-16 14:42 RR, revision 50744

Patches-1851591 ] dataview sample is crashing (under MSW)

2007-12-16 14:25 RR, revision 50743

enable dataviewctrl by default

2007-12-16 13:54 RR, revision 50742

probably fixed blit crash in X11

2007-12-16 13:53 RR, revision 50741

Remove old/new DC test code (3000th commit - and still typing)

2007-12-16 10:20 MW, revision 50738

Add a couple of builds to test out native Windows builds.

2007-12-15 23:21 VZ, revision 50734

wx/animdecod.h must be in common headers, not advanced ones

2007-12-15 23:16 VZ, revision 50733

undid incorrect replacement of WXDLLEXPORT with WXDLLIMPEXP_ADV, wxAnimationDecoder is a core class (because it's the base class for wxANIDecoder which is itself in core because it's used by wxBitmap); remove unnecessary dtor

2007-12-15 21:03 VZ, revision 50732

don't misinterpret the time after the date as a weekday (patch 1836708)

2007-12-15 20:20 VZ, revision 50731

fix unused parameter warning

2007-12-15 18:40 VZ, revision 50730

fixed another invalid cast

2007-12-15 18:26 VZ, revision 50729

fixed invalid cast of wxWindowDCImpl to wxDC in DoGetPixel()

2007-12-15 18:20 VZ, revision 50728

fixed wxGTK1 compilation after wxDC changes (still doesn't work)

2007-12-15 17:54 VZ, revision 50727

Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added wxGDIObject::Create/CloneGDIRefData() and implemented them for (almost) all ports

2007-12-15 17:50 VZ, revision 50726

fix gcc warning about possibly uninitialized variables

2007-12-15 17:50 VZ, revision 50725

fix signed/unsigned comparison warnings

2007-12-15 15:54 MW, revision 50724

td162 is down so try td163.

2007-12-15 15:48 VZ, revision 50723

wxMotif should use wxX11 wxPalette instead of duplicating it

2007-12-15 14:40 VZ, revision 50722
  • D /wxWidgets/trunk/src/gtk1/colordlg.cpp

removed empty file which wasn't present in the makefiles anyhow

2007-12-15 14:07 VZ, revision 50721

fix X11 build after wxDC changes

2007-12-15 13:59 VZ, revision 50720

fix unused variables and parameters warnings

2007-12-15 13:55 VZ, revision 50719

another unused parameter warning (plenty left in .mm files...)

2007-12-15 13:52 VZ, revision 50718

fix unused parameters warnings

2007-12-15 12:07 VS, revision 50717

removed SetVirtualSizeHints() and related code

2007-12-15 11:20 VS, revision 50716

fixed generating of makefiles that don't include common.bkl and so didn't have IS_MSVC_PRJ defined

2007-12-15 06:27 PC, revision 50714

build fix

2007-12-15 04:07 RD, revision 50712

Update Scintilla to version 1.75

2007-12-15 02:57 VZ, revision 50711

don't use 8 bit characters in sources to avoid warnings in non-latin1 locales (patch 1841741)

2007-12-15 02:45 VZ, revision 50710

don't modify the output variable if ToXXX() fails to convert (modified patch 1849041)

2007-12-15 02:37 VZ, revision 50709

Spanish translation updates from MiguelSky

2007-12-15 02:37 VZ, revision 50708

Spanish translation updates from MiguelSky

2007-12-15 02:30 VZ, revision 50707

compilation fix + comment about bogus memory leak (patch 1849988)

2007-12-15 02:23 VZ, revision 50706

correct wxFooEventHandler name (patch 1851026)

2007-12-15 01:25 VZ, revision 50704

PalmOS 6 compilation fixes (patch 1849757)

2007-12-15 00:25 VZ, revision 50703

rebaked everything, fixes problems with OpenGL samples makefiles

2007-12-15 00:06 VZ, revision 50701

wxMotif compilation fixes after wxDC changes

2007-12-14 23:56 VZ, revision 50700

compilation fix after HandleWindowEvent() changes

2007-12-14 23:55 VZ, revision 50699

another file which needs wx/thread.h inclusion now

2007-12-14 22:41 VZ, revision 50695

fixed wxDFB compilation after wxDC-related changes

2007-12-14 22:35 VZ, revision 50694

fixed unused parameter warning

2007-12-14 17:26 SC, revision 50690

making ref counting behavior consistent, activating QD variante for polygon region creation

2007-12-14 17:15 VZ, revision 50689

compilation fix: need to include wx/thread.h now

2007-12-13 23:05 RD, revision 50687

first stab at forward porting deb build changes. There is probably more still to do...

2007-12-13 20:58 RD, revision 50682

Add a FIXME for a reminder...

2007-12-13 20:56 RD, revision 50681

Applied patch [ 1845819 ] wxMSW Top level window freeze fix for trunk

2007-12-13 20:49 RD, revision 50680

Ensure child is frozen before trying to thaw it, to avoid assert.

2007-12-13 19:10 VZ, revision 50679

don't allow TAB-bing away to other TLWs

2007-12-13 00:58 VS, revision 50677

added 'wxgui' template to make writing makefiles for gui apps a bit easier

2007-12-12 22:00 MW, revision 50676

Fix typos.

2007-12-12 21:54 VZ, revision 50675

set wxUSE_DEBUG if both wxUSE_DEBUG_FLAG and wxUSE_DEBUG_INFO were set to fix the debug line in the configure summary

2007-12-12 21:51 MW, revision 50674

Add support for the Windows Testdrive machines and other improvements.

2007-12-12 21:41 MW, revision 50673

Add support for the Windows Testdrive machines, and other improvments.

2007-12-12 20:20 MR, revision 50672

Include defs.h before checking if wxUSE_GRAPHICS_CONTEXT is requested in build.

2007-12-12 20:19 MR, revision 50671

Include defs.h before checking if wxUSE_GRAPHICS_CONTEXT is requested in build.

2007-12-12 18:11 VZ, revision 50670

mention some of the major changes in 2.9 so far

2007-12-12 15:28 VS, revision 50669

fixed test for toplevel windows to use IsTopLevel() instead of doing magic with flags

2007-12-12 14:32 VZ, revision 50668

corrected/removed forward declarations

2007-12-12 01:35 VZ, revision 50646

replace wrong WXDLLEXPORT declarations with correct WXDLLIMPEXP_BASE/ADV/GL (patch from Tim Stahlhut)

2007-12-11 23:00 VZ, revision 50645

don't leak wxImageList if wxHF_CONTENTS is not used in wxHtmlHelpWindow

2007-12-11 15:30 JS, revision 50644

Set the object for context menu events.

2007-12-11 15:28 JS, revision 50643

Set the object for the context menu event.

2007-12-11 13:41 SC, revision 50640

fix for document preview

2007-12-11 13:02 VZ, revision 50639

hack: don't use wxCharTypeBuffer<char>::operator[]() as VC gives linking error for it for some reason

2007-12-11 12:42 VZ, revision 50638

don't overload SizeInM{aj,in}orDir() on const/non-const, VC6 has troubles with this as does DMC, so use different names

2007-12-11 12:38 VZ, revision 50637

fix unused variable warning if !HAS_AUTOCOMPLETE

2007-12-11 12:21 VZ, revision 50636

fix wxBitmapToggleButton link

2007-12-11 05:56 PC, revision 50633

fix for link errors in DLL build

2007-12-11 00:52 RD, revision 50632

Don't prematurely return from Create before appending the choices, and etc.

2007-12-10 22:00 SC, revision 50626

changing guard to support popupwindows as well

2007-12-10 22:00 SC, revision 50625

making sure it always returns a valid string

2007-12-10 20:12 SC, revision 50623

going private with refdata

2007-12-10 20:09 SC, revision 50622

moving common code

2007-12-10 20:07 SC, revision 50621

moving common code

2007-12-10 20:05 RD, revision 50620

wx/generic/filepickerg.h needs installed on Mac too.

2007-12-10 20:03 RD, revision 50619

Add GetSelectedBitmap methods

2007-12-10 15:13 VZ, revision 50614

regenerated to include libtiff make dist fixes

2007-12-10 14:56 VZ, revision 50613

updated commands copying libtiff files

2007-12-10 12:21 VZ, revision 50610

wxBufferedDC is in wxCore, not wxAdv

2007-12-10 12:20 VZ, revision 50609

put wxUSE_TASKBARICON_BALLOONS around ShowBalloon() call

2007-12-10 10:44 RR, revision 50607

document Apple event overrides and their use instead of command line args

2007-12-09 22:34 VZ, revision 50604

correct Clone() signature in the example

2007-12-09 22:33 VZ, revision 50603

add wxUSE_TASKBARICON_BALLOONS to make it possible to turn off their usage if our SDK is too old (mainly for VC6 with its original ancient SDK)

2007-12-09 22:32 VZ, revision 50602

don't use the native implementation if wxTaskBarIcon::ShowBalloon() is not available

2007-12-09 21:53 CE, revision 50601

another VC6 fix; i reused inside for

2007-12-09 16:46 SC, revision 50600

missing forward decl

2007-12-09 13:14 RR, revision 50597

use wxPopupWindow for wxCombo (doesn't work yet)

2007-12-09 12:47 RR, revision 50596

typo

2007-12-09 12:40 RR, revision 50595

wxMac does support wxPopupWindow (there is code for it, at least)

2007-12-09 12:39 RR, revision 50594

add popupwin.cpp to OS X built

2007-12-09 08:32 SC, revision 50593

fixing unicode compile

2007-12-09 02:55 PC, revision 50592

set "eol-style" and "keywords" properties

2007-12-09 00:21 VZ, revision 50591

don't use FillRect() in DoDrawRectangle() but always Rectangle(); minor code cleanup in this function

2007-12-08 22:33 SC, revision 50590

moving collapsible pane a few steps forward os OSX

2007-12-08 22:32 SC, revision 50589

moving collapsible pane a few steps forward os OSX

2007-12-08 22:31 SC, revision 50588

moving collapsible pane a few steps forward os OSX

2007-12-08 21:09 VZ, revision 50587

call Clear() in dtor: this is necessary at least to clean up client object data

2007-12-08 20:51 VZ, revision 50586

add wxUSE_TASKBARICON_BALLOONS to make it possible to turn off their usage if our SDK is too old (mainly for VC6 with its original ancient SDK)

2007-12-08 20:49 VZ, revision 50585

translate wx{File,Dir}PickerWidgetLabel

2007-12-08 20:42 VZ, revision 50584

fix bitmaptglbtn.tex link

2007-12-08 20:41 VZ, revision 50583

fix LaTeX errors; set svn properties correctly

2007-12-08 20:04 SC, revision 50582

easier expression

2007-12-08 18:49 RR, revision 50581

Use native DisclosureTriangle control for wxCollapsiblePane, II

2007-12-08 18:29 SC, revision 50580

unifying CFTypes

2007-12-08 18:26 SC, revision 50579

unifying CFTypes

2007-12-08 17:55 RR, revision 50578

Compilo

2007-12-08 17:48 SC, revision 50577

unifying CFTypes

2007-12-08 17:41 SC, revision 50576

unifying CFTypes

2007-12-08 17:38 SC, revision 50575

unifying CFTypes

2007-12-08 17:36 SC, revision 50574

unifying CFTypes

2007-12-08 17:35 SC, revision 50573

unifying CFTypes

2007-12-08 17:33 SC, revision 50572

fn_str encoding symmetry fix

2007-12-08 17:29 RR, revision 50571

Make wxGenericColourButton derive from wxBitmapButton

2007-12-08 17:28 RR, revision 50570

Small rearrangement of controls

2007-12-08 11:53 RR, revision 50569

[ 1836794 ] gtk menu: radiogroup and separator

2007-12-08 11:37 RR, revision 50568

Added wxWrapSizer (modified patch: [1826950] Wrapping Sizer) from Arne Steinarson

2007-12-08 10:43 RR, revision 50567

Derive from wxToggleButtonBase

2007-12-08 10:43 RR, revision 50566

Derive from wxToggleButtonBase -i Diese und die folgenden Zeilen werden ignoriert -- M gtk1/tglbtn.h M palmos/tglbtn.h

2007-12-08 10:39 RR, revision 50565

use buffered DC again

2007-12-08 10:37 RR, revision 50564

Forgot this one.

2007-12-08 10:36 RR, revision 50563

Document wxBitmapToggleButton, add update UI event in Base class for all toggle buttons

2007-12-08 10:01 BP, revision 50562

Backported r50561: Fixed std::cout redirection code example.

2007-12-08 09:59 BP, revision 50561

Fixed std::cout redirection code example.

2007-12-07 20:27 VZ, revision 50560

fix another LaTeX error

2007-12-07 15:33 CE, revision 50559

SF patch 1840451

2007-12-07 12:04 VZ, revision 50558

document that output parameter of ToLong/Double() shouldn't be used if the function returns false

2007-12-07 08:59 JS, revision 50556

Don't show messages for directories that can't be read since some users will think it's scanning their system

2007-12-07 08:58 JS, revision 50555

Don't show messages for directories that can't be read since some users will think it's scanning their system

2007-12-06 19:52 VS, revision 50552

fixed wxSpinCtrl's client size computation in wxMSW to return something sensible

2007-12-06 18:10 RD, revision 50551

Add wxID_EDIT to the list of stock IDs

2007-12-06 18:09 RD, revision 50550

Add wxID_EDIT to the list of stock IDs

2007-12-06 18:08 RD, revision 50549

bump subrelease number