Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2016-05-09 08:38:04

Changes per page:

25 50 100 250 500 1000 2000

Changelog for wxWidgets (70435 changes):

2009-03-19 20:11 SC, revision 59629

avoid double framing on carbon as well

2009-03-19 19:39 FM, revision 59628

blind build fix for STL builds

2009-03-19 18:05 FM, revision 59627

extend wxXLocale with wxStrto[d,l,ul] functions; make wxXLocale::Init() a little bit smarter on Unix systems; make XLocaleTestCase not fail on systems where french/italian support is not installed

2009-03-19 15:08 FM, revision 59625

document wxLocale::GetInfo

2009-03-19 15:08 FM, revision 59624

fix typos (closes #10611)

2009-03-19 14:51 FM, revision 59623

revised wxString docs: don't use old style grouping of functions at the beginning of the file; rather use doxygen-style member groups; to be able to reference member groups, introduce the new @member_group_name and @ref_member_group ALIASES; fix some typos in the process

2009-03-19 14:17 FM, revision 59622

remove implementations from interface headers

2009-03-19 01:37 FM, revision 59619

commit temporary fix for the sample for 2.9.0 release

2009-03-18 23:12 KO, revision 59618

Fix toggle button style.

2009-03-18 21:58 VZ, revision 59616

fix (harmless) MSVC 64 bit compilation warning (closes #10140)

2009-03-18 21:51 FM, revision 59615

simplify a bit the convoluted implementation of wxFontRefData::Alloc; add some comment, regarding the auto-allocation feature of GetHFONT(); use const_cast<>() instead of wxConstCast(); protect wxFont::IsFixedWidth with a proper wxCHECK_MSG.

2009-03-18 21:11 FM, revision 59614

no change: just move a misplaced comment

2009-03-18 15:32 FM, revision 59610

add a wxFont test unit (currently GetFamily and the Get/SetEncoding() bits are disabled because they fail on wxGTK -- need more investigation)

2009-03-18 15:30 FM, revision 59609

use doxygen autolinking feature; use @ref command for the overview

2009-03-18 15:12 FM, revision 59608

fix leftover of previous commits about pixelSize ctor

2009-03-18 13:53 BIW, revision 59607

updated aui sample to demonstrate/test wxITEM_RADIO support in toolbars

2009-03-18 13:52 BIW, revision 59606

updated aui sample to demonstrate/test wxITEM_RADIO support in toolbars

2009-03-18 13:29 BIW, revision 59605

added wxITEM_RADIO support to wxAuiToolbar (applied #10602 with minor changes)

2009-03-18 13:28 BIW, revision 59604

added wxITEM_RADIO support to wxAuiToolbar (applied #10602 with minor changes)

2009-03-18 10:42 VZ, revision 59603

add combobox drop down/close up events (closes #10587)

2009-03-18 10:07 VZ, revision 59602

add wxUSE_IMAGE checks around ctors using Union() overload only defined when wxUSE_IMAGE==1 (closes #10561)

2009-03-18 10:04 VZ, revision 59601

correct typo in SetAltExtensions() method (re-closes #10570)

2009-03-18 10:01 VZ, revision 59600

more bug fixes to multiple selection mode (see #626, comment 47)

2009-03-18 09:30 VZ, revision 59599

no changes, just correct some comments and variable names (see #10594)

2009-03-18 09:29 VZ, revision 59598

set native eol-style for the overview files

2009-03-18 00:40 FM, revision 59597

add support to wxBitmapToggleButton also in TransferFromWindow (closes #10600 - thanks gmeeker)

2009-03-18 00:30 FM, revision 59596

some note about DOT_PATH, specially for Windows

2009-03-17 23:32 FM, revision 59595

wxStatusBarPane is not a window

2009-03-17 23:29 FM, revision 59594

re-add GetFieldsCount() erraneously removed in r59566

2009-03-17 22:53 KO, revision 59593

Leave anti-aliasing on by default on Mac as well

2009-03-17 22:02 VZ, revision 59592

allow using CPPUNIT_ASSERT_EQUAL(int,unsigned) even on 64 bit platforms (see r59576)

2009-03-17 21:55 VZ, revision 59591

added the files with separate tags itself (should have been part of r59590)

2009-03-17 21:54 VZ, revision 59590

extract the list of macros to ignore in a separate file and completed it with FWD versions; turned off generation of tags for forward class declarations

2009-03-17 21:09 FM, revision 59589

the GOption hack is valid for Glib 2.20 too (it looks like it will be valid forever...)

2009-03-17 21:04 KO, revision 59588

Handle the remaining selectors which otherwise lead to beeping on key press.

2009-03-17 20:56 FM, revision 59587

guard with compile-time checks the new GDK_* event type symbols; explain why runtime checks are not necessary (closes #10603)

2009-03-17 13:54 JJ, revision 59586

correct typo in my previous commit

2009-03-17 11:41 CE, revision 59585

tag revision 2.8.10

2009-03-17 11:05 JJ, revision 59584

correcting #ifdef syntax error

2009-03-16 17:53 FM, revision 59581

fix bug when warning string contains percent signs

2009-03-16 17:52 FM, revision 59580

be x86_64-friendly

2009-03-16 17:52 FM, revision 59579

include the path to the real setup.h

2009-03-16 17:51 FM, revision 59578

do not copy the typical setup.h in setup_gccxml.h; this is too fragile; rather use the real setup.h and then include setup_gccxml.h to 'fix' things so that gccxml is happy

2009-03-16 15:47 FM, revision 59577

don't fail on machines without french support installed

2009-03-16 15:18 FM, revision 59576

fix compilation with gcc 4.3.3 (and libcppunit 1.12.1); the compiler is confused by the many assertEqual() overloads

2009-03-16 14:49 FM, revision 59575

return updated wxFONT*_* values

2009-03-16 14:46 FM, revision 59574

allow testing wxSystemSettings::GetFont() return value

2009-03-16 14:46 FM, revision 59573

no real change; just reformatting and better comments

2009-03-16 13:33 VS, revision 59572

detect and report errors in XRC specification of grid sizers

2009-03-16 13:18 VS, revision 59571

fixed wxXRC compilation with --disable-filesystem (bug #10580)

2009-03-16 11:49 VZ, revision 59570

add a menu item to test setting focus (see #626 comment:42)

2009-03-15 19:45 FM, revision 59568

leftovers from r59566

2009-03-15 19:03 KO, revision 59567

On OS X, the button for wxID_HELP should never accept a label, also, tweak sizing for help button in OS X Cocoa case. (fixes #10595)

2009-03-15 17:54 FM, revision 59566

make wxStatusBarPane a 'full class' with getters and protected data; document it; provide more accessors in wxStatusBar (closes #10574)

2009-03-15 16:42 FM, revision 59565

wxMSW and wxPalmOS already had the wxFont(const wxSize&...) ctor; don't duplicate it

2009-03-15 16:28 FM, revision 59564

add the wxFont(const wxSize& pixelSize, ...) ctor to all ports; add some wxCHECK_MSGs to ensure that the wxSize objects contains non-negative arguments; document that passing zero for the width parameter is allowed; other minor doc fixes

2009-03-15 16:14 KO, revision 59562

Rebake after last change.

2009-03-15 16:07 KO, revision 59561

On Mac, ensure that the library path and dependencies point to the right location whether or not the library is installed.

2009-03-15 14:12 SC, revision 59560

changing layout to better adhere to HIG, fixing truncation on cocoa, fixes #10584

2009-03-15 11:33 FM, revision 59559

warn the user that for all basic classes wxPoint,wxRect,wxSize,wxRealPoint negative values are allowed inside the internal coordinate members; specify that their default ctors init to zero their internals

2009-03-15 11:05 VS, revision 59558

fixed docs of rows/cols XRC property

2009-03-15 10:58 SC, revision 59557

fixing obj-c warnings

2009-03-15 10:29 VS, revision 59556

better XRC errors reporting: report location of the error and use unified formatting

2009-03-15 10:20 SC, revision 59555

making sure peer->Move refreshes properly, bringing in synch with carbon, applying patch, fixes #10403

2009-03-15 09:58 SC, revision 59554

changes for embedded, applying patch, fixes #10359

2009-03-15 01:19 KO, revision 59545

Consider wxOSX the port name, and have wxOSX/Carbon and wxOSX/Cocoa as variations, so that linkages from function docs are left intact. Also, do a little cleanup and elaborate more in the docs for OS X Cocoa and OS X Carbon.

2009-03-15 01:03 FM, revision 59544

more docs and more comments in the sample code for wxObject* classes; document CreateRefData() and CloneRefData()

2009-03-14 23:59 FM, revision 59541

implement the wxGTK selective yield with a different approach: rather than getting the events ourselves and fetching them to gtk_main_do_event(), install our own wxgtk_main_do_event() to filter them (closes #10320 -- see bug reported in comment 19)

2009-03-14 23:31 VZ, revision 59540

fix warning about needless comparison of unsigned with 0

2009-03-14 23:29 VZ, revision 59539

remove stray debugging printf

2009-03-14 23:26 VZ, revision 59538

compilation fix for Watcom (see #10576)

2009-03-14 19:39 KO, revision 59537

implement EVT_TEXT and EVT_TEXT_ENTER for NSTextView-derived text controls.

2009-03-14 19:20 FM, revision 59536

include all events categories in wxEVT_CATEGORY_ALL

2009-03-14 18:41 SN, revision 59535

Sorry, needed to fix typo in previous commit.

2009-03-14 18:36 SN, revision 59534

Update m_nSize when shrinking wxArrayString (fixes #10591).

2009-03-14 18:34 SN, revision 59533

Update m_nSize when shrinking wxArrayString (fixes #10591).

2009-03-14 14:26 FM, revision 59528

more links to native docs for wxGTK; some typo fix

2009-03-14 14:02 FM, revision 59527

more specs for wxDC::DrawRotatedText

2009-03-14 13:57 FM, revision 59526

add wxSize overloads to wxBitmap ctors and to wxBitmap::Create

2009-03-14 13:28 FM, revision 59525

add overloads of ctors and Create() functions taking wxSize; document the various Create() overloads; reorganize wxImage docs categorizing the various functions

2009-03-14 01:24 FM, revision 59523

fix crash caused by an wxMDIClientWindow's GTK signal handler being called when the wxMDIClientWindow is already (partially) destroyed: easily reproducible (without this fix) in the 'mdi' and 'svg' samples

2009-03-14 01:01 FM, revision 59522

revise the sample, simplifying and cleaning it where possible

2009-03-14 00:49 FM, revision 59521

do not use @c to refer to wxDefault* objects; use :: so an hypertext link is created

2009-03-13 23:07 FM, revision 59520

avoid GDK warnings about invalid windows when creating wxTopLevel::Refresh too early

2009-03-13 21:02 KO, revision 59518

Only MSW supports loading sounds from data.

2009-03-13 20:54 KO, revision 59517

Another place we need an autorelease pool.

2009-03-13 18:43 SC, revision 59515

solving inversion problem, because SetShape is redefined on toplevel.h level

2009-03-13 18:23 SC, revision 59514

making sure toplevel default width/sizes are used

2009-03-13 17:53 SC, revision 59513

supporting AA font flags on wxGCDC, fixes #10579

2009-03-13 17:22 KO, revision 59512

Mac -> OSX header change.

2009-03-13 15:42 JMS, revision 59511

Allow disabled properties to be expanded/collapsed via keyboard events (they could anyway be expanded/collapsed via the expander button)

2009-03-13 15:04 VS, revision 59510

return URLs, not filenames, from wxFileSystem::FindFirst/FindNext() for the file: protocol

2009-03-13 13:26 VS, revision 59509

added wxXmlResource::LoadAllFiles()

2009-03-13 09:22 JS, revision 59508

Made DoSize and GetPageRect virtual for easier derivation without duplicating a lot of code

2009-03-13 05:27 KO, revision 59507

Rebake after Mac bundle change.

2009-03-13 05:23 KO, revision 59506

Just move the binary inside of the app bundle instead of making a separate copy of it in the bundle.

2009-03-12 19:37 KO, revision 59502
  • D /wxWidgets/trunk/samples/access/accesstestM5.xml
  • D /wxWidgets/trunk/samples/artprov/artprovM5.xml
  • D /wxWidgets/trunk/samples/calendar/calendarM5.xml
  • D /wxWidgets/trunk/samples/caret/caretM5.xml
  • D /wxWidgets/trunk/samples/config/configM5.xml
  • D /wxWidgets/trunk/samples/controls/controlsM5.xml
  • D /wxWidgets/trunk/samples/dialogs/dialogsM5.xml
  • D /wxWidgets/trunk/samples/dnd/dndM5.xml
  • D /wxWidgets/trunk/samples/docview/docviewM5.xml
  • D /wxWidgets/trunk/samples/dragimag/dragimagM5.xml
  • D /wxWidgets/trunk/samples/drawing/drawingM5.xml
  • D /wxWidgets/trunk/samples/erase/eraseM5.xml
  • D /wxWidgets/trunk/samples/event/eventM5.xml
  • D /wxWidgets/trunk/samples/exec/execM5.xml
  • D /wxWidgets/trunk/samples/font/fontM5.xml
  • D /wxWidgets/trunk/samples/grid/griddemoM5.xml
  • D /wxWidgets/trunk/samples/help/helpM5.xml
  • D /wxWidgets/trunk/samples/html/about/aboutM5.xml
  • D /wxWidgets/trunk/samples/html/help/helpM5.xml
  • D /wxWidgets/trunk/samples/html/helpview/helpviewM5.xml
  • D /wxWidgets/trunk/samples/html/printing/printingM5.xml
  • D /wxWidgets/trunk/samples/html/test/testM5.xml
  • D /wxWidgets/trunk/samples/html/virtual/virtualM5.xml
  • D /wxWidgets/trunk/samples/html/widget/widgetM5.xml
  • D /wxWidgets/trunk/samples/html/zip/zipM5.xml
  • D /wxWidgets/trunk/samples/image/imageM5.xml
  • D /wxWidgets/trunk/samples/internat/internatM5.xml
  • D /wxWidgets/trunk/samples/joytest/joytestM5.xml
  • D /wxWidgets/trunk/samples/keyboard/keyboardM5.xml
  • D /wxWidgets/trunk/samples/layout/layoutM5.xml
  • D /wxWidgets/trunk/samples/listctrl/listctrlM5.xml
  • D /wxWidgets/trunk/samples/mdi/mdiM5.xml
  • D /wxWidgets/trunk/samples/menu/menuM5.xml
  • D /wxWidgets/trunk/samples/minimal/MinimalClassicM8.xml
  • D /wxWidgets/trunk/samples/minimal/MinimalM8.xml
  • D /wxWidgets/trunk/samples/notebook/notebookM5.xml
  • D /wxWidgets/trunk/samples/printing/printingM5.xml
  • D /wxWidgets/trunk/samples/regtest/regtestM5.xml
  • D /wxWidgets/trunk/samples/sashtest/sashtestM5.xml
  • D /wxWidgets/trunk/samples/scroll/scrollM5.xml
  • D /wxWidgets/trunk/samples/shaped/shapedM5.xml
  • D /wxWidgets/trunk/samples/splitter/splitterM5.xml
  • D /wxWidgets/trunk/samples/statbar/statbarM5.xml
  • D /wxWidgets/trunk/samples/taskbar/taskbarM5.xml
  • D /wxWidgets/trunk/samples/text/textM5.xml
  • D /wxWidgets/trunk/samples/thread/threadM5.xml
  • D /wxWidgets/trunk/samples/toolbar/toolbarM5.xml
  • D /wxWidgets/trunk/samples/treectrl/treetestM5.xml
  • D /wxWidgets/trunk/samples/typetest/typetestM5.xml
  • D /wxWidgets/trunk/samples/validate/validateM5.xml
  • D /wxWidgets/trunk/samples/widgets/widgetsM5.xml
  • D /wxWidgets/trunk/samples/wizard/wizardM5.xml

Removing more CodeWarrior samples.

2009-03-12 19:32 KO, revision 59501
  • D /wxWidgets/trunk/demos/bombs/bombsM5.xml
  • D /wxWidgets/trunk/demos/forty/fortyM5.xml
  • D /wxWidgets/trunk/demos/fractal/fractalM5.xml
  • D /wxWidgets/trunk/demos/life/lifeM5.xml
  • D /wxWidgets/trunk/demos/poem/poemM5.xml

Removing more CodeWarrior project files.

2009-03-12 19:30 KO, revision 59500
  • D /wxWidgets/trunk/docs/metrowerks

Remove docs for the removed CodeWarrior projects.

2009-03-12 19:29 KO, revision 59499

Remove instructions for Mac OS Classic.