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-06-24 15:26 SC, revision 15940

corrected scoping

2002-06-24 15:19 VZ, revision 15939

old mingw32 compilation fix

2002-06-24 15:18 SC, revision 15938

support for arbitrary backgrounds via suppressing the ordinary control background eraser and supplying a hook for us.

2002-06-24 15:15 VZ, revision 15937

wxMotif compilation warning fix

2002-06-24 15:14 VZ, revision 15936

wxMotif compilation fix

2002-06-23 18:55 VZ, revision 15935

fixed compilation for Mac OS X 10.1.4

2002-06-23 17:23 GD, revision 15934

corrected printf format strings

2002-06-23 17:22 GD, revision 15933

improved memory liberation (explicitly set to NULL after delete)

2002-06-23 17:09 GD, revision 15932

corrected warnings for unused parameters

2002-06-23 16:58 GD, revision 15931

added attribute printf to perform printf format checks (GNU C)

2002-06-23 16:56 GD, revision 15930

added missing include file

2002-06-23 14:10 JS, revision 15929

Applied patch [ 546335 ] Added Automation types and array access

2002-06-23 14:01 JS, revision 15928

Applied patch [ 571965 ] update stc contrib stuff

2002-06-23 13:55 JS, revision 15927

Applied patch [ 566194 ] Adds taskbar sample to configure-targets

2002-06-23 13:53 JS, revision 15926

Added taskbar sample Makefile.in

2002-06-23 13:51 JS, revision 15925

Applied patch [ 565012 ] Add wxTextValidator to wxTextEntryDialog

2002-06-23 13:38 JS, revision 15924

Applied [ 565397 ] FL wxNewBitmapButton patch

2002-06-22 23:33 VS, revision 15923

forgot to check in new wxrc -- as a side effect, this commit also fixes the bug with deleting source files

2002-06-22 15:58 RL, revision 15922

arg type warning fixes.

2002-06-22 15:55 RL, revision 15921

removed missing treectrl sample bitmaps from dist target,

2002-06-22 14:05 GD, revision 15920

integrated wxMac specific changes into common file

2002-06-21 22:31 VZ, revision 15919

applied patch 568329

2002-06-21 22:07 VZ, revision 15918

added wxMemoryOutputStream test

2002-06-21 21:49 VZ, revision 15917

renamed wxWizard::Fit() to FitToPage() to avoid potential conflicts with wxWindow::Fit() (and the compiler warnings about it)

2002-06-21 21:38 GD, revision 15916

added attribute printf checks to printf like functions (when using gcc)

2002-06-21 21:37 GD, revision 15915

added macro definitions for printf like function checks when using gcc

2002-06-21 18:54 SC, revision 15914

switch back to non appearance fonts until problems are solved

2002-06-21 16:10 SC, revision 15913

changed key handling to new carbon-savvy implementation

2002-06-21 16:09 SC, revision 15912

routing key events to new app routine

2002-06-21 16:05 SC, revision 15911

changed handling to skip in order to have default handling working

2002-06-21 16:04 SC, revision 15910

take out key handling at control level, we'll remove that later on, if things are still working...

2002-06-21 16:01 SC, revision 15909

factored out key handling for better integrating with carbon

2002-06-21 15:59 SC, revision 15908

millisecond resolution supported for wxMac

2002-06-21 11:18 VZ, revision 15907

fixed stray _T()s

2002-06-21 09:46 CE, revision 15906

svg Unix fix

2002-06-21 06:54 SC, revision 15905

corrected Appearance measuring routines

2002-06-21 03:03 RD, revision 15904

Refactored my last change a bit and applied it in another place too. Added the wx prefix to the other static funcitons for consistency.

2002-06-21 02:04 RD, revision 15903

fixed a typo

2002-06-21 01:57 RD, revision 15902

This fixes a crash that would happen when DeleteAllItems is called when some items have attributes.

2002-06-21 00:19 RD, revision 15901

fixed typo

2002-06-21 00:17 RD, revision 15900

Updated build notes for wxPython on unix systems

2002-06-20 23:36 RD, revision 15899

A bit of cleanup

2002-06-20 22:33 VZ, revision 15898

fixed compilation with CW8 (SF patch 567845) and also added alignment fillers for wxCriticalSection::m_buffer

2002-06-20 22:25 VZ, revision 15897

wxThread::Delete() doesn't wait until the next event occurs before waking up any longer

2002-06-20 22:25 VZ, revision 15896

tried to fix a race condition in the sample, not sure if I really did it though

2002-06-20 21:55 VZ, revision 15895

added #defines required for 64 bit off_t (a.k.a. large files) support

2002-06-20 21:53 RD, revision 15894

Changes needed to allow compilation with SunCC.

2002-06-20 21:42 RD, revision 15893

Show changing the control colour when the validator fails.

2002-06-20 21:39 RD, revision 15892

Changes needed to allow compilation with SunCC.

2002-06-20 15:01 VZ, revision 15891

don't crash trying to dereference NULL m_selection (happens when showing a grid without any rows or columns)

2002-06-20 14:49 VZ, revision 15890

fixed setting tooltips for slider by moving the code working around comctl32.dll bug from wxToolBar to wxWindow so that it is used for all common controls

2002-06-20 14:34 CE, revision 15889

fix to tex format documentation for wxSVG

2002-06-20 12:52 VZ, revision 15888

added TRUE default value for Show() argument

2002-06-20 11:46 JS, revision 15887

ifdefed out Offset call for Mac

2002-06-19 20:25 GD, revision 15886

moved header detections before sizeof detections since some headers are conditionally used in the sizeof detections

2002-06-19 10:19 JS, revision 15885

Added SVG to distribution scripts

2002-06-19 09:21 CE, revision 15884

wxSVGDC class README.TXT

2002-06-19 09:17 CE, revision 15883

wxSVGDC class include files

2002-06-19 09:16 CE, revision 15882

wxSVGDC class test sample

2002-06-19 09:13 CE, revision 15881

wxSVGDC class documentation

2002-06-18 21:46 JS, revision 15880

Added AddGrab, RemoveGrab, IsGrabbed to wxTopLevelWindowGTK and AddGrabIfNeeded to wxHtmlHelpController, to assist with showing the help window from a modal dialog.

2002-06-18 19:59 DW, revision 15879

New .def file

2002-06-18 15:57 JS, revision 15878

Moved flicker-removal to GTK+ code

2002-06-18 15:23 VZ, revision 15877

relayout the window after adding/removing the columns (fixes a SF bug I closed a long time ago -- but forgot to commit the fix)

2002-06-18 15:12 JS, revision 15876

Remove flicker in Undo/Redo menus by only updating if we have some new text

2002-06-18 14:43 DW, revision 15875

OS/2 has it's own popup window source now.

2002-06-18 12:47 VZ, revision 15874

added ViewStart() as synonym for GetViewStart() in WXWIN_COMPATIBILITY_2_2 mode

2002-06-18 12:46 VZ, revision 15873

mention WXWIN_COMPATIBILITY_2_2

2002-06-18 08:29 JS, revision 15872

Set the clear region to be the update region if the update region is non-empty but the clear region is empty, because otherwise we're going to clear more than we repaint

2002-06-18 00:40 VZ, revision 15871

removed SetFocus() call in WM_LBUTTONDOWN handler once again: it is *WRONG*, please let me know if there is any problem this is supposed to fix but don't put it back

2002-06-18 00:34 VZ, revision 15870

richedit 1.0 controls now send the left up event

2002-06-17 22:08 DW, revision 15869

Catching up

2002-06-17 19:38 SC, revision 15868

using Theme layout for measuring as well

2002-06-17 15:51 VZ, revision 15867

oops, typo in the large file support just checked in

2002-06-17 15:44 VZ, revision 15866

added configure support for the large files

2002-06-17 13:09 VZ, revision 15865

init the event id and timestamp fields for the mouse events

2002-06-17 09:07 CE, revision 15864

patch fixing b32 makefile (sourceforge Bugs item #566439)

2002-06-16 22:19 VZ, revision 15863

backported setting id for mouse event fix from 2.3

2002-06-16 15:38 MBN, revision 15862

Updated makefile

2002-06-16 15:17 MBN, revision 15861

Recent w32api have FONTENUMPROC; this also fixes GCC 3.1

2002-06-15 21:17 VZ, revision 15860

argh, another IsDialogMessage() fix: we still need to check all non top level parents

2002-06-15 20:09 VZ, revision 15859

fix for dialog navigation in the modal dialogs: do call IsDialogMessage() in this case

2002-06-15 17:03 VZ, revision 15858

allow overriding the default button labels in wxWizard

2002-06-15 15:32 VZ, revision 15857

changed WM_GETDLGCODE handling so that all windows get WM_CHARs by default

2002-06-15 15:20 VZ, revision 15856

removed unused wxWindow::m_doubleClickAllowed field

2002-06-15 15:04 MBN, revision 15855

Create a new icon for each image in a file with multiple icons. Fixes a bug reported on wx-dev.

2002-06-15 14:58 MBN, revision 15854

Better detection for Cygwin; thanks to Oscar Fuentes

2002-06-15 07:10 RD, revision 15853

SWIGged update for wxMac

2002-06-15 07:03 RD, revision 15852

SWIGged updates for wxGTK

2002-06-15 06:41 RD, revision 15851

Fix for the TAB in the autocomplete list not being used correctly

2002-06-15 05:52 RD, revision 15850

Changed name of demo so the list sorts nicer

2002-06-15 05:51 RD, revision 15849

Switched to new inline image format

2002-06-15 05:51 RD, revision 15848

Fixed a bunch of embarassing reference leaks

2002-06-15 01:43 RD, revision 15847

Fixed wxApp::OnAssert signature.

2002-06-15 00:10 VZ, revision 15846

generic log dialog resizing now works more reasonably (at least under Windows): you can't resize it vertically when it is collapsed and it doesn't change horizontal size when it is expanded or collapsed

2002-06-14 23:31 RD, revision 15845

Added wxArtProvider and other changes to match CVS updates

2002-06-14 23:28 RD, revision 15844

PyCrust update

2002-06-14 22:39 VZ, revision 15843

don't use WS_EX_CONTOLPARENT with the top level windows nor wxUniv (doesn't really hurt but is not needed neither)

2002-06-14 22:26 VZ, revision 15842

compilation fixes for wxUniv (moved wxDlgProc back to toplevel.cpp)

2002-06-14 22:05 VZ, revision 15841

compilation fix for !USE_PCH (patch 569132)