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

2008-01-18 21:37 SN, revision 51279

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

2008-01-18 11:07 JJ, revision 51278

Removing wrong "const const" in type definition

2008-01-17 18:31 VZ, revision 51265

correct misleading OnSize() comment

2008-01-17 18:01 VS, revision 51264

the wxConvUI hack in wxMsgCatalog should only be done in ANSI build

2008-01-17 18:00 VS, revision 51263

the wxConvUI hack in wxMsgCatalog should only be done in ANSI build

2008-01-17 05:18 PC, revision 51260

on HP-UX 11.11, vsscanf first parameter is not const

2008-01-17 05:17 PC, revision 51259

check for vswscanf(), AIX 5.1 and HP-UX 11.11 don't have it

2008-01-17 00:31 VZ, revision 51258

restored wxEnhMetaFileDC::Close() lost in wxDC reorganization

2008-01-17 00:20 VZ, revision 51257

ignore any extra arguments after --version for compatibility with the configure scripts created using 2.8 wxwin.m4 version

2008-01-16 22:30 VZ, revision 51256

removed non-existent wx/meta/defs.h

2008-01-16 22:15 VZ, revision 51255

don't write wide string to std::ostream which outputs them as pointer values

2008-01-16 21:56 VZ, revision 51254

more LaTeX error fixes

2008-01-16 19:24 VZ, revision 51253

add forgotten twindowid.tex and correct LaTeX errors introduced by last commit

2008-01-16 16:36 VZ, revision 51252

regenerated after latest configure.in changes

2008-01-16 16:09 SC, revision 51251

allowing for building without sys libiconv (compat problems for builds under OS X 10.5 running on OS 10.4)

2008-01-16 13:50 JS, revision 51250

Correction for cursor setting when moving out of a sash window (John Dallaway)

2008-01-16 13:50 JS, revision 51249

Correction for cursor setting when moving out of a sash window (John Dallaway)

2008-01-16 13:05 VZ, revision 51247

set mime-type to image/x-xpixmap and eol-style to native for all XPMs

2008-01-16 12:56 VZ, revision 51246

use more WXDLLIMPEXP_FWD declarations instead of WXDLLIMPEXP (patch from Tim Stahlhut)

2008-01-16 12:49 VS, revision 51245

include VC++ version in build compatibility string

2008-01-16 12:47 RR, revision 51244

Add implicit conversion, remove conversion to bool

2008-01-16 11:34 RR, revision 51243

Sort of autoresize if only 1 column is there

2008-01-16 11:11 SC, revision 51242

fix should have been mac only

2008-01-16 08:50 RR, revision 51237

[ 1635287 ] wrong cursor when dragging an image

2008-01-16 02:15 VZ, revision 51235

documentation for window ids allocation and wxIdManager (patch 1870570)

2008-01-16 02:09 VZ, revision 51234

removed unneeded wxWeakRefDynamic::AssignCopy() (last part of patch 1870445)

2008-01-16 02:07 VZ, revision 51233

compilation fixes for standard-conformant compilers and added back implicit conversion of wxWeakRef<T> to T* (part of patch 1870445)

2008-01-16 02:04 VZ, revision 51232

define (unusual) copy ctor and assignment operator for wxTrackable (part of patch 1870445); also make its ctors and dtor protected as this class shouldn't used otherwise as a base class

2008-01-16 02:03 VZ, revision 51231

remove the test of weak references classes size, it's implementation-dependent

2008-01-16 01:49 VZ, revision 51230

don't enable disabled windows when showing them (patch 1871879)

2008-01-16 01:43 VZ, revision 51229

don't create unnecessary temporary wxFont (patch theFont)

2008-01-16 01:39 VZ, revision 51228

made all XPM const to avoid warnings from mingw32 4.0 and adopt the code accordingly (patch 1872384)

2008-01-15 19:24 SC, revision 51227

fixing leopard configure for universal_binary when no minimal sys given

2008-01-15 18:06 FM, revision 51226

don't give out an error when using --cflags followed by a list of libraries; this happens for example in the WX_CONFIG_CHECK macro in wxwin.m4

2008-01-15 16:56 VZ, revision 51225

added unit tests for decoding invalid base64 strings; corrected bugs exposed by them

2008-01-15 12:13 VS, revision 51223

fixed wxHTML parser to not assert on invalid HTML input (unclosed tags)

2008-01-14 22:40 VS, revision 51218

fixed wxXmlResource::GetText() in ANSI build to correctly convert the string to current locale's charset

2008-01-14 22:36 VS, revision 51217

fixed wxXmlResource::GetText() in ANSI build to correctly convert the string to current locale's charset

2008-01-14 22:23 VZ, revision 51215

rename wxBK_BUTTONBAR to wxTBK_BUTTONBAR as it's wxToolBook-specific and documented it

2008-01-14 22:17 VZ, revision 51214

added wxTBK_HORZ_LAYOUT (heavily modified patch 1855678)

2008-01-14 18:16 PC, revision 51211

make XPM data pointer parameter fully const

2008-01-14 18:15 PC, revision 51210

avoid GCC warning about type-punned pointer breaking strict aliasing rules

2008-01-14 15:56 JS, revision 51209

More split tree fixes

2008-01-14 13:35 FM, revision 51208

fixed setting BUILD variable in any case (not only when DEBUG=auto)

2008-01-14 13:31 FM, revision 51207

fixed the WX_VERSION name clash renaming the variable in major.minor form as WX_RELEASE

2008-01-14 11:18 FM, revision 51206

added AC_SUBST for EXTRALIBS_STC which was missing and caused wx-config to print @EXTRALIBS_STC@ on the output line of --libs option

2008-01-14 11:04 RR, revision 51205

Partial impl of auto resizing columns

2008-01-13 22:17 VZ, revision 51203

set mime-type to correct image/x-xpixmap for XPM files instead of wrong x-pixmap used by the last commit

2008-01-13 20:39 VZ, revision 51202

set mime-type to image/x-pixmap to allow generation of diffs for XPM files

2008-01-13 18:07 SC, revision 51201

make matching code case-insensitive

2008-01-13 14:09 RR, revision 51200

Improved wxDataViewSpinCtrlRenderer under OS X

2008-01-13 13:38 RR, revision 51199

Reapplied patch for drawing background of custom items

2008-01-13 13:10 RR, revision 51198

Mention wxSizer::Fit() change and wxWrapSizer

2008-01-13 13:08 RR, revision 51197

wxSizer::Fit() now sets client size

2008-01-13 13:07 RR, revision 51196

use wxSizer::Fit() for sizing the dialog

2008-01-13 13:04 RR, revision 51195

Always invoke default action even if dclick is caught from wxListBox (as per wxMSW and wxMAC)

2008-01-13 12:05 RR, revision 51194

Remove double entry of wxTrackable

2008-01-13 11:16 SC, revision 51193

I still think that's needed ...

2008-01-13 02:48 VZ, revision 51191

rebaked and regenerated everything after the latest changes (wxWeakRef &c)

2008-01-13 02:00 PC, revision 51190

prevent explicitly set client size from being changed when frame extents become known

2008-01-13 01:17 VZ, revision 51189

ignore vc*_msw* build directories

2008-01-13 01:13 VZ, revision 51188

compilation fixes for VC6

2008-01-13 01:12 VZ, revision 51187

improvements to wxWeakRef and related classes

2008-01-13 01:09 VZ, revision 51186

add useful headers for meta-programming checks (part of patch 1860953)

2008-01-12 21:04 VZ, revision 51185

call OnExec() taking wxString argument from OnExecute() by default

2008-01-12 20:58 VZ, revision 51184

added tests for FromAscii/Unicode() (length parameter); cleaned up ctors test

2008-01-12 20:28 VZ, revision 51183

fix bug introduced in wxRegion::DoUnionWithRect() in r41429 which broke refreshing/repainting in wxGTK1

2008-01-12 19:52 VZ, revision 51182

compilation fix for wxGTK1 after r49740 (GtkOnSize() there needs size parameters)

2008-01-12 18:30 SN, revision 51181

Some wxOS2 compilation fixes after wxDC changes

2008-01-12 17:45 PC, revision 51180

initialize m_totalProportion in wxBoxSizer ctor

2008-01-12 15:38 SN, revision 51179

Fixed compilation.

2008-01-12 15:25 VZ, revision 51178

better documentation for wxWindow::SetSizerAndFit()

2008-01-12 15:05 SN, revision 51177

Implemented wxGDIObject::Create/CloneGDIRefData() for the relevant classes.

2008-01-12 14:59 RR, revision 51176

Invoke default action if dclick event after <ENTER> not handled in wxListBox, added test to dialogs sample

2008-01-12 14:31 SN, revision 51175

Blind compilation fixes.

2008-01-12 10:57 SN, revision 51174

Removed constructor already defined in header.

2008-01-12 00:10 SN, revision 51171

derive wxColourBase from wxObject on os2 as well

2008-01-11 22:46 VS, revision 51170

fixed memory leak in wxXmlResource introduced when fixing wxVector<> usage (patch #1869602)

2008-01-11 19:18 SC, revision 51165

adding old 'pict' support to quartz mode for receiving bitmapobjs

2008-01-11 19:17 SC, revision 51164

adding old 'pict' support to quartz mode for receiving bitmapobjs

2008-01-11 18:38 BP, revision 51163

Backported wxRect::Intersect() documentation (patch 1868322 from Laurent Humbertclaude).

2008-01-11 18:33 BP, revision 51162

Added wxRect::Intersect() documentation (patch 1868322 from Laurent Humbertclaude).

2008-01-11 12:31 JJ, revision 51161

updates for OpenVMS compile support

2008-01-11 12:26 JJ, revision 51160

include/wx/x11/cursor.h needs definition of wxcolour

2008-01-10 19:57 JS, revision 51154

Fixes for split tree when using generic tree control

2008-01-10 17:48 PC, revision 51153

compute scrollbar widths in a more standard way, get rid of redundant m_hasScrolling member

2008-01-10 15:03 RR, revision 51151

Use SetFocusIgnoringChildren()

2008-01-10 14:58 RR, revision 51150

Applied [ 1867939 ] fixes for wxTreeCtrl crashes when exiting from label editing to wxListCtrl as well and made code more similar to wxTreeCtrl' code doing the same

2008-01-10 14:35 RR, revision 51149

Simplified code and applied [ 1867939 ] fixes for wxTreeCtrl crashes when exiting from label editing

2008-01-10 12:10 JS, revision 51147

Fix for VC++ 6 error

2008-01-10 10:30 JS, revision 51144

Corrections to bitmap handling

2008-01-10 06:00 PC, revision 51141

don't use the same parameter name twice, HP compiler actually checks

2008-01-10 06:00 PC, revision 51140

build fix for !wxUSE_THREADS

2008-01-09 20:39 JS, revision 51139

Colour correction

2008-01-09 20:39 JS, revision 51138

Colour correction

2008-01-09 15:55 JS, revision 51136

Fixed GetInfo to use the current language.

2008-01-09 15:54 JS, revision 51135

Fixed GetInfo to use the current language.

2008-01-09 14:56 JS, revision 51134

Don't ignore path when prompting for file in SaveAs()

2008-01-09 14:56 JS, revision 51133

Don't ignore path when prompting for file in SaveAs()

2008-01-09 14:43 VZ, revision 51132

test Clear() in the sample [backport of r51116 from trunk]

2008-01-09 14:39 VZ, revision 51131

STL build compilation fix (remove useless cast of wxString to const wxChar*)

2008-01-09 14:35 VZ, revision 51130

compilation fix after _() changes; also don't use wxChar for purely ASCII strings

2008-01-09 09:27 RR, revision 51125

Corrected docs of ::release and ::reset in smart pointers

2008-01-09 07:35 PC, revision 51124

avoid undefined behavior from token paste resulting in more than one token

2008-01-09 04:08 PC, revision 51123

check for self-assignment in operator=

2008-01-08 22:41 RD, revision 51119

Remove WXDLLIMPEXP_BASE from the declaration of wxList_SortFunction to resolve link errors with MSVC 7.1

2008-01-08 22:02 RR, revision 51118

Added the conversion to unspecfied_bool to all smart pointers, added T& operator* to wxObjectDataPtr

2008-01-08 19:30 VZ, revision 51117

fix LaTeX error (escape underscores); don't abuse bold face

2008-01-08 19:27 VZ, revision 51116

test Clear() in the sample

2008-01-08 19:24 VZ, revision 51115

resolve ambiguity between 2 inherited versions of Clear() in wxSimpleHtmlListBox (see bug 1836384)

2008-01-08 19:08 VZ, revision 51114

restore SetSelection(-1, -1) behaviour which was broken during wxTextEntry refactoring

2008-01-08 17:57 RR, revision 51111

Last part from weak ref patch for event sink disconnection

2008-01-08 14:23 VZ, revision 51109

add conversion to unspecified_bool_type to allow writing if(weakref)

2008-01-08 13:57 VZ, revision 51108

compilation fix for !HAVE_STRPTIME case after ParseXXX() changes

2008-01-08 13:50 VZ, revision 51107

compilation fix after wxWindowIDRef changes

2008-01-08 12:26 RR, revision 51105

docs

2008-01-08 11:01 RR, revision 51104

mention some more changes

2008-01-08 10:55 RR, revision 51103

I assume ptr_scpd.h and ptr_shrd.h should only be in BASE_CMN_HDR and not in GUI_CMN_HDR

2008-01-08 10:51 RR, revision 51102

Added wxSharedPtr<T>

2008-01-08 09:58 RR, revision 51101

Updated wxTrackable to patch Weak references for wx - part 2

2008-01-08 09:55 RR, revision 51100

Updated wxWeakRef<T> to patch Weak references for wx - part 2, removed T*() and added T* get(), other minor docs corr

2008-01-08 06:05 PC, revision 51094

speed up ReadWord by using more efficient separator searching

2008-01-08 05:46 PC, revision 51093

speed up drawing text window in UTF8 build (something like 40 times faster in debug)

2008-01-08 00:37 VZ, revision 51087

STL build fix

2008-01-08 00:32 VZ, revision 51086

compilation fix for STL build; also don't pass unknown string potentially containing percent signs to printf-like functions

2008-01-08 00:10 RD, revision 51085

Check wxUSE_DATAVIEWCTRL

2008-01-07 19:58 RR, revision 51084

doc syntax errors

2008-01-07 19:04 VZ, revision 51081

initialize wxMSWSystemMenuFontModule stuff on demand only, there is no need to create menu font if we never use owner-drawn menu items

2008-01-07 19:02 VZ, revision 51080

added wxNativeFontInfo() ctor from LOGFONT, this is convenient for MSW code

2008-01-07 18:50 VZ, revision 51079

adjust the minimal menu item height to be lesser than the menubar height; some code cleanup

2008-01-07 18:46 VZ, revision 51078

don't use wxSubwindows with a single element to store the dummy radio item, store it in radiobox itself (patch 1866053)

2008-01-07 18:43 VZ, revision 51077

check that HWNDs are non-NULL before doing anything with them (part of patch 1866053)

2008-01-07 15:12 RR, revision 51076

Correct wxObjectDataPtr<> assignment from *T to not increase the ref count

2008-01-07 13:59 SC, revision 51075

adding back support for font encoding in non-unicode builds

2008-01-07 13:04 RR, revision 51074

[ 1865141 ] wxNotebook::DeletePage can result in invalid page selection

2008-01-07 13:02 RR, revision 51073

[ 1865141 ] wxNotebook::DeletePage can result in invalid page selection

2008-01-07 12:18 RR, revision 51072

typo

2008-01-07 12:10 RR, revision 51071

Commit correct docs for wxwxScopedPtr

2008-01-07 12:09 RR, revision 51070

Templatize wxScopedPtr

2008-01-07 10:59 RR, revision 51069

Added docs to wxTrackable and wxWeakRef<T>

2008-01-07 10:27 VS, revision 51068

don't call wxString::Len() from operator==; use IsSameAs() instead of move the length check to there (for non-UTF8 builds)

2008-01-07 01:54 VZ, revision 51065

store ids of sub-items directly in wxSubwindows instead of using a parallel data structure (patch 1865577)

2008-01-07 01:46 VZ, revision 51064

compilation fix for MSVC: remove implicit wxStringImpl::iterator conversion to pointer as otherwise built-in operator+(void *, size_t) conflicts with our operator taking ptrdiff_t

2008-01-07 01:36 VZ, revision 51063

correct wrong last commit

2008-01-07 01:35 VZ, revision 51062

added another ParseFormat() overload for better backwards compatibility

2008-01-07 01:33 VZ, revision 51061

removed useless inclusion of wx/datetime.h

2008-01-07 01:20 VZ, revision 51060

compilation fix after wxDateTime::ParseFormat() changes

2008-01-07 00:17 VZ, revision 51059

make wxDateTime::ParseXXX() functions char*-friendly

2008-01-06 22:57 VZ, revision 51056

added WX_ASSERT_MESSAGE macro to simply using CPPUNIT_ASSERT_MESSAGE with wxString::Format()

2008-01-06 22:47 SN, revision 51055

Allow using socket from both wxBase and wxCore (adopting to changes from r50831) Use Unix' gsocketiohandler files for wxBase.

2008-01-06 22:37 SN, revision 51054

Adopted OS/2 to DC reorganisation (r50348).

2008-01-06 22:27 VZ, revision 51053

only provide ptrdiff_t versions of verious operator+/- working with iterators instead of overloads for both int and size_t: this seems to be enough and the existing overloads were not enough for 64 bit builds where expressions such as iter+(ptr2-ptr1) didn't compile without extra casts

2008-01-06 22:23 VZ, revision 51052

set DEFAULT_wxUSE_AUTOID_MANAGEMENT to no under non-MSW platforms (required moving the toolkit detection earlier in configure)

2008-01-06 21:01 VZ, revision 51048

added configure option for wxUSE_AUTOID_MANAGEMENT

2008-01-06 20:37 VZ, revision 51047

fix type in --enable-ico_cur help string

2008-01-06 19:00 VZ, revision 51046

PCH-less compilation fix after last commit

2008-01-06 19:00 VZ, revision 51045

fix crash in wxExecuteModule::OnExit() (never noticed before because it wasn't executed until the last commit)

2008-01-06 18:26 MW, revision 51044

Fix day names which were off by one (buildbot uses 0 for monday).

2008-01-06 18:24 MW, revision 51043

Move a couple of builds as thier usual machines are down.

2008-01-06 18:01 VZ, revision 51042

added wxWeakRef<T> (slightly modified patch 1860953)

2008-01-06 17:04 VZ, revision 51041

small tweak to the close icon (patch 1674689)

2008-01-06 17:01 VZ, revision 51040

fix wxExecute thread shutdown and free wxExecuteData even if the associated process is still running (bug 1863908); fix memory leaks when the asynchronously launched processes are still running in the sample too

2008-01-06 15:26 VZ, revision 51039

return false from Dispatch() if gtk_main_quit() was called (patch 1864846)

2008-01-06 15:05 VZ, revision 51038

use wxFlexGridSizer for layout of the labels in the progress dialog (patch 1829312); minor cleanup

2008-01-06 14:49 VZ, revision 51037

add check for wxUSE_AUTOID_MANAGEMENT being defined

2008-01-06 14:45 VZ, revision 51036

add support of wxTE_PROCESS_ENTER (1/2 of patch 1831995)

2008-01-06 14:38 VZ, revision 51035

use wxWindowIDRef to transparently implement auto-generated ids ref-counting (slightly modified patch 1835458)

2008-01-06 13:14 VZ, revision 51034

don't unload libgnomevfs.so, this results in a crash on exit later so keep it loaded as a lesser evil (see Gentoo bug 203389)

2008-01-06 10:25 VS, revision 51033

disable eVC makefiles for sockets (no CLI targets possible on this platform)

2008-01-06 01:30 VZ, revision 51032

add wxDL_QUIET flag; use RawGetSymbol() instead of GetSymbol() in wxDL_INIT_FUNC to avoid error messages for missing functions (this is also consistent with wxDL_INIT_FUNC_AW)

2008-01-06 00:51 VZ, revision 51031

draw the bitmap manually under Win9x and 2000 because they don't support alpha transparency (but wxDC::DrawBitmap() does) (modified patch 1761598)

2008-01-06 00:27 VZ, revision 51030

fix comparison of BYTE variable with -1 after last commit

2008-01-05 21:00 VZ, revision 51029

removed extra default clause accidentally added by last commit

2008-01-05 19:54 VS, revision 51028

explicitly request that RPM spec files have Unix line endings with bakefile 0.2.3

2008-01-05 19:07 VZ, revision 51027

clean up wxEvtHandler::m_eventsLocker weirdness: there is no need to allocate it dynamically (as it's always done anyhow), this removes the need for ClearEventLocker() and OS/2 #ifdefs

2008-01-05 18:59 VZ, revision 51026

fix handling of OEM VKs in wxCharCodeWXToMSW() (patch 1810940)

2008-01-05 18:53 VZ, revision 51025

meaning of left/right keys should be inversed in RTL locale (patch 1863866)

2008-01-05 18:44 VZ, revision 51024

correct handling of positive quality values (2nd part of patch 1851381)

2008-01-05 18:41 VZ, revision 51023

more fixes to handling of the resolution chosen in GTK print dialog (patch 1864504)

2008-01-05 17:37 VZ, revision 51022

don't remove handlers from wxPendingEvents list, they now do it themselves when they don't have any more events or are destroyed (should have been part of r51021)

2008-01-05 17:29 VZ, revision 51021

process one event at once in wxEvtHandler::ProcessPendingEvents() to prevent crashes when a (pending) event handler destroys the event handler object itself; only add the event handler to wxPendingEvents list if it's not already there (and explicitly mention that an object can be present in this list only once in the comment) (replaces patch 1837719)

2008-01-05 00:21 VZ, revision 51018

move Freeze() and Thaw() to wxWindowBase to ensure that they behave consistently (i.e. recursively, as described in the docs) in all ports; removed different duplications of freeze count from derived classes

2008-01-05 00:04 VZ, revision 51017

compilation fix (remove default ctor already implemented by DEFINE_STD_WXCOLOUR_CONSTRUCTORS); make copy ctor inline and remove empty dtor

2008-01-05 00:02 VZ, revision 51016

compilation fix for wxUSE_DISPLAY==0

2008-01-03 22:21 VZ, revision 51010

set resolution of print preview from print data (modified patch 1851381)

2008-01-03 17:11 MW, revision 51009

Revert previous commit.

2008-01-03 17:09 MW, revision 51008

Always write end record unless one has already been written.

2008-01-03 06:58 PC, revision 51003

fix for last commit: didn't work if mask was white

2008-01-03 05:29 PC, revision 51002

Fix wxCursor(wxImage&) ctor for image widths not a multiple of 8, and finding second-most frequent color.

2008-01-03 05:28 PC, revision 51001

Fix wxCursor(wxImage&) ctor for image widths not a multiple of 8, and finding second-most frequent color. Simplify color cursor code.

2008-01-03 03:50 PC, revision 51000

backport: fix leak when creating wxCURSOR_BLANK

2008-01-03 01:13 VZ, revision 50999

don't hardcode 16/32 as sizes for small/normal icons (fixes bug 1862812)

2008-01-03 00:52 VZ, revision 50998

also scroll vertically if necessary in MoveToItem() when the control is in a non-report mode (based on patch 1857650)

2008-01-03 00:05 VZ, revision 50997

no changes, just updated the URL of KB article in a comment

2008-01-02 22:58 VS, revision 50996

Use realloc() and placement new to manage vector's memory instead of copying objects in T[] array. This is both more efficient and matches std::vector<> semantics (erase() destroys the object immediately, T doesn't have to be default-constructible).

2008-01-02 21:39 JS, revision 50995

Suppressed the themed border by defining GetDefaultBorder Set custom background style

2008-01-02 21:27 VZ, revision 50994

don't call LogLastRepeatIfNeeded() from dtor, it's too late to do it there anyhow; do call it from Flush() however (replaces patch 1857589)

2008-01-02 21:18 VZ, revision 50993

don't lock the gs_prevCS critical section recursively (replaces patch 1857581)

2008-01-02 20:31 VZ, revision 50992

allow creating empty ZIP archives (patch 1861030)

2008-01-02 17:33 VS, revision 50991

removed wxSTRING_TEXT() macro in favour of wxS()

2008-01-02 16:53 VZ, revision 50989

reorder the methods in alphabetical order (patch 1861348)

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

remove redundant m_buffer_size member (patch 1861348)

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

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

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

Blind fix for typo in 50972.

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

Missing header.

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

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

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

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

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

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

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

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

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

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

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

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

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

fixed incorrect use of wxVector<> in wxXRC

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

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

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

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

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

fix leak when creating wxCURSOR_BLANK

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

fix bug with parsing negative time zones in ParseRfc822Date()

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

define wxCurrentPoppuMenu for wxUniv too

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

clarify when wxMaximizeEvent is [not] sent

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

non-pch build fix

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

non-pch build fix

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

Reduction of includes

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

Reduction of includes

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

Fixed pasting inefficiency

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

Fixed pasting inefficiency

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

initial drag interface for wxDataViewCtrl

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

Typo correction

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

Added missing includes

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

Added missing include

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

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

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

wxDataViewCtrl DnD stubs, some reformating

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

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

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

Restore MSW's colour picker, II

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

Restore MSW's colour picker

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

Fix wxX11 crash

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

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

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

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

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

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

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

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

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

Also get header button height right

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

Remove (wrong) theme border from header control

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

Fix from Hartwig

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

Return type correction

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

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

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

Some reorder code for MSW's dataviewctrl

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

fixing exports

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

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

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

fixing exports

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

Fix compilation of unicode debug builds, broken since rev50864

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

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

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

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

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

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

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

fix setting client data

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

update mac gl, after rev 50900

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

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

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

Compilo

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

Added a bit of cross-linking in the wxGrid docs

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

Added more function groups to wxGrid docs

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

Add HideCol/RowLabels

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

Added API for column reordering

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

non-pch build fix

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

allow centering wxMessageDialog on its parent window (patch 1836072)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

fix the size of bitmaps we create (bug 1851598)

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

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

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

keep the owning window

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

removing unnecessary casts

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

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

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

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

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

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

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

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

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

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

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

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

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

keeping the constness

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

forgot to release capture

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

adding rubberbanding

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

compilation fix for !wxUSE_THREADS

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

fixed wxHAS_GENERIC_PROCESS_CALLBACK check to use #ifdef, not #if

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

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

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

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

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

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

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

Playing with wxgrid, adding optionnally native columns labels

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

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

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

show the message about test2 being unsupported on the console

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

2007-12-06 16:22 PC, revision 50548

setting style on backing window should not be necessary, its background never shows

2007-12-06 16:22 PC, revision 50547

make access for virtuals match base

2007-12-06 16:10 PC, revision 50546

match CFTypeRef declaration to the one in defs.h

2007-12-06 16:10 PC, revision 50545

remove extra semicolons

2007-12-06 14:18 VZ, revision 50544

fix typo in \param (patch 1845351)

2007-12-06 12:26 JS, revision 50542

Big wxRichTextCtrl performance increase due to faster wrapping code

2007-12-06 12:25 JS, revision 50541

Big wxRichTextCtrl performance increase due to faster wrapping code

2007-12-06 00:14 BP, revision 50500

Patch from David Warkentin fixing initialization of physical scrolling setting in wxVarScrollHelperBase.

2007-12-05 21:50 SC, revision 50482

extending locale detection

2007-12-05 15:01 RR, revision 50481

Added wxToggleBitmapButton

2007-12-05 10:51 VS, revision 50480

check that the version of __sync_sub_and_fetch that returns a value is supported, not just the void one

2007-12-05 08:45 JS, revision 50479

Clarified context menu event behaviour.

2007-12-05 08:44 JS, revision 50478

Clarified context menu event behaviour.

2007-12-05 04:47 PC, revision 50477

fix deferred show when min size has been set

2007-12-04 21:52 JS, revision 50476

Reverted mouse position change - wxMSW does send (-1, -1) for keyboard context menu access

2007-12-04 21:51 JS, revision 50475

Reverted mouse position change - wxMSW does send (-1, -1) for keyboard context menu access

2007-12-04 20:24 VS, revision 50474

wxLaunchDefaultBrowser messages should be localized

2007-12-04 19:06 VS, revision 50473

added <scrollrate> parameter to wxScrolledWindow XRC handler

2007-12-04 19:03 VS, revision 50472

added <scrollrate> parameter to wxScrolledWindow XRC handler

2007-12-04 17:50 SC, revision 50471

shorter code for wxMac

2007-12-04 17:49 SC, revision 50470

emulate expected setlocale(0,"") behaviour

2007-12-04 17:41 BP, revision 50469

Backported LaTeX CSS modifications (r50468) to 2.8.

2007-12-04 17:33 BP, revision 50468

Cleaned up LaTeX CSS definitions (these modifications have been used for the online docs since 2.8.0 now with no problems).

2007-12-04 17:26 PC, revision 50467

Only account for WM frame extents in tlw size if WM supports _NET_FRAME_EXTENTS. Extents cache no longer needed.

2007-12-04 15:29 VS, revision 50466

when testing for GCC's atomic builtins, try to link too (see bug #1844128); also more closely mirror wx's use by using unsigned int and not int for tests

2007-12-04 13:38 JS, revision 50465

Context menu event from keyboard records the mouse position, not -1, -1, in line with wxMSW

2007-12-04 13:38 JS, revision 50464

Context menu event from keyboard records the mouse position, not -1, -1, in line with wxMSW

2007-12-04 04:22 DE, revision 50462

Make wxCocoa compile with new pImpl wxDC.

2007-12-04 01:34 VZ, revision 50461

use wxFileName to construct well-formed paths in GetMsgCatalogSubdirs() instead of doing it ourselves with string manipulations wrongly (patch 1835208)

2007-12-04 01:29 VZ, revision 50460

use CreateWindow() instead of CreateStatusWindow() for statusbar creation as the latter is not supported by MSLU and so doesn't work under Win9x

2007-12-03 22:26 RR, revision 50459

correct wxMemoryDC constr. to not use m_owner

2007-12-03 22:09 VZ, revision 50458

don't use 8 bit characters in sources, this results in level 1 warning with VC8 (patch 1841741)

2007-12-03 16:35 SC, revision 50457

fixing warning about missing virt destructor

2007-12-03 16:34 SC, revision 50456

fixing warning about missing virt destructor

2007-12-03 10:21 RR, revision 50455

compile fix

2007-12-03 10:09 RR, revision 50454

Mention different internal usage of index list model

2007-12-03 09:56 RR, revision 50453

Resize col to fill entire client area if only 1 col.

2007-12-03 09:45 JS, revision 50452

Fixed player dialog listbox and app icon on wxGTK

2007-12-03 09:44 JS, revision 50451

Fixed player dialog listbox size and app icon on wxGTK

2007-12-03 09:44 RR, revision 50450

Add support for wxDC_ROW_LINES for GTK+ and OS X

2007-12-03 09:23 JS, revision 50448

Added Forty Thieves icon

2007-12-03 09:23 JS, revision 50447

Added Forty Thieves icon

2007-12-03 02:55 PC, revision 50443

remove unneccessary header dependencies on wx/thread.h

2007-12-03 02:20 PC, revision 50442

non-pch build fix

2007-12-03 02:15 PC, revision 50441

non-pch build fixes

2007-12-03 02:15 PC, revision 50440

build fix for -D__WXUNIVERSAL__

2007-12-02 22:05 RR, revision 50439

further work on custom renderer

2007-12-02 21:29 VZ, revision 50438

added wxMSW notifmsg.h/cpp

2007-12-02 20:25 PC, revision 50437

non-pch build fix

2007-12-02 20:16 PC, revision 50436

keep initial size from changing when frame extents become known

2007-12-02 19:43 VZ, revision 50435

added support for icon flags to wxGenericNotificationMessage

2007-12-02 19:42 VZ, revision 50434

added wxNotificationMessage::AlwaysUseGeneric() MSW-specific method

2007-12-02 19:39 VZ, revision 50433

added wxArtProvider::GetMessageBoxIcon() to avoid duplicating the same code in generic message and log dialogs (and soon notification message too)

2007-12-02 18:13 PC, revision 50432

don't set resize mode to QUEUE, it seems to be wrong for a wxWindow in a native container

2007-12-02 17:28 VZ, revision 50431

removed the "Silver theme fix" which made the controls in the toolbars invisible

2007-12-02 17:09 VZ, revision 50430

correct the wxEVT_TASKBAR_BALLOON_CLICK handler name (it doesn't change anything for now)

2007-12-02 17:02 VZ, revision 50429

implemented wxNotificationMessage for wxMSW using wxTaskBarIcon and fallback to generic implementation on older systems; added wxNotificationMessage::SetFlags()

2007-12-02 16:47 VZ, revision 50428

delete the TLW used by taskbar icons instead of destroying it to avoid hang on exit if there are no other windows left in the program

2007-12-02 16:15 SC, revision 50427

removing non darwin mac source

2007-12-02 16:12 VZ, revision 50426

added wxApp::GetShell32Version() to test for shell32.dll support of balloon tooltips

2007-12-02 14:54 SC, revision 50425

fixing new inheritance

2007-12-02 14:09 RR, revision 50424

Use FillHilite style

2007-12-02 13:51 RR, revision 50423

test for valid icon

2007-12-02 13:44 RR, revision 50422

Mention DC change

2007-12-02 13:40 RR, revision 50421

Fix docs

2007-12-02 12:38 VZ, revision 50420

define NIN_BALLOONXXX constants if the SDK doesn't

2007-12-02 11:20 SC, revision 50418

making sure the clientdc gets destroyed, otherwise we will have stale dc information that will interfere with drawing in unpredictable ways

2007-12-01 22:58 BP, revision 50409

Replaced moved wxVScrolledWindow HitTest methods fixing bug 1841939 (wxVListBox and wxHtmlListBox).

2007-12-01 22:48 VZ, revision 50408

added wxEVT_TASKBAR_BALLOON_TIMEOUT/CLICK which will be used by the wxMSW wxNotificationMessage implementation

2007-12-01 20:43 RR, revision 50407

Forgot to actually use image list

2007-12-01 20:04 VZ, revision 50406

add wxPrintData forward declaration (blind fix for Mac compilation)

2007-12-01 19:06 RR, revision 50405

Mention wxDataViewTreeCtrl in wxDataViewCtrl docs

2007-12-01 19:01 RR, revision 50404

Added wxDataViewTreeCtrl

2007-12-01 18:37 PC, revision 50403

non-pch build fixes

2007-12-01 16:25 VZ, revision 50402

added MSW-specific wxTaskBarIcon::ShowBalloon() method; use it in the taskbar sample (and also clean it up significantly)

2007-12-01 15:55 VZ, revision 50401

removed the menu item which could be used to remove the icon and leave the user without any way to interact with the application (nor quit it)

2007-12-01 15:39 VZ, revision 50400

use correct text format depending on build in XTYP_EXECUTE transactions

2007-12-01 15:14 VZ, revision 50399

test for wxUSE_UNICODE_UTF8 in wxUTF8Buf definition was reversed, correct it

2007-12-01 13:26 VZ, revision 50398

compilation fix after argv changes (move initialization from OnInitGui() to Initialize() where the original command line arguments are accessible)

2007-12-01 12:03 RR, revision 50397

compilation fix and fewer warnings

2007-12-01 05:27 SC, revision 50395

fixing define

2007-12-01 05:21 SC, revision 50394

font updates

2007-11-30 23:24 RR, revision 50391

compilation

2007-11-30 23:12 RR, revision 50390

compilation

2007-11-30 23:03 RR, revision 50389

forgot to commit

2007-11-30 21:17 VZ, revision 50388

compilation fix after removing default wxDC ctor

2007-11-30 21:11 VZ, revision 50387

free wxDCFactory::m_factory; also renamed SetDCFactory() to just Set()

2007-11-30 20:56 VZ, revision 50385

remove default wxDC ctor to make it impossible to construct DCs without the associated wxDCImpl (this breaks compilation of classes such as wxMirrorDC instead of crashing at run-time); fixed wxMirrorDC compilation after breaking it; renamed wxDCFactory::GetFactory() to just Get(), no need to be repetitive

2007-11-30 20:52 SC, revision 50384

atsu for textctrl

2007-11-30 20:51 SC, revision 50383

using common code

2007-11-30 20:50 SC, revision 50382

using common code

2007-11-30 20:49 SC, revision 50380

textctrl always needs ATSU...

2007-11-30 20:25 VZ, revision 50378

mention wxDC change (more details would be welcome)

2007-11-30 20:16 VZ, revision 50377

last commit resolved the conflict incorrectly, undoing it

2007-11-30 20:08 RR, revision 50376

remove checks for new dc code

2007-11-30 20:07 VZ, revision 50375

move IMPLEMENT_CLASS macros for wxBuffered[Paint]DC to dcbufcmn.cpp to ensure that they're available in wxUSE_NEW_DC build too (and because they have nothing to do in dcbase.cpp anyhow)

2007-11-30 20:00 RR, revision 50374

remove test for new dc

2007-11-30 19:59 RR, revision 50373

Compile with printarch off

2007-11-30 19:45 RD, revision 50369

Use ?= assignment operator for WX_UNICODE so it can be overridden from the environment

2007-11-30 18:16 RR, revision 50368

Remove old wxDCBase class, restore IMPLEMENT_CLASS macros for buffered dc classes

2007-11-30 18:06 RR, revision 50367

wxOverlay compile fix

2007-11-30 18:04 RR, revision 50366

DC change

2007-11-30 17:51 RR, revision 50365

more DC changes for wxX11

2007-11-30 17:47 VZ, revision 50364

corrected DECLARE_DYNAMIC_CLASS use

2007-11-30 17:46 VZ, revision 50363

use WS_SYSMENU if wxCLOSE_BOX style is given, otherwise the close box doesn't appear

2007-11-30 17:43 RR, revision 50362

remove superfluous visibility attribute

2007-11-30 16:52 SC, revision 50361

adaptions for latest dc changes

2007-11-30 16:46 SC, revision 50360

adaptions for latest dc changes

2007-11-30 16:43 SC, revision 50359

adaptions for latest dc changes

2007-11-30 16:40 SC, revision 50358

adaptions for latest dc changes

2007-11-30 15:36 SC, revision 50357

fixing 10.5 only compiles

2007-11-30 15:35 SC, revision 50356

fixing 10.5 only compiles

2007-11-30 15:31 SC, revision 50355

fixing 10.5 only compiles

2007-11-30 15:26 RR, revision 50354

converted most of X11 DC code

2007-11-30 14:41 VZ, revision 50353

fix an unused variable warning in release build

2007-11-30 14:31 VZ, revision 50352

unused parameters and float/double->int conversion warning fixes

2007-11-30 14:30 VZ, revision 50351

fix compilation error after r50329: wxMenu doesn't have HandleWindowEvent() as it's not a window

2007-11-30 14:24 VZ, revision 50350

blind compilation fix after last commit

2007-11-30 14:16 VZ, revision 50349

build fixes for wxUSE_STL==1

2007-11-30 13:48 RR, revision 50348

DC reorganization

2007-11-30 13:17 RR, revision 50347

GTK+ doesn't like slider with min=max values

2007-11-30 12:35 SC, revision 50346

fixing 10.5 only compiles

2007-11-30 12:34 SC, revision 50345

fixing 10.5 only compiles

2007-11-30 10:54 SC, revision 50344

fixing 10.5 only compiles

2007-11-30 10:26 SC, revision 50343

fixing 10.5 only compiles

2007-11-30 10:20 SC, revision 50342

fixing 10.5 only compiles

2007-11-30 10:19 SC, revision 50341

moving code, fixing 10.5 only compiles

2007-11-30 09:17 SC, revision 50339

fixing bug 1841377

2007-11-30 09:14 SC, revision 50338

fixing bug 1841377

2007-11-30 08:19 SC, revision 50337

weak link test is not optimal, as CoreText is already having some symbols defined under 10.4, replace with fixed system number test

2007-11-30 07:37 SC, revision 50336

using the cf string conversions exclusively

2007-11-30 05:52 DE, revision 50335

wxCocoa only: Give the buddy text control focus if the user changes the spinner. Copyright 2007 Software 2000 Ltd.

2007-11-30 05:08 DE, revision 50334

Implement text update events so the spin control works better. Copyright 2007 Software 2000 Ltd.

2007-11-29 21:52 SC, revision 50331

adding CoreText implementation

2007-11-29 21:36 SC, revision 50330

adding CoreText implementation

2007-11-29 17:00 VS, revision 50329

1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to correctly handle exceptions in even handlers in wxGTK 2. use HandleWindowEvent() everywhere as more obvious and convenient shortcut for GetEventHandler()->ProcessEvent(); also for consistency with wxGTK where it's required

2007-11-29 14:12 SC, revision 50328

cleanup

2007-11-29 14:10 SC, revision 50327

cleanup

2007-11-29 12:37 SC, revision 50326

cleanup

2007-11-29 12:34 SC, revision 50325

cleanup

2007-11-29 12:34 VZ, revision 50324

translate the descriptions in SetDesc(wxCmdLineEntryDesc)

2007-11-29 10:02 SC, revision 50323

that part would have to be removed before, as its condition became always false under 10.4

2007-11-29 08:29 SC, revision 50322

porting forward 10.5 focus fix

2007-11-29 08:28 SC, revision 50321

porting forward scrolling fix

2007-11-29 07:35 DE, revision 50320

Fix for wxCocoaMessageDialog construction accidently using the totally wrong wxDialog constructor.

2007-11-29 07:28 DE, revision 50319

Implement wxBitmap::GetSubBitmap. Patch authored by Software 2000 Ltd.

2007-11-29 07:24 DE, revision 50318

Implement wxIcon::LoadFile by defering to wxBitmap implementation instead of creating a dummy 5x5 image. Patch authored by Software 2000 Ltd.

2007-11-28 19:03 VZ, revision 50315

define AW_XXX constants if SDK doesn't (fixes VC6 compilation, patch 1840451)

2007-11-28 18:56 JS, revision 50314

Fixed bug in border style translation

2007-11-28 14:13 SC, revision 50313

fixing region and using default background colour

2007-11-28 14:10 JS, revision 50312

Use wxStdDialogButtonSizer

2007-11-28 14:01 VZ, revision 50311

added wx/mac/dataview.h to ADVANCED_MAC_HDR (bug 1840231); also moved wx/mac/joystick.h and wx/mac/sound.h to it from MAC_CMN_HDR

2007-11-28 13:57 VZ, revision 50310

typo fix

2007-11-28 10:51 SC, revision 50309

cleanup, going private with platform specific that is only needed at one place

2007-11-28 10:42 SC, revision 50308

cleanup

2007-11-28 09:52 SC, revision 50307

fixing potential alignment error

2007-11-28 06:46 PC, revision 50303

Solaris /usr/bin/tr requires [] around character ranges

2007-11-28 05:57 SC, revision 50302

cleanup, fixing exports

2007-11-28 05:52 SC, revision 50301

cleanup, fixing exports

2007-11-28 05:48 SC, revision 50300

cleanup, fixing exports

2007-11-28 02:56 VZ, revision 50299

fix typo in an example (patch 1837973)

2007-11-28 02:54 VZ, revision 50298

don't keep dangling m_prevRadio pointer (2nd part of patch 1836644)

2007-11-28 02:50 VZ, revision 50297

initialize m_ownsConv (part of patch 1836644)

2007-11-28 02:46 VZ, revision 50296

set disposition to OPEN_ALWAYS for write and read-write modes (replaces patch 1836605)

2007-11-28 02:10 VZ, revision 50295

always call GTKSetActivatesDefault(), not only if wxTE_PROCESS_ENTER style was given (patch 1835260)

2007-11-28 01:59 VZ, revision 50294

return immediately after processing TaskbarCreated message instead of asserting (the accepted part of patch 1835507)

2007-11-28 00:29 VZ, revision 50291

removed ADVANCED_CMN_NATIVE_HDR, files in it (wx/datectrl.h ad dataview.h) are used in all ports, not just native ones [backport of r50290 from trunk]

2007-11-28 00:25 VZ, revision 50290

removed ADVANCED_CMN_NATIVE_HDR, files in it (wx/datectrl.h ad dataview.h) are used in all ports, not just native ones

2007-11-28 00:24 VZ, revision 50289

don't use Gnome printing in wxUniv [backport of r50037 from trunk]

2007-11-27 20:57 RR, revision 50287

Patch from Bo to show missing lines again

2007-11-27 20:48 RD, revision 50285

Use kControlContentIconRef for toolbar bitmap buttons. Fixes bug #1826474

2007-11-27 20:37 VS, revision 50284

fixed linking with visibility enabled on Ubuntu and some other systems (any gcc 4.2 amd64?) by removing superfluous virtual wxColour::Ok() (already in wxColourBase) -- do this in all ports, not just wxGTK

2007-11-27 20:28 VS, revision 50283

once again removed #ifdefs that conditionally included the exact same code on Mac and non-Mac, instead of having just one copy of it

2007-11-27 19:00 VS, revision 50282

removed trailing whitespace

2007-11-27 16:39 SC, revision 50281

cleanup

2007-11-27 16:38 SC, revision 50280

cleanup

2007-11-27 15:26 SC, revision 50279

fixing switches

2007-11-27 15:20 SC, revision 50278

adding wxPartRegion and catching errors

2007-11-27 11:03 SC, revision 50277

guard code for mac / quickdraw

2007-11-27 11:02 SC, revision 50276

guard code for mac / quickdraw

2007-11-27 10:59 SC, revision 50275

fixing cases for mac / quickdraw

2007-11-27 10:00 SC, revision 50272

fixing the usage of hishape

2007-11-27 08:35 SC, revision 50271

moving to gcc 4.0 exclusively, 10.4 minimum system

2007-11-27 07:59 SC, revision 50269

moving to gcc 4.0 exclusively, 10.4 minimum system

2007-11-26 21:27 VZ, revision 50263

unload msimg32.dll earlier (before static cleanup time) to avoid lockups when wx is used as DLL; don't use wxOnceOnlyDLLLoader for gdi32.dll as we don't need to keep this DLL loaded, it will stay in memory anyhow as we link to it statically

2007-11-26 19:44 RD, revision 50258

Bump subrelease number

2007-11-26 19:41 VS, revision 50257

catch unhandled exceptions in POSIX threads implementation the same way wxMSW does

2007-11-26 17:23 SC, revision 50256

simplifying

2007-11-26 13:48 VZ, revision 50255

use WXDLLIMPEXP_FWD_CORE instead of WXDLLEXPORT

2007-11-26 07:46 SC, revision 50251

cleanup / adding effects

2007-11-26 07:45 SC, revision 50250

cleanup / adding effects

2007-11-26 07:43 SC, revision 50249

universal fixes

2007-11-26 07:39 SC, revision 50248

avoiding menu id = 0 , adding rotating through direction each time an effect is called

2007-11-25 23:59 VZ, revision 50247

removed extraneous backslash

2007-11-25 14:34 VZ, revision 50243

wxStr[c]spn_String fixes: use size_t, not int, as return type; use WX_STR_FUNC_NO_INVERT for wrappers declarations as they're not symmetric; also corrected mistaken use of int instead of rettype in WX_STR_FUNC_NO_INVERT itself

2007-11-25 14:28 VZ, revision 50242

use size_t instead of unsigned int to avoid MSVC warnings about converting the former to the latter when compiling with /Wp64

2007-11-25 13:12 VZ, revision 50240

fix unused parameter warning inside FILEDIRBTN_OVERRIDES

2007-11-25 13:01 VZ, revision 50239

no real changes, just updated bakefile URL and fixed some spelling errors

2007-11-25 11:14 VS, revision 50237

removed ANSI configs from VisualC++ project files

2007-11-25 03:33 PC, revision 50231

remove unused/unneeded stuff from gtk/private.h

2007-11-24 22:09 SN, revision 50227

Blind compilation fix for Watcom.

2007-11-24 19:11 PC, revision 50226

remove check for missing gtk_icon_size_lookup, since it is for GTK+ 2.1, and 2.4 is required now

2007-11-24 18:34 SC, revision 50225

quickdraw fixes

2007-11-24 17:55 VS, revision 50224

ensure that wxGrid::AutoSizeColumn/Row() never sets column/row size smaller than the minimal size

2007-11-24 17:53 VS, revision 50223

ensure that wxGrid::AutoSizeColumn/Row() never sets column/row size smaller than the minimal size

2007-11-24 16:56 SC, revision 50222

64 bit clean implementation

2007-11-24 16:55 SC, revision 50221

flags moved to chkconf

2007-11-24 16:54 SC, revision 50220

make renderer independent of windowing system

2007-11-24 16:54 SC, revision 50219

64 bit clean printing

2007-11-24 16:51 SC, revision 50218

mac more native types

2007-11-24 16:50 SC, revision 50217

mac more native types

2007-11-24 16:15 VZ, revision 50216

added Show/HideWithEffect() and implemented them using AnimateWindow() for Win32

2007-11-24 15:31 VZ, revision 50215

rewrite the sample to use a main frame to make it more understandable and also make it easier to add new commands to it

2007-11-24 09:41 SC, revision 50211

64 bit fixes

2007-11-24 09:39 SC, revision 50210

adding assign

2007-11-24 09:38 SC, revision 50209

bringing wxmac in line using cflocale

2007-11-24 09:38 SC, revision 50208

64bit mac adaptions

2007-11-24 09:36 SC, revision 50207

one additional assign

2007-11-24 08:45 SN, revision 50206

Added new files for console event loop on OS/2.

2007-11-24 01:56 VZ, revision 50205

added wxNotificationMessage and implemented it generically and natively for Maemo

2007-11-24 01:23 VZ, revision 50204

fix \texttt after the last commit

2007-11-23 21:34 VZ, revision 50203

compilation fix for wxUSE_STL==1 in DoGetSibling()

2007-11-23 21:29 VZ, revision 50202

correction to the last commit

2007-11-23 21:21 VS, revision 50201

backported wxGrid labels autosizing patch (r44835) to 2.8

2007-11-23 20:45 VS, revision 50200

TeX files are not executables

2007-11-23 20:45 VS, revision 50199

TeX files are not executables

2007-11-23 20:39 VS, revision 50198

fixed the changelog to have only one 2.8.7 section instead of two

2007-11-23 19:41 SC, revision 50197

remove pict support for 64bit

2007-11-23 19:31 SC, revision 50196

mac cleanup, cgcolor changes

2007-11-23 19:30 SC, revision 50195

mac cleanup

2007-11-23 19:25 SC, revision 50194

mac cleanup

2007-11-23 19:19 VZ, revision 50193

more WXDLLIMPEXP_FWD_XXX fixes from Tim Stahlhut

2007-11-23 19:18 SC, revision 50192

mac cleanup

2007-11-23 19:16 SC, revision 50191

mac cleanup

2007-11-23 14:13 VZ, revision 50184

use correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut)

2007-11-23 09:58 SC, revision 50183

mac cleanup, pure cgcolor

2007-11-23 09:23 SC, revision 50182

mac cleanup, pure cgcolor

2007-11-23 02:03 VZ, revision 50181

return int from wxGetWindowId(), not WORD, to ensure comparing it with wxWindowID elsewhere works correctly even for negative ids

2007-11-22 18:15 SC, revision 50172

cleanup and cgcolor changeds

2007-11-22 17:47 SC, revision 50171

mac cgcolor changes & cleanup

2007-11-22 17:45 SC, revision 50170

mac cgcolor changes

2007-11-22 17:45 SC, revision 50169

mac cgcolor changes

2007-11-22 17:41 SC, revision 50168

mac cgcolor changes

2007-11-22 17:41 SC, revision 50167

fix mac universal

2007-11-22 17:07 PC, revision 50166

warning fix

2007-11-22 17:07 PC, revision 50165

store size of WM decorations separately for each TLW, so changes to one do not affect others

2007-11-22 15:37 SC, revision 50164

fixing non-precomp headers build

2007-11-22 15:34 VZ, revision 50163

rebaked after timer/socket changes

2007-11-22 15:29 VZ, revision 50162

define wxUSE_UNICODE=0 in non-Unicode build to prevent it from getting automatically defined as 1 by setup.h

2007-11-22 15:18 VS, revision 50161

wxCRIT_SECT_* macros compilation fixes for wxUSE_THREADS=0 case

2007-11-22 15:17 VS, revision 50160

wxCRIT_SECT_* macros compilation fixes for wxUSE_THREADS=0 case

2007-11-22 15:13 VZ, revision 50159

use WXDLLIMPEXP_FWD_XXX instead of WXDLLEXPORT

2007-11-22 15:04 VS, revision 50158

corrected wx_pango_version_check() comment

2007-11-22 14:22 SC, revision 50156

cleanup mac

2007-11-22 14:21 SC, revision 50155

cleanup mac

2007-11-22 13:59 SC, revision 50154

cleanup mac

2007-11-22 13:41 VS, revision 50153

added checks for more wxUSE_SVG dependencies: wxUSE_IMAGE and wxUSE_LIBPNG

2007-11-22 13:39 VS, revision 50152

don't add new PNG handler instance every time wxSVGFileImplDC::DoDrawBitmap() is called, do it only if the handler isn't installed yet

2007-11-22 13:34 VS, revision 50151

use NULL for NULL pointers, not 0

2007-11-22 06:12 PC, revision 50145

make DoSetSizeHints protected, remove parameter defaults

2007-11-22 05:15 PC, revision 50144

use a GtkAlignment to position m_mainWidget, avoiding need to re-size_allocate it

2007-11-22 02:52 PC, revision 50143

non-pch build fix for wxUSE_DISPLAY==0

2007-11-22 01:11 SN, revision 50142

Also use unix timer implementation for ConsoleApp.

2007-11-21 18:14 SN, revision 50137

Added files for console event loop.

2007-11-21 15:58 CE, revision 50136

remove .svn from manifest

2007-11-21 14:24 VZ, revision 50135

removed AC_TYPE_UID_T check, we don't need it (and gid_t/uid_t it defines may conflict with the definitions from other packages used in wx programs)

2007-11-21 14:17 SN, revision 50134

Compilation fix for OS/2.

2007-11-21 14:12 SN, revision 50133

Moved wxConsoleAppTraits::CreateEventLoop from baseunix.cpp to evtloopunix.cpp, so Unix' wxConsoleEventLoop can also be shared by platforms not having the complete ConsoleAppTraits of Unix (e.g. OS/2).

2007-11-21 13:32 CE, revision 50131

2.8.7 release respun

2007-11-21 13:05 SC, revision 50130

optimizing scrolling

2007-11-21 10:51 SC, revision 50127

focus fixes for 10.5

2007-11-21 08:42 CE, revision 50126
  • D /wxWidgets/branches/WX_2_8_BRANCH/samples/combo/makefile.dmc

makefiles.dmc should not be in SVN

2007-11-21 06:40 PC, revision 50122

fix for AUI pane shrinking each time it is floated

2007-11-20 23:07 DE, revision 50121

Added cfdataref.h and cfref.h to CoreFoundation headers list. Rebaked (removes EXTRALIBS_MEDIA as well.. assume this is intentional).

2007-11-20 22:52 VS, revision 50120

removed gstreamer dependency from all libraries except for wxMedia, not only from wxBase

2007-11-20 22:48 VS, revision 50119

backport of r48962: fixed cellpadding when printing (bug #1795572)

2007-11-20 22:39 VZ, revision 50118

remove support for configarg.cache, use config.status or extract the last used configure command line from config.log instead

2007-11-20 22:36 SC, revision 50117

attempt to fix part of the focus problem under 10.5

2007-11-20 22:35 VS, revision 50116

removed gstreamer dependency from all libraries except for wxMedia, not only from wxBase

2007-11-20 22:34 VZ, revision 50115

use FindWindowEx() instead of ChildWindowFromPoint() in wxComboBox::GetEditHWNDIfAvailable(), this should find the child edit control whatever is the combobox size

2007-11-20 22:03 VZ, revision 50114

add gstreamer libraries to EXTRALIBS_MEDIA which is only used for GUI programs, but not for wxBase (which avoids dependency on a whole bunch of GUI libraries in console applications)

2007-11-20 16:55 PC, revision 50113

build fixes

2007-11-20 16:21 SC, revision 50112

mac cleanup

2007-11-20 16:12 VZ, revision 50111

added wxWindow::GetPrev/NextSibling() [backport of r50108 from trunk]

2007-11-20 16:08 SC, revision 50110

cleanup

2007-11-20 16:07 SC, revision 50109

switch to cf implementation

2007-11-20 15:57 VZ, revision 50108

added wxWindow::GetPrev/NextSibling()

2007-11-20 14:10 SC, revision 50107

cleanup

2007-11-20 09:25 SC, revision 50106

common xcode support

2007-11-20 09:22 SC, revision 50105

supporting -1 as 'to' parameter for selections

2007-11-20 08:21 SC, revision 50104

readding trace constant

2007-11-20 08:02 SC, revision 50103

cleanup mac

2007-11-20 07:35 SC, revision 50102

cleanup mac

2007-11-20 07:35 SC, revision 50101

cleanup mac

2007-11-20 07:20 SC, revision 50100

cleanup mac

2007-11-20 07:19 SC, revision 50099

cleanup mac

2007-11-19 21:37 DE, revision 50091

Move src/mac/carbon/utilsexc.cpp to the CarbonLib-only (not OS X) files list. Remove src/mac/carbon/macnotify.cpp from the build since it's empty. Rebake (includes some OS/2 changes made in an earlier commit)

2007-11-19 19:54 DE, revision 50090

Don't define __WXOSX__ when building the wxCocoa base library.

2007-11-19 19:23 DE, revision 50089

Document the cfstring.h/cfstring.cpp as being used by all Darwin ports (it's now part of the common base library). Use the CFLocale-based code on all Darwin systems instead of testing __WXOSX__ in base-library code which is NEVER appropriate.

2007-11-19 19:13 DE, revision 50088

Don't initialize argv member of wxApp in unicode mode where it's no longer a primitive array.

2007-11-19 19:09 DE, revision 50087

Fix wxCocoa build by including the relevant headers for the __WXOSX__ case.

2007-11-19 19:06 DE, revision 50086

Remove wxDialogNameStr definition which should have been removed in r49873.

2007-11-19 14:34 RR, revision 50085

typo

2007-11-19 14:21 RR, revision 50084

Add short-cut for wxDataViewListIndexModel for generic code

2007-11-19 13:42 RR, revision 50082

Free memory of m_root

2007-11-19 13:41 RR, revision 50081

Typo

2007-11-19 13:19 VZ, revision 50080

another PCH-less build fix after last change

2007-11-19 13:14 VZ, revision 50079

don't capture the mouse when just moving it in the grid (replaces patch 1779923) [backport of r50010 from trunk]

2007-11-19 12:49 CE, revision 50078

2.8.7 release

2007-11-19 09:43 CE, revision 50076

2.8.7

2007-11-19 09:12 JS, revision 50075

Removed redundant mnemonic

2007-11-19 09:12 JS, revision 50074

Removed redundant mnemonic

2007-11-19 08:52 CE, revision 50073

document os2 bug as in http://thread.gmane.org/gmane.comp.lib.wxwidgets.devel/94104/focus=94133

2007-11-19 02:15 VZ, revision 50072

Hildonized wxColourDialog

2007-11-19 01:59 VZ, revision 50071

only call hildon_program_remove_window() when destroying a real HildonWindow (we may also have an object of a derived dialog class using a different GTK widget)

2007-11-18 23:54 RR, revision 50070

Implement wxGTK internal short-cut for wxDataViewIndexListModel

2007-11-18 23:32 VZ, revision 50069

always return true from IsMaximized() under Hildon

2007-11-18 23:31 VZ, revision 50068

don't show size grip if the window the status bar is attached to is maximized or not resizeable at all

2007-11-18 22:55 SN, revision 50067

Use new wxTextEntry implementation on OS/2.

2007-11-18 22:12 VS, revision 50066

removed remains of build system support for contrib

2007-11-18 21:54 VS, revision 50065

Added support for Visual C++ 2003 project files (still disabled until Bakefile 0.2.3 release

2007-11-18 21:48 SN, revision 50064

Added wxTextEntry implementation for OS/2.

2007-11-18 21:03 VZ, revision 50063

fix unused parameter warning after last change

2007-11-18 21:03 CE, revision 50062

2.8.7 release

2007-11-18 20:53 VZ, revision 50061

experimental IPv6 implementation (patch 1771429)

2007-11-18 20:42 VZ, revision 50060

fix gcc signed/unsigned comparison warnings after recent changes

2007-11-18 20:42 VZ, revision 50059

wxGTK compilation fix after wxInfoMessageBox change (need to include gtk.h)

2007-11-18 20:25 VZ, revision 50058

wxColourData::operator=() should return wxColourData&, not void

2007-11-18 19:56 VZ, revision 50057

added public wxInfoMessageBox() (slightly modified patch 1828235)

2007-11-18 19:33 VZ, revision 50056

preserve custom colours between calls to wxGetColourFromUser(), also allow passing a custom wxColourData to it (modified patch 1832582)

2007-11-18 19:25 VZ, revision 50055

no real changes: just some cleanup, better error handling and (unsuccessful) attemps to retrieve CC_FULLOPEN value from the dialog

2007-11-18 18:37 PC, revision 50054

build fixes

2007-11-18 18:36 VZ, revision 50053

use newsince{2.9.0}, not {3.0}

2007-11-18 18:00 VS, revision 50052

enable VS2005 project files for samples, but without dependencies on library projects, it's better than nothing

2007-11-18 17:53 VZ, revision 50051

fix more unused parameters and variables warnings

2007-11-18 17:51 VZ, revision 50050

add wxUSE_DATAVIEWCTRL check to fix a hundred compilation errors

2007-11-18 17:45 VZ, revision 50049

removed not implemented anyhow SetIcons()

2007-11-18 17:44 VS, revision 50048

Bakefile cannot generate VC2005 project files for samples yet, disabled

2007-11-18 16:54 VZ, revision 50047

compilation fix after argv changes

2007-11-18 13:40 SN, revision 50046

Compilation fix for Watcom (on OS/2).

2007-11-18 11:59 FM, revision 50043

wxRichTextAttr does not exist anymore - document instead wxTextAttr

2007-11-18 11:52 SN, revision 50042

Fixed argument handling.

2007-11-18 11:07 RR, revision 50041

document attributes mechanism

2007-11-18 10:22 RR, revision 50040

Remove useless GetRowCount

2007-11-17 22:33 SN, revision 50039

Changed control name constants from wxChar to char according to revision 49873 (applying patch #1833732).

2007-11-17 21:20 RR, revision 50038

Update to wxDataViewCtrl from Hartwig

2007-11-17 21:17 VZ, revision 50037

don't use GTK printing in wxUniv

2007-11-17 21:07 VZ, revision 50036

animateg.cpp shouldn't be in UNIV_SRC as it belongs to adv library, not core one

2007-11-17 21:02 VZ, revision 50035

more native GTK implementations of the classes in wxGTK adv library to a separate ADVANCED_GTK_NATIVE_SRC to avoid using them in wxUniv build

2007-11-17 20:50 VZ, revision 50034

rename g_openDialogs to wxOpenModalDialogsCount and define it in toplevel.cpp to fix wxUniv/GTK linking issues

2007-11-17 20:38 VZ, revision 50033

fix several problems in handling of the menu items with negative ids

2007-11-17 20:26 VZ, revision 50032

PCH-less compilation fix after last commit

2007-11-17 17:37 CE, revision 50031

add watcom to #include shlguid.h

2007-11-17 15:35 VZ, revision 50030

assume that all directories have children by default, it can take too long to check if they really do and it's better to do it on demand only, i.e. when the user really tries to open them (patch 1830527)

2007-11-17 15:31 VZ, revision 50029

test for remote drive existence using wxDirExists() first if it's mapped locally, it can be much faster if the drive is unavailable (patch 1831209)

2007-11-17 15:21 VZ, revision 50028

added SetInitialSocketBuffers() to allow changing the send/receive buffer sizes (patch 1829576)

2007-11-17 15:16 VZ, revision 50027

handle NULL BSTRs as empty ones per Microsoft convention

2007-11-17 15:12 VZ, revision 50026

forward SetFocus() to the directory tree (replaces patch 1831210)

2007-11-17 14:59 VZ, revision 50025

allow to optionally use vendor name component in standard paths (slightly modified patch 1831308)

2007-11-17 14:45 VZ, revision 50024

added vendor display name (for consistency with app display name &c) (patch 1831303)

2007-11-17 14:43 VZ, revision 50023

fix wxColourDialog::Centre() and SetSize() (modified patch 1831628)

2007-11-17 14:24 VZ, revision 50022

compare colours using their operator==() instead of comparing individual RGB components as this is shorter and more correct for the colours with the same RGB but different alpha components (patch 1832844)

2007-11-17 14:04 VZ, revision 50021

PCH-less compilation fix after last commit

2007-11-17 13:52 RR, revision 50020

Use renderer to draw checkmark

2007-11-17 13:34 RR, revision 50019

Unsuccesfully tries to remove border from wxComboBox

2007-11-17 12:37 RR, revision 50018

Use wxBORDER_NONE for wxGridCellTextEditor on all platforms, not just wxMSW

2007-11-17 10:37 SC, revision 50017

cleanup mac

2007-11-17 00:24 VZ, revision 50013

no real changes, just some cleanup: add wxIsAltDown() in addition to the existing wxIsShift/CtrlDown() and wxIsAnyModifiedDown() to test for all of them at once (slightly modified patch 1833235)

2007-11-17 00:12 VZ, revision 50012

add wxModule::AddDependency(name) overload (patch 1790451)

2007-11-16 23:59 VZ, revision 50011

document Next/PrevControlId() removal (should have been part of r50007)

2007-11-16 23:55 VZ, revision 50010

don't capture the mouse when just moving it in the grid (tentative replacement for the patch 1779923)

2007-11-16 23:41 VZ, revision 50009

reset global wxTheApp pointer before deleting it to avoid use of half-destroyed object (bug 1831130)

2007-11-16 23:34 VZ, revision 50008

move Add/DeleteAttribute() implementations out of line to avoid deprecation warnings when including xml.h from user code

2007-11-16 23:25 VZ, revision 50007

added logic to manage automatically allocated ids in-use status to avoid clashes for long-running programs (modified patch 1800016, incidentally fixes bug 1832620)

2007-11-16 21:04 SC, revision 50006

cleanup mac

2007-11-16 21:01 SC, revision 50005

cleanup mac

2007-11-16 21:00 SC, revision 50004

cleanup mac

2007-11-16 20:58 SC, revision 50003

cleanup

2007-11-16 20:57 SC, revision 50002

cleanup

2007-11-16 20:55 SC, revision 50001

cleanup

2007-11-16 20:53 SC, revision 50000

cleanup

2007-11-16 20:52 SC, revision 49999

cleanup

2007-11-16 17:19 CE, revision 49998

fix Borland _stat needed for filedlgg.cpp in univ mode

2007-11-16 16:14 CE, revision 49997

add missing wxUSE to amke univ/Borland compile...

2007-11-16 15:52 CE, revision 49996

Borland still hates ? (head was 49127)

2007-11-16 13:15 JS, revision 49995

Documented another bug fix

2007-11-16 13:14 JS, revision 49994

Added some change logs

2007-11-16 13:12 JS, revision 49993

Don't suppress accelerators that include Enter just because a tree control is focused

2007-11-16 13:12 JS, revision 49992

Don't suppress accelerators that include Enter just because a tree control is focused

2007-11-16 12:25 SC, revision 49991

correcting import/export (_adv gave linking errors)

2007-11-16 10:02 CE, revision 49990

possible os2 watcom makefiles

2007-11-16 09:03 CE, revision 49988

fix missing cast, sf bug 1832866

2007-11-15 20:28 SC, revision 49985

cleanup

2007-11-15 20:26 SC, revision 49984

cleanup

2007-11-15 20:21 SC, revision 49983

cleanup

2007-11-15 20:20 SC, revision 49982

cleanup

2007-11-15 20:19 SC, revision 49981

cleanup

2007-11-15 20:12 RR, revision 49980

Slightly overoptimized

2007-11-15 20:11 RR, revision 49979

remove warnings

2007-11-15 18:02 SC, revision 49974

rebaked after adding utilscocoa.mm to wxmac

2007-11-15 16:44 PC, revision 49973

fix reference to temporary

2007-11-15 16:34 PC, revision 49972

build fixes for 64-bit

2007-11-15 16:27 MR, revision 49971

Fix non-pch build. Spotted by David Hart

2007-11-15 15:03 RR, revision 49970

optimise startup of wxDataViewIndexListModel

2007-11-15 10:22 JS, revision 49964

Border correction

2007-11-15 10:22 JS, revision 49963

Border correction

2007-11-15 08:04 JS, revision 49961

Corrected symbol for OS/2

2007-11-15 08:03 JS, revision 49960

Corrected symbol for OS/2

2007-11-15 07:11 JS, revision 49959

Added missing include

2007-11-15 07:09 JS, revision 49958

Added missing include

2007-11-14 21:05 RR, revision 49954

wxDC rework, forgot these

2007-11-14 15:01 JS, revision 49953

Don't try to call CanUndo/CanRedo for read-only combobox since we'll get an assert.

2007-11-14 14:53 JS, revision 49952

Style correction

2007-11-14 14:51 JS, revision 49951

Conflict correction

2007-11-14 14:50 RR, revision 49950

wxDC change

2007-11-14 14:49 RR, revision 49949

Further wxDC changes

2007-11-14 14:44 JS, revision 49948

Border corrections

2007-11-14 14:42 JS, revision 49947

Border corrections, and more compact dialog sizes

2007-11-14 14:22 JS, revision 49946

Border style corrections, and more economical window sizes

2007-11-14 13:15 RR, revision 49945

Ok -> IsOk

2007-11-14 12:54 RR, revision 49944

use const for xpm icons

2007-11-14 10:13 VS, revision 49942

added never_empty hint on WX_DIR option

2007-11-14 02:38 PC, revision 49940

put the useable border styles in one place

2007-11-14 02:37 PC, revision 49939

put the useable border styles in one place

2007-11-13 21:10 FM, revision 49938

fix some typos/imprecisions

2007-11-13 21:09 FM, revision 49937

allow wxpresets to be used with xcode2 format (even if it's not fully functional yet)

2007-11-13 20:56 FM, revision 49936

use docparam instead of simple italic tag for parameter docs

2007-11-13 20:54 FM, revision 49935

add 'Application and process-management classes', 'OpenGL classes', 'Multimedia classes' and 'stc classes' to the categories

2007-11-13 20:50 FM, revision 49934

document wxDECLARE_APP

2007-11-13 20:48 FM, revision 49933

document wxFORCE_LINK_THIS_MODULE, wxFORCE_LINK_MODULE, wxIMPLEMENT_APP macros

2007-11-13 20:46 FM, revision 49932

user proper markup for the url to unicode website

2007-11-13 20:46 FM, revision 49931

small fix to inheritance hierarchy

2007-11-13 20:43 FM, revision 49930

update the file handling part of the manual; update the Acknowledgement section including a list of the core developers (some of them were missing) and separating them from the list of occasional contributors

2007-11-13 20:38 FM, revision 49929

keep function description before parameter documentation

2007-11-13 20:18 BIW, revision 49928

added null pointer check and assert

2007-11-13 20:17 BIW, revision 49927

added null pointer check and assert

2007-11-13 20:04 PC, revision 49926

fix for missing gtk_icon_size_lookup, broken in rev 46605

2007-11-13 18:09 PC, revision 49921

fix border glitches after rev 49907

2007-11-13 18:00 RD, revision 49920

Fix pathname for copying the editra icon

2007-11-13 17:32 VZ, revision 49919

fix another minor bug in DLGC_WANTMESSAGE handling in MSWProcessMessage()

2007-11-13 17:23 VZ, revision 49918

unselect all selected items, not just the currently focused one, when the mouse is right clicked outside of selection to minimize user confusion (patch 1702201, bug 1676471) [backport of r49916 from trunk]

2007-11-13 17:19 VZ, revision 49917

override GetDefaultBorder() to return wxBORDER_NONE, radio buttons shouldn't have borders by default

2007-11-13 17:18 VZ, revision 49916

unselect all selected items, not just the currently focused one, when the mouse is right clicked outside of selection to minimize user confusion (patch 1702201, bug 1676471)

2007-11-13 17:11 VZ, revision 49915

use GDK_SIZING instead of GDK_FLEUR which looks more like the cursor used for moving than for sizing (replaces patch 1830348)

2007-11-13 16:16 VZ, revision 49914

fix unreachable code warning in TranslateBorder()

2007-11-13 16:16 VZ, revision 49913

correction to the changes of r49805 to make the code work as expected

2007-11-13 15:22 VZ, revision 49912

disambiguate between 2 base class IsEmpty() versions too (bug 1831121)

2007-11-13 15:11 JS, revision 49911

Added missing return type

2007-11-13 14:51 JS, revision 49910

Take wxBORDER_THEME, and the default border style, into account

2007-11-13 14:44 JS, revision 49909

wxBORDER_THEME processing for Motif and X11

2007-11-13 14:34 JS, revision 49908

Take account of wxBORDER_THEME (assume it's like wxBORDER_SUNKEN)

2007-11-13 14:27 JS, revision 49907

Getting borders working

2007-11-13 13:57 SC, revision 49906

adding cocoa utils bridge

2007-11-13 13:48 VZ, revision 49904

added GetLineText() test

2007-11-13 13:27 VZ, revision 49902

replace changes of r49890 by defining more compatibility operators in wxCmdLineArgsArray as we're interested in preserving as much compatibility with the existing code outside of the library as possible; also DLL-export the class to avoid VC6 DLL build warnings

2007-11-13 13:20 RR, revision 49901

More DC changes

2007-11-13 13:15 VZ, revision 49900

compilation fix after argv changes

2007-11-13 13:07 RR, revision 49899

compile fix

2007-11-13 13:03 JS, revision 49898

wxChar -> char

2007-11-13 12:49 JS, revision 49897

wxChar -> char

2007-11-13 12:48 JS, revision 49896

Adding missing variable declaration

2007-11-13 12:27 JS, revision 49895

wxChar -> char

2007-11-13 12:17 JS, revision 49894

Tidying

2007-11-13 12:10 JS, revision 49893

More border rationalisation. GetDefaultBorder is now mostly defined in base class files.

2007-11-13 11:00 JS, revision 49891

wxChar -> char

2007-11-13 10:57 JS, revision 49890

Resolve '&&' ambiguity

2007-11-13 10:55 JS, revision 49889

Resolve '&&' ambiguity (VC++ 6)

2007-11-13 05:25 PC, revision 49888

block signal handler rather than disconnecting

2007-11-13 04:25 PC, revision 49887

warning fixes

2007-11-13 02:21 PC, revision 49886

build fix for wxUSE_DISPLAY==0

2007-11-13 02:21 PC, revision 49885

non-pch build fix

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

compilation fix for g++ 3.4 (and maybe others)

2007-11-13 02:05 VZ, revision 49883

nl_langinfo() check in wxIsLocaleUtf8() was never done because we didn't include langinfo.h -- do it now

2007-11-13 01:18 VZ, revision 49882

use standard functions for BSTR handling instead of doing it ourselves incorrectly (fixed patch 1829152)

2007-11-13 01:05 VZ, revision 49881

reset the dialog fields if they're not specified in wxAboutDialogInfo: it's necessary now that we can reuse an existing dialog (update of the patch 1829097)

2007-11-13 00:15 VZ, revision 49880

delete m_idleMutex later to avoid crashes if any windows are still left when the application exits

2007-11-12 23:46 PC, revision 49879

build fix for wxUSE_DISPLAY==0

2007-11-12 22:32 VZ, revision 49877

made wxApp::argv an object convertible to either char** or wchar_t** for better compatibility with the existing ANSI code

2007-11-12 22:31 VZ, revision 49876

removed stray include

2007-11-12 21:48 VZ, revision 49874

suppress unused parameter warning in UTF8-only build

2007-11-12 21:37 VZ, revision 49873

make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow

2007-11-12 21:36 VZ, revision 49872

compilation fix for g++ 4 after last commit (why was 3.3 happy with this?)

2007-11-12 20:55 VZ, revision 49871

flatten the single item submenus under Maemo

2007-11-12 20:39 VZ, revision 49870

use more natively looking HildonNote instead of GtkMessageDialog under Maemo

2007-11-12 19:41 VZ, revision 49869

refactor wxGTK mnemonics conversion functions in a separate file to be able to reuse them from wxMenu too

2007-11-12 19:04 VZ, revision 49866

remove declaration of EscapeMnemonics() which doesn't exist

2007-11-12 19:03 RD, revision 49865

install tweaks for Editra

2007-11-12 19:03 RR, revision 49864

Adapt for new DC code

2007-11-12 19:03 RD, revision 49863

add some changelog notes for 2.8.7.0

2007-11-12 19:03 RR, revision 49862

add const overload for GetImpl()

2007-11-12 15:15 VZ, revision 49860

update wxUSE_UNICODE and wxUSE_WCHAR_T descriptions, set the former to 1 by default

2007-11-12 13:58 VZ, revision 49858

add std::vector-compatible ctors taking array size and array size and initial value for wxUSE_STL==1 too

2007-11-12 12:09 VZ, revision 49857

clarify wxHandleFatalExceptions() availability (bug 1830196)

2007-11-12 11:47 RR, revision 49856

small fixes

2007-11-12 10:44 RR, revision 49855

Disable GStreamer8 by ddefault, otherwise GStreamer10 is not searched for

2007-11-12 10:19 VS, revision 49854

enabled VS2005 project files

2007-11-12 10:16 VS, revision 49853

added namespaces to prevent warnings with Bakefile 0.2.3

2007-11-12 10:12 VS, revision 49852

renamed wxstd.po to wxstd.pot so that it uses standard gettext extension for catalog templates

2007-11-12 10:03 VS, revision 49851

ignore *.mo files in locale/msw too

2007-11-12 09:48 VS, revision 49850

reverted JS's commit that added lots of empty non-MSW translations that have no place here

2007-11-12 04:00 PC, revision 49844

destroy created widgets

2007-11-12 01:04 PC, revision 49843

remove unused function

2007-11-12 01:04 PC, revision 49842

cleanup copy-and-paste

2007-11-12 00:25 VZ, revision 49841

some Hildon integration work: use HildonProgram (for integration with the OS), HildonWindow (which has native appearance) and more native-like menus

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

compilation fix for some build configurations (forward declare wxMenuItem)

2007-11-12 00:22 VZ, revision 49839

move wxGetClientDisplayRect() fix into 2.8.7 section

2007-11-11 23:52 VZ, revision 49838

implement wxClientDisplayRect() using _NET_WORKAREA WM hint [backport of r49697 and r49700 from trunk]

2007-11-11 22:35 SN, revision 49837

Avoid passing wxChar* to API functions (patch #1830017).

2007-11-11 22:29 SN, revision 49836

Avoid deprecation warnings for ::IsEmpty (patch #1829909)

2007-11-11 22:25 SN, revision 49835

Avoid deprecation warnings for GetText (patch #1829903)

2007-11-11 22:22 SN, revision 49834

Compilation fix (patch #1829901)

2007-11-11 19:14 RR, revision 49833

Compilation for GTK+

2007-11-11 16:46 SC, revision 49832

fixing cairo bugs under OS X

2007-11-11 13:08 VZ, revision 49831

correct typo in last commit

2007-11-11 13:08 VZ, revision 49830

compilation fixes for wxUSE_ACCEL=0

2007-11-11 12:55 VZ, revision 49829

unused parameter warning fixes for --disable-all-features build

2007-11-11 12:55 VZ, revision 49828

X11 implementation of wxClientDisplayRect() doesn't work with Hildon, provide a stub for the latter

2007-11-11 12:47 VZ, revision 49827

add wxUSE_FILECTRL guards

2007-11-10 23:38 VZ, revision 49822

define wxUSE_OWNER_DRAWN for OS/2 too

2007-11-10 23:34 VZ, revision 49821

use 0/1 in all tests instead of using sometimes this form and sometimes "0"/"1"

2007-11-10 22:05 SC, revision 49820

adding the python sample for graphicscontext

2007-11-10 21:28 PC, revision 49819

wxCairoContext doesn't need to know about wxPizza

2007-11-10 20:36 SC, revision 49818

avoiding a -1,-1 being set as icon size

2007-11-10 20:01 SC, revision 49817

adding missing file

2007-11-10 19:33 KO, revision 49816

Use ldflags instead of ldlibs, because wx-config --libs mixes libs and ldflags, and being able to specify order of ldflags is important. (e.g. on Leopard, if any other *-config script adds -L/usr/lib to the linker flags, wx will link against the system-provided wx.) (2.9 port)

2007-11-10 19:31 KO, revision 49815

Use ldflags instead of ldlibs, because wx-config --libs mixes libs and ldflags, and being able to specify order of ldflags is important. (e.g. on Leopard, if any other *-config script adds -L/usr/lib to the linker flags, wx will link against the system-provided wx.)

2007-11-10 19:28 SC, revision 49814

enabling clip

2007-11-10 17:40 SC, revision 49813

adapting to new pizza, fixing dashes, pango layout

2007-11-10 11:50 VZ, revision 49811

try to fix the problem of built-in libtiff not finding libjpeg introduced in r49598

2007-11-10 11:37 VZ, revision 49810

document ItemDeleted()

2007-11-10 01:15 VZ, revision 49805

don't forward Enter presses to the default button if any of the ancestor windows has DLGC_WANTMESSAGE dialog code (slightly modified patch 1828309)

2007-11-10 01:09 VZ, revision 49804

use WXDLLIMPEXP_FWD instead of WXDLLIMPEXP to avoid gcc4 warnings

2007-11-10 01:01 VZ, revision 49803

show default title if no custom one was specified instead of clearing it (patch 1829254)

2007-11-10 00:55 VZ, revision 49802

added functions for setting the columns order in wxListCtrl (modified patch 1828074)

2007-11-10 00:53 VZ, revision 49801

added array(size_t count) ctor initializing the array with count items with default value for compatibility with STL version

2007-11-10 00:46 VZ, revision 49800

fix unused parameters warnings

2007-11-09 23:17 VZ, revision 49798

cleanup wxURLModule after wxSocketModule to avoid crash when destroying default proxy (patch 1828964)

2007-11-09 23:15 VZ, revision 49797

removed unused gs_centerDialog variable accidentally introduced by the last change

2007-11-09 21:12 SC, revision 49792

forward port from 2.8

2007-11-09 20:59 SC, revision 49791

forward port from 2.8

2007-11-09 20:57 RR, revision 49790

More attempts to better support theme borders

2007-11-09 20:57 SC, revision 49789

forward port from 2.8

2007-11-09 20:55 SC, revision 49788

forward port from 2.8

2007-11-09 20:45 SC, revision 49787

forward port from 2.8

2007-11-09 20:39 SC, revision 49786

forward port from 2.8

2007-11-09 20:36 SC, revision 49785

forward port from 2.8

2007-11-09 20:35 SC, revision 49784

forward port from 2.8

2007-11-09 20:34 VZ, revision 49783

compilation fix for VC6 with standard (i.e. not updated) SDK (patch 1828610)

2007-11-09 20:31 VZ, revision 49782

don't call SetInsertionPointEnd() on a read-only combobox (patch 1828963)

2007-11-09 20:30 SC, revision 49781

forward port from 2.8

2007-11-09 20:29 SC, revision 49780

forward port from 2.8

2007-11-09 20:28 VZ, revision 49779

forward ported changes in 2.8.7 from WX_2_8_BRNACH

2007-11-09 20:25 SC, revision 49778

forward port from 2.8

2007-11-09 20:19 VZ, revision 49775

don't show more than one about dialog (slightly modified patch 1829097)

2007-11-09 20:02 VZ, revision 49771

fixed bugs with moving/centering the file dialog (replaces patch 1825170)

2007-11-09 19:10 DE, revision 49770

Need to initialize m_message and m_caption on 2.8 branch.

2007-11-09 19:02 DE, revision 49769

Resynch with 2.8 changes (realized I don't need __WX_COMPILING_COCOA_MSGDLG_MM__)

2007-11-09 18:58 DE, revision 49768

Add RCS-ID and normalize whitespace.

2007-11-09 18:56 DE, revision 49767

Add RCS-ID and normalize whitespace

2007-11-09 18:48 DE, revision 49766

Reconcile 2.8/trunk wxMessageDialog differences.

2007-11-09 18:32 DE, revision 49765

Merge new wxCocoaMessageDialog from trunk.

2007-11-09 18:26 DE, revision 49764

Make new wxCocoaMessageDialog suitable for backport to 2.8.

2007-11-09 18:11 DE, revision 49763

Applied slightly-modified patch 1826540 from Gareth Simpson.

2007-11-09 15:31 RR, revision 49751

compilation

2007-11-09 15:26 RR, revision 49750

little fix

2007-11-09 15:07 JS, revision 49749

Fixed toolbar hiding when going full-screen

2007-11-09 15:07 RR, revision 49748

Trying to get these drawing right (little success)

2007-11-09 15:06 JS, revision 49747

Colour change event now sent on wxGTK

2007-11-09 14:16 CE, revision 49746

add technotes

2007-11-09 12:14 JS, revision 49744

Fixed compilo with VC++

2007-11-09 12:12 RR, revision 49743

added test for simplistic control with border

2007-11-09 12:06 JS, revision 49742

Fix from wxAUI forum (http://www.kirix.com/forums/viewtopic.php?f=16&t=564) for display problem on Vista

2007-11-09 12:06 JS, revision 49741

Fix from wxAUI forum (http://www.kirix.com/forums/viewtopic.php?f=16&t=564) for display problem on Vista

2007-11-09 11:08 JS, revision 49740

Fix for layout in wxGTK when showing or hiding a toolbar

2007-11-09 11:01 JS, revision 49739

Don't delete dangling pointers in destructor (ported from 2.8)

2007-11-09 10:10 JS, revision 49737

Removed redundant iostream inclusion

2007-11-09 09:06 RR, revision 49736

Use const for xpm icons

2007-11-09 09:04 RR, revision 49735

We don't use the old GtkCombo widget any more

2007-11-09 09:00 RR, revision 49734

We don't use the old GtkCombo widget any more

2007-11-09 08:53 RR, revision 49733

use const for xpm icons

2007-11-09 08:52 RR, revision 49732

use const for xpm icons

2007-11-09 05:10 PC, revision 49731

modified fix for empty client area, first one broke sizing of some children

2007-11-08 22:51 RR, revision 49730

Add wxDataViewTextRendererAttr, blind noop under wxMac

2007-11-08 19:22 PC, revision 49729

fix for blank client area after restoring a "rolled up" tlw

2007-11-08 14:56 JS, revision 49726

Menubar accelerators are now preserved

2007-11-08 14:55 JS, revision 49725

Menubar accelerators are now preserved in full screen mode, as per wxMSW and wxMac

2007-11-08 08:29 SN, revision 49723

Compilationf fixes according to patch #1828105.

2007-11-07 22:32 SN, revision 49721

Fixed compilation error (patch #1827541).

2007-11-07 18:16 JS, revision 49720

Warning fix

2007-11-07 18:16 JS, revision 49719

Warning fix

2007-11-07 14:01 JS, revision 49718

Logged fix for wxChoicebook controller centring

2007-11-07 12:49 JS, revision 49717

Vertically centres a left-aligned wxChoiceBook controller

2007-11-07 12:48 JS, revision 49716

Vertically centres a left-aligned wxChoiceBook controller

2007-11-07 11:12 RR, revision 49715

Upport hint window improvement using custom GTK+ code

2007-11-07 11:09 RR, revision 49714

Remove check

2007-11-07 11:04 RR, revision 49713

Upport wxMiniFrame corrections

2007-11-07 10:23 RR, revision 49712

Correct area from where to start dragging the window

2007-11-07 10:18 RR, revision 49711

Use custom GTK+ code for hint window

2007-11-07 00:16 VZ, revision 49700

replaced FIXME comment left in the last commit with an explanation

2007-11-06 23:06 JS, revision 49699

Removed no longer needed desktop size hack

2007-11-06 23:05 JS, revision 49698

Removed no longer needed desktop size hack

2007-11-06 22:27 VZ, revision 49697

implement wxGetCientDisplayRect() correctly for X11-based ports

2007-11-06 18:42 RD, revision 49691

rebaked with new version number

2007-11-06 18:41 RR, revision 49690

Minor optical corrections

2007-11-06 18:22 RD, revision 49689

fix release number

2007-11-06 18:20 PC, revision 49688

New "pizza" widget implementation (should have been part of previous commit)

2007-11-06 18:14 PC, revision 49687

New "pizza" widget implementation. Window border widths now match the GtkStyle they are drawn with.

2007-11-06 17:03 BIW, revision 49685

don't renumber dock rows to remove gaps

2007-11-06 17:02 BIW, revision 49684

don't renumber dock rows to remove gaps

2007-11-06 14:03 BIW, revision 49683

aui dock renumbering fix

2007-11-06 14:02 BIW, revision 49682

aui dock renumbering fix

2007-11-06 10:52 JS, revision 49678

Moved desktop margin options to a more sensible place

2007-11-06 10:50 JS, revision 49677

Correction

2007-11-06 10:47 JS, revision 49676

Moved desktop margin options to more sensible place

2007-11-06 09:42 JS, revision 49675

Added sizer.desktopmargin.x, sizer.desktopmargin.y options to allow for desktop decorations in wxSizer::Fit

2007-11-06 09:41 JS, revision 49674

Added sizer.desktopmargin.x/y system options to allow for desktop decorations in wxSizer::Fit.

2007-11-06 09:28 CE, revision 49673

2.8.7.0

2007-11-06 08:06 SC, revision 49672

setting selection to 0,0 in create, bug 1826548

2007-11-06 01:43 VZ, revision 49671

don't add 0.5 to GetTextExtent() results and do take trailing spaces into account, as wxDC does (patch 1814620)

2007-11-06 01:35 MR, revision 49670

Fix compilation of gnome-vfs module after dynlib.h changes back in September: * Use wxDL_VOIDMETHOD_DEFINE where necessary * Add a semi-colon after wxDL_METHOD_LOAD calls Linking is still broken though (MimeTypesManagerImpl::AddToMimeData required, but not exported from base)

2007-11-06 00:32 MR, revision 49668

Include the parent classes header to fix compilation of wxGTK core after these controls don't inherit from generic control anymore (which happened to do the include of button.h before)

2007-11-05 23:13 VZ, revision 49667

implemented wxTextEntry for wxMotif, made wxComboBox derive from it

2007-11-05 22:49 JS, revision 49666

Updated month

2007-11-05 22:48 JS, revision 49665

Backported wxGTK wxSYS_COLOUR_WINDOW fix to 2.8.

2007-11-05 22:47 VZ, revision 49664

undid an overeager WXUNUSED() which broke non-Mac compilation

2007-11-05 22:33 VZ, revision 49663

more unused parameters warnings (should have been part of r49659)

2007-11-05 22:33 VZ, revision 49662

don't include generic files in wxGTK build (should have been part of r49660)

2007-11-05 22:32 VZ, revision 49661

require GTK+ 2.4 for wxGTK2

2007-11-05 22:31 VZ, revision 49660

removed all compile- and run-time checks for GTK+ < 2.4; don't include the generic files which are now never used in wxGTK in the build

2007-11-05 22:29 VZ, revision 49659

fix a few hundreds of harmless unused parameters warnings and a couple of real bugs discovered thanks to them

2007-11-05 21:49 VZ, revision 49658

suppress (harmless) gcc warning about non-virtual dtor in a class with virtual functions

2007-11-05 21:28 VZ, revision 49657

exclude include/wx/vms_x_fix.h from ctags input, it doesn't contain any useful definitions and just gets in the way

2007-11-05 21:21 VZ, revision 49656

temporary wxMotif compilation fix

2007-11-05 18:51 RR, revision 49653

Minimum is now GTK+ 2.4

2007-11-05 18:49 RR, revision 49652

Minimum is now GTK+ 2.4

2007-11-05 18:48 RR, revision 49651

Minimum is now GTK+ 2.4

2007-11-05 18:46 RR, revision 49650

Minimum is now GTK+ 2.4

2007-11-05 18:43 RR, revision 49649

[ 1823588 ] gtk filedlg - droping support for gtk 2.2

2007-11-05 18:22 VZ, revision 49648

fix ReceiveTimeout() reference

2007-11-05 17:49 VZ, revision 49647

update the requirements: OS X >= 10.3, GTK+ >= 2.4

2007-11-05 17:35 SC, revision 49646

forgot one 10_5 fix

2007-11-05 17:20 SC, revision 49645

added change notes

2007-11-05 17:15 SC, revision 49644

fixing #if s for Leopard SDK and running on older systems

2007-11-05 16:55 SC, revision 49643

popupwin on mac behaves as the implementation for msw

2007-11-05 16:54 SC, revision 49642

popupwin on mac behaves as the implementation for msw

2007-11-05 13:35 VZ, revision 49641

compilation fix for stuff missing from mingw32 headers

2007-11-05 13:27 VZ, revision 49640

forward declare wxArrayString (compilation fix for non-PCH build)

2007-11-05 10:27 CE, revision 49639

version now 2.8.7 (manual edit autoconf shows many other changes)

2007-11-05 10:19 CE, revision 49638

version now 2.8.7

2007-11-05 07:11 PC, revision 49637

initialize bitmap to avoid assertion

2007-11-05 00:44 VZ, revision 49636

implement AutoComplete for wxMSW too

2007-11-04 23:27 PC, revision 49635

build fix: return type for AutoComplete is bool

2007-11-04 23:08 VZ, revision 49634

added wxTextEntry::AutoCompleteFileNames() and implemented it for wxMSW

2007-11-04 22:39 VZ, revision 49633

added wxTextEntry::AutoComplete() and implemented it for wxGTK

2007-11-04 21:49 SC, revision 49632

frame tools without decorations are done using plainwindowclass, but this also must have a scope activation of none, otherwise the frame gets incorrectly deactivated

2007-11-04 21:26 BIW, revision 49631

bug fix for vista in multi-selection tree

2007-11-04 21:24 SC, revision 49630

avoiding refcount checks under Leopard, the behaviour differs there

2007-11-04 19:39 PC, revision 49629

build fixes for universal

2007-11-04 19:36 BIW, revision 49628

bug fix for vista in multi-selection tree

2007-11-04 19:02 PC, revision 49627
  • D /wxWidgets/trunk/src/gtk/data.cpp

remove unused file

2007-11-04 17:03 VZ, revision 49626

no real changes, just left over code cleanup from attempts to fix the bug of the patch 1774701

2007-11-04 16:34 VZ, revision 49625

use gtk_entry_set_activates_default() instead of redoing its work manually ourselves

2007-11-04 16:16 VZ, revision 49624

only generate wxEVT_COMMAND_TEXT_ENTER if the combobox has wxTE_PROCESS_ENTER style (for compatibility with wxMSW and wxTextCtrl); removed code using gtk_widget_activate() as this shouldn't be needed here at all

2007-11-04 16:01 VZ, revision 49623

implement wxLocale::GetInfo() using CFLocale (modified patch 1760939)

2007-11-04 15:40 VZ, revision 49622

include wx/wxprec.h first (patch 1743343)

2007-11-04 14:21 SC, revision 49621

if we don't have a valid background color, paint a white grow box

2007-11-04 14:06 SC, revision 49620

narrowing allowed classes

2007-11-04 11:28 SC, revision 49619

applying slightly modified patch 1825163

2007-11-04 10:32 SC, revision 49618

factoring common code, applying patch 1825183

2007-11-04 10:30 SC, revision 49617

factoring common code

2007-11-04 10:28 SC, revision 49616

factoring common code

2007-11-04 10:27 SC, revision 49615

factoring common code

2007-11-04 10:26 SC, revision 49614

factoring common code

2007-11-04 00:06 VZ, revision 49613

mention that wxTE_PROCESS_ENTER must be used in order to receive EVT_TEXT_ENTER from combobox (to avoid reports such as bug 1820215)

2007-11-03 23:50 VZ, revision 49612

don't undef Windows symbols here, just include wx/msw/winundef.h [backport of 48116 from trunk]

2007-11-03 22:14 VZ, revision 49611

added wxWindow::AlwaysShowScrollbars() and its wxMac implementation

2007-11-03 22:12 VZ, revision 49610

make wxScrollBar derive from wxScrollBarBase under wxMac too

2007-11-03 21:48 VZ, revision 49609

set the event object of the menu events to the frame the menu is attached to instead of the menu itself for compatibility with wxMSW

2007-11-03 21:46 VZ, revision 49608

handle failure of gtk_drag_begin() (which can happen e.g. because gdk_pointer_grab() failed) in DoDragDrop() (patch 1825237) + minor cleanup in trunk version of the code

2007-11-03 16:44 PC, revision 49607

put dnl on a new line so it doesn't join lines, remove redundant

2007-11-03 16:14 PC, revision 49606

do not use [] around tr character ranges, it is not portable and not necessary

2007-11-03 16:02 PC, revision 49605

fix for configure error message "grep: Unmatched [ or [^"

2007-11-03 13:53 SC, revision 49604

adding alignment, indent, and tab support (only 1 distance)

2007-11-02 22:07 VZ, revision 49603

fix unused parameters warnings

2007-11-02 17:30 KO, revision 49602

Commit header changes for radio box fix.

2007-11-02 16:11 VZ, revision 49601

don't make the dialog 3 times as wide as the length of the label string, this is excessive (bug 1824673)

2007-11-02 14:14 SC, revision 49600

fixing compile problem, but is it the best way to fix it ?

2007-11-02 13:27 VZ, revision 49599

fix warnings in EventsSuppressor ctor from gcc with -O option

2007-11-02 13:22 VZ, revision 49598

prevent builtin libtiff from using libjpeg if --without-libjpeg was specified

2007-11-02 05:04 PC, revision 49594

build fixes

2007-11-02 00:27 VZ, revision 49593

try (this can be vetoed) to set focus to the listbox before generating the events (patch 1822109)

2007-11-02 00:05 VZ, revision 49592

fixes for DLL build

2007-11-01 20:52 VZ, revision 49591

use wxTextEntry in wxTextValidator (modified patch 1821743)

2007-11-01 20:41 VZ, revision 49590

don't crash in HiglightAll() (called, in particular, from SortItems()) when the control is empty (patch 1821550)

2007-11-01 20:35 VZ, revision 49589

don't recreate wxLog target from ~wxLog (adaptation of changes in trunk r49587)

2007-11-01 20:26 VZ, revision 49588

set the focus to the tree before generating the selection change events to have a more expected (and compatible with other platforms) order of tree and focus events

2007-11-01 20:22 VZ, revision 49587

made LogLastRepetitionCountIfNeeded() non static to avoid recreating the log target from ~wxLog

2007-11-01 17:37 JS, revision 49586

Sizing improvements and read-only preview controls

2007-11-01 17:36 JS, revision 49585

Sizing improvements and read-only preview controls

2007-11-01 16:51 DE, revision 49584

Temporary hack to allow wxUSE_FSCRIPT to be set on the compiler command-line until I make a proper configure option for it.

2007-11-01 06:06 DE, revision 49574

Fix mouse coordinates in scrolled views to be those that wxWidgets expects.

2007-11-01 04:25 DE, revision 49573

Implement scrolling like wxWindow expects. That is, scrollbars send an event which the application processes to scroll the window the desired amount rather than letting the toolkit do it. There's still a lot more to go w.r.t. coordinate system transformations. Copyright 2007 Software 2000 Ltd.

2007-11-01 01:35 VZ, revision 49572

added wxMessageQueue class for inter-thread communications

2007-11-01 00:09 VZ, revision 49571

also assert in generic GetSelection() if the control is in multiselection mode, for consistency with wxMSW and other controls

2007-10-31 23:31 RD, revision 49570

Ensure we don't reset the group parent if it wasn't set at the begining

2007-10-31 23:05 RD, revision 49569

Patch from Niki Spahiev: Treat empty domain name the same as NULL

2007-10-31 20:46 VZ, revision 49563

backport the WXDLLIMPEXP_FWD_XXX macros to 2.8 (patches 1822143 and 1822146)

2007-10-31 18:55 VZ, revision 49562

don't clear the selection in the edit control in SetInsertionPoint()

2007-10-31 16:14 VZ, revision 49561

mention that bitmap must be selected out of wxMemoryDC before being used for anything else (patch 1823516)

2007-10-31 16:08 VZ, revision 49560

make strings used in the dialog translatable (patch 1823372)

2007-10-31 16:06 VZ, revision 49559

replaced a wrong _() with _T() (small part of patch 1822769)

2007-10-31 01:59 KO, revision 49545

Fix GetLabel and GetLabelText to be consistent with other platforms.

2007-10-31 01:58 KO, revision 49544

Implement IsItemShown and IsItemEnabled.

2007-10-31 01:57 KO, revision 49543

Return the value set, even if we aren't currently using the value in the implementation. This keeps unit tests from asserting.

2007-10-30 22:05 RD, revision 49538

Bump subrelease number

2007-10-30 18:51 VZ, revision 49537

reverted last changed (r49413) as deleting non-attached menus fails under Windows 95

2007-10-30 12:50 VZ, revision 49536

don't set CF_TEXT data in wxURLDataObject in Unicode build, this results in an assert

2007-10-30 10:22 CE, revision 49532

move to newer tex2rtf

2007-10-30 00:32 VZ, revision 49529

compilation fix for WXWIN_COMPATIBILITY_2__4==1

2007-10-29 22:31 VZ, revision 49528

add wxMouseEvent::GetClickCount() and implement it for wxMac

2007-10-29 20:57 CE, revision 49527

Watcom needs lfind change too

2007-10-29 19:00 VZ, revision 49525

don't associate dummy NULL line to the root group [backport of r49476 from trunk]

2007-10-29 16:18 DE, revision 49523

Add WXUNUSED to unused parameters in several inline-implemented methods.

2007-10-29 15:27 VZ, revision 49520

define TTF_TRANSPARENT if it's absent from SDK headers

2007-10-29 15:14 CE, revision 49519

DMC does not have TTF_TRANSPARENT

2007-10-29 13:46 VZ, revision 49518

define HDS_DRAGDROP and HDS_FULLDRAG if the SDK is too old to define them

2007-10-29 13:33 CE, revision 49517

DMC work round

2007-10-29 12:13 VZ, revision 49516

fix syntax errors in the example

2007-10-29 12:11 VZ, revision 49515

fix syntax error in the example

2007-10-29 12:10 VZ, revision 49514

fix more unused parameters warnings

2007-10-29 12:09 VZ, revision 49513

run libtiff configure when --with-libtiff=builtin is specified

2007-10-29 09:10 VS, revision 49512

added WXDLLIMPEXP_FWD_FOO macros to 2.8 branch for forward compatibility with wx3

2007-10-29 00:38 VZ, revision 49510

use TTF_TRANSPARENT to fix problem with flashing tooltips (patch 1821229)

2007-10-29 00:33 VZ, revision 49509

use fixed TOOLINFO struct size instead of trying to (wrongly) deduce it from the _WIN32_IE value, fixes bug with tooltips not appearing under Windows 95

2007-10-28 18:52 SN, revision 49508

Applied patch #1821711 (workaround for Watcom inconsistency wrt Posix functions)

2007-10-28 18:50 SN, revision 49507

Applied patch #1821711 (workaround for Watcom inconsistency wrt Posix functions)

2007-10-28 18:36 SN, revision 49506

OS/2 currently unsupported due to platform's insufficient Unicode support.

2007-10-28 10:54 CE, revision 49503

2.4 GTK fix as at http://thread.gmane.org/gmane.comp.lib.wxwidgets.devel/93157

2007-10-28 01:08 VZ, revision 49500

define wxTIFFHandler ctor in the .cpp file even if wxUSE_STREAMS==0 as it's declared in the header in this case (this doesn't really make much sense as the class is unusable anyhow but the other handlers do it like this so let's do the same thing here for consistency and maybe fix all of them at once later)

2007-10-28 01:03 VZ, revision 49499

use the same #if wxUSE_XXX checks in platform-specific files as around wxTextEntryBase implementation

2007-10-28 01:00 VZ, revision 49498

reverted unrelated changes accidentally committed as part of r49411

2007-10-27 22:24 PC, revision 49497

build fixes

2007-10-27 21:16 VZ, revision 49496

don't delete uninitialized m_eventHandler pointer if initialization failed (patch 1819944)

2007-10-27 19:45 PC, revision 49495

don't include platform headers from public wx header

2007-10-27 18:05 PC, revision 49494

correct access for virtuals

2007-10-27 17:57 VZ, revision 49493

fix memory leak in the usage example

2007-10-27 17:38 JS, revision 49492

Implementation of wxSysColourChangedEvent on wxGTK

2007-10-27 17:37 JS, revision 49491

Skip the event to allow further child processing Don't change the background colour explicitly on wxGTK

2007-10-27 17:35 JS, revision 49490

Warning fix

2007-10-27 17:00 JS, revision 49489

wxSYS_COLOUR_WINDOW is no longer hard-wired in wxGTK Added function to reset stored system colours

2007-10-27 16:59 JS, revision 49488

Fixed context menu in wxRichTextCtrl Added colour change event handler to wxRichTextCtrl

2007-10-27 16:04 JS, revision 49487

Added wxVSCROLL to wxRichTextCtrls

2007-10-27 16:04 JS, revision 49486

Added wxVSCROLL to wxRichTextCtrls

2007-10-27 13:24 CE, revision 49485

another DMC build fix http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=c++.beta&artnum=684

2007-10-27 12:27 CE, revision 49484

another DMC build fix (http://thread.gmane.org/gmane.comp.lib.wxwidgets.devel/93155)

2007-10-27 09:25 JS, revision 49483

Reverted recent docview string changes

2007-10-27 08:52 JS, revision 49482

Removed duplicates

2007-10-27 08:33 JS, revision 49480

Corrected duplicate ids

2007-10-26 23:24 VZ, revision 49478

refresh the item being collapsed when using comctl32.dll v6 as otherwise parts of its selection rectangle may be left on screen

2007-10-26 22:53 VZ, revision 49477

reverted the change of r32940 which worked around a bug due to associating a dummy line with the root group, it's no longer necessary now that the root group line is always NULL

2007-10-26 22:50 VZ, revision 49476

fix bug with adding entries to a root group containing only subgroups (as shown by new AddToExistingRoot() unit test)

2007-10-26 22:35 RD, revision 49475

When freezing a top-level window freeze its top children instead.

2007-10-26 22:06 VZ, revision 49474

remove more references to wxODBC

2007-10-26 22:00 VZ, revision 49473

removed isql.h and isqlext.h from files.bkl too

2007-10-26 21:34 RD, revision 49472

Patch [ 1820537 ] Fix for uninitialized alpha value in wxColour::FromRGBColor

2007-10-26 21:33 RD, revision 49471

Patch [ 1820537 ] Fix for uninitialized alpha value in wxColour::FromRGBColor

2007-10-26 19:12 CE, revision 49468

another DMC build fix

2007-10-26 19:06 RD, revision 49465

Move the %disownarg directive to the .i file

2007-10-26 19:06 RD, revision 49464

Move the %disownarg directive to the .i file

2007-10-26 17:31 PC, revision 49463

revert calling static directly, its not always static

2007-10-26 13:23 MW, revision 49460

Omit contrib from build of trunk.

2007-10-26 12:03 MW, revision 49457

Add FreeBSD trunk build.

2007-10-26 10:47 JS, revision 49454

Added documentation for gtk.window.force-background-colour.

2007-10-26 10:46 JS, revision 49453

Added documentation for gtk.window.force-background-colour.

2007-10-26 10:25 JS, revision 49450

Workaround for gtk-qt display bug

2007-10-26 10:24 JS, revision 49448

Workaround for gtk-qt theme bug

2007-10-26 06:20 PC, revision 49446

make access for virtuals match base

2007-10-26 06:19 PC, revision 49445

use class keyword to match forward decl, call static members directly

2007-10-26 06:19 PC, revision 49444

allow including wx/crt.h first

2007-10-26 00:08 VZ, revision 49443

removed dbbrowse demo from the makefiles

2007-10-26 00:08 VZ, revision 49442

removed odbc from the libraries used by the console sample

2007-10-25 22:43 MW, revision 49441

Fix missing word 'test' causing 'yes' to run during configure on Solaris.

2007-10-25 18:01 DE, revision 49438

Look for and remove any "-NSKey" "value" types of options from argv just like the -psn_XXXX option is removed. This allows Cocoa debug options like -NSShowAllViews YES to be used as with any other Cocoa program.

2007-10-25 16:13 JS, revision 49436

Fixed bug in optimization for character input, affecting first paragraph in the buffer.

2007-10-25 16:13 JS, revision 49435

Fixed bug in optimization for character input, affecting first paragraph in the buffer.

2007-10-25 16:13 PC, revision 49434

build fixes

2007-10-25 16:12 PC, revision 49433

fix for scrolling wxSpinCtrl, broken by fix for scrolling wxStaticBox (rev 48550)

2007-10-25 14:53 JS, revision 49431

Now uses the correct selection colours.

2007-10-25 14:53 JS, revision 49430

Now uses the correct selection colours.

2007-10-25 14:41 JS, revision 49429

Fixed a style application bug inserting a newline other than after the end of a paragraph.

2007-10-25 14:41 JS, revision 49428

Fixed a style application bug inserting a newline other than after the end of a paragraph.

2007-10-25 13:24 CE, revision 49425

fix png compile bug with DMC

2007-10-25 13:06 CE, revision 49424

fix compile bug with DMC

2007-10-25 11:08 CE, revision 49421

allow Borland 5.5 again

2007-10-25 11:04 CE, revision 49420

remove extra ';'

2007-10-25 10:48 CE, revision 49419

changes to Borland install/usage

2007-10-24 23:41 VZ, revision 49413

always delete the menus, even if the menu is attached (at the very least this fixes Purify warnings)

2007-10-24 23:27 VZ, revision 49412

release update region as soon as we finished painting the window instead of keeping it indefinitely (bug 1819635) [backport from trunk]

2007-10-24 23:27 VZ, revision 49411

release update region as soon as we finished painting the window instead of keeping it indefinitely (bug 1819635)

2007-10-24 22:19 VZ, revision 49410

use LogLastRepetitionCountIfNeeded() instead of DoLogNumberOfRepeats() in logg.cpp too

2007-10-24 21:43 DE, revision 49409

Don't check for wxMac before overriding WORDS_BIGENDIAN based on compiler endianness definitions. This allows any toolkit to be compiled universally on OS X, not just wxMac.

2007-10-24 21:03 DE, revision 49408

Remove defined(__WXMAC__) && defined(__APPLE__) case from the OS if/elif block. It would never have been used in a configure build since setup.h which defines __UNIX__ is included from platform.h before the if/elif block. Likewise, it would not have been used for wxMac Xcode builds since they use config_xcode.h which also defines __UNIX__. That's fortunate since __POWERPC__ was defined unconditionally in that case. Note that classic builds wouldn't have used the case either since they have their own case just before it (which remains). Add __MACH__ to the list of UNIX defines (e.g. like __hpux) so that the UNIX case of the OS if/elif block is guaranteed to match for all Mach systems. In addition to that, within that case check for __APPLE__ && __MACH__ and make sure that __BSD__ and __DARWIN__ are defined, TARGET_CARBON is defined, and wxSIZE_T_IS_ULONG is defined. Add __ppc__ to the list of defines that will cause __POWERPC__ to be defined although it's interesting to note that we don't seem to use it anywhere. Make sure that each case of the OS if/elif block has a /* OS ... */ comment to make the code a bit easier to follow. Remove comment about __DARWIN__ being used to work around defects in GCC, that was removed years ago.

2007-10-24 19:42 CE, revision 49407

makefiels updated to reflect removal of db sample

2007-10-24 18:07 PC, revision 49406

Use a GtkVBox to do TLW layout. Rework some of the remaining sizing code.

2007-10-24 18:06 VZ, revision 49405

add a critical section protecting ms_prev variables (replaces patch 1819224)

2007-10-24 17:59 VZ, revision 49404

add a critical section protecting ms_prev variables (replaces patch 1819224)

2007-10-24 17:55 VZ, revision 49403

slightly simplified wxLog repetition counting code

2007-10-24 14:48 VZ, revision 49402

removed extra semicolon (bug 1819361)

2007-10-24 14:21 JS, revision 49399

Small usability improvements

2007-10-24 14:20 JS, revision 49398

Small usability improvements

2007-10-24 14:17 JS, revision 49396

Made dialog captions more standard

2007-10-24 14:16 JS, revision 49395

Made dialog captions more standard

2007-10-24 13:37 VZ, revision 49392

fix off by 1 pixel error in header drawing (patch 1819260)

2007-10-24 08:14 RR, revision 49388

Don't hide wrong border around header button control just to show the problem

2007-10-24 02:58 PC, revision 49384

non-pch build fix

2007-10-23 23:02 VZ, revision 49383

fixed another unused parameter warning

2007-10-23 23:02 VZ, revision 49382

removed a wrong WXUNUSED() from DoNavigateIn()

2007-10-23 22:19 VZ, revision 49376

use -Wunused-parameter with gcc for consistency with MSVC and other compilers which warn about this; fix the uncovered warnings in wxGTK

2007-10-23 21:37 RD, revision 49372

add missing versioned symbol

2007-10-23 21:36 RD, revision 49371

Use premultiplied alpha pixel format to match what is used everywhere else in wxMSW.

2007-10-23 21:31 RD, revision 49370

Use premultiplied alpha pixel format to match what is used everywhere else in wxMSW.

2007-10-23 21:30 RD, revision 49369

Avoid compile error and return a value from StartDoc

2007-10-23 21:11 RR, revision 49368

Add column to control after association with model (currently a requirement for wxMac)

2007-10-23 20:59 VZ, revision 49367

fix a couple more of unused parameters warnings

2007-10-23 19:10 KO, revision 49361

Add implementation of native DrawCheckBox for Mac. (patch #1786282.)

2007-10-23 18:48 SC, revision 49360

adapting single selection deselect to generic listctrl 1812903

2007-10-23 18:27 RD, revision 49358

Use kControlContentIconRef in SetBitmapLabel for wxBORDER_NONE buttons. Factor out code to create a standard sized bitmap so it can be used in SetBitmapLabel too.

2007-10-23 18:26 RD, revision 49357

Factor out code to create a standard sized bitmap so it can be used in SetBitmapLabel too.

2007-10-23 18:20 VZ, revision 49356

do use vswprintf() with mingw32 if STLPort >= 5.1 is used (and not msvcrt which defines vswprintf() in a pre-standard way)

2007-10-23 18:16 VZ, revision 49355

don't compare initial slider position with uninitialized m_pos (modified patch 1818759)

2007-10-23 16:11 VZ, revision 49354

implement wxSYS_DCLICK_MSEC support

2007-10-23 13:40 VZ, revision 49352

remove ODBC and DBgrid libraries

2007-10-23 13:38 VZ, revision 49351

added --prefix option which is useful when cross-building

2007-10-23 13:35 JS, revision 49350

Small code cleanup

2007-10-23 13:35 JS, revision 49349

Small code cleanup

2007-10-23 13:08 VZ, revision 49348

tagging soures before removing of ODBC library

2007-10-23 12:30 SC, revision 49347

making sure we only have the badged exclamation/warning sign for wxICON_EXCLAMATION (sf 1817033)

2007-10-23 07:27 PC, revision 49343

remove extraneous semicolons

2007-10-23 03:30 DE, revision 49342

Go back to my original idea of checking for EILSEQ and EINVAL and failing immediately if either of those is set after wxVsnprintf call returns a negative number to indicate some type of failure. All other errno are assumed to simply mean that the buffer is undersized so the platform C library function can set errno to anything it likes or simply not set it at all and our code will keep trying to increase the buffer size just as it did originally. This should (hopefully) fix compilation with C libraries that only support the most basic set of errors (of which EINVAL and EILSEQ are part).

2007-10-22 21:15 VZ, revision 49341

added wxBG_STYLE_TRANSPARENT and implemented it for wxMac; documented various transparency-related functions

2007-10-22 20:11 SC, revision 49340

fixing compilo

2007-10-22 18:13 RR, revision 49339

Added new line

2007-10-22 18:07 RD, revision 49338

Patch [ 1816051 ] MSW DrawEllipticArc inconsistent with other platforms

2007-10-22 18:06 RD, revision 49337

Patch [ 1816051 ] MSW DrawEllipticArc inconsistent with other platforms

2007-10-22 18:04 RR, revision 49336

Further attempts to get button header right

2007-10-22 17:39 RR, revision 49335

Use CommCtrl to render sortup and sortdown indicators in header control

2007-10-22 17:30 VZ, revision 49334

add HDF_SORTUP/DOWN definitions

2007-10-22 16:12 VZ, revision 49333

escape underscores introduced by the last change

2007-10-22 13:57 RR, revision 49331

Trying to get native header button right

2007-10-22 13:07 SC, revision 49330

moving os x config defaults

2007-10-22 11:35 VZ, revision 49329

calling SetFocus() in OnMouseUp() is unnecessary if we skip the event in OnMouseDown()

2007-10-22 11:32 VZ, revision 49328

vswprintf() compilation fix for mingw32 with STLport 5.1

2007-10-22 11:30 VZ, revision 49327

removed mention of inexistent file

2007-10-22 11:27 VZ, revision 49326

compilation fix for wxUSE_STL==1 after wxList methods changes

2007-10-22 11:26 RR, revision 49325

Use a private GtkCellRendererText for rendering text in a wxDataViewCustomRenderer

2007-10-22 10:40 RR, revision 49323

Correctly set item in wxDataViewRenderer::Activate()

2007-10-22 09:03 RR, revision 49322

remove deprecated and constructor and SetModal() methods

2007-10-22 08:59 RR, revision 49320

remove deprecated and constructor and SetModal() methods

2007-10-22 08:22 CE, revision 49317

update to 2.9.0

2007-10-22 08:22 CE, revision 49316

correct file path

2007-10-22 08:19 CE, revision 49315

update to 2.9

2007-10-22 08:15 CE, revision 49314

update to 2.9

2007-10-22 08:13 SC, revision 49313

better appearance on mac w/o sunken border

2007-10-22 08:08 CE, revision 49312

checked locations between 2.8 and 2.9

2007-10-22 08:00 SC, revision 49311

xcode adaptions

2007-10-22 07:58 SC, revision 49310

making things compile and build again ...

2007-10-21 21:27 VZ, revision 49307

don't store NULL attribute in wxGridRowOrColAttrData::SetAttr() unnecessarily

2007-10-21 18:16 SC, revision 49306

offsetting fixed, color handling factored out

2007-10-21 18:14 SC, revision 49305

correct scrollbars with empty grow-box

2007-10-21 18:13 SC, revision 49304

fixing height for buttons with different variants

2007-10-21 18:12 SC, revision 49303

making sure pdf pages are correctly layouted

2007-10-21 18:11 SC, revision 49302

flushing corrected

2007-10-21 18:11 SC, revision 49301

scrolling fix

2007-10-21 18:10 SC, revision 49300

removed inlines, adding straight implementation for Flush

2007-10-21 18:07 PC, revision 49299

add wxUSE_MINIFRAME wrapper

2007-10-21 18:05 SC, revision 49298

fixing missed line

2007-10-21 18:04 SC, revision 49297

factoring color representation on mac

2007-10-21 18:03 SC, revision 49296

making it obvious method is virtual, factoring out GrowBox painting

2007-10-21 18:02 SC, revision 49295

making funcs non-inline, adding a Flush method which will only be needed on mac at the moment

2007-10-21 17:59 SC, revision 49294

fixing int overflows

2007-10-21 17:59 PC, revision 49293

fix header wrapper typo

2007-10-21 17:58 SC, revision 49292

clarifying comments

2007-10-21 11:54 SC, revision 49288

unifying offseting rules

2007-10-21 11:52 SC, revision 49287

fixing possible offsetting glitches

2007-10-21 11:51 SC, revision 49286

adding correct filling area to arc, correct rounding and clipping

2007-10-21 11:39 MW, revision 49284

When testing for getpwuid_r and getgrgid_r also check the signature. Solaris 7-9 have these with non-POSIX signatures.

2007-10-20 23:25 VZ, revision 49283

replace wrong calss of Refresh() with (hopefully) correct calls to RefreshRow()

2007-10-20 23:23 VZ, revision 49282

fix unused parameter warnings

2007-10-20 22:54 VZ, revision 49281

many wxIPC Unicode and UTF-8 fixes (use void* instead of wxChar* in the API and UTF-8 as wire format for wxStrings) (patch 1812926)

2007-10-20 22:52 VZ, revision 49280

define wxUTF8Buf as the type returned by wxString::utf8_str()

2007-10-20 22:31 PC, revision 49279

don't force size_allocate in gtk_pizza_put, it shouldn't be necessary

2007-10-20 22:18 VZ, revision 49278

fix (reversed) operator!() description (bug 1817138)

2007-10-20 22:02 VZ, revision 49277

undefine _DEFINE_LIST before redefining it; also rename it to have WX prefix

2007-10-20 21:58 VZ, revision 49276

deprecate wxEffects

2007-10-20 21:08 VZ, revision 49275

accept "--opt val" and "--opt:val" syntax in addition to "--opt=val" as documented (patch 1786465)

2007-10-20 20:15 RR, revision 49274

Use wxDataViewSpinRenderer

2007-10-20 20:11 RR, revision 49273

Redundant call to GetItemByRow

2007-10-20 20:09 RR, revision 49272

Added wxDataViewCustomRenderer::RenderText() for renderer simple text in platform dependent way, added wxDataViewSpinRenderer

2007-10-20 16:23 PC, revision 49271

don't need to paint tlw background, GTK does it

2007-10-20 15:59 VZ, revision 49270

always return just "$CXX -o" from `wx-config --ld` instead of returning the command needed to link a shared library (if this is really needed, we should add another --shared-ld option for this) as it isn't suitable for linking the user applications

2007-10-20 15:33 VZ, revision 49267

load message catalogs using wxFileSystem; use wxMemoryBuffer instead of raw pointers (slightly modified patch 1810106)

2007-10-20 15:23 SC, revision 49266

extensions and fixes

2007-10-20 15:02 RR, revision 49265

[ 1816882 ] wxListBox::SetSelection() doesn't update the control

2007-10-20 15:01 RR, revision 49264

[ 1816882 ] wxListBox::SetSelection() doesn't update the control

2007-10-20 14:55 RR, revision 49263

[ 1816944 ] GTK - wxMenuBar bug

2007-10-20 14:55 VZ, revision 49262

don't update the tree unnecessarily in Expand/CollapseAllChildren() (patch 1809520)

2007-10-20 14:49 VZ, revision 49261

add support for detached threads in wxThreadHelper (patch 1809015)

2007-10-20 14:45 VZ, revision 49260

spelling and other minor fixes (patch 1806283)

2007-10-20 14:42 VZ, revision 49259

add discussion about the problems of using Yield() part of patch 1806283)

2007-10-20 14:34 VZ, revision 49258

export wxInvalidSize from DLL builds (patch 1805738)

2007-10-20 10:43 RR, revision 49257

Only draw cell in selected style when control has focus

2007-10-20 10:33 RR, revision 49256

Use BTNFACE colour for rendering selected item when widget is unfocussed

2007-10-20 10:20 RR, revision 49255

Support hover over effect for DrawHeaderButton for GTK+

2007-10-20 03:47 PC, revision 49252

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

2007-10-20 03:44 DE, revision 49251

Fix wxVsnprintf-using code on both trunk and 2.8 and document how native functions are supposed to behave as well as how some of them do.

2007-10-19 15:07 RR, revision 49248

minor corr

2007-10-19 15:04 RR, revision 49247

minor corr

2007-10-19 15:01 JS, revision 49246

Added wxVariantData::Clone and wxVariant::Unshare

2007-10-19 14:53 RR, revision 49245

Use wxPointList instead of wxList in wxDC code

2007-10-19 14:46 SC, revision 49244

better native type for files

2007-10-19 11:40 JS, revision 49243

Show debug report directory in long form on Windows

2007-10-19 11:40 JS, revision 49242

Show debug report directory in long form on Windows

2007-10-19 05:39 DE, revision 49241

Improve behavior of menubar switching when windows are activated. Specifically, if a non-wx (e.g. internal Cocoa) window becomes key but a wx window remains main, be sure to use the wx window's menubar rather than swapping it out for the menubar we show when no wx window is active. Fixes Leopard issue.

2007-10-19 04:42 DE, revision 49240

Add missing wxT().

2007-10-19 03:10 DE, revision 49239

Add wxAddProcessCallback for both wxMac and wxCocoa and use it for wxCocoa. It can be turned on for wxMac if desired. See utilsunx.cpp comment. NOTE: I can't add the symbol to version-script.in because other platforms have had this symbol even though wxMac/wxCocoa have not.

2007-10-19 02:42 DE, revision 49238

Backport modified 49154 from trunk. Normalizes multiple and incorrect usage of darwin/mac/cocoa tests into one USE_OLD_DARWIN_END_PROCESS_DETECT which now excludes wxCocoa since it will be using the new method.

2007-10-19 02:13 DE, revision 49237

Add ProcessPendingEvents to wxApp::Yield which makes the code almost identical to wxMSW's implementation save for using Cocoa instead of MSW. Add a wxAutoNSAutoreleasePool around wxApp::WakeUpIdle so that calling it from a thread does not leak the NSEvent. Add several hundred lines of comments explaining the unique method that wxCocoa uses to hook the underlying event loop and run loop so that wxCocoa is able to provide things like wx idle events.

2007-10-18 20:56 RR, revision 49233

Added PrependColumn methods and short cuts. Added test for DeleteColumn to sample

2007-10-18 17:20 PC, revision 49231

simplify toolbar and statusbar create/set code

2007-10-18 16:35 RR, revision 49230

Pixel fiddling for correct placement of text with and without icons

2007-10-18 16:34 MW, revision 49229

When testing for getpwuid_r and getgrgid_r also check the signature. Solaris 7-9 have these with non-POSIX signatures.

2007-10-18 16:14 RD, revision 49227

Another typo. I should really wake up before writing...

2007-10-18 15:49 RD, revision 49226

fix typo

2007-10-18 15:49 RD, revision 49225

fix typo

2007-10-18 15:48 RD, revision 49224

Make event overview doc more clear about instances of wxEvtHandler

2007-10-18 15:47 RD, revision 49223

Make event overview doc more clear about instances of wxEvtHandler

2007-10-18 15:07 RR, revision 49222

Corrected wrong initial/min size of generic wxDataViewCtrl

2007-10-18 14:40 RR, revision 49221

Implement HasContainerColumns in generic code

2007-10-18 10:06 VZ, revision 49220

removed extraneous semicolon

2007-10-18 09:31 DE, revision 49219

Fix crasher caused by wxProcessTerminationEventHandler::OnTerminate killing itself inside the context of wxEvtHandler::ProcessPendingEvents which still needs itself to be valid because it accesses it's m_eventsLocker. NOTE: This code is no longer used on trunk and hopefully soon won't be used in 2.8 either, but at least it doesn't crash now.

2007-10-18 09:22 VZ, revision 49218

corrected GetKeyInfo() (bug 1815516)

2007-10-18 08:30 DE, revision 49217

Revert part of 49140 on the 2.8 branch making it continue to use wxNonControlNSControl where WXNSView would do except that on the 2.8 branch I use a hack to stuff the control label in there since 2.8 has no m_labelOrig field in wxControlBase.

2007-10-18 08:23 DE, revision 49216

Merge 49213/49214 from trunk. Working wxFont implementation.

2007-10-18 08:02 DE, revision 49215

Added include/wx/cocoa/private

2007-10-18 08:01 DE, revision 49214

Added fontfactory.h that should have been part of 49213.

2007-10-18 07:54 DE, revision 49213

Halfway reasonable implementation of wxFont for wxCocoa.

2007-10-18 07:19 DE, revision 49212

Ignore generated autoconf.m4f file.

2007-10-18 00:43 RD, revision 49211

Add a section for 2.8.6.1

2007-10-18 00:42 RD, revision 49210

Add richtext to CORE_GUI_LIBS

2007-10-17 22:07 DE, revision 49206

Add const_cast and explain why it's needed.

2007-10-17 21:52 DE, revision 49205

Apply modified patch 1785299 to trunk and 2.8.

2007-10-17 20:57 RR, revision 49204

Make wxRenderer::DrawItemSelectionRect() draw a focus outline of wxCONTROL_CURRENT and wxCONTROL_FOCUSED is given, blind patch for wxMac

2007-10-17 18:30 VZ, revision 49203

explicitly mention that IsChecked() can't be used with wxCheckListBox

2007-10-17 18:22 VZ, revision 49202

remove wxWindow::Clear() from wxDFB and wxMGL which was unused (probably replaced by ClearBackground()) and conflicted with methods with the same name in other classes

2007-10-17 18:19 VZ, revision 49201

test for __DARWIN__ with ifdef, not if

2007-10-17 17:55 VZ, revision 49200

include -DWXUSINGDLL in wx-config output under all platforms and not only Cygwin/Mingw32

2007-10-17 17:32 VZ, revision 49199

fix references to wxCmdLineParser ctor

2007-10-17 17:29 VZ, revision 49198

fix broken links

2007-10-17 09:43 RR, revision 49196

Correct focus rect to not appear in unfocussed controls (currently doesn't appear at all under XP

2007-10-17 09:21 RR, revision 49195

Correct EnsureVisible() to show last item entirely

2007-10-17 09:17 RR, revision 49194

More alignment issues

2007-10-17 08:50 RR, revision 49193

Change default alignment to centre vertically

2007-10-17 08:49 RR, revision 49192

Document alignment parameter

2007-10-17 08:37 RR, revision 49191

Ensure item is visible when selection moves, remove compile warnings

2007-10-17 08:03 RR, revision 49190

Minor doc updates

2007-10-17 07:57 RR, revision 49189

Minor doc updates

2007-10-17 07:56 RR, revision 49188

Minor doc updates

2007-10-17 07:56 RR, revision 49187

Minor doc updates

2007-10-17 06:58 BP, revision 49186

Corrected doc typo (missing escaped underscore). Patch by Tim Stahlhut.

2007-10-17 02:59 PC, revision 49185

remove C++ comment

2007-10-17 02:58 PC, revision 49184

Fix declaration-after-statement compile error, remove C++ comments, remove unused GtkPizzaAdjData

2007-10-16 21:49 RR, revision 49183

Moved paragraph to right place

2007-10-16 21:48 RR, revision 49182

Minor sample corrections

2007-10-16 21:41 RR, revision 49181

Correct activate logic for <ENTER>

2007-10-16 21:38 RR, revision 49180

Correct activate logic for mouse clicks

2007-10-16 21:04 RR, revision 49179

Correct drawing placement (16px + 1 px border below)

2007-10-16 20:54 RR, revision 49178

Correct text colour in wxIconTextRenderer

2007-10-16 20:48 RR, revision 49177

Support for hover effect in header buttons

2007-10-16 17:53 RR, revision 49173

Doc improvements

2007-10-16 16:33 BIW, revision 49172

check if pane still exists before closing

2007-10-16 16:33 BIW, revision 49171

check if pane still exists before closing

2007-10-16 12:13 RR, revision 49170

Corrected AppendXXXColumn method params

2007-10-16 11:54 RR, revision 49169

Docs for wxDataViewTreeStore

2007-10-16 11:41 RR, revision 49168

Add wxDataViewTreeStore with sample

2007-10-14 08:51 DE, revision 49155

Fix wxExecute process end detect behavior for wxCocoa and wxMac. I have no idea why the current code used for Intel Macs doesn't work but it's not working for me at all. This should probably be backported to 2.8.

2007-10-14 08:37 DE, revision 49154

Combine the check for wxMac and then the other check for wxMac/wxCocoa into one define called USE_OLD_DARWIN_END_PROCESS_DETECT because it's wrong to created pipeEndProcDetect on wxCocoa when it's not going to use it! The next commit will show why it's now "Old".

2007-10-14 04:44 DE, revision 49153

Don't force the child's m_isShown state to match that of the parent in CocoaAddChild.

2007-10-13 22:01 RR, revision 49152

Beginning of wxDataViewTreeStore API

2007-10-13 22:00 RR, revision 49151

Minor doc corr

2007-10-13 22:00 RR, revision 49150

Made wxList no longer inherit from wxObject, no change in STL mode

2007-10-13 12:11 RR, revision 49149

Use typesafe wxVariantList in wxVariant instead of wxList

2007-10-13 11:57 RR, revision 49148

define typesafe wxVariantList (to be used by wxVariant instead of wxList

2007-10-13 11:45 RR, revision 49147

wxVariantData no longer inherits from wxObject

2007-10-13 08:47 DE, revision 49146

Implement creation of wxFont from wxNativeFontInfo. Implement all of the getters to return the fields from the wxNativeFontInfo contained in the wxFontRefData.

2007-10-13 08:30 DE, revision 49145

Replace most of the fields in wxFontRefData with one wxNativeFontInfo. Done on both trunk and 2.8. Because the data members line up perfectly and because I did not add nor remove any methods the ABI is (surprisingly) not effected by this change. The GetNativeFontInfo call now works.

2007-10-13 07:18 DE, revision 49144

Move wxCocoa's wxFontRefData from the header to the implementation file.

2007-10-13 06:58 DE, revision 49143

Rename src/cocoa/font.cpp to font.mm in both trunk and 2.8 branch.

2007-10-12 20:31 DE, revision 49142

Disable accidently committed F-Script code.

2007-10-12 20:30 DE, revision 49141

Remove wxNonControlNSControl from trunk. Leave in 2.8 because it removes symbols (although theoretically no one could have ever linked against them).

2007-10-12 20:27 DE, revision 49140

Use WXNSView just like wxWindow does when creating a wxControl. There are already wxControl subclasses such as wxStaticBox not using primary views which derive from NSControl so wxControl has to support this already.