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-02-26 14:26 JS, revision 52113

Removed redundant Init call (bug 1724495)

2008-02-26 14:15 JS, revision 52112

Fixed [ 1764805 ] wxSeek with negative offset fails on WinCE

2008-02-26 14:15 JS, revision 52111

Fixed [ 1764805 ] wxSeek with negative offset fails on WinCE

2008-02-26 12:54 JS, revision 52110

Fixed bug [ 1870906 ] There are few problems selection text by mouse in RichTextCt Fixed bug [ 1870265 ] window does not scroll after pasting text Fixed bug [ 1870264 ] wxTextUrlEvent after click in empty space Fixed bug [ 1806479 ] wxRichText URL issues (URL event triggered when clicking on blank space) Fixed bug [ 1806953 ] wxRichTextControl::AddParagraph() is broken Fixed a bug in SelectWord causing bad selections. Added Ctrl+Backspace word deletion.

2008-02-26 12:53 JS, revision 52109

Fixed bug [ 1870906 ] There are few problems selection text by mouse in RichTextCt Fixed bug [ 1870265 ] window does not scroll after pasting text Fixed bug [ 1870264 ] wxTextUrlEvent after click in empty space Fixed bug [ 1806479 ] wxRichText URL issues (URL event triggered when clicking on blank space) Fixed bug [ 1806953 ] wxRichTextControl::AddParagraph() is broken Fixed a bug in SelectWord causing bad selections. Added Ctrl+Backspace word deletion.

2008-02-26 09:29 BP, revision 52107

More doxygen topic overview cleanup.

2008-02-26 08:36 MW, revision 52105

td163 down, move to td189.

2008-02-26 08:35 MW, revision 52104

check xmllint/xsltproc installed

2008-02-26 06:14 PC, revision 52100

update GTK size hints when window decorations change

2008-02-26 05:57 DE, revision 52099

* When hiding a wxWindow make sure that none of its subviews are the first responder. If one of them is, make it resign. If it refuses, don't hide the window and return false. * When showing a wxWindow that has been hidden, schedule a reconfiguration of the key-view loop so that tabbing will work correctly. * Add some comments about why wxCocoa does what it does. This makes the widgets sample much more usable.

2008-02-26 00:05 BP, revision 52098

More doxygen overview updates.

2008-02-25 22:39 FM, revision 52097

the manual doxygen generates by default is for the C++ interface only; the wxPython and wxPerl-specific stuff can be enabled by the relative WXPERL_MANUAL and WXPYTHON_MANUAL 'sections'

2008-02-25 22:29 FM, revision 52096

fixed all warnings for topic overviews (letters a,h)

2008-02-25 18:36 VZ, revision 52095

return true from IsShownOnScreen() for TLWs even if their parent is hidden [backport of r50876 from trunk]

2008-02-25 15:35 VS, revision 52094

compilation fix for pch-less build

2008-02-25 13:43 VZ, revision 52093

reset s_bInAssert in wxDoOnAssert() in an exception-safe way (replaces patch 1900613) [backport of r52078 from trunk]

2008-02-25 11:06 VS, revision 52089

gcc on OS X has problems with compiling empty files on SMB shares, added a comment to make macsock.h non-empty

2008-02-25 10:50 BP, revision 52088

Doxygen topic overview cleanups.

2008-02-25 03:01 VZ, revision 52080

check that we have a non-empty keyword in KeywordSearch() (replaces patch 1899972)

2008-02-25 02:51 VZ, revision 52079

reset s_bInAssert in wxDoOnAssert() in an exception-safe way (replaces patch 1900613)

2008-02-25 02:46 VZ, revision 52078

better wording for the last change

2008-02-25 02:45 VZ, revision 52077

implement support for display enumeration under WinCE (patch 1890936)

2008-02-25 02:23 VZ, revision 52076

check for wxDF_UNICODETEXT and not only wxDF_TEXT in CanPaste(), this is necessary under WinCE (patch 1891003) and shouldn't hurt elsewhere

2008-02-25 02:21 VZ, revision 52075

correct radio button best size calculation under CE (was too small by 1 pixel vertically) (modified patch 1891008)

2008-02-25 02:13 VZ, revision 52074

added more includes of wx/msw/dc.h needed since r52054 for wxMSW compilation

2008-02-25 00:29 FM, revision 52073

precision: the listed chars don't need to be escaped when they appear inside @code or @verbatim

2008-02-25 00:25 FM, revision 52072

add the missing < > symbols

2008-02-25 00:09 FM, revision 52071

reworked link anchors and link text

2008-02-25 00:03 FM, revision 52068

fixed anchor link naming, indentation in some places, added the <hr> divisor, fixed the <>& removal in sample XRC and C++ code, wrapped long lines

2008-02-24 23:38 VZ, revision 52064

use wxLogLastError() to show the last error value when reporting failure to create a control (replaces patch 1890940)

2008-02-24 23:28 VZ, revision 52062

always return 471 from wxApp::GetComCtl32Version() under CE as its commctrl.dll includes all comctl32.dll v4.71 functionality (replaces patch 1890933)

2008-02-24 23:24 VZ, revision 52061

don't forcefully disable regex and tiff, they build fine with VC8 (and not eVC)

2008-02-24 23:20 VZ, revision 52060

don't define, nor use, LVS_EX_LABELTIP under WinCE

2008-02-24 23:06 VZ, revision 52059

set TOOLKIT to WINCE for VC8 builds targeting pocketpc2003

2008-02-24 23:05 VZ, revision 52058

compilation fixes for Unicode build in !TIF_PLATFORM_CONSOLE case (fixes WinCE compilation)

2008-02-24 23:04 VZ, revision 52057

WinCE adjustments

2008-02-24 22:59 VZ, revision 52056

don't use hook code for positioning message box under WinCE, it doesn't compile there

2008-02-24 22:59 VZ, revision 52055

restore checks for SM_SWAPBUTTON, it is not defined in WinCE SDK

2008-02-24 22:32 VZ, revision 52054

don't include wx/msw/dc.h from wx/msw/private.h, this results in circular inclusion of wx/stream.h from wx/filefn.h before wxFileOffset is defined which results in compilation errors under WinCE and is bad/confusing anyhow

2008-02-24 20:39 FM, revision 52053

fixed end of line and path separator

2008-02-24 18:57 SC, revision 52052

moving forward

2008-02-24 18:29 SC, revision 52051

moving forward

2008-02-24 18:01 SC, revision 52050

moving forward

2008-02-24 17:39 FM, revision 52049

added images for topic overviews

2008-02-24 17:36 SC, revision 52048

moving forward

2008-02-24 17:36 FM, revision 52047

fix some links

2008-02-24 17:26 FM, revision 52046

revised topic overviews (letters g,h)

2008-02-24 17:25 FM, revision 52045

fixing link anchors naming

2008-02-24 17:25 FM, revision 52044

adding reminder of a few ideas about new ALIASES

2008-02-24 17:22 SC, revision 52043

moving forward

2008-02-24 17:08 SC, revision 52042

first round, connecting overviews properly to main page

2008-02-24 17:07 VS, revision 52041

fixed wxListCtrl::RefreshItem(s) - it didn't update anything before

2008-02-24 17:06 VS, revision 52040

fixed wxListCtrl::RefreshItem(s) - it didn't update anything before

2008-02-24 17:00 VS, revision 52039

wxMac's wxListBox was missing GetDefaultAttributes() to accompany its GetClassDefaultAttributes()

2008-02-24 16:12 FM, revision 52038

added few DON'Ts

2008-02-24 15:48 FM, revision 52037

Rewritten technote for Doxygen documentation

2008-02-24 14:33 FM, revision 52036

added batch script for generating wx HTML manual from windows; added a comment about what the scripts do

2008-02-24 14:23 FM, revision 52035

get rid of references to CVS as we use SVN now

2008-02-24 14:19 FM, revision 52034

remove other references to the contrib hierarchy, which does not exist anymore

2008-02-24 14:15 FM, revision 52033

remove references to the contrib hierarchy, which does not exist anymore

2008-02-24 13:58 VZ, revision 52032

revert r51647 change as it broke the code overriding AcceptsFocusFromKeyboard() to prevent the user from tabbing into a window; simply override it at wxControlContainer too

2008-02-24 00:47 FM, revision 52022

another batch of topic overviews reviewing (letters e,f)

2008-02-23 14:48 SC, revision 52021

under 10.4 there are some theme brushes represented as pure grayscale, convert them to the rgb components accordingly

2008-02-23 09:53 SC, revision 52020

adding comments for debugging visibility differences between native and wx state

2008-02-23 09:46 SC, revision 52019

Use native visibility information at this point, as it might trigger during a sequence of hiding/showing events

2008-02-23 09:45 SC, revision 52018

avoiding double firing of visibility state changed for certain controls like multiline text controls

2008-02-23 00:19 VZ, revision 52017

remove MacIsReallyShown() as we now have public IsShownOnScreen() doing exactly the same thing

2008-02-22 22:31 RD, revision 52016

Use build/autoconf_prepend-include when running autoconf

2008-02-22 22:27 RD, revision 52015

Add AutoToolbox framework

2008-02-22 22:05 FM, revision 52014

another batch of topic overviews reviewing

2008-02-22 20:39 RD, revision 52011

Add MacHideApp

2008-02-22 20:37 RD, revision 52009

Add MacHideApp

2008-02-22 19:59 VS, revision 52008

fixed wxBitmapButton to use focus and hover bitmaps correctly; also fixed tons of misnomers

2008-02-22 19:57 VS, revision 52007

fixed wxBitmapButton to use focus and hover bitmaps correctly

2008-02-22 18:44 VS, revision 52001

fixed strange focus order in wxTipDialog and set initial focus to the checkbox instead of read-only textctrl

2008-02-22 18:37 VS, revision 52000

fixed strange focus order in wxTipDialog and set initial focus to the checkbox instead of read-only textctrl

2008-02-22 14:12 JS, revision 51997

Fixed IsShownOnScreen() for Mac

2008-02-22 14:12 JS, revision 51996

Fixed IsShownOnScreen() for Mac

2008-02-22 14:11 JS, revision 51995

Fixed IsShownOnScreen() for Mac

2008-02-22 13:24 VS, revision 51993

moved win_gtk.h header to wx/gtk/private, it's for internal use only

2008-02-21 23:34 KO, revision 51982

Add wxGraphicsBitmap with Win and Mac impls.

2008-02-21 22:05 FM, revision 51981

fixed some doxygen warnings about wrong anchor links

2008-02-21 21:58 FM, revision 51980

fixing the topic overviews

2008-02-21 21:46 FM, revision 51979

fixing the topic overviews

2008-02-21 21:45 FM, revision 51978

fixed the library links

2008-02-21 21:45 FM, revision 51977

fixed the library links

2008-02-21 21:12 FM, revision 51976
  • D /wxWidgets/trunk/docs/doxygen/categories.h
  • D /wxWidgets/trunk/docs/doxygen/constants.h
  • D /wxWidgets/trunk/docs/doxygen/const_cpp.h
  • D /wxWidgets/trunk/docs/doxygen/const_keycode.h
  • D /wxWidgets/trunk/docs/doxygen/const_keymod.h
  • D /wxWidgets/trunk/docs/doxygen/const_langcodes.h
  • D /wxWidgets/trunk/docs/doxygen/const_stdevtid.h
  • D /wxWidgets/trunk/docs/doxygen/const_stockitems.h
  • D /wxWidgets/trunk/docs/doxygen/const_wxusedef.h
  • D /wxWidgets/trunk/docs/doxygen/copyright.h
  • D /wxWidgets/trunk/docs/doxygen/devtips.h
  • D /wxWidgets/trunk/docs/doxygen/introduction.h
  • D /wxWidgets/trunk/docs/doxygen/libs.h
  • D /wxWidgets/trunk/docs/doxygen/manual.h
  • D /wxWidgets/trunk/docs/doxygen/platdetails.h
  • D /wxWidgets/trunk/docs/doxygen/strategies.h
  • D /wxWidgets/trunk/docs/doxygen/topics.h
  • D /wxWidgets/trunk/docs/doxygen/utilities.h

move pages under 'mainpages' and also adopt new link anchor naming and use @itemdef instead of \twocolitem tag

2008-02-21 21:11 FM, revision 51975

move pages under 'mainpages' and also adopt new link anchor naming and use @itemdef instead of \twocolitem tag

2008-02-21 19:49 FM, revision 51974

use @itemdef macro and correct link naming

2008-02-21 18:59 FM, revision 51973

use @subpage where possible

2008-02-21 18:59 FM, revision 51972

the wxTip overview is in tipprovider.h; this is a page of the reference manual which should stay in wx/interface - fix the link

2008-02-21 18:57 FM, revision 51971
  • D /wxWidgets/trunk/docs/doxygen/overviews/tipprovider.h

the wxTip overview is in tipprovider.h; this is a page of the reference manual which should stay in wx/interface

2008-02-21 16:58 JS, revision 51970

Fix caret position when deleting last character

2008-02-21 16:57 JS, revision 51969

Fix caret position when deleting last character

2008-02-21 16:23 JS, revision 51968

Don't treat character attributes as non-paragraph attributes if using a named paragraph style

2008-02-21 16:23 JS, revision 51967

Don't treat character attributes as non-paragraph attributes if using a named paragraph style

2008-02-21 16:19 JS, revision 51966

Don't omit empty text objects

2008-02-21 16:18 JS, revision 51965

Don't omit empty text objects

2008-02-21 16:14 VZ, revision 51964

fix harmless unused variable warning under CE

2008-02-21 16:13 VZ, revision 51963

restore generic DrawEllipticArc() used by CE which was lost during the great wxDC refactoring somehow

2008-02-21 16:11 VZ, revision 51962

VC8 doesn't have xlocale support under CE

2008-02-21 14:07 VS, revision 51961

removed now-unused wxSizer::GetMax/MinWindowSize helpers

2008-02-20 22:28 MW, revision 51944

Compile fixes.

2008-02-20 22:20 MW, revision 51943

Compile fix.

2008-02-20 20:33 JS, revision 51942

Fixed two out by one errors

2008-02-20 20:32 JS, revision 51941

Fixed two out by one errors

2008-02-20 16:33 VZ, revision 51940

revert not encoding the colons in FileNameToURL() under MSW (r51904, patch 1890922) as this completely broke wxFS URLs parsing; explain this in a comment in the trunk version

2008-02-19 23:05 FM, revision 51930

added Id keyword

2008-02-19 23:04 FM, revision 51929

added wxWidgets samples

2008-02-19 22:46 FM, revision 51928

new aliases

2008-02-19 22:31 FM, revision 51927

use lowercase for anchor names of wxlibs

2008-02-19 22:30 FM, revision 51926

use @subpage where possible instead of @ref

2008-02-19 22:28 FM, revision 51925

fix wxConfig link and layout the initial list in two columns

2008-02-19 22:27 FM, revision 51924

adding some stub for wx-specific styles

2008-02-19 17:28 FM, revision 51921

added Id keyword

2008-02-19 16:51 FM, revision 51920

fix part of the doxygen warnings introducing aliases for preprocessor commands; replacing some \_ with _ and fixing links to the libraries_page

2008-02-19 16:50 VZ, revision 51919

add check for minimal BCC version as well as message advising to turn _USE_OLD_RW_STL on for BCC 5.6 [backport from trunk]

2008-02-19 16:35 FM, revision 51918

fix doxygen.log and put the .css file in the HTML output folder

2008-02-19 16:35 FM, revision 51917
  • D /wxWidgets/trunk/docs/doxygen/tabs.css

we simply use doxygen default

2008-02-19 16:21 FM, revision 51916

forgot to commit these -- were part of devtips.h

2008-02-19 15:23 FM, revision 51915
  • D /wxWidgets/trunk/docs/doxygen/doxylog

removed erraneously-added file

2008-02-19 15:23 FM, revision 51914

renamed some topic overviews to a more readable filename

2008-02-19 15:15 FM, revision 51913

removed almost all TeX code from main manual pages

2008-02-19 15:01 CE, revision 51912

add meta to manifests

2008-02-19 13:28 FM, revision 51911

removed useless spaces

2008-02-19 13:18 FM, revision 51910

moved the images under images folder

2008-02-19 13:02 FM, revision 51909

adjusted topic links

2008-02-19 02:43 VZ, revision 51905

implement wxRadioBox::Reparent(): it didn't reparent the radio buttons (patch 1891030)

2008-02-19 02:37 VZ, revision 51904

don't encode collons in file:// URLs under Windows as IE is incapable of opening them (and other browsers can open both forms) (patch 1890922)

2008-02-19 01:13 DE, revision 51903

Backport 51898 from trunk

2008-02-19 00:25 DE, revision 51902

Backport 51895 & 51896 which define HAVE_DLOPEN/HAVE_DLERROR when configure is run on an OS X system supporting them (everything >= 10.3).

2008-02-19 00:04 FM, revision 51901

added initial version of the Doxygen manual

2008-02-18 23:58 VZ, revision 51900

make IsOk() virtual to allow it to be overridden in e.g. wxEnhMetaFile (replaces patch 1896222)

2008-02-18 23:47 VZ, revision 51899

reverted r51340: don't use wxWeakRef in the library code as long as not all supported compilers (notably all versions of Borland C++) can compile it; reapply r51340 once wxWeakRef is supported everywhere

2008-02-18 23:44 DE, revision 51898

Rework the dl* Darwin compatibility code so it uses the real functions when available. If compiled to allow for pre-10.3 systems it will do the check at runtime and the compatibility functions will be compiled but likely not used. If compiled with 10.3 or higher as the minimum version, the compatibility functions will not be compiled and the library will work identically as it does on all other UNIX. Even if the compatibility code is compiled in, the function names are now prefixed with wx_darwin_ and are marked static so they don't make it into the exported symbols, even in their C++-mangled form.

2008-02-18 23:43 VZ, revision 51897

honour locale modifiers such a @valencia in system locale (patch 1896444)

2008-02-18 22:53 DE, revision 51896

Don't include dlfcn.h from wx/dynlib.h on Darwin. We might be using our own internal replacement functions.

2008-02-18 22:50 DE, revision 51895

Test for dlopen/dlerror on Mac OS X as with any other UNIX. Indent dlerror test appropriately.

2008-02-18 21:51 DE, revision 51894

Limit wxListBox best size to 100x100. Particularly important on trunk where the best size is not cached and will thus keep telling the sizers that the best size is the full size of the content (i.e. such that you wouldn't need to scroll it).

2008-02-18 21:26 DE, revision 51893

Revert the 2.8 hacks from r51892 on the trunk.

2008-02-18 21:13 DE, revision 51892

Ensure that the NSTableColumn width is that of its largest item to enable horizontal scrolling in wxListBox. Copyright 2008 Software 2000 Ltd.

2008-02-18 20:36 DE, revision 51891

Add a new macro to the Objective-C uniquifying support that allows a uniquified class to be a subclasses of another uniquified class.

2008-02-18 13:44 VZ, revision 51888

tell user to define _USE_OLD_RW_STL for BC5.6 instead of refusing to compile with it entirely

2008-02-18 04:58 DE, revision 51869

Fix bug where native views with the NSScrollView wrapper would have their document size reset to the wx virtual size upon any size event.

2008-02-17 20:11 VZ, revision 51864

add ka_GE, ku_TR and ne_NP; some cleanup and better handling of sr_XX (patch 1858926)

2008-02-17 09:16 SC, revision 51858

going private again

2008-02-17 08:58 SC, revision 51857

going private again

2008-02-17 01:37 VZ, revision 51853

fix wxNotebook::GetPage{Text,Image}() when they were called from the page change event handler for the first added page (patch 1895161)

2008-02-16 21:37 SC, revision 51852

wxstat fn_str() aftermath ..

2008-02-16 21:33 SC, revision 51851

wxstat fn_str() aftermath ..

2008-02-16 15:56 VZ, revision 51847

turn wxUSE_STD_IOSTREAM on by default (except for the compilers which are too broken) (should have been part of r51844)

2008-02-16 15:54 VZ, revision 51846

fix redundant storage of current date both in wxCalendarCtrl and popup m_currentDate variable which resulted in multiple bugs, e.g. calendar didn't open at the current date value [ABI preserving version of r51843 from trunk]

2008-02-16 15:49 MW, revision 51845

Add <fetch> class to allow building tarballs from the York site.

2008-02-16 15:40 VZ, revision 51844

turn wxUSE_STD_IOSTREAM on by default (except for the compilers which are too broken)

2008-02-16 15:39 VZ, revision 51843

fix redundant storage of current date both in wxCalendarCtrl (which was itself redundantly stored as both wxDatePickerCtrl::m_cal and m_popup) and popup m_currentDate variable which resulted in multiple bugs, e.g. calendar didn't open at the current date value

2008-02-16 14:25 VZ, revision 51842

remove duplicated create/destroyevt.tex inclusion, put dcsvg.tex in the right place in alphabetic order

2008-02-16 13:36 JS, revision 51840

Avoid paragraphs with no children

2008-02-16 13:35 JS, revision 51839

Avoid paragraphs with no children

2008-02-16 12:09 JS, revision 51836

Fixed an XML parsing error for complex URLs

2008-02-16 12:09 JS, revision 51835

Fixed an XML parsing error for complex URLs

2008-02-16 11:15 JS, revision 51834

Removed unnecessary include

2008-02-16 11:15 JS, revision 51833

Removed unnecessary include

2008-02-16 01:59 SN, revision 51824

Backported bitmap drawing under Win9x and 2000 (not supporting alpha transparency) from r51031 (modified patch 1761598).

2008-02-16 00:09 VZ, revision 51823

mention wxLogBuffer

2008-02-16 00:07 VZ, revision 51822

correct wxUSE_MSGDLG description (it's for wxMessageDialog, not wxMessageOutput)

2008-02-16 00:05 VZ, revision 51821

document wxLogBuffer

2008-02-15 21:06 SC, revision 51817

better implementation from VZ

2008-02-15 20:46 SC, revision 51816

better implementation from VZ

2008-02-15 16:24 SC, revision 51815

supporting case insensitive iteration

2008-02-15 16:21 SC, revision 51814

applying patch 1894478, 10.5 AudioServices support

2008-02-15 15:41 JS, revision 51813

Set default attributes after a SetSelection

2008-02-15 15:41 JS, revision 51812

Set default attributes after a SetSelection

2008-02-15 15:33 SC, revision 51811

applying patch 1894478

2008-02-15 14:35 VZ, revision 51810

don't clutter the code with (apparently) unnecessary SM_SWAPBUTTON checks (patch 1892656)

2008-02-15 14:16 VZ, revision 51809

compilation fix for bcc 5.82: don't use enum for value definition, Borland doesn't use the value correctly when the template is used later then

2008-02-15 13:14 VZ, revision 51807

compilation fix for TRACE_MASK after last change (replaces patch 1894434)

2008-02-14 23:34 DE, revision 51800

Better listbox scrollbar behavior.

2008-02-14 22:54 DE, revision 51799

Hack: force a vertical scroller on wxListBox.

2008-02-14 21:31 DE, revision 51798

Ensure that the (separate on 2.8 branch) message dialog style gets set when constructing wxCocoa's message dialog.

2008-02-14 21:08 DE, revision 51797

Move wxWindowCocoaScrollView class into its own header. (Equivalent of r51796 on the 2.8 branch)

2008-02-14 20:40 DE, revision 51796

Move wxWindowCocoaScrollView class into its own header.

2008-02-14 19:46 DE, revision 51795

More GC fixes.

2008-02-14 17:14 SC, revision 51794

making the wxContainer select the text field for first child focus instead of choice, so that we have always the same behaviour, since text fields are always focusable, choices only with full keyboard access...

2008-02-14 15:57 VZ, revision 51793

more unused parameter warnings

2008-02-14 15:24 VZ, revision 51791

I got too tired of seeing these unused parameters warnings finally

2008-02-14 13:43 VS, revision 51790

greatly simplified wxGenericCollapsiblePane::OnStateChange() after wxSizer fixes from r51789

2008-02-14 13:41 VS, revision 51789

fixed wxSizer::SetSizeHints() to allow setting smaller size than before (e.g. when wxCollapsiblePane collapses)

2008-02-14 13:40 VS, revision 51788

added wxWindow::Set/GetMin/MaxClientSize convenience functions

2008-02-14 11:16 FM, revision 51786

put URLs into \urlref commands

2008-02-14 11:11 JS, revision 51785

Cut down on unnecessary update events

2008-02-14 11:08 JS, revision 51784

Cut down on unnecessary update events

2008-02-14 11:01 JS, revision 51783

Performance optimization

2008-02-14 11:01 JS, revision 51782

Performance optimization

2008-02-14 05:31 PC, revision 51778

remove gratuitous junk which had nothing to do with the commit log message

2008-02-14 05:31 PC, revision 51777

backport r49252, use a GtkAlignment to set size of toolbar controls, instead of trying to "correct" size_allocate

2008-02-13 23:16 VZ, revision 51776

use listctrl coordinates for the wxEVT_COMMAND_LIST_COL_RIGHT_CLICK events (this was broken during wxMSWGetColumnClicked() refactoring)

2008-02-13 23:09 VZ, revision 51775

mention fix for the column index in the column right-click event

2008-02-13 23:07 VZ, revision 51774

use header window coordinates when searching for the right-clicked column (bug 1879009)

2008-02-13 22:46 VZ, revision 51773

set listview extended styles after switching to report view and not only when creating it (bug 1874996) [backport of 51390 from trunk]

2008-02-13 22:43 VZ, revision 51772

don't define TRACE_MASK if it's not used (fixes gcc warning)

2008-02-13 22:42 VZ, revision 51771

fix gcc format string warning and simplify the code a little as was already done in the trunk

2008-02-13 22:39 VZ, revision 51770

don't define HAVE_FSYNC if it's already defined (as it can happen when using Cygwin with configure)

2008-02-13 22:36 VZ, revision 51769

initialize the colour to be invalid if the name passed to the ctor is invalid (bug 1891235)

2008-02-13 22:14 KO, revision 51768

Experimental branch to allow us to play with changes needed for wxWebKit using the 2.8 branch.

2008-02-13 21:32 VS, revision 51767

split wxSizer::Fit() into ComputeFittingWindow/ClientSize() that only does computations and Fit() that applies the result to the window

2008-02-13 20:30 DE, revision 51766

Fix (at least) slider action messages in GC mode. Copyright 2008 Software 2000 Ltd.

2008-02-13 20:24 DE, revision 51765

If aWxString.fn_str() is used as the argument to wxStat then wxStat should not be used at all because wxStat is looking for a wxChar* that it will pass through wxConvFile whereas fn_str() effectively returns a char* suitable for use directly with the real function.

2008-02-13 19:26 JS, revision 51764

Make sure paragraph style is reset before applying a new style

2008-02-13 19:26 JS, revision 51763

Make sure paragraph style is reset before applying a new style

2008-02-13 18:42 SN, revision 51762

Blind fix to improve wx-config's Bourne shell compatibility.

2008-02-13 18:41 SN, revision 51761

Blind fix to improve wx-config's Bourne shell compatibility.

2008-02-13 17:18 JS, revision 51760

Implemented selection using shift left click

2008-02-13 17:17 JS, revision 51759

Implemented selection using shift left click

2008-02-13 16:57 PC, revision 51758

make sure client area is refreshed after last child frame is closed

2008-02-13 16:28 JS, revision 51757

Fixed undo batching

2008-02-13 16:27 JS, revision 51756

Fixed undo batching

2008-02-13 15:37 VS, revision 51755

removed no longer used src/iodbc directory

2008-02-13 14:47 VS, revision 51754

removed unused g_focusWindowLast

2008-02-13 14:24 JS, revision 51753

Further fixes, for selected text display and new paragraph insertion

2008-02-13 14:24 JS, revision 51752

Further fixes, for selected text display and new paragraph insertion

2008-02-13 08:35 SC, revision 51750

fixing wxSystemColour conversion

2008-02-13 06:58 PC, revision 51747

backport r51481, fix for GTK assertion from gtk_widget_set_colormap

2008-02-13 04:39 PC, revision 51746

fix assert at startup on non-MSW

2008-02-12 23:06 VZ, revision 51744

use platform-specific styles in xTR_DEFAULT_STYLE but don't impose them forcefully in wxGenericTreeCtrl ctor as this prevents people from using them even if they explicitly want to do it

2008-02-12 22:53 VZ, revision 51743

use const char*, not char*, for string literals to avoid gcc warnings

2008-02-12 22:46 VZ, revision 51742

add forgotten file needed by the last change to the sample

2008-02-12 20:13 VS, revision 51741

added wxWindow::HandleAsNavigationKey() helper for handling (not only) TAB key in custom controls

2008-02-12 17:05 JS, revision 51740

Fixed several style, paste and undo bugs Added a reload function to the sample for quickly restoring original text

2008-02-12 17:05 JS, revision 51739

Fixed several style, paste and undo bugs Added a reload function to the sample for quickly restoring original text

2008-02-12 15:53 VS, revision 51738

use ClientToWindowSize/WindowToClientSize

2008-02-12 15:49 VS, revision 51737

added wxWindow::ClientToWindowSize and WindowToClientSize helpers

2008-02-12 13:16 SC, revision 51735

adding filename conversion for wxStat

2008-02-12 11:29 VS, revision 51734

silence warnings about <headers>

2008-02-12 10:49 SC, revision 51733

fixing SetShape's bridging between RgnHandle and HiShapeRef

2008-02-12 07:25 JJ, revision 51674

Update setup for OpenVMS

2008-02-12 04:03 PC, revision 51673

build fix for non-MSW

2008-02-12 00:06 VZ, revision 51672

use wxLanguageInfo::GetLocaleName() instead of Desscription which can't be passed to _create_locale() (except that it works for a few standard languages by random coincidence)

2008-02-11 23:57 VZ, revision 51671

simplify SETLOCALE_FAILS_ON_UNICODE_LANGS-related code

2008-02-11 23:48 VZ, revision 51670

remove half a dozen #ifndef __WXWINCE__ as they dont seem to be necessary now (wxSetlocale() is defined in wxcrt.h for all platforms); if the compilation for CE is broken it must be fixed by providing wxSetlocale() stub for it instead of writings tons of #ifdefs!

2008-02-11 23:40 VZ, revision 51669

add wxLanguageInfo::GetLocaleName(), this simplifies the current code and will be used with wxXLocale

2008-02-11 23:23 VZ, revision 51668

avoid duplication in the code by refactoring LCID creation from wxLanguageInfo::WinLang and WinSublang in a member function

2008-02-11 22:34 VZ, revision 51667

initialize m_backgroundBrush to an invalid brush instead of wxTRANSPARENT_BRUSH, this shouldn't change anything but avoids unneeded initialization

2008-02-11 22:30 VZ, revision 51666

use #ifdef __WXMAC__, not #if

2008-02-11 21:12 VZ, revision 51665

document that wxTLW::SetSize() is affected by SetSizeHints()

2008-02-11 21:01 FM, revision 51664

use WXLIBPOSTFIX inside the define-*-name tags so to make the generated makefiles much shorter.

2008-02-11 20:51 VZ, revision 51663

use correct WXDLLIMPEXP_FWD_CORE instead of WXDLLIMPEXP_FWD_BASE for wxWindow forward declaration

2008-02-11 20:23 VZ, revision 51662

update m_lastcount correctly in wxBufferedInputStream::Read() when using the buffer associated with another stream and not created by this one

2008-02-11 20:16 VZ, revision 51661

set selection anchor to the focused item in SetItemState()

2008-02-11 17:39 PC, revision 51660

fix for glib critical errors when closing an mdi child

2008-02-11 16:03 VZ, revision 51659

implement wxListBox::EnsureVisible() in wxGTK; add a test for it to the widgets sample

2008-02-11 15:19 SC, revision 51658

applying 1890924

2008-02-11 14:22 VZ, revision 51657

compilation fix for wxUSE_STL==1

2008-02-11 14:21 SC, revision 51656

applying 1890924

2008-02-11 08:59 CE, revision 51652

see http://thread.gmane.org/gmane.comp.lib.wxwidgets.devel/97537

2008-02-11 08:29 CE, revision 51651

fix SF bug 1890890

2008-02-11 07:29 DE, revision 51650

When Cocoa sends [tabView:didSelectTabViewItem:] create a page changed event instead of a page changing event and actually send it. Copyright 2008 Software 2000 Ltd.

2008-02-11 01:24 VZ, revision 51649

make wxGenericCollapsiblePane a wxControlContainer to allow keyboard navigation to and inside it

2008-02-11 01:23 VZ, revision 51648

docs for wxXLocale (should have been part of r51632)

2008-02-11 01:21 VZ, revision 51647

use CanAcceptFocus() instead of CanAcceptFocusFromKeyboard() when checking if we should TAB into a child because the latter is not recursive and we do want to TAB into panels which don't have focus themselves but have children that do

2008-02-11 00:14 VZ, revision 51645

no changes, just do the case of m_winLastFocused to wxRadioButton once instead of four times in wxMSW radiobutton navigation hack fragment

2008-02-11 00:09 VZ, revision 51644

don't use parent window of a TLW in HandleOnNavigationKey(), even if it's apparently harmless it's wrong to involve the parent TLW in the code navigating inside this one

2008-02-10 23:43 VZ, revision 51643

log Unicode data correctly, extract the logging code in MyConnectionBase class instead of quadriplicating it

2008-02-10 23:27 VZ, revision 51642

pass correct data size to DdeClientTransaction() in Unicode build

2008-02-10 21:17 MW, revision 51641

Fix IA64 VC++ 8 Stable to be a full build.

2008-02-10 21:15 MW, revision 51640

Fix for systems with old non-POSIX awk.

2008-02-10 17:45 VZ, revision 51639

mention wxXLocale

2008-02-10 17:43 VZ, revision 51638

cast char values to unsigned char before passing them to CRT functions as MSVC CRT asserts if passed a negative value

2008-02-10 17:38 VZ, revision 51637

fixed wxXLocale(wxLanguage) ctor under Windows, use it instead of ctor from locale string in the test

2008-02-10 17:18 VZ, revision 51636

fix compilation with VC7

2008-02-10 17:16 VZ, revision 51635

return int, not wxUniChar, from wxTo{upp,low}er_l() for consistency with the standard tow{upp,low}er()

2008-02-10 17:10 VZ, revision 51634

compilation fix for wxUSE_XLOCALE == 0

2008-02-10 17:08 VZ, revision 51633

add check for wxUSE_XLOCALE (and also wxUSE_INTL which wasn't checked for some reason)

2008-02-10 17:03 VZ, revision 51632

add wxXLocale class and wxIsxxx_l() and wxToxxx_l() functions (heavily modified and extended patch 1874287)

2008-02-10 14:41 VZ, revision 51631

Unicode compilation fix after last change

2008-02-10 13:26 VZ, revision 51630

update the samples to use new (non-deprecated) wxGLCanvas API; added more comments; some cleanup (modified patch 1882679)

2008-02-10 12:56 VZ, revision 51629

fix compilation after last change: wxCFStringRef doesn't exist in 2.8, wxMacCFStringHolder does

2008-02-10 10:59 DE, revision 51628

Move stackwalk.cpp and epolldispatcher.cpp to BASE_UNIX_AND_DARWIN_(SRC|HDR) from BASE_UNIX_(SRC|HDR). The stackwalk.cpp works fine on Leopard (which added backtrace) and epolldispatcher may work on a future OS X that implements epoll. Leave configure to determine whether or not the code is appropriate for Darwin systems. That is its purpose!

2008-02-10 07:20 DE, revision 51627

Add wxCocoa to the list of ports which don't need wxColour to derive from wxGDIObject.

2008-02-10 00:12 VZ, revision 51626

backported Mac version of GetInfo() from trunk

2008-02-10 00:11 VZ, revision 51625

use correct locale in GetInfo() under Mac (slightly modified patch 1884290)

2008-02-09 23:57 VZ, revision 51624

added wxDebugContext::SetShutdownNotifyFunction() (patch 1887210)

2008-02-09 23:51 VZ, revision 51623

don't close UDP socket if it receives an empty datagram (patch 1885472)

2008-02-09 23:37 VZ, revision 51622

add GetMDIParent() and use it to reduce the number of casts in the MDI code (patch 1885462)

2008-02-09 23:35 VZ, revision 51621

get wxSYS_COLOUR_MENU from a menu bar and not from a button (patch 1887197)

2008-02-09 23:30 VZ, revision 51620

use generic file picker in wxFLP_SAVE case as the native one doesn't allow to select non-existent files

2008-02-09 22:52 VZ, revision 51619

fix signed/unsigned comparison warning

2008-02-09 15:41 VZ, revision 51618

remove extraneous IncRef() from wxRichTextFontTable ctor (replaces patch 1884594)

2008-02-09 15:32 VZ, revision 51617

added alpha support to wxImage::Paste() (patch 1883497, bug 1831612)

2008-02-09 15:22 VZ, revision 51616

don't lose the contents of the combobox if it was set to a value not in a list and a popup has been opened and closed (patch 1883474)

2008-02-09 15:10 VZ, revision 51615

don't hardcode grey/white colours for non-MSW/Mac in InitColours(), use wxSystemSettings for all ports (even if some of them, such as wxGTK, still hardcode white for wxSYS_COLOUR_3DHILIGHT) (replaces patch 1883386)

2008-02-09 14:40 VZ, revision 51614

add wxUSE_WEAKREF (modified partially applied patch 1870445)

2008-02-09 11:04 VS, revision 51613

disable console targets for WinCE

2008-02-09 10:39 VS, revision 51612

fixed wxGTK assert when closing wxMessageDialog

2008-02-08 13:55 BIW, revision 51600

maximize bug fixed

2008-02-08 13:55 BIW, revision 51599

maximize bug fixed

2008-02-08 09:12 DE, revision 51595

Fix tracking rectangles in 64-bit build by remembering the tag as the 64-bit integer that it is in that mode.

2008-02-08 08:17 VZ, revision 51592

don't redeclare wxYield() if it had been already declared to fix g++ warnings with -Wredundant-decls

2008-02-08 08:06 DE, revision 51591

Reword the comment again. I forgot to save before committing.

2008-02-08 08:04 DE, revision 51590

Change the __NEXT_RUNTIME__ test to __OBJC_GC__ which is what I really meant but I had to look up which preprocessor define was emitted by -fobjc-gc. Also improve the comments a bit.

2008-02-08 04:24 DE, revision 51586

Avoid warnings in the Objective-C uniquifying code when running in GC mode.

2008-02-08 00:35 DE, revision 51585

Add wxGCSafeRetain/wxGCSafeRelease to the vast majority of wxCocoa code. Copyright 2008 Software 2000 Ltd.

2008-02-07 23:37 DE, revision 51584

Instead of using wxCFRetain/wxCFRelease directly for Objective-C objects add new wxGCSafeRetain/wxGCSafeRelease functions which are specific to Objective-C objects and can be compile-time switched to standard retain/release without breaking wxCFRetain/wxCFRelease for CF objects.

2008-02-07 21:29 DE, revision 51583

Regenerate configure.

2008-02-07 20:59 DE, revision 51582

Add in some support for separate CXXFLAGS and OBJCXXFLAGS. Add -DWX_PRECOMP to CXXFLAGS instead of CPPFLAGS. Combined with very slight Bakefile changes to use OBJCXXFLAGS, this greatly improves the wxCocoa build.

2008-02-07 16:42 JS, revision 51581

Show 3D border on XP Classic theme

2008-02-07 14:16 JS, revision 51580

Avoid scrolling parts of the screen that don't belong to us

2008-02-07 14:15 JS, revision 51579

Avoid scrolling parts of the screen that don't belong to us

2008-02-07 12:33 VS, revision 51578

removed unused SYMBOL_WXRICHTEXT.*_TITLE values that were only polluting translation files with untranslatable "titles" such as "wxRichTextBulletsPage"

2008-02-06 20:10 DE, revision 51576

Fix most of the Objective-C GC problems by using the stronger CFRetain/CFRelease in wxObjcAutoRef. Actually use wxObjcAutoRef for the wxNSViewNotificationObserver singleton to keep it from being finalized. Copyright 2008 Software 2000 Ltd.

2008-02-06 19:58 VZ, revision 51575

correction after the previous commit which introduced bug 1888014 [backport of r51574 from trunk]

2008-02-06 19:57 VZ, revision 51574

correction after the previous commit which introduced bug 1888014

2008-02-06 19:18 JS, revision 51573

Reset scroll position when clearing buffer

2008-02-06 19:18 JS, revision 51572

Reset scroll position when clearing buffer

2008-02-06 14:20 VZ, revision 51571

fix GetTLWParentIfNotBeingDeleted() to work correctly even if an intermediate non-TLW parent is being deleted, it should still return the TLW parent and not NULL in this case, otherwise we'd crash when a button child of a panel being deleted is current temporary default button [backport of r51570 from trunk]

2008-02-06 13:56 VZ, revision 51570

fix GetTLWParentIfNotBeingDeleted() to work correctly even if an intermediate non-TLW parent is being deleted, it should still return the TLW parent and not NULL in this case, otherwise we'd crash when a button child of a panel being deleted is current temporary default button

2008-02-06 08:45 JS, revision 51568

Resolved ambiguity for VC 9

2008-02-06 00:25 VZ, revision 51567

implement (trivially) wxGLApp ctor

2008-02-05 22:38 MW, revision 51566

Fix the email notification's fromaddr.

2008-02-05 22:29 MW, revision 51565

Try out email notifications, just to me initially.

2008-02-05 22:26 MW, revision 51564

Whitespace fixes.

2008-02-05 22:16 MW, revision 51563

Add email address lookup table for wx devs.

2008-02-05 19:13 VS, revision 51562

call Show(false) from ~wxDialog to call EndModal if the dialog is still modal consistently in all ports

2008-02-05 18:10 MW, revision 51561

Clean up the tools for offline checking of the configuration.

2008-02-05 11:07 VZ, revision 51560

fix typo in warning message

2008-02-05 09:12 JS, revision 51559

Strip menu codes from page label for consistency with other platforms

2008-02-05 09:12 JS, revision 51558

Strip menu codes from page label for consistency with other platforms

2008-02-05 07:24 VZ, revision 51557

length passed to WideCharToMultiByte() was off by one in the last commit

2008-02-04 17:06 VZ, revision 51551

set eol-style LF on even more Unix-only files

2008-02-04 17:05 VZ, revision 51550

set eol-style LF on even more Unix-only files

2008-02-04 16:58 VZ, revision 51549

set eol-style LF on more Unix-only files

2008-02-04 13:22 VS, revision 51548

updated list of aclocal m4 files

2008-02-04 13:21 VZ, revision 51547

upgrade m4 files to bakefile 0.2.3

2008-02-04 10:34 VZ, revision 51546

added links to wxWindowCreate/DestroyEvents

2008-02-04 08:08 VZ, revision 51542

use BSTR length to also deal with NULs inside BSTRs correctly in Unicode build

2008-02-04 08:04 VZ, revision 51541

use WideCharToMultiByte() instead of wcstombs() to deal with BSTRs containing NULs (modified patch 1886062)

2008-02-04 00:16 VZ, revision 51537

added console IPC sample (part of patch 1833150)

2008-02-03 23:59 VZ, revision 51536

undid change to GSocket::Select() done in r50831, do call select() here (part of patch 1833150)

2008-02-03 23:55 VZ, revision 51535

use wxSOCKET_REUSEADDR for IPC sockets (part of patch 1833150)

2008-02-03 23:43 VZ, revision 51534

another correction to indices used in StringToLines()

2008-02-03 21:32 VZ, revision 51533

wxFontData doesn't need to be static in wxGenericFontButton (unlike wxColourData in wxGenericColourButton where it was copied from) (patch 1883375)

2008-02-03 21:06 VZ, revision 51532

correct indices used in StringToLines() (modified patch 1882985)

2008-02-03 19:04 PC, revision 51531

add missing ! accidentally dropped in last commit

2008-02-03 17:08 VZ, revision 51530

set svn:eol-style to LF [backport of r50845 from trunk]

2008-02-03 15:00 VZ, revision 51528

initialize m_sharedContext and m_sharedContextOf to NULL when they're not used (patch 1881968)

2008-02-03 14:56 VZ, revision 51527

no real changes, just added 2 virtual keywords to (already virtual) functions (significant part of the patch 1881093)

2008-02-03 14:55 VZ, revision 51526

added wxGLCanvas::IsDisplaySupported() (patch 1879906)

2008-02-03 14:38 VZ, revision 51524

compilation fix for wchar_t-based builds after ParseISOXXX() additions

2008-02-03 14:12 VZ, revision 51523

build fix for wxUSE_INTL==0 (patch 1878908)

2008-02-03 14:11 VZ, revision 51522

don't use negative sizes for row/column labels subwindows to avoid GTK warnings (patch 1878512)

2008-02-03 14:08 VZ, revision 51521

make wxIdleEventHandler available in console applications too (patch 1878258)

2008-02-03 13:58 VZ, revision 51520

document AddAt() and IndexForItem() (patch 1877610)

2008-02-03 13:48 VZ, revision 51519

make XPM data const to avoid warnings from mingw 4.0 (patch 1874995)

2008-02-03 13:04 VZ, revision 51516

added wxDateTime::FormatISOCombined() and ParseISODate/Time/Combined()

2008-02-03 12:24 VZ, revision 51515

compilation fix with wxUSE_EXTENDED_RTTI==1

2008-02-03 12:20 VZ, revision 51514

generate include/wx/univ/setup0.h from setup_inc.h too

2008-02-03 04:12 PC, revision 51513

Remove remnants of GTK1 accelerator code. Change deprecated gtk_menu_item_remove_submenu() to gtk_menu_item_set_submenu().

2008-02-03 02:43 PC, revision 51511

remove unused wxMenuBar::m_style

2008-02-02 22:29 VS, revision 51509

fixed wxTextCtrl to not process clipboard events twice if there's a custom wxEVT_COMMAND_TEXT_* handler; move WM_PASTE/CUT/COPY processing to wxWindow where it belongs

2008-02-02 21:52 PC, revision 51508

avoid GCC warnings about breaking strict aliasing rules

2008-02-02 21:33 PC, revision 51507

Enable best size caching, remove unnecessary GetLabel() and SetForegroundColour(), remove hack for non-left alignment, it does not seem to be needed anymore.

2008-02-02 18:47 PC, revision 51506

fix wxALIGN_RIGHT in RTL mode

2008-02-02 17:58 PC, revision 51505

label clipping hack is not needed for GTK+ >= 2.12

2008-02-02 14:07 VS, revision 51504

fixed wxTextCtrl to not process clipboard events twice if there's a custom wxEVT_COMMAND_TEXT_* handler

2008-02-01 23:14 VS, revision 51498

eliminate code duplication in wxSizer::Fit()

2008-02-01 22:28 VS, revision 51497

fixed RR's change of wxSizer::Fit to set client size (r50717) to not be completely broken; it no longer confuses client and window sizes

2008-02-01 17:07 MW, revision 51496

Compile fix for --without-zlib --enable-compat26.

2008-02-01 16:44 MW, revision 51495

Compile fix when 2.6 compatibility on and --without-zlib.

2008-02-01 14:14 JS, revision 51494

Added a reset-buffer event to give an opportunity to set the default initial style

2008-02-01 14:13 JS, revision 51493

Added a reset-buffer event to give an opportunity to set the default initial style

2008-02-01 04:51 PC, revision 51482

remove unnecessary m_glWidget, fix return types for realize and map callbacks

2008-02-01 04:44 PC, revision 51481

fix for GTK assertion from gtk_widget_set_colormap, bug 1882040

2008-01-31 22:00 VS, revision 51480

compilation fix for wxUSE_BOOKCTRL=0

2008-01-31 21:58 VS, revision 51479

compilation fix for wxUSE_MENUS=0

2008-01-31 21:56 VS, revision 51478

wxUniv/MSW compilation fix after wxDC changes

2008-01-31 21:15 VS, revision 51477

added InitRGBA to generic wxColour to fix linking (patch #1881796)

2008-01-31 19:17 DE, revision 51476

Allow wxTopLevelWindowCocoa::SetDefaultItem(NULL)

2008-01-31 18:27 VZ, revision 51475

avoid implicitly converting a wxWindow* to wxGLCanvas

2008-01-31 17:21 VZ, revision 51474

no changes, just fix a typo in comment

2008-01-31 15:02 MW, revision 51473

Move mingw32 builds to another machine as the usual one is down.

2008-01-31 11:26 VS, revision 51471

Fixed compilation of wxVector<T> with VC6: * reverted VC6 hack in wxIf<>, using helper struct instead of typedef didn't fix compilation, only caused the compiler to crash instead of emitting semi-useful errors * changed wxVector to use typedef for Ops class instead of privately deriving from wxIf<...>::value; this is enough to make VC6 happy

2008-01-30 21:32 VZ, revision 51464

use HandleWindowEvent() in ProcessCommand(); return the value this function returns instead of returning true unconditionally

2008-01-30 21:31 VZ, revision 51463

return the result of ProcessEvent() from ProcessCommand() instead of always returning true unconditionally

2008-01-30 21:24 VZ, revision 51462

added missing wx/ prefix to the header file name

2008-01-30 19:49 VS, revision 51459

clarified EndModal assert message

2008-01-30 17:03 JS, revision 51458

Added checks to encoding conversion to avoid crash

2008-01-30 17:02 JS, revision 51457

Added checks to encoding conversion to avoid crash

2008-01-30 13:48 CE, revision 51456

add ms78 projects

2008-01-30 08:49 VS, revision 51454

do the VC6 hacks only when compiling with VC6

2008-01-29 23:31 VZ, revision 51452

more VC6 fixes: nested value must be real classes, not typedefs; skeleton declaration must contain value as well

2008-01-29 23:11 VZ, revision 51451

corrected comment: wxSingleInstance is not for Win32 only since about 10 years

2008-01-29 19:50 VS, revision 51450

corrected VC++ version check

2008-01-29 18:37 VZ, revision 51449

fix compilation with VC6

2008-01-29 17:41 RD, revision 51448

use import/export macro on wxTrackable to avoid warnings on derived classes in DLL build

2008-01-29 17:39 RD, revision 51447

Apply change in r51405 to this file too: don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly

2008-01-29 17:38 VS, revision 51446

VC5 didn't support partial specialization either, check for VC>=7

2008-01-29 14:09 VS, revision 51445

wx*DCImpl PCH-less compilation fix

2008-01-29 12:22 VS, revision 51444

added wxCHECK_VISUALC_VERSION macro

2008-01-29 11:26 VS, revision 51443

compilation fix for VC6, it doesn't support partial template specialization

2008-01-29 11:18 JS, revision 51442

Corrected wxSetCursor documentation.

2008-01-29 11:18 JS, revision 51441

Corrected wxSetCursor documentation.

2008-01-29 11:14 VZ, revision 51440

define __VISUALCn__ for n=5,6,7,8,9 and not only 8 (should have been part of r51353)

2008-01-29 11:11 VZ, revision 51439

significantly simplify this file by using token pasting in #incoude and #pragma comment(lib) instead of repeating them 4 or 8 times

2008-01-29 11:02 JS, revision 51438

Fixed global cursor setting on Mac, which fixes busy cursor and context help cursor

2008-01-29 11:01 JS, revision 51437

Fixed global cursor setting on Mac, which fixes busy cursor and context help cursor

2008-01-29 04:02 PC, revision 51427

Remove unnecessary IsRadioButton(). Replace m_blockEvent with g_signal_handlers_block(). Remove wxRadioButton::DoGetBestSize(), it just calls the base.

2008-01-28 21:03 PC, revision 51426

remove unnecessary ?: operator

2008-01-28 15:25 VZ, revision 51425

fix compilation error for wxUSE_DC_CACHEING==0; use more descriptive variables names

2008-01-28 04:15 PC, revision 51417

HP aC++ 3.80 can't handle parenthesized string literal in an initializer

2008-01-28 04:14 PC, revision 51416

another fix for HP-UX 11.11 vsscanf, should have been in r51260

2008-01-27 17:58 JS, revision 51415

Take basic style into account when applying style sheet

2008-01-27 17:37 JS, revision 51414

Take basic style into account when applying style sheet

2008-01-27 17:34 JS, revision 51413

Take basic style into account when showing style under cursor

2008-01-27 17:34 JS, revision 51412

Take basic style into account when showing style under cursor

2008-01-27 16:29 VS, revision 51411

UTF-8 build fixes for appending, setting or searching for NUL characters

2008-01-27 16:25 VS, revision 51410

converting temporary wxString to const wxChar* and storing that doesn't work (and doesn't even compile if wxUSE_STL), fixed

2008-01-27 15:28 VS, revision 51409

Fixed wxCURSOR_HAND to map to GDK_HAND2 and not GDK_HAND1, for consistency with other applications

2008-01-27 15:26 VS, revision 51408

Fixed wxCURSOR_HAND to map to GDK_HAND2 and not GDK_HAND1, for consistency with other applications

2008-01-27 14:10 VZ, revision 51407

add wxCONCAT[345]() helper macros

2008-01-27 13:21 VZ, revision 51405

don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly

2008-01-27 12:57 VZ, revision 51404

only define wxEventPtr in wxBase, not wxCore

2008-01-27 12:43 VZ, revision 51403

define (empty) SetIcon() method in wxGenericMDIChildFrame for compatibility with MSW implementation

2008-01-27 12:42 VZ, revision 51402

don't reference non-existent doc.xmb file

2008-01-27 11:38 VS, revision 51399

added VC7/8 project files for samples

2008-01-26 23:23 VZ, revision 51392

don't fail in wxTransferStreamToFile if file size is exact multiple of 4KB (bug 1835918)

2008-01-26 23:18 VZ, revision 51391

delete the event object in ProcessPendingEvents() even if the handler throws an exception (bug 1836010)

2008-01-26 22:54 VZ, revision 51390

set listview extended styles after switching to report view and not only when creating it (blind fix for bug 1874996)

2008-01-26 22:31 VZ, revision 51389

don't append anything back in DoDeleteOneItem() if the control becomes empty (fixes bug 1880411)

2008-01-26 22:20 VZ, revision 51388

fix the code to not use dangling pointers resulting in asserts about invalid Unicode strings mentioned in the bug 1880411

2008-01-26 21:54 VZ, revision 51387

fix a typo

2008-01-26 01:38 VZ, revision 51379

fix assert when using owner-drawn menu items with the newest (Vista) SDK [backport from trunk]

2008-01-26 01:34 VZ, revision 51378

fix assert when using owner-drawn menu items with the newest (Vista) SDK

2008-01-25 21:51 VZ, revision 51377

include wx/stopwatch.h to get wxMilliClock_t and wxGetLocalTimeMillis() declarations

2008-01-25 16:38 JS, revision 51376

Corrected image saving to HTML

2008-01-25 16:38 JS, revision 51375

Corrected image saving to HTML

2008-01-25 15:03 JS, revision 51374

HTML output corrections

2008-01-25 15:02 JS, revision 51373

HTML output corrections

2008-01-25 12:10 JS, revision 51371

Image objects should load and save attributes

2008-01-25 12:10 JS, revision 51370

Image objects should load and save attributes

2008-01-25 09:16 JS, revision 51368

Fixed a bug in HasAlignment

2008-01-25 09:15 JS, revision 51367

Fixed a bug in HasAlignment

2008-01-24 22:43 JS, revision 51365

Update caret in SetInsertionPoint

2008-01-24 22:43 JS, revision 51364

Update caret in SetInsertionPoint

2008-01-24 22:23 JS, revision 51363

Style removal fix

2008-01-24 18:13 PC, revision 51362

remove redundant WX_CLEAR_LIST, it's done by base dtor

2008-01-24 18:12 PC, revision 51361

don't clear m_items before deleting m_menu (partial backport of r49263)

2008-01-24 17:59 PC, revision 51360

fix memory leak when wxMenu is used as a popup

2008-01-24 17:28 JS, revision 51359

Optimization correction

2008-01-24 17:28 JS, revision 51358

Optimization correction

2008-01-24 11:25 VS, revision 51357

supress warning about in custom build steps with VC7+ (temporary workaround until bakefile 0.2.4)

2008-01-24 11:23 VZ, revision 51356

fix assert when calling ExpandAll() on hidden root item (bug 1768282)

2008-01-24 09:34 VZ, revision 51355

generate focus and kill focus events for wxTextCtrl at wxWindow level instead of doing it in wxTextCtrl itself and specifically disabling focus event generation for text controls in wxWindow

2008-01-23 23:32 VZ, revision 51354

compilation fix after r51188: only define operator<<() overloads for wxLongLong_t for VC6, next VC versions (and presumably all other compilers as we hadn't had problems with them before) define them in their standard library already

2008-01-23 23:30 VZ, revision 51353

define __VISUALCn__ for n=5,6,7,8,9 and not only 8; also document these symbols

2008-01-23 23:03 VZ, revision 51352

no real changes, just use HandleWindowEvent() instead of GetEventHandler()->SafelyProcessEvent() in the last change

2008-01-23 22:51 VS, revision 51351

use _vc8 suffix for VS2005 projects for consistency

2008-01-23 22:31 VS, revision 51350

catch exceptions when sending menu events

2008-01-23 20:48 RR, revision 51349

remove wxT()

2008-01-23 16:22 MW, revision 51348

Move the mac stable branch build onto an x86 machine, as it was on an ia64 machine by mistake which doesn't have the mac compiler in the path.

2008-01-23 13:03 JS, revision 51347

ABI compatibility

2008-01-23 12:13 VS, revision 51346

regenerated makefiles with bkl-0.2.3

2008-01-23 12:04 VS, revision 51345

updated bakefiles to take advantage of Bakefile 0.2.3 (now required)

2008-01-23 07:53 BP, revision 51340

Reverted wxAuiFloatingFrame dtor crash fix (r51324) in favor of wxWeakRef implementation, thanks Robert.

2008-01-23 07:29 JS, revision 51339

Splittree header commit

2008-01-22 19:31 VZ, revision 51338

remove the unnecessary non-const GetPage() overload

2008-01-22 14:02 SC, revision 51337

fixing 1877182

2008-01-22 13:59 SC, revision 51336

fixing 1877182

2008-01-22 13:33 VS, revision 51335

ignore Visual Studio per-user/machine settings files

2008-01-22 13:31 VS, revision 51334

updated include/wx/meta/* files list

2008-01-22 11:29 VS, revision 51330

fixed wxVector<T> to work with non-POD types again; added optimization to keep using (much faster) realloc with types that are movable

2008-01-22 10:20 VS, revision 51329

use xdg-open in wxLaunchDefaultBrowser() on Unix if available

2008-01-22 10:19 VS, revision 51328

use xdg-open in wxLaunchDefaultBrowser() on Unix if available

2008-01-22 08:23 JS, revision 51326

Added event handler macro

2008-01-22 08:23 JS, revision 51325

Added event handler macro

2008-01-22 08:20 BP, revision 51324

Fixed a rare wxAuiFloatingFrame dtor crash on MSW using a registration mechanism in wxAuiManager.

2008-01-21 22:34 VZ, revision 51323

temporary fix for shared build linking problems after the last change

2008-01-21 17:18 VS, revision 51315

call Create from wxGrid non-default ctor instead to ensure both methods of creation are in sync (they drifted apart already)

2008-01-21 17:16 VS, revision 51314

wxGrid focus handling fixes: - don't allow focus in helper labels subwindows - draw selection in different colour when not focused - hide cursor/highlight when not focused

2008-01-21 17:11 VS, revision 51313

wxGrid focus handling fixes: - don't allow focus in helper labels subwindows - draw selection in different colour when not focused - hide cursor/highlight when not focused

2008-01-21 16:30 VS, revision 51312

C++ files are not executable

2008-01-21 15:03 VS, revision 51311

prefix implementation methods of wxBitmapButton with 'GTK' to prevent shadowing of HasFocus

2008-01-21 14:51 VS, revision 51310

updated wxExecute checks in wxGTK to be same as in other Unix ports after recent changes

2008-01-21 13:53 VS, revision 51309

silence compiler warnings

2008-01-21 13:30 VS, revision 51308

added wxWindow::HasFocus() for more convenient way of determining if a (possibly composite) window has focus

2008-01-21 12:29 FM, revision 51306

mention also the contrib libraries removal/movements

2008-01-21 11:56 VS, revision 51305

use full path to headers in header guards

2008-01-21 10:07 VZ, revision 51304

document GetTemplates() instead of m_templates

2008-01-21 08:45 VS, revision 51303

reverted last commit, it was wrong

2008-01-21 08:42 VS, revision 51302

utils.h is not needed by wxVector, removed

2008-01-20 22:55 VZ, revision 51301

no changes, just come cleanup and more comments

2008-01-20 22:40 VZ, revision 51300

add wxDatePickerCtrl support in wxGenericValidator (patch 1870174)

2008-01-20 22:32 VZ, revision 51299

document LoadObject() (patch 1873045)

2008-01-20 12:34 FM, revision 51298

Gl library is not part of the monolithic library even when MONOLITHIC=1

2008-01-20 10:58 FM, revision 51296

set BUILD variable to release not only when DEBUG is empty but also when it contains 0

2008-01-19 21:15 SN, revision 51290

Fixed OS/2 compilation after wxDC changes

2008-01-19 14:15 SN, revision 51288

Applied patch #1875242 - fixing more bugs related to using OS/2's DevQueryCaps

2008-01-19 14:10 SN, revision 51287

Applied patch #1875242 - fixing more bugs related to using OS/2's DevQueryCaps

2008-01-19 03:51 VZ, revision 51284

use slash, not backslash, in #include

2008-01-19 03:42 VZ, revision 51283

use bgcolor when restoring styles as this is what we write, not backgroundcolor

2008-01-19 03:35 VZ, revision 51282

skip focus events after handling them in wxTextCtrl, otherwise they never reach wxApp (bug 1875046)

2008-01-18 21:38 SN, revision 51280

Fixed errors in OS/2's wxDC::SetMapMode (patch #1871556, needed for Filezilla).