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

2009-06-18 19:42 RR, revision 61118

Further attempts to implement Clear() for the GTK control

2009-06-18 19:32 VZ, revision 61117

wxHtmlWindow background drawing fixes for OS X and optimizations 1. Avoid crashes under OS X due to attempts to copy window contents to the backing store bitmap: this doesn't work under OS X so avoid it by always painting the background from OnPaint() itself, while still generating the erase background events for compatibility. 2. Don't double buffer wxHtmlWindow drawing if the window is already double buffered. 3. Don't allocate backing store bitmap on the heap, this is useless as bitmaps are already pointer-lile -- so just use invalid bitmap instead of NULL bitmap pointer. 4. Update the html/test sample to show the effects of custom erase background handler in wxHtmlWindow (it overrides the background bitmap painting).

2009-06-18 19:13 VZ, revision 61116

don't draw borders for bitmap buttons with wxBORDER_NONE style

2009-06-18 17:37 JJ, revision 61115

Patch wxGTK1 for recent changes in bmpbuttn

2009-06-18 17:33 VZ, revision 61114

implement propert background style semantics for OS X

2009-06-18 17:28 VZ, revision 61113

use wxOSX_USE_COCOA instead of __WXOSX_COCOA__ (which was checked incorrectly)

2009-06-18 17:25 JJ, revision 61112

Update setup for OpenVMS

2009-06-18 08:18 RD, revision 61111

Use UTF16 for text data object on Mac. Fixes #10902

2009-06-18 08:15 RD, revision 61110

Use UTF16 for text data object on Mac. Fixes #10902

2009-06-18 01:34 VZ, revision 61109

make wxCollapsiblePane blend into its parent background by using the same background colour as it does

2009-06-18 01:16 VZ, revision 61108

correct wrong assert checking for default button flags consistency (closes #10906)

2009-06-18 01:08 VZ, revision 61107

don't define wxHAS_BUTTON_BITMAP for wxUniv (closes #10907)

2009-06-18 01:06 JS, revision 61106

We have to avoid use of wxMacLTEHIViewControl even with CG on 10.5 because we get focus ring problems with wxSpinCtrls and wxSpinButton (to reproduce pre-this-patch, click between wxSpinCtrl and wxSpinButton in widgets sample)

2009-06-18 00:14 VZ, revision 61105

suppress harmless gcc warning about not handling all enum values in a switch

2009-06-18 00:13 VZ, revision 61104

added wxBU_NOTEXT style to allow creating bitmap buttons with stock id not showing the label, as it was possible before

2009-06-17 23:44 JS, revision 61101

Corrected version test

2009-06-17 23:31 JS, revision 61100

Avoid disabling comboboxes completely on 10.4 (caused by rev 56156) See also ticket 10047

2009-06-17 23:27 VZ, revision 61099

wxFont::MakeXXX() and Scale() methods now modify the font in place; XXX() and Scaled() create new font

2009-06-17 23:26 JS, revision 61098

Don't use wxMacMLTEHIViewControl for single-line text controls in non-Core Graphics mode since it doesn't refresh borders properly even on 10.5

2009-06-17 23:10 JS, revision 61097

wxRichTextCtrl native caret now flashes, for wxMac/Core Graphics mode

2009-06-17 23:10 JS, revision 61096

wxRichTextCtrl native caret now flashes, for wxMac/Core Graphics mode

2009-06-17 23:09 JS, revision 61095

wxRichTextCtrl native caret now flashes, for wxMac/Core Graphics mode

2009-06-17 22:40 JMS, revision 61094

Setup.h wrapper was missing propgrid section (ported from trunk)

2009-06-17 22:38 JMS, revision 61093

Setup.h wrapper was missing propgrid section (fixes #10909)

2009-06-17 19:31 MW, revision 61092

fn.Mkdir now gives an ICE on VC6 now that it is const.

2009-06-17 18:32 JS, revision 61091

Avoid accidental enabling of disabled windows by checking for disabled parent

2009-06-17 18:32 JS, revision 61090

Avoid accidental enabling of disabled windows by checking for disabled parent

2009-06-17 18:31 JS, revision 61089

Avoid accidental enabling of disabled windows by checking for disabled parent

2009-06-17 14:20 JJ, revision 61088

Update OpenVMS compile support

2009-06-17 14:12 JJ, revision 61087

Update OpenVMS compile support

2009-06-17 06:36 VZ, revision 61086

implement new wxBG_STYLE_XXX semantics for wxMSW too

2009-06-17 03:32 JMS, revision 61085

wxVariantData now inherits from wxObjectRefData

2009-06-17 01:04 VZ, revision 61084

introduce wxBG_STYLE_{ERASE,PAINT} and implement their documented semantics in wxGTK

2009-06-16 23:57 VZ, revision 61083

fix compilation without wxUSE_STREAMS (closes #10900)

2009-06-16 23:50 VZ, revision 61082

remove more occurrences of MSVC #pragma warning(default) (closes #10885)

2009-06-16 21:31 VZ, revision 61081

implement wxGTK wxBitmapButton in terms of wxButton

2009-06-16 21:08 VZ, revision 61080

implement support for bitmaps for all states in wxGTK wxButton

2009-06-16 21:08 VZ, revision 61079

added helper GTKShouldIgnoreEvent() to use in void GTK event handlers

2009-06-16 19:59 RR, revision 61078

Many more corrections and clarifications to virtual index list model use

2009-06-16 19:40 VZ, revision 61077

use the directory of the most recently opened file in wxDocManager if we have any

2009-06-16 17:59 VZ, revision 61076

fix typo in compatibility SetBitmapLabel() declaration

2009-06-16 07:16 VZ, revision 61075

implement support for button bitmaps (normal state only for now) for wxGTK

2009-06-16 07:05 VZ, revision 61074

fix PCH-less build after changing timer id type to WPARAM (closes #10901)

2009-06-16 01:27 JMS, revision 61073

Fixed printf-related warnings

2009-06-16 01:18 VZ, revision 61072

minor tweaks to alignment styles documentation

2009-06-16 01:10 VZ, revision 61071

implement wxBitmapButton as just a wrapper for wxButton under MSW

2009-06-16 00:43 JMS, revision 61070

Added support for wxLongLong and wxULongLong in wxVariant (closes #10166)

2009-06-16 00:36 VZ, revision 61069

added missing int

2009-06-15 23:31 SC, revision 61068

moving to a 10.4 compatible implementation

2009-06-15 22:18 VZ, revision 61067

implement support for per-state bitmaps in wxMSW wxButton

2009-06-15 21:36 RR, revision 61066

Correct wxDataViewListModel::RowPrepended

2009-06-15 21:35 VZ, revision 61065

add support for bitmap and bitmapposition tags to the wxButton XRC handler

2009-06-15 21:30 RR, revision 61064

Correct wxDataViewCtrl::IsExpanded

2009-06-15 21:21 VZ, revision 61063

implement button support for pre-XP systems (or with themes disabled); using only the normal bitmap so far

2009-06-15 20:35 RR, revision 61062

Fix sending wxEVT_COMMAND_DATAVIEW_COLUMN_HEADER_CLICK, fixes #10894: Missing OSX-Carbon DataView control header click events

2009-06-15 19:53 VZ, revision 61061

no real changes, just use AutoHXXX classes instead of manually creating/deleting objects in owner drawing code

2009-06-15 19:49 VZ, revision 61060

no real changes, just extract private classes from msw/dc.cpp into a private header so that they could be reused from button owner drawing code too

2009-06-15 19:28 VZ, revision 61059

fix Doxygen syntax error which prevented output for this page from being generated at all

2009-06-15 19:14 VZ, revision 61058

use WPARAM (which is 64 bit under Win64) for timer ids instead of long (which is still 32 bit) (see #10896)

2009-06-15 06:23 VZ, revision 61054

implement images support for wxButton under XP and later

2009-06-15 05:36 VZ, revision 61053

include wx/bitmap.h which is required by wxButton now

2009-06-15 05:35 VZ, revision 61052

added missing parentheses in a couple of GetHxxxOf() macros

2009-06-15 00:55 VZ, revision 61051

preparation work for implementing images support in wxButton: move wxBitmapButton methods to the base class (enhancing/completing them in the process); there are no functionality changes yet (hopefully)

2009-06-14 16:45 RR, revision 61049

Updated info on wxRefCounter and related classes

2009-06-14 16:11 RR, revision 61048

Make wxDataViewModel derive from wxRefCounter

2009-06-13 21:42 VZ, revision 61046

don't leave the document in modified state after loading it (closes #10081)

2009-06-13 16:55 JMS, revision 61043

Converted wxVariant to use wxObject's reference counting facilities. Should make sense as wxVariant already derived from wxObject and now wxVariantData inherits wxRefCounter/wxObjectRefData.

2009-06-13 04:48 VZ, revision 61038

added own{fg,bg,font} allowing to set non-inheritable fore/background colours and font from XRC

2009-06-13 02:33 VZ, revision 61037

fix compilation after wxRefCounter changes

2009-06-12 22:29 RR, revision 61036

Update docs to mention wxRefCounter class

2009-06-12 22:18 RR, revision 61035

Use wxRefCounter instead of wxObjecrDataRef

2009-06-12 22:16 RR, revision 61034

Rename wxObjectDataRef wxRefCounter, use it in wxVariant

2009-06-12 22:11 VZ, revision 61033

added convenient wxFont::Make{Bold,Italic,Smaller,Larger} and Scale() methods

2009-06-12 21:37 VZ, revision 61032

compilation fix after wxLoadFileSelector() changes

2009-06-12 21:36 VZ, revision 61031

remove unnecessary refCount=1 parameter from wxObjectRefData ctor

2009-06-12 21:03 JMS, revision 61030

wxPGCellRenderer ctor doesn't really need refCount argument

2009-06-12 20:24 VZ, revision 61029

fix memory leak in SetColFormat() if the column already had an attribute (closes #1807)

2009-06-12 20:02 VZ, revision 61028

only allow selecting existing files in wxLoadFileSelector; use this function instead of wxFileSelector in the samples (closes #10693)

2009-06-12 19:40 VZ, revision 61027

added XRC handler for wxFileCtrl (closes #10785)

2009-06-12 19:26 VZ, revision 61026

added new wx-config --query-xxx options and use them in (Unix) bakefile presets instead of parsing --selected-config output to fix the use of presets when cross-compiling

2009-06-12 19:14 VZ, revision 61025

reuse wxObjectRefData for various ref-counted classes (closes #10886)

2009-06-12 18:15 RR, revision 61024

Remove remaining bits of marker drawing during resizing

2009-06-12 17:35 VZ, revision 61023

clatify alpha discussion (closes #10888)

2009-06-12 17:28 VZ, revision 61022

make more wxFileName methods const (closes #10887)

2009-06-12 16:01 JMS, revision 61018

Added missing virtual dtor for wxPGMultiButton

2009-06-12 16:01 JMS, revision 61017

Added missing virtual dtor for wxPGMultiButton

2009-06-12 15:49 JMS, revision 61016

For needs of wxPython bindings, (re)added a version of RegisterEditorClass() that accepts a custom name for editor.

2009-06-12 15:39 JMS, revision 61014

For needs of wxPython bindings, (re)added a version of RegisterEditorClass() that accepts a custom name for editor.

2009-06-12 05:37 VZ, revision 61010

disable MSVC warning 4275 correctly (closes #10885)

2009-06-12 05:35 VZ, revision 61009

avoid name clashes with GSocket from glib 2.21+ (closes #10883)

2009-06-12 02:42 BBE, revision 61008

Fixed previous merge: configure was accidentaly overwritten

2009-06-12 02:17 MW, revision 61007

Forward port r56500.

2009-06-12 01:08 SC, revision 61006

backport, closes #10852

2009-06-12 01:07 SC, revision 61005

respecting more of the toolbar positions (tb_right not yet working), and fixing SetSize in Realize, closes #10852

2009-06-11 22:56 BBE, revision 61004

Merge r60292-r61003 from trunk. Just to be up to date:-).

2009-06-11 18:46 VZ, revision 61003

allow customizing wxStandardPaths logic for the program directory determination

2009-06-11 18:11 VZ, revision 61002

make wxFileName::{Mk,Rm}dir() const (closes #10868)

2009-06-11 18:02 VZ, revision 61001

Mac appearance fixes: only use a border for wxDisclosureTriangle if wxCollapsiblePane itself has a border; don't set hardcoded background colour

2009-06-11 18:00 VZ, revision 61000

account for the label size in wxDisclosureTriangle under Carbon

2009-06-11 17:57 VZ, revision 60999

GetTextExtent() is not virtual any more (since r60984)

2009-06-11 17:37 RR, revision 60998

Remove ugly flicker during resizing

2009-06-11 17:21 RR, revision 60997

GTK: In virtual list mode, map first row to 1, not to 0 as this is reserved for an invalid item

2009-06-11 17:10 RR, revision 60996

In virtual list mode, map first row to 1, not to 0 as this is reserved for an invalid item

2009-06-11 08:58 SC, revision 60995

backport of event implementation for single line, fixes #10854

2009-06-11 08:54 SC, revision 60994

adding missing release for editor

2009-06-11 08:40 SC, revision 60993

adding events to single line textcontrols (password is not fully supported)

2009-06-10 22:51 JMS, revision 60991

Added note about 'Py' prefix no longer being necessary when reimplementing property member functions in wxPython

2009-06-10 22:50 JMS, revision 60990

Added note about 'Py' prefix no longer being necessary when reimplementing property member functions in wxPython

2009-06-10 22:36 JMS, revision 60989

Allow reparenting wxPropertyGrid(Manager) to work; Show error and suggest calling wxPropertyGrid::OnTLPChanging() if top-level parent changed indirectly.

2009-06-10 19:35 BBE, revision 60988

Added wxEventLoopSource: class encapsulating source of I/O that can be added to event loop and monitored for any kind of I/O. Event sources can currently be added only to wxConsoleEventLoop under Unix.

2009-06-10 18:41 VZ, revision 60984

add virtual DoGetTextExtent() to allow calling the overloaded wxWindowBase::GetTextExtent() on wxWindow objects without any ugly casts/scope resolution operators

2009-06-10 18:19 PJC, revision 60983

Added ribbon panel rendering to the art provider. Added minimum and best size calculation to the ribbon bar. Added sizing and rendering to the ribbon page. Updated ribbon bar and page to inherit from ribbon control. Began to implemented ribbon panel. Extended sample application to add some panels to the pages.

2009-06-10 18:10 PJC, revision 60982

Added new wxRibbonControl class as a base class for ribbon components.

2009-06-10 17:07 VZ, revision 60981

don't disable the use of standard streams/strings by default under OS XE there is no reason to do it

2009-06-10 17:05 VZ, revision 60980

removed the inexistent (at least in 10.4 SDK) and unneeded carbon/carbon.h header inclusion

2009-06-10 16:56 VZ, revision 60979

remove support/detection of Mac OS < X

2009-06-10 16:55 VZ, revision 60978

added --disable-tls option and use it by default under NetBSD which is reported to not have TLS support

2009-06-10 16:54 VZ, revision 60977

don't start menu IDs at 0 to avoid an assert under Mac

2009-06-10 16:44 VZ, revision 60976

document wxBase64DecodeMode and other minor fixes (closes #10882)

2009-06-10 16:43 VZ, revision 60975

add missing DLL export declaration to fix linking in shared library build

2009-06-10 09:09 SC, revision 60974

backporting fixes, see #10876

2009-06-10 09:04 SC, revision 60973

making SetFocus bringing TLW to front as Carbon, see #10876

2009-06-10 08:52 SC, revision 60972

allow mouse events being sent to parents, see #10876

2009-06-10 08:46 SC, revision 60971

allow vetoing on drop, see #10876

2009-06-10 08:37 SC, revision 60970

fixing coordinates for dnd, see #10876

2009-06-10 08:10 SC, revision 60969

misc key-event fixes, see #10876

2009-06-10 07:32 SC, revision 60968

backport: fixes direction for scroll events, closes #10873

2009-06-10 07:24 SC, revision 60967

fixes direction for scroll events, closes #10873

2009-06-10 07:17 SC, revision 60966

backport: adding idle processing in modal loop, closes #10871

2009-06-10 07:15 SC, revision 60965

adding idle processing in modal loop, closes #10871

2009-06-10 07:07 SC, revision 60964

backport: fixing modal dialog quit after nested message box problem

2009-06-10 07:04 SC, revision 60963

fixing modal dialog quit after nested message box problem

2009-06-10 07:03 SC, revision 60962

backport: disclosure triangles on all implementations are able to give their true best size

2009-06-10 07:03 SC, revision 60961

backport of: fixing redraw of combobox on osx_cocoa

2009-06-10 06:53 SC, revision 60960

disclosure triangles on all implementations are able to give their true best size

2009-06-10 06:38 SC, revision 60959

fixing redraw of combobox on osx_cocoa

2009-06-10 06:25 SC, revision 60958

backport of r60956

2009-06-10 06:22 SC, revision 60957

backport of r60955

2009-06-10 06:06 SC, revision 60956

changing disclosure triangle to allow for label

2009-06-10 06:04 SC, revision 60955

fixing border drawing for toplevel controls on dialogs, fixes #10877

2009-06-07 18:01 VZ, revision 60954

fix typo in previous commit

2009-06-07 14:56 VZ, revision 60950

derive wxStandardPathsCF from Unix wxStandardPaths implementation to make it possible to return it from wxGUIAppTraits::GetStandardPaths()

2009-06-07 14:55 VZ, revision 60949

mention support for multiselection in wxDirCtrl

2009-06-07 14:44 VZ, revision 60948

bracket <vector> inclusion by wx/beforestd.h and wx/afterstd.h to avoid warnings in standard headers with MSVC

2009-06-07 14:41 VZ, revision 60947

disable a VC6 warning occurring inside a standard header

2009-06-07 14:38 VZ, revision 60946

work around apparent VC6 bug resulting in warnings about using non-const wxSize/PointRefFromVariant versions

2009-06-07 14:31 VZ, revision 60945

suppress MSVC warning about cast truncating constant value

2009-06-07 14:29 VZ, revision 60944

work around MSVC warnings about using uninitialized variables in optimized build

2009-06-07 14:27 VZ, revision 60943

disable MSVC warning 4275 which is harmless and can't be avoided anyhow

2009-06-07 14:23 VZ, revision 60942

remove inline from IosSeekDirToWxSeekMode() to work around VC6 release build (bogus) warnings about uninitialized variables

2009-06-07 14:19 VZ, revision 60941

correct bug with using uninitialized end variable (unused variable warnings are not always useless)

2009-06-07 12:56 MJM, revision 60940

wxAuiPaneInfo: Change wxDEPRECATED to wxDEPRECATED_INLINE for inline functions. Deprecate public member variables and replace them with private member variables.(Added new accessors where needed) Renamed member variables to use m_ prefix so that they are more consistent with the wxWidgets style guide. Fix ordering of Get/Set functions to be more consistent(Get always before Set) Add const modifier to Set functions so that they are const correct. auibook.cpp Update to use non deprecated functions/variables. dockart.cpp Update to use non deprecated functions/variables. floatpane.cpp Update to use non deprecated functions/variables. framemanager.cpp Update to use non deprecated functions/variables.

2009-06-07 12:45 MJM, revision 60939

revert z-layer changes from revision 60836, will be re-added later with a different name

2009-06-07 11:07 JMS, revision 60938

Added section 'Changes from wxPropertyGrid 1.4'

2009-06-07 11:02 JMS, revision 60937

Added section 'Changes from wxPropertyGrid 1.4'

2009-06-07 09:52 JMS, revision 60936

Implementations of wxPGProperty::ChildChanged() must now return changed value of the whole property instead of writing it back to 'thisValue' argument. This change was done primarily for better compatibility with wxPython bindings, but should also be slightly more cleaner behavior API-wise. Breaks backwards compatibility, but not silently.

2009-06-07 01:34 VZ, revision 60935

return wxStandardPaths, not wxStandardPathsBase, from wxStandardPathsBase::Get() to allow calling platform-specific methods on it if necessary

2009-06-07 01:27 VZ, revision 60934

disable warning about _set_se_translator() requiring /EHa for VC9 too (it was disabled for up to VC8)

2009-06-07 01:26 VZ, revision 60933

fix (bogus) warning about uninitialized variable in release MSVC build

2009-06-07 01:25 VZ, revision 60932

mention wxTreeCtrl::SelectItem() fix of r60921

2009-06-07 01:24 VZ, revision 60931

disable MSVC 8+ warning about using Unicode characters as we do want to use them

2009-06-07 01:22 VZ, revision 60930

disable warnings about unused parameters in CppUnit headers

2009-06-07 01:20 VZ, revision 60929

use _isatty/_fdopen/_fileno() instead of isatty/fdopen/fileno() with VC

2009-06-07 01:18 VZ, revision 60928

use _fileno() instead of fileno() with VC

2009-06-07 01:17 VZ, revision 60927

use _unlink() instead of unlink() with VC

2009-06-07 01:16 VZ, revision 60926

rename ARRAYSIZE to CELLSARRAYSIZE to avoid conflict with a macro with the same name defined in Windows headers

2009-06-07 01:14 VZ, revision 60925

fix warnings about using signed values for chars and strdup() from VC9

2009-06-07 01:13 VZ, revision 60924

fix unused parameter warning

2009-06-07 01:10 VZ, revision 60923

define _SCL_SECURE_NO_WARNINGS to avoid warnings about unsafe standard library functions (such as xsgetn() used in wx/stdstream.h) from VC8+

2009-06-07 01:04 VZ, revision 60922

work around (harmless) warnings in VC7 release build

2009-06-07 00:56 VZ, revision 60921

make wxTreeCtrl::SelectItem(false) work in single selection controls under MSW (fixing the recently added unit test); also set the previously selected item in the selection changing/changed messages

2009-06-07 00:26 VZ, revision 60920

more corrections from Y. KABA.

2009-06-06 19:38 VZ, revision 60919

correct msgfmt warnings after last commit

2009-06-06 19:31 VZ, revision 60918

Japanese translations update from Y. KABA.

2009-06-06 19:27 VZ, revision 60917

simplify code by removing workaround not needed any longer after fix of r60910 (see #10830)

2009-06-06 17:28 JMS, revision 60913

Added wxPGProperty::Set/GetValuePlain() for direct m_value member access needed by wxPython bindings .m_value property

2009-06-06 17:27 JMS, revision 60912

Added better asserts, helps with debugging strange wxVariant issues

2009-06-06 17:24 JMS, revision 60911

Added wxPGProperty::GetValuePlain() and SetValuePlain() for direct m_value access, needed by wxPython bindings .m_value property.

2009-06-06 16:15 VZ, revision 60910

fix bug in generic wxTreeCtrl: calling SelectItem(true) on an already selected item shouldn't toggle its selection (see #10830)

2009-06-06 16:00 VZ, revision 60909

added multiple selections support to wxDirCtrl (closes #10830)

2009-06-06 14:25 VZ, revision 60907

compilation fixes for OS X Cocoa build

2009-06-06 14:09 VZ, revision 60906

document effect of loading an icon bundle on stream position

2009-06-06 14:01 VZ, revision 60905

export wxStatusBarPaneArray from the DLL to fix Borland multilib build

2009-06-06 00:38 SC, revision 60904

backport: avoiding events during destruction, fixes #10855

2009-06-05 23:08 SC, revision 60902

avoiding events during destruction, fixes #10855

2009-06-05 22:51 SC, revision 60901

porting back important speed fix

2009-06-05 10:54 VZ, revision 60900

compilation fixes for g++ 3.2 (closes #10875)

2009-06-05 01:41 VZ, revision 60899

added wxEditbaleListBox XRC handler

2009-06-05 00:40 BBE, revision 60898

File system watcher public interface in its basic form.

2009-06-05 00:28 VZ, revision 60897

correct the fix for avoiding the integer multiplication overflow to really work

2009-06-05 00:27 VZ, revision 60896

use wxAutoBufferedPaintDC to avoid needlessly double buffering under platforms which already do this natively (closes #10869)

2009-06-05 00:24 VZ, revision 60895

account properly for the menu in SetShape() (closes #10870)

2009-06-05 00:24 VZ, revision 60894

account properly for the menu in SetShape() (closes #10870)

2009-06-04 14:17 VZ, revision 60892

value of wrap parameter of wxStaticText must be specified in pixels, not characters

2009-06-04 10:55 VZ, revision 60891

postpone the call to CopyAttributes() until the DC is fully initialized (closes #10867)

2009-06-04 10:23 VZ, revision 60890

removed assert checking that bit depth is 8 or 16 as the code appears to work correctly for 1, 2 and4 bit depths as well (closes #10840)

2009-06-04 10:01 JS, revision 60889

Use live update for splitter on Mac since Leopard seems even more susceptible to screen drawing crashes

2009-06-04 10:01 JS, revision 60888

Use live update for splitter on Mac since Leopard seems even more susceptible to screen drawing crashes

2009-06-04 06:32 SC, revision 60887

backport avoid overdrawing, see #10865

2009-06-04 06:25 SC, revision 60886

avoid overdrawing, fixes #10865

2009-06-04 00:33 VZ, revision 60885

use wxRA_SPECIFY_COLS/ROWS instead of old, deprecated and confusing wxRA_HORIZONTAL/VERTICAL

2009-06-04 00:28 VZ, revision 60884

don't fix the columns number to 1 by default in ctors (closes #10863)

2009-06-04 00:19 VZ, revision 60883

work around g++ 4.3 warning about possibly ambiguous else

2009-06-03 17:44 VZ, revision 60882

credit the reporter of bugs in PNG and TIFF code

2009-06-02 18:22 VZ, revision 60881

fix wxIconBundle creation from multiimage files broken by r60852

2009-06-02 17:11 PJC, revision 60880

Added scrollbar rendering to the ribbon art provider interface, and an (unfinished) implementation to the default provider. Improved performance of multiple tab separator renderings with the default art provider. Added scrollbar rendering to the tab control portion of the ribbon bar (when appropriate). Implemented mouse events on the tab control portion of the ribbon bar.

2009-06-02 16:16 JMS, revision 60878

Make this header SWIG-safe

2009-06-02 15:52 VZ, revision 60877

mention PNG and TIFF loaders fixes

2009-06-02 15:51 VZ, revision 60876

check for integer overflow which could result in buffer overrun when loading an invalid TIFF file

2009-06-02 15:50 VZ, revision 60875

don't free() the same pointer twice if an error occurs during lines pointers allocation

2009-06-02 15:43 VZ, revision 60874

added wxUINTn_MAX constants; document them together with the existing wxINTn_MIN/MAX ones

2009-06-02 15:01 FM, revision 60873

add wxGetLinuxDistributionInfo() and wxPlatformInfo::GetLinuxDistribution() functions; also add to wxPlatformInfo the GetOperatingSystemDescription(), GetDesktopEnvironment(), GetOperatingSystemDirectory() functions to group in the same class (wxPlatformInfo) all available platform-detection functions

2009-06-02 03:51 RD, revision 60870

Make this header SWIG-safe

2009-06-02 01:19 FM, revision 60867

add wxProgressDialog::SetRange() function

2009-06-02 01:05 FM, revision 60866

no change: fix a couple typos

2009-06-02 01:01 FM, revision 60865

do not show the timestamp column in the details pane of the wxLogDialog when timestamping has been disabled

2009-06-01 22:54 VZ, revision 60864

correct Borland #pragma hdrstop position

2009-06-01 17:26 RR, revision 60863

non-PCH compilo

2009-06-01 17:15 RR, revision 60862

Compilo.

2009-06-01 16:55 FM, revision 60860

use a smaller timeout value to avoid blocking buildslaves for 10minutes

2009-06-01 16:46 FM, revision 60859

minor change: differentiate the initial banner of test.exe from test_gui.exe

2009-06-01 16:45 FM, revision 60858

add check about network connectivity; don't run the test if it's not available

2009-06-01 15:57 RR, revision 60857

Closes #10495: wxDataViewCtrl needs a way to start the label editor programmatically, also Windows port now emits vetoable ..._EDITING_STARTED event

2009-06-01 15:56 FM, revision 60856

fix loading ICO from socket stream: override OnSysTell and OnSysSeek rather than directly SeekO/I or TellO/I; in wxICOHandler only call SeekI() if we have a non-null seek offset

2009-06-01 15:04 VZ, revision 60855

corrected wrong type of posErr parameter (closes #10862)

2009-06-01 14:40 FM, revision 60854

fix PCH-less build

2009-06-01 13:46 FM, revision 60853

add wxImage test units to test loading from both seekable and non-seekable streams

2009-06-01 13:43 FM, revision 60852

document that CanRead() and GetImageCount() functions of wxImageHandlers do NOT modify the current stream position and that they require seekable streams; rename current GetImageCount() functions to DoGetImageCount() and put save-and-restore stream position logic in GetImageCount(); add comments in the various DoCanRead() and in DoGetImageCount() where the stream position is modified; remove unneeded SeekI(0) calls from DoCanRead() and DoGetImageCount() functions: they didn't allow to load images from non-seekable streams; implement forward-seeking in wxInputStream::SeekI() also for non-seekable streams

2009-06-01 13:30 FM, revision 60851

add wxURL::GetInputStream test unit; add a global IsNetworkAvailable() utility to the test units

2009-06-01 12:16 JS, revision 60850

Backported Vaclav Slavik's speeded up accurate print preview code from trunk

2009-05-31 22:12 VZ, revision 60848

extracted wxTextWrapper in its own header and made it public

2009-05-31 21:40 VZ, revision 60847

don't redefine HAVE_STRFTIME as it can already be defined by configure (forgotten part of r60842)

2009-05-31 21:40 VZ, revision 60846

added wxDC::CopyAttributes() and use it in wxBufferedDC to ensure that wxAutoBufferedPaintDC font is correctly initialized from the window font, as it already happens with wxPaintDC that it mimics

2009-05-31 21:20 VZ, revision 60845

set focus to the window when the mouse is clicked in it explicitly as we don't let the default mouse click handling take place

2009-05-31 21:15 VS, revision 60844

use enhanced metafiles for wxMSW print preview: this is as accurate as previous code, but much faster (fixes #9970)

2009-05-31 21:11 VS, revision 60843

add ability to create wxEnhMetaFileDC based on a reference DC

2009-05-31 20:57 VZ, revision 60842

don't redefine HAVE_STRFTIME as it can already be defined by configure (closes #10861)

2009-05-31 18:34 FM, revision 60841

group wxPlatformInfo functions for easier browsing; add more descriptions; link the related function group

2009-05-31 16:43 VZ, revision 60839

added default ctor to wxMouseEventsManager, this is convenient when deriving window classes (which must provide default ctors to e.g. allow loading them from XRC) from it

2009-05-31 15:22 VZ, revision 60838

don't add client area origin when positioning the child MDI frame

2009-05-31 15:13 VZ, revision 60837

don't add the sash size to the best size if the window is not actually split (see #10533) [backport of r59415 from trunk]

2009-05-31 15:11 MJM, revision 60836

wxAuiPaneInfo: Add a new dock_zlayer member variable along with accessors, this will be used in creating and serializing of tabs

2009-05-31 15:08 VZ, revision 60835

improve wxTreeCtrl::ScrollTo() behaviour in the generic version and add a test for it to the sample

2009-05-31 14:55 VZ, revision 60834

enable OpenGL library build by default under Windows too

2009-05-31 14:54 VZ, revision 60833

remove duplicate wxUSE_GSTREAMER definition

2009-05-31 14:51 MJM, revision 60832

auidemo: Fix "suggest parentheses around arithmetic..." warning under gcc

2009-05-31 14:43 MJM, revision 60831

wxAuiPaneInfo: Make more consistent with the rest of wxWidgets by bringing it in line with the get/set style guide Deprecate old setters that were not in line with the style guide Implement set functions to go with get functions in several cases where they were missing Modify grouping of accessor functions so that they are logically grouped together in header file in a way that is more consistent with the rest of the library Add basic comments for all accessor functions Other: Modify the rest of AUI and sample to use new functions and not deprecated ones

2009-05-31 11:49 VZ, revision 60830

added wxTempFile::Flush() (dedicated to Theodore Ts'o and Ext4)

2009-05-31 11:12 VZ, revision 60829

allow overriding wxUSE_GLCANVAS value in setup.h by using USE_OPENGL=1 with make (closes #10832)

2009-05-31 10:58 JMS, revision 60828

Added wxPGProperty::SetDefaultValue(v), as a shortcut for SetAttribute(DefaultValue, v)