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-02-15 12:19 FM, revision 58908

even more user-friendly message (as suggested by John Roberts)

2009-02-15 12:15 FM, revision 58907

add changelogs for my (relatively) recent commits

2009-02-14 17:07 KO, revision 58901

Fix typo (sorry, thought I compiled before committing.)

2009-02-14 16:42 JMS, revision 58900

Fixed assertion that could appear under wxGTK if wxComboCtrl drop-down button was clicked too quickly

2009-02-14 12:09 CE, revision 58899

reduce tarballs as discussed on wx-dev

2009-02-14 08:48 JMS, revision 58898

Fixed wxPropertyGrid::HitTest() documentation

2009-02-14 08:06 KO, revision 58897

Start on implementation for wxTE_MULTILINE / wxTE_RICH* support using NSTextView/NSScrollView.

2009-02-14 08:01 KO, revision 58896

Remove the "double border" around the search ctrl.

2009-02-14 08:00 KO, revision 58895

Add a tracking rect on resize so that the view will receive mouse entered and exited events.

2009-02-13 23:23 VZ, revision 58893

use WXDLLIMPEXP_FWD_CORE instead of WXDLLIMPEXP_CORE to avoid mingw32 warnings

2009-02-13 20:23 CE, revision 58892

fix tex2rtf processing (it could not access the same file twice)

2009-02-13 20:23 CE, revision 58891

fix tex2rtf processing (it could not access the same file twice)

2009-02-13 20:16 KO, revision 58890

clickCount is not available for mouse entered/exited events also, just use respondsToSelector to make sure we catch this always, and add some stubs for mouse entered / exited events.

2009-02-13 20:15 KO, revision 58889

Implement NSPanel support to get wxFRAME_TOOL_WINDOW and wxMiniFrame working.

2009-02-13 19:47 SC, revision 58888

direct wxFrame events support (paint was not delivered directly)

2009-02-13 19:23 SC, revision 58887

different contentview-offset code, otherwise 'wx' synthetic borders are also taken into account, and round-trips woulnd't be correct anymore

2009-02-13 19:21 SC, revision 58886

paint event was missing the id, Connect not working for this otherwise

2009-02-13 17:38 SC, revision 58885

paint event was missing the id, Connect not working for this otherwise

2009-02-13 16:15 JMS, revision 58884

Clarified wxPropertyGrid::HitTest() docs

2009-02-13 16:06 SC, revision 58883

porting back support for GetSelection(from,to)

2009-02-13 16:05 SC, revision 58882

support for collate

2009-02-13 14:13 SC, revision 58879

adding missing ABI guard (SN)

2009-02-13 10:52 CE, revision 58878

update for 2.8.10-rc1 with bakefile 0.2.5

2009-02-13 10:25 RR, revision 58877

More GTK prefixing for internal methods

2009-02-13 10:10 RR, revision 58876

GTK prefix for internal tooltip methods