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

2002-01-26 22:25 VZ, revision 13840

use DEFAULT_CHARSET instead of ANSI_CHARSET

2002-01-26 22:25 JS, revision 13839

Changed test for INT32 to work with latest Cygwin. But might break other versions :-(

2002-01-26 22:11 GD, revision 13838

added missing return values

2002-01-26 22:05 GD, revision 13837

tweaked conditional compilation

2002-01-26 22:05 VZ, revision 13836

compilation fixes after previous check in (sorry)

2002-01-26 22:04 GD, revision 13835

added include needed for ProjectBuilder

2002-01-26 22:02 GD, revision 13834

corrected conditional compilation to take wxUSE_POSTSCRIPT into account

2002-01-26 22:01 GD, revision 13833

added missing public in declaration of wxMacToolTipTimer class

2002-01-26 21:59 GD, revision 13832

corrected includes when wxUSE_CMDLINE_PARSER is 0

2002-01-26 21:59 VZ, revision 13831

Win16 compilation fixes

2002-01-26 21:52 JS, revision 13830

Small doc changes and added missing files.lst to contrib.rsp

2002-01-26 17:02 VZ, revision 13829

patch to fix various filename-related functions for cygwin

2002-01-26 12:50 VZ, revision 13828

fixed handling of "a:\" command line arguments, added comment explaining how the conversion from string to arguments array is supposed to work

2002-01-26 12:31 VZ, revision 13827

fixed crash in wxGetCharacterSet when not using iconv

2002-01-26 10:59 JS, revision 13826

Moved setup.h out of the way

2002-01-26 10:59 , revision 13825

This commit was manufactured by cvs2svn to create branch 'WX_2_2_BRANCH'.

2002-01-26 10:59 JS, revision 13824

Moved setup.h out of the way

2002-01-26 01:33 VZ, revision 13823

fixed bug in wxGrid dimensions calculation (Staffan Ulfberg)

2002-01-26 00:54 VZ, revision 13822

fixed typo in dtor docs

2002-01-26 00:24 VS, revision 13821

wxFileCtrl::Update was hiding wxWindow::Update

2002-01-26 00:24 VS, revision 13820

workaround for MGL's weirdness: won't render rectangles of w=1 or h=1

2002-01-26 00:24 VS, revision 13819

hide mouse when using wxScreenDC in wxMGL

2002-01-26 00:23 VS, revision 13818

don't use GTK specific code in wxListCtrl when building wxUniv

2002-01-26 00:22 VS, revision 13817

fix for wxSYS_COLOUR_LISTBOX representation

2002-01-26 00:21 VS, revision 13816

don't check for libjpeg,libtiff and libpng when building wxMGL, they are part of libmgl and we want to reuse them (for two reasons: one, they are dynamically loaded at runtime; and two, we get symbols conflicts otherwise

2002-01-26 00:19 VS, revision 13815

modified wxPNGHandler to not use png_struct.jmpbuf (its size is compiler-dependant, so it wasn't possible to use libpng as a DLL, and that's a problem since MGL exports it's own libpng)

2002-01-26 00:19 VS, revision 13814

compilation fix

2002-01-25 22:49 DW, revision 13813

Fix to properly find OS/2 wx.rc

2002-01-25 22:49 DW, revision 13812

New module def file.

2002-01-25 22:48 DW, revision 13811

Resource file updates and setup to configure for generic dirdlg.

2002-01-25 22:47 DW, revision 13810

OS/2 does not have a native dirdlg, use generic

2002-01-25 19:15 RL, revision 13809

add _gl lib to glcanvasc.so link

2002-01-25 16:04 VZ, revision 13808

install wxUniv headers in make install and include wxUniv sources in make dist

2002-01-25 16:02 VZ, revision 13807

fix a crash when dismissing the popup window because of a key press

2002-01-25 16:01 VZ, revision 13806

replaced DeleteEvtHandler with a call to RemoveEventHandler

2002-01-25 16:01 VZ, revision 13805

added and documented wxWindow::RemoveEventHandler()

2002-01-25 14:45 VZ, revision 13804

compilation fix

2002-01-25 14:38 JS, revision 13803

Re-added a minimal setup.h file that includes wx/msw/setup.h on Windows, complains on Unix.

2002-01-25 14:37 JS, revision 13802

Some doc tweaks

2002-01-25 14:30 VZ, revision 13801

handle 646 charset under Solaris as US-ASCII

2002-01-25 14:30 VZ, revision 13800

don't crash, even if used incorrectly

2002-01-25 14:29 VZ, revision 13799

fixes to handling of the 7 bit ASCII encoding

2002-01-25 12:24 VZ, revision 13798

oops, fixed typo breaking iconv constness detection in the previous commit

2002-01-25 11:59 VZ, revision 13797

changes to allow making samples/demos with non GNU make as well

2002-01-25 11:54 VZ, revision 13796

don't output the entire iconv() declaration in configure messages, looks ugly and is useless anyhow

2002-01-25 11:31 VZ, revision 13795

inserted @IF_GNU_MAKE@ to allow building with other make versions

2002-01-25 06:58 JJ, revision 13794

Committing in . Compile update for OpenVMS Modified Files: wxWindows/setup.h_vms ----------------------------------------------------------------------

2002-01-25 04:48 DW, revision 13793

Child positioning fixes and font adjustments

2002-01-25 00:36 VZ, revision 13792

commented out many OnXXX() functions

2002-01-25 00:36 VZ, revision 13791

corrected a few bugs in OnGetItemXXX() docs

2002-01-25 00:35 VZ, revision 13790

removed inexisting Index() version

2002-01-25 00:08 VS, revision 13789

reverted from wxStrdup back to strdup -- sorry SC, you have to find a better fix

2002-01-24 23:24 DW, revision 13788

Fixing font utilities

2002-01-24 23:22 DW, revision 13787

Removed a conflict indicator...

2002-01-24 23:21 DW, revision 13786

Final OS/2 Native Font implementation changes

2002-01-24 22:47 RD, revision 13785

Ensure that endPos > startPos in a couple methods

2002-01-24 21:14 VS, revision 13784

updates to XRC resources compiler

2002-01-24 21:14 VS, revision 13783

1. added encodings handling to XRC, so that it is possible to load resources that don't use English+wxLocale for i18n 2. expat interface can now read non-utf-8 encodings as well

2002-01-24 21:14 VS, revision 13782

added encodings handling to XRC, so that it is possible to load resources that don't use English+wxLocale for i18n

2002-01-24 21:14 VS, revision 13781

iconv-based conversion works again, after being broken for a while (the code always felt back to wxEncodingConverter)

2002-01-24 21:13 VS, revision 13780

added dummy <style> handler in order to hide CSS code

2002-01-24 21:11 VS, revision 13779

fixes to

2002-01-24 21:00 VZ, revision 13778

fixed typo in EVT_WIZARD_HELP definition (patch from Kevin Burge)

2002-01-24 05:45 DW, revision 13777

Change up font selection process

2002-01-24 05:43 DW, revision 13776

Revert back to standard point size for fonts in OS/2

2002-01-24 01:24 RD, revision 13775

Demo cleanup and path issues. other tweaks.

2002-01-23 23:12 DW, revision 13774

Lots of fixes for OS/2

2002-01-23 22:10 JS, revision 13773

Commented out deprecated classes: wxProp and wxTab classes; moved some chapters into topics; removed double-quotes around Hello World section title; some XRC doc additions

2002-01-23 21:58 JS, revision 13772

Added missing 'break' which caused spurious </FONT></TD> markup before list items

2002-01-23 17:47 VZ, revision 13771

don't test for VPATH support for GNU make - this is waste of time

2002-01-23 17:35 VZ, revision 13770

cache the results of checks for make VPATH support and its GNUishness

2002-01-23 17:25 VZ, revision 13769

allow building wxWin with non-GNU make (which doesn't support -include)

2002-01-23 15:58 VZ, revision 13768

replaced non existing wxTE_HSCROLL style with wxHSCROLL

2002-01-23 15:49 VZ, revision 13767

added 2nd wxEvent ctor argument

2002-01-23 15:17 JS, revision 13766

Added first cut at XRC docs; added font spec for wxWindows manual (new Tex2RTF feature!); removed section on porting from 1.x.

2002-01-23 14:21 JS, revision 13765

Added #include "wx/utils.h" to make it compile for wxBase under Unix

2002-01-23 14:04 DW, revision 13764

Fontutil wxFillLogFont change.

2002-01-23 12:06 VZ, revision 13763

typos due to much cut-and-paste: colour -> font in the docs and comment

2002-01-23 12:02 VZ, revision 13762

recognize 646 charset as US-ASCII (this is how it is used by Solaris)

2002-01-23 11:55 JS, revision 13761

Some comments modified to help with documentation

2002-01-23 05:48 DW, revision 13760

More bug fix updates.

2002-01-23 00:15 VS, revision 13759

added wxGenericDirCtrl handler to XRC

2002-01-23 00:14 VS, revision 13758

fixed typo

2002-01-23 00:14 VS, revision 13757

added length argument to wxString::wxString(wchar_t*), just like in case of wxChar* one

2002-01-23 00:13 VS, revision 13756

fixed .cached files on big endian machines and cleaned the code up

2002-01-22 23:19 DW, revision 13755

OS/2 bug fixes and new mod file

2002-01-22 23:18 DW, revision 13754

Font change for OS/2 to a smaller font.

2002-01-22 23:17 DW, revision 13753

OS/2 bug fix updates.

2002-01-22 22:37 JS, revision 13752

Added screenshot and a few lines of explanation.

2002-01-22 21:00 RD, revision 13751

SWIGged updates for wxGTK

2002-01-22 20:18 RD, revision 13750

Added OnDragOver returning wxDragCopy so text can be dropped from IE 6.

2002-01-22 18:55 VS, revision 13749

use AM_ICONV for iconv configure checks

2002-01-22 18:53 VS, revision 13748

added safety check to wxWindow::ReleaseMouse

2002-01-22 18:30 RD, revision 13747

Fix for when Set is called with wxSameAs to behave just like calling SameAs()

2002-01-22 17:46 JS, revision 13746

Added events topic.

2002-01-22 15:40 VZ, revision 13745

added a hack to work around the dummy kill focus messages under GTK

2002-01-22 15:39 VZ, revision 13744

use standard colours in all ports

2002-01-22 15:39 VZ, revision 13743

added (dummy) implementation of GetMetric(wxSYS_CURSOR_[XY])

2002-01-22 03:22 RD, revision 13742

Changes to match recent CVS updates, added demo for wxGenericDirCtrl.

2002-01-21 23:29 VS, revision 13741

clarified legal stuff