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-03-29 22:57 VS, revision 52914

fixed wxXmlNode::InsertChild() documentation to match the code

2008-03-29 22:55 VS, revision 52913

1. fixed wxXmlNode::InsertChild() documentation to match the code 2. added tests for InsertChild() 3. simplified InsertChild() code without changing what it does

2008-03-29 21:18 SN, revision 52912

Linker fixes for OS/2 build.

2008-03-29 19:34 SN, revision 52911

OS/2 port: reorganized wxBitmap/wxBitmapHandler classes to use wxBitmapType instead of "long" where possible; made them const-correct etc. (see r52820)

2008-03-29 19:10 FM, revision 52910
  • D /wxWidgets/trunk/docs/word

ODBC is not part of wx anymore

2008-03-29 19:09 FM, revision 52909
  • D /wxWidgets/trunk/docs/toback24.txt

noone is going to backport stuff to wx2.4 anymore

2008-03-29 19:03 FM, revision 52908
  • D /wxWidgets/trunk/docs/latex

removed latex sources of wxDocs; wxWidgets now uses Doxygen on the 'interface' headers to create its documentation

2008-03-29 18:14 VS, revision 52907

set initial GTK_CAN_FOCUS value to match AcceptsFocus (fixes wxTreeCtrl text control dismissing after r52476)

2008-03-29 18:14 VS, revision 52906
  • D /wxWidgets/trunk/src/gtk/win_gtk.c

removed no longer used win_gtk.c file

2008-03-29 17:27 KO, revision 52905

Porting wxNonOwnedWindow and wxPopupWindow Mac support to wxWebKitBranch.

2008-03-29 15:01 VS, revision 52904

be tolerant of XHTML self-closing tags when parsing the input in wxHTML (patch by kulick@hildensia.de)

2008-03-28 16:47 FM, revision 52901

add more pure virtuals to wxBrushBase; fix the GetColour() functions to return a wxColour object and not a reference; remove from docs the non-existent SetColour(const wxString&) overloads

2008-03-28 16:19 FM, revision 52900

substitute '@b NB:' with '@note'; first partial revision of e*h headers; replace @beginEventTable with @beginEventTable{1} which provides the prototype of the event handler

2008-03-28 10:13 VZ, revision 52895

compilation fix for ANSI build: use reinterptre_, not static_cast, to convert from BYTE* to char*

2008-03-28 02:47 VZ, revision 52891

added native GTK implementation of wxCalendarCtrl (modified patch 1925439)

2008-03-28 01:45 VZ, revision 52887

fix gcc warning about assigning -1 to a guint

2008-03-27 21:32 RD, revision 52872

Use SetCanFocus

2008-03-27 21:27 FM, revision 52871

build fix for non-PCH builds (thanks to buildbot emails ;))

2008-03-27 21:27 RD, revision 52870

Use C++ names in the text, not wxPython names

2008-03-27 21:26 RD, revision 52869

Fix line endings

2008-03-27 21:25 RD, revision 52868

wxPython needs win_gtk.h to be installed

2008-03-27 21:25 RD, revision 52867

A bit of cleanup for STC's use of PopupWindow

2008-03-27 21:23 RD, revision 52866

Use SetCanFocus

2008-03-27 21:15 FM, revision 52865

avoid even more false warnings better handling numeric default values

2008-03-27 21:14 FM, revision 52864

final fixes to [a-b]*h headers

2008-03-27 20:57 FM, revision 52863

add 'availability' infos to both wxMethod and wxClass: in this way ifacecheck does not warn about methods documented to be available only for port X, which are missing from the gcc XML, if the gcc XML was produced for a port different than X; this requires @onlyfor ALIAS to output <onlyfor> tags in the XML output

2008-03-27 20:54 FM, revision 52862

add @onlyfor tags to remove further ifacecheck warnings

2008-03-27 19:15 FM, revision 52861

add the ability to parse the gccxml preprocessor output in order to reduce the number of false positives; fix wrong wxASSERT in wxMethod::IsOk; provide more help when called with --help

2008-03-27 19:13 VZ, revision 52860

lock wxPendingEventsLocker when deleting the handler from wxPendingEvents (patch 1925946)

2008-03-27 16:41 VZ, revision 52859

compilation fix for PCH-less compilation (thanks buildbot)

2008-03-27 16:17 VZ, revision 52858

fixed typo (extra underscore) in wxEVT_COMMAND_LISTBOXDOUBLECLICKED

2008-03-27 16:13 VZ, revision 52857

added convenient wxON_BLOCK_EXIT_SET() macro

2008-03-27 15:37 VZ, revision 52856

added convenient wxON_BLOCK_EXIT_THISn() macros wrapping wxON_BLOCK_EXIT_OBJn(*this)

2008-03-27 14:03 FM, revision 52853

removed old utils (helpgen, tex2rtf, helphtml, nplugin, wxprop, wxole)

2008-03-27 13:03 VZ, revision 52851

don't blit too much when copying static box border in OnPaint()

2008-03-27 08:30 SC, revision 52845

graphics bitmap implementation, fix for bitmap scaling

2008-03-27 00:32 VZ, revision 52842

MSW fixes for the last change: call Realize() after changing the toolbar; hide/show the window when removing/adding it back as it isn't done by Remove/InsertTool() under MSW unlike under GTK (should it?)

2008-03-27 00:28 VZ, revision 52841

don't use gtk_notebook_insert_page() return value as some old GTK+ versions (the one in Solaris 9 for instance) don't have it; also don't use gtk_notebook_get_nth_page() which we need this return value for at all in the trunk as it seems to be unnecessary

2008-03-27 00:10 VZ, revision 52840

Several fixes for removing/readding controls to the toolbar: 1. Don't destroy the control in wxToolBar::RemoveTool() as this prevents it from being added back with is the purpose of using RemoveTool() rather than DeleteTool(). 2. Call wxToolBarTool::Attach/Detach() from the base code, not just from wxMSW and wxMac (wasn't called by wxGTK at all). 3. Allow adding back the removed control tool in wxGTK. 4. Add test for removing/adding back a control tool to the sample.

2008-03-26 23:45 VS, revision 52839

fixed focus related regression in wxListCtrl's wxTextCtrl handling after r52476

2008-03-26 18:40 MW, revision 52838

Add Solars 9 builds.

2008-03-26 16:40 FM, revision 52837

added the rungccxml.sh script and the setup_gccxml.h file to make it easier to generate the gccxml output for ifacecheck

2008-03-26 15:49 JS, revision 52836

Added GetId() to Connect calls to ensure only the relevant events are processed

2008-03-26 15:49 JS, revision 52835

Added GetId() to Connect to ensure only the relevant events are processed

2008-03-26 15:06 FM, revision 52834

substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE

2008-03-26 11:16 SC, revision 52832

popup activation scope and l&f

2008-03-26 10:55 SC, revision 52831

fixing custom background on non owned windows

2008-03-26 10:54 SC, revision 52830

fixing custom background on non owned windows

2008-03-26 08:48 JS, revision 52827

Fixed selection clearing.

2008-03-26 08:47 JS, revision 52826

Fixed selection clearing.