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-11-18 13:16 ABX, revision 30603

3rd state in checkboxes for wxUniv [closes bug#1040585].

2004-11-18 10:30 VS, revision 30602

reverted DrawRotatedText change, it's broken

2004-11-18 10:02 JS, revision 30601

Null m_select_me when this item is deleted

2004-11-18 09:50 SC, revision 30600

avoid locale that always returns US-ASCII on wxMac

2004-11-18 08:36 RN, revision 30599

fix initial color

2004-11-18 08:14 ABX, revision 30598

Fixes for USE_GUI=0 to make pure wxBase makefiles possible. Nothing rebaked because GUI builds are not influenced (but makefiles minimally changed).

2004-11-18 01:28 RD, revision 30597

StandardPaths updates. Added a demo sample for StandardPaths. Made the Python install prefix be the default install prefix for StandardPaths.

2004-11-17 23:50 RD, revision 30596

Added wxBU_ALIGN_MASK

2004-11-17 21:57 RR, revision 30595

Start for Pango 1.6 based text rotation.

2004-11-17 21:56 RR, revision 30594

Added support for most print page/selection/copies etc. options in the native GNOME dialog. Added support for printing rotated text and alpha channel images.

2004-11-17 18:38 SC, revision 30593

added unix/stdpaths

2004-11-17 18:02 DE, revision 30592

Implement toolbar tool clicks. Get rid of wxNSActionCell stuff because Cells send their action from the view anyway so we'd have no way of knowing which tool was clicked.

2004-11-17 16:59 RR, revision 30591

Use native printing dialog for wxPrintDialog, not for setup only as before. It prints, but page selection etc. is still an idea

2004-11-17 16:36 ABX, revision 30590

Typecast before endian adjustements.

2004-11-17 16:13 ABX, revision 30589

Several casts due to assigning signed to unsigned or more to less bits of integral values.

2004-11-17 16:11 ABX, revision 30588

Typecast during compilation instead of class constructor call (OW warnig fix).

2004-11-17 15:16 SC, revision 30587

wxStat call preliminary fix

2004-11-17 15:14 SC, revision 30586

file name char set string conversions

2004-11-17 13:42 JS, revision 30585

Added IsTopLevel() check to last message loop in PreProcessMessage. This stops e.g. ESC being processed by a parent modal dialog if not processed by the child -> assert and lockup

2004-11-17 08:57 VZ, revision 30584

fixed static libs detection (shouldn't suppress stdout, just stderr)

2004-11-17 07:39 RN, revision 30583

who knows, maybe this will fix the 10.3 problems

2004-11-17 02:47 KH, revision 30582

Added archive.h to list of headers, put archive.cpp in alphabetical order, but did not rebake

2004-11-17 02:33 KH, revision 30581

Fix tree control focus issues on OS X (and possibly others) caused by toplevel.cpp not giving focus if children eat the LEFT_DOWN event... added event.Skip() on LeftDown() (whether an item is hit or not) after all dragging and moving conditions have been considered so that LEFT_DOWN events are never eaten by the tree preventing receiving focus

2004-11-16 21:01 RD, revision 30580

commented out dbg message

2004-11-16 20:49 JS, revision 30579

Wrapped two generated literals in _T

2004-11-16 20:48 JS, revision 30578

Doc tweaks

2004-11-16 20:08 SC, revision 30577

somehow commit did not work

2004-11-16 16:41 RN, revision 30576

missed commit files

2004-11-16 15:53 RN, revision 30575

makefile regen, include fix, duplicate file fix

2004-11-16 14:36 RN, revision 30574

cleanup OSX native font dialog stuff a bit (it should prob. be an option in configure

2004-11-16 14:19 RN, revision 30573

files for native font dialog on mac

2004-11-16 13:56 ABX, revision 30572

WinCE fix. IsEmpty() -> empty().

2004-11-16 13:54 ABX, revision 30571

WinCE correction.

2004-11-16 13:52 ABX, revision 30570

Warning fix.

2004-11-16 13:51 ABX, revision 30569

eVC3 media fix.

2004-11-16 13:49 ABX, revision 30568

Define wxMediaEvent before it is used. Make OnMediaFinish compatible to wxObjectEventFunction. Warning fix.

2004-11-16 12:09 VZ, revision 30567

attempts to suppress C4702 for VC

2004-11-16 12:07 VZ, revision 30566

added operator>>(wchar_t)

2004-11-16 12:06 VZ, revision 30565

small optimization for wxTextCtrl (forgot to commit with textctrl.cpp)

2004-11-16 12:00 VZ, revision 30564

made default background colour BTNFACE (so that panels don't have to erase their background explicitly); removed now unneeded SetBackgroundColour() in wxDialog which now has default bg colour and restored one in wxFrame which now has a non default one

2004-11-16 11:58 VS, revision 30563

fixed wxEncodingConverter-base wxCSConv to report failures as expected

2004-11-16 11:58 VS, revision 30562

modified wxEncodingConverter API to report failures

2004-11-16 11:56 VZ, revision 30561

suppress output of wx-config --static to fix problems introduced by wx-config rewrite

2004-11-16 11:30 VZ, revision 30560

removed unused variable to suppress warning (and put a TODO in place)

2004-11-16 06:04 SC, revision 30559

onsize event not needed anymore

2004-11-16 03:15 DE, revision 30558

Prevent crashes in wxFFile(Input|Output)Stream: Do not call Eof() or Error() without first checking IsOpened().

2004-11-15 20:51 DE, revision 30557

Use wxUint16 instead of WORD and wxUint8 instead of BYTE.

2004-11-15 20:25 SC, revision 30556

changed fonts on OSX to use OSX system fonts having the full Unicode Tables

2004-11-15 19:50 SC, revision 30555

adapted to current filelist

2004-11-15 19:29 SC, revision 30554

correcting include type