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-16 10:36 SC, revision 58945

make OSX defines to be 1, not only defined, for backwards compatibility reasons

2009-02-16 10:29 SC, revision 58944

fixing typo

2009-02-16 10:11 CE, revision 58943

as 58942 .svn not CVS files should be skipped

2009-02-16 10:09 CE, revision 58942

.svn not CVS files should be skipped

2009-02-16 09:16 SC, revision 58941

fixing missed refreshes under 10.5

2009-02-16 08:56 RR, revision 58940

Compilo

2009-02-16 08:24 VS, revision 58939

fully reverted Francesco's removal of copying information (r58913,r58922)

2009-02-16 08:20 JJ, revision 58938

motif/cursor.cpp: adding include wx/log.h to define wxLogError

2009-02-16 08:09 RR, revision 58937

Compilo

2009-02-16 00:27 FM, revision 58928

put frame creation code all inside MyFrame ctor

2009-02-15 23:18 FM, revision 58923

wxApp::DoYield => wxGUIEventLoop::YieldFor (part of r58911)

2009-02-15 23:06 FM, revision 58922

revert previous commit - but don't include unneeded email headers

2009-02-15 21:22 SC, revision 58921

formatting fixes

2009-02-15 20:08 SC, revision 58920

documenting new compositing, layering and antialiasing calls

2009-02-15 19:34 FM, revision 58919

PCH-less build fix by Tim S

2009-02-15 17:44 VZ, revision 58918

suppress the warning about deleting flags which hadn't been added with bakefile 0.2.5 [backport from trunk]

2009-02-15 16:52 SC, revision 58917

switching to compositing operators (fixes #9881), adding layers

2009-02-15 15:42 FM, revision 58916

use YieldFor() in wxTopLevelWindowGTK::RequestUserAttention; comment on the use of YieldFor() in wxProgressDialog; add some TODOs near wxYieldIfNeeded()/wxSafeYield() calls in wxListCtrl, wxDataViewCtrl, wxTreeCtrl (closes #10320)

2009-02-15 15:31 VZ, revision 58915

backport bakefile M4 files from the trunk (they correspond to 0.2.5) and regenerated configure to use them

2009-02-15 15:26 VZ, revision 58914

don't use AC_CANONICAL_TARGET in libtiff configure: this is unnecessary as it's not a cross-compiler and also doesn't work when running it as sub-configure when caching is enabled (because the host and the build aliases are cached by the top level configure but the target one is not and autoconf-generated code doesn't deal with this situation correctly)

2009-02-15 15:16 FM, revision 58913

remove GTK_CHECK_VERSION checks for GTK versions < 2.4

2009-02-15 14:54 FM, revision 58912

build fix

2009-02-15 14:25 FM, revision 58911

second part of #10320: move wxApp event handling functions to wxEventLoopBase (in particular move Yield() functions); add backward compatible redirections to wxApp; update docs; remove global lists wxPendingEvents and wxPendingEventsLocker

2009-02-15 14:25 VZ, revision 58910

fix (harmless)m ingw32 warning; use anonymous namespace instead of a bunch of static functions

2009-02-15 12:48 FM, revision 58909

do not export compare functions in the wx ABI

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