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

2005-09-18 05:19 SC, revision 35553

wxMac changes

2005-09-18 01:19 VZ, revision 35552

get rid of wxClientDC::m_oldFont, it wasn't really used (this fixes crash introduced by last change to this code)

2005-09-18 01:10 VZ, revision 35551

cache results of Motif 2 and Motif-is-Lesstif tests

2005-09-18 00:53 VZ, revision 35550

pruned the list of directories to search for headers/libraries

2005-09-18 00:44 VZ, revision 35549

finally really fixes IRIX build: - determine the name of the standard libraries directory (lib, lib32, lib64 or lib/64) and use it to find other standard libraries - look in default libraries locations after checking the other ones, not before

2005-09-17 23:40 JS, revision 35548

Include settings.h

2005-09-17 22:40 VZ, revision 35547

turn off warning 3970 for SGI CC (see comment for explanation)

2005-09-17 22:28 JS, revision 35546

Resaved corrupt libs.bmp again

2005-09-17 22:14 VZ, revision 35545

don't put default library paths in SEARCH_LIB

2005-09-17 22:10 VZ, revision 35544

check default library directories in WX_PATH_FIND_LIBRARIES; do *not* add default library paths to LDFLAGS (fixes IRIX build)

2005-09-17 22:01 VZ, revision 35543

removed weird comparison of m_oldFont with -1 (this doesn't compile with SGI CC in 64 bit compilation mode and doesn't make any sense anyhow)

2005-09-17 22:00 VZ, revision 35542

use wxPtrToUInt() instead of casting pointers to int which dosen't work in 64 bit compilation mode with SGI CC

2005-09-17 21:54 VZ, revision 35541

64 bit compilation fix (pointer can't be cast to int); code simplification (don't duplicate code in GetArm/LabelPixmap)

2005-09-17 21:08 VZ, revision 35540

documented wx_truncate_cast()

2005-09-17 21:03 VZ, revision 35539

added wx_truncate_cast and use it (sometimes instead of wx_static_cast) to explicitely show int truncation

2005-09-17 21:02 VZ, revision 35538

added ping location for IRIX

2005-09-17 21:02 VZ, revision 35537

avoid assigning 64 bit ints to a 16 bit one

2005-09-17 21:02 VZ, revision 35536

removed unused variables and constant

2005-09-17 21:01 VZ, revision 35535

tremoved unused variable

2005-09-17 21:01 VZ, revision 35534

use unsgined int instead of int for 1 bit bitfields (SGI CC warning fix)

2005-09-17 21:00 VZ, revision 35533

checking whether a size_t page index is >= 0 is unnecessary (and generates a SGI CC warning)

2005-09-17 21:00 VZ, revision 35532

colourSize was probably supposed to be used and not just defined and then forgot about (thanks for SGI CC for a nice warning)

2005-09-17 20:58 VZ, revision 35531

remove unused wxTrue

2005-09-17 20:56 VZ, revision 35530

declare wxCalendarEvent ctor as inline before it's used (which happens before its definition unfortunately) (fixes SGI CC warning)

2005-09-17 20:34 JS, revision 35529

Applied [ 1294048 ] [wxMSW] Correct splitter sash drawing on XP Jamie Gadd