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

2004-06-30 15:44 VZ, revision 28103

added WindowHDC similar to Screen/MemoryHDC

2004-06-30 15:35 VZ, revision 28102

fix VC++ warning about redeclaring wxHtmlHelpMergedIndexItem class as struct in .cpp

2004-06-30 13:06 VS, revision 28101

implemented wxSS::GetMetric on wxGTK2 (patch 950618)

2004-06-30 13:05 VS, revision 28100

decoupled attributes inheritance and m_hasXXX flags

2004-06-30 12:32 VS, revision 28099

wxXXChoiceDialog documentation fixes

2004-06-30 10:22 VS, revision 28098

made GetEntitiesParser public, it's useful for some tag handlers

2004-06-30 10:21 VS, revision 28097

fixed HTML entities parsing inside <titl e> tag

2004-06-29 21:06 RD, revision 28096

Lots of SWIGging

2004-06-29 20:36 VS, revision 28095

put -DNO_GCC_PRAGMA into CPPFLAGS

2004-06-29 19:33 RD, revision 28094

cleanup whitespace

2004-06-29 19:29 RD, revision 28093

Allow the MustHaveApp exception feature to be inherited

2004-06-29 18:04 RD, revision 28092

Add SetState/GetState for wxMSW

2004-06-29 18:03 RD, revision 28091

Don't need to adjust the position for HitTest any longer

2004-06-29 18:02 RD, revision 28090

removed some commented out code that should have been removed in the last commit

2004-06-29 17:44 RD, revision 28089

minsize and attribute tweaks

2004-06-29 16:55 VZ, revision 28088

removed gtk.h include

2004-06-29 07:53 VZ, revision 28087

documented return value of Find[Absolute]ValidPath() correctly

2004-06-29 07:52 VZ, revision 28086

fixed bug in FindAbsoluteValidPath() which returned cwd instead of empty string if the path was not found

2004-06-29 07:48 VZ, revision 28085

recognize roman8 charset as us-ascii (this is wrong but better than not recognizing it at all) (fixes bug 978251)

2004-06-29 07:25 VS, revision 28084

implemented wxFRAME_NO_TASKBAR for wxGTK2

2004-06-29 07:16 VS, revision 28083

implemented nested index entries and index entries pointing to multiple documents in wxHtmlHelpController; modified wxHtmlHelpData API to make it possible

2004-06-29 03:02 RD, revision 28082

reSWIGged

2004-06-29 02:58 RD, revision 28081

use TWIST buttons by default on the Mac, but also make it possible to skip the style adjustments so the programmer can do what they want too.

2004-06-29 02:08 RD, revision 28080

reSWIGged

2004-06-29 02:06 RD, revision 28079

Tweaks for testing styles

2004-06-29 02:05 RD, revision 28078

Add some refreshes to try and workaround a display glitch

2004-06-29 02:04 RD, revision 28077

Refresh after changing the bitmap

2004-06-29 02:03 RD, revision 28076

Use root for OSX build

2004-06-29 02:03 RD, revision 28075

fixed icon image data

2004-06-29 02:02 RD, revision 28074

tweaked comment

2004-06-29 02:01 RD, revision 28073

A little better failure message

2004-06-29 01:58 RD, revision 28072

Fixed HitTest for columns > 1

2004-06-29 01:09 RD, revision 28071

Allow for Cmd-click on wxMac

2004-06-29 01:00 RD, revision 28070

Oops, forgot to remove som testing code

2004-06-29 00:57 RD, revision 28069

wxTreeListCtrl still uses the wxTR_TWIST_BUTTONS style

2004-06-29 00:56 RD, revision 28068

Fixed lots of painting, clipping and alignment issues.

2004-06-28 21:47 VS, revision 28067

implemented wxFRAME_NO_TASKBAR for wxGTK2

2004-06-28 21:46 VS, revision 28066

respect absence of wxCENTRE

2004-06-28 21:45 VS, revision 28065

implemented nested index entries and index entries pointing to multiple documents in wxHtmlHelpController; modified wxHtmlHelpData API to make it possible

2004-06-28 21:43 VS, revision 28064

wxHTML_REALLOC_STEP not used anymore

2004-06-28 21:42 VS, revision 28063

wxObjArray::empty() was missing

2004-06-28 21:42 VS, revision 28062

test nested indexes

2004-06-28 21:37 VS, revision 28061

create wxDialog with proper _NET_WM hint so that the WMs recognize it as a dialog

2004-06-28 21:30 RD, revision 28060

Fix HitTest offset, and some other little things that had been changed in our old copy of treelistctrl

2004-06-28 19:27 RD, revision 28059

Added GetUnicodeKey

2004-06-28 19:23 RD, revision 28058

Use top-level parent for the dialog parent

2004-06-28 19:22 MBN, revision 28057

Compilation fixes.

2004-06-28 19:22 RD, revision 28056

Add flush() to PyOnDemandOutputWindow

2004-06-28 19:21 RD, revision 28055

override GetLabe/SetLabel as on wxMac it will draw its own label that interferes with ours.

2004-06-28 19:02 KO, revision 28054

Fixing crash due to referencing a NULL m_font.