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)

2002-06-14 15:24 RD, revision 15840

fixed missing comma

2002-06-14 14:17 CE, revision 15839

fixes MSW comparision where theme name extracted from the environment is in upper case

2002-06-14 13:04 CE, revision 15838

make file for wxUniversal and Borland/MSW

2002-06-14 13:03 CE, revision 15837

tmake files for wxUniversal and Borland/MSW

2002-06-14 10:21 CE, revision 15836
  • D /wxWidgets/trunk/samples/minifram/bitmaps/copy.bmp
  • D /wxWidgets/trunk/samples/minifram/bitmaps/cut.bmp
  • D /wxWidgets/trunk/samples/minifram/bitmaps/help.bmp
  • D /wxWidgets/trunk/samples/minifram/bitmaps/new.bmp
  • D /wxWidgets/trunk/samples/minifram/bitmaps/open.bmp
  • D /wxWidgets/trunk/samples/minifram/bitmaps/page.bmp
  • D /wxWidgets/trunk/samples/minifram/bitmaps/paste.bmp
  • D /wxWidgets/trunk/samples/minifram/bitmaps/preview.bmp
  • D /wxWidgets/trunk/samples/minifram/bitmaps/print.bmp
  • D /wxWidgets/trunk/samples/minifram/bitmaps/save.bmp
  • M /wxWidgets/trunk/samples/minifram/minifram.cpp
  • M /wxWidgets/trunk/samples/minifram/minifram.rc

minifram sample modified to use XPMs

2002-06-14 10:08 CE, revision 15835

comment added to toolbar to say using BMPs uses less pace than XPMs

2002-06-14 10:05 CE, revision 15834

treectrl sample modified to use XPMs

2002-06-14 00:19 RD, revision 15833

Missing ;

2002-06-13 23:59 VZ, revision 15832

fixed problems with hanging inside IsDialogMessage or DefDlgProc by forcing all parents of windows with WS_EX_CONTROLPARENT to have this style themselves as well

2002-06-13 23:57 VZ, revision 15831

added missing space before >> button label

2002-06-13 22:22 RD, revision 15830

New SWIGged code for wxMac, updated version in build script

2002-06-13 20:41 VZ, revision 15829

suppress an assert when a combobox receives WM_KILLFOCUS while it is being destroyed

2002-06-13 20:21 VZ, revision 15828

fixes to the sizers behaviour necessary to make the log dialog work again (thanks to Dimitri) and a few updates to the docs after the recent changes

2002-06-13 19:37 VZ, revision 15827

new wxASSERT implementation using wxAssert() helper function

2002-06-13 19:09 VZ, revision 15826

blind fix for latest mingw32 3.1

2002-06-13 18:51 VZ, revision 15825

blind fix for latest mingw32 3.1

2002-06-13 18:46 VZ, revision 15824

fix link of wxDateTime inline methods using mingw32

2002-06-13 18:12 VZ, revision 15823

fixed buglet in wxWindow::GetPosition docs

2002-06-13 17:51 GT, revision 15822

Enhanced the DataTypeSupported() function to show the native data type name that is being automatically used by the wxODBC class column types

2002-06-13 17:48 GT, revision 15821

Added a wxASSERT_MSG in ::SetColDefs() to trap for the user sending an index that is larger than the number of columns defined for the table

2002-06-13 16:57 RD, revision 15820

Added code (currently disabled) to show putting a wxGLCanvas on a panel

2002-06-13 16:51 RD, revision 15819

Patch #568403

2002-06-13 07:04 SC, revision 15818

adapted to new ..internal structure

2002-06-13 01:35 RD, revision 15817

fixed some paths in build scripts fixed yesterday's fix

2002-06-13 00:04 VZ, revision 15816

moved OnActivate() logic from wxFrame to wxDialog -- this fixes infinite loop when handling WM_ACTIVATE in DefDlgProc in some crazy situations

2002-06-12 21:20 JS, revision 15815

Fixed a bug in transferring data to a wxComboBox if string is not in the list of strings.

2002-06-12 20:26 VZ, revision 15814

added wxGetProcessId()

2002-06-12 19:54 RD, revision 15813

make the second parameter to wxTreeCtrl.GetFirstChild optional

2002-06-12 19:53 RD, revision 15812

little demo updates

2002-06-12 16:15 VZ, revision 15811

added clipping test

2002-06-12 16:08 VZ, revision 15810

use AF_INET instead of PF_INET in wxGetFullHostName

2002-06-12 15:26 VZ, revision 15809

added missing semicolons after asserts (patch 567853)

2002-06-12 14:12 VZ, revision 15808

fixed infinite loop in wxCursor(wxImage) ctor

2002-06-12 14:12 VZ, revision 15807

fixed a warning

2002-06-12 14:05 VZ, revision 15806

typo fixes

2002-06-12 13:19 JS, revision 15805

Added HTML About box and changed player dialog label

2002-06-12 11:56 CE, revision 15804
  • D /wxWidgets/trunk/samples/mdi/bitmaps/bitmap1.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/bitmap2.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/calc.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/copy.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/cut.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/dirplain.xbm
  • D /wxWidgets/trunk/samples/mdi/bitmaps/draft.xbm
  • D /wxWidgets/trunk/samples/mdi/bitmaps/drawing.xbm
  • D /wxWidgets/trunk/samples/mdi/bitmaps/flowchar.xbm
  • D /wxWidgets/trunk/samples/mdi/bitmaps/help.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/helpcs.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/new.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/open.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/paste.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/preview.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/print.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/save.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/tick.bmp
  • D /wxWidgets/trunk/samples/mdi/bitmaps/write.xbm
  • M /wxWidgets/trunk/samples/mdi/mdi.cpp
  • M /wxWidgets/trunk/samples/mdi/mdi.rc

removing bitmaps from mdi sample

2002-06-12 10:33 VS, revision 15803

updated wxXRC sample

2002-06-12 08:29 JS, revision 15802

Applied recent FL patches from Benjamin Williams <biwilliajsb@yahoo.com>. 1) There is a problem in that floating frames are not currently supported with !mRealTimeUpdates. We wrote a patch to correct this problem. You will find it attached to this posting. Here is a description of what was changed and why. In cbBarDragPlugin::ShowHint(), SetBarState is called every time mpCurPane changes. This is correct. However, this also happens every time, even if mRealTimeUpdates is false. The state should not be changed during the drag operation if mRealTimeUpdates is off. This is corrected in this patch. Code was also added in cbBarDragPlugin::OnLButtonUp() to actually do the state changing, only if mRealTimeUpdates is off. Normally, this is performed in ShowHint if mRealTimeUpdates is on. I also took the liberty of changing the drag cursor back to an arrow. This is the way it is in MS Visual C++, and it looks way better. The MoveWindow cursor looks terrible, IMHO. When FL gets the embedded cursor code working, we can switch back to a hand or something else. 2) This time we have discovered a crash bug in FL. The steps to reproduce this bug are as follows: 1. Open up a pane, dock it. 2. Click the Expand button (arrow button) in the frame hints portion 3. Click it again to Collapse the pane. 4. Now click the close button of the pane. Crash. We investigated what was causing this problem, and it turns out that the button state never gets unset. Once a button is pressed, it is always pressed. Thus, when the expand/ collapse button is pressed, and then the close button is pressed, the pane will close, but then FL will also try to expand or collapse the pane as well, because it thinks that the expand/collapse button was set.

2002-06-11 22:07 JS, revision 15801

Initialise font family when initializing from native font, since this is otherwise uninitialised (the font family is taken from the ref data and not the native font data).

2002-06-10 17:58 MBN, revision 15800

Check for attributes before copying them

2002-06-10 15:59 VZ, revision 15799

attempts to fix wxMimeTypesManager mess: many bugs (entries priority, memory leaks, ...) fixed, but probably even more left

2002-06-09 23:02 RR, revision 15798

Moved wxCharhookEvent so that it sends the same keycode as wxCharEvent. Removed wxDestroyWindowEvent as it crashes all the time. Corrcted wxTreeCtrl's interception of wxCharEvents as it misinterpreted "F5" for "Z" e.g.

2002-06-09 22:19 VZ, revision 15797

added _T()s around the literal strings

2002-06-09 19:24 MBN, revision 15796

Update taskbar.h to use DECLARE/DEFINE_EVENT_TYPE; fixes an runtime error with MinGW and (probably) Cygwin.

2002-06-08 21:32 VZ, revision 15795

reenabled WS_EX_CONTROLPARENT style together with a check that the focus window is not disabled or hidden

2002-06-08 18:43 VZ, revision 15794

don't link in libwx_gtk twice when linking apps using OpenGL

2002-06-08 18:30 VZ, revision 15793

typo in dir enum test code fixed

2002-06-08 17:36 JS, revision 15792

Use standard IDC_HELP cursor instead of oversize custom cursor.

2002-06-08 15:11 VZ, revision 15791

compilation fix (for !PCH)

2002-06-07 23:37 VZ, revision 15790

no changes (reformatted some code just to be able to read it)

2002-06-07 23:36 VZ, revision 15789

fixed wxScrolledWindow::SetScrollbars() which was broken by the virtual size changes

2002-06-07 21:46 VZ, revision 15788

restored inline for wxCriticalSection methods for !MSW

2002-06-07 21:26 VZ, revision 15787

added thrimpl.cp

2002-06-07 21:26 VZ, revision 15786

oops, compilation fix

2002-06-07 21:17 VZ, revision 15785

patch 562893: bug in dll makefile.b32

2002-06-07 21:04 VZ, revision 15784

fixed bug in wxStrstr() replacement implementation (part of patch 565031)

2002-06-07 21:00 VZ, revision 15783

don't include winsock.h directly, this doesn't work (patch 565655)

2002-06-07 20:45 VZ, revision 15782

fixed text ctrl tooltips (patch 562210)

2002-06-07 20:41 VZ, revision 15781

CW compilation fix (patch 562701)

2002-06-07 20:39 VZ, revision 15780

fix tree icon refresh after collapsing a branch (patch 565294)

2002-06-07 20:15 VZ, revision 15779

applied typos and spelling error fixes patch from Olly Betts

2002-06-07 19:56 VZ, revision 15778

more MIME tests

2002-06-07 18:32 JS, revision 15777

Removed 'inline' which was causing unresolved symbols

2002-06-07 17:56 VS, revision 15776

wxMGL requires wxUSE_PALETTE

2002-06-07 17:56 VS, revision 15775

updated wxMGL's wxExecute signatures

2002-06-07 16:52 RD, revision 15774

Patch #565656, fix for compilers without precomp headers

2002-06-07 15:40 RD, revision 15773

Fixed bug that showed a small gap on the wxStaticBox when the label string was empty.

2002-06-07 08:47 JS, revision 15772

Added USE_SIMPLE_HELP_PROVIDER symbol to help demo so we can test wxSimpleHelpProvider under Windows.

2002-06-07 05:39 RD, revision 15771

Only catch double click on wxMSW

2002-06-07 00:34 VZ, revision 15770

added wxCRITICAL_SECTION macro

2002-06-07 00:34 VZ, revision 15769

fixed glibc 2.1 detection test

2002-06-07 00:19 RD, revision 15768

minor tweaks and discuss unicode build in win32 build instructions

2002-06-06 19:37 VZ, revision 15767

make the incremental kbd search wrap to the beginning if necessary

2002-06-06 19:35 RR, revision 15766

Dislaying popup tip windows seems to work right now.

2002-06-06 19:18 VZ, revision 15765

marked the most important backwards incompatible changes with an exclamantion sign

2002-06-06 19:17 RD, revision 15764

SWIGged updates for wxGTK

2002-06-06 18:50 RD, revision 15763

Fix for compilation error in Unicode mode

2002-06-06 18:36 RD, revision 15762

Switch back to not using wxPopupWindow since wxMSW's version can't handle it...

2002-06-06 18:31 VZ, revision 15761

wxMutex changes (explicitly specify the type), return values for all wxMutex/wxSemaphore/wxCondition methods and general cleanup

2002-06-06 17:37 RD, revision 15760

Added wxPyWindow and wxPyControl which are just like their wx counterparts except they allow some of the more common C++ virtual methods to be overridden in Python derived classes. Changed wxGenButton to derive from wxPyControl.

2002-06-06 16:06 JS, revision 15759

Corrected typo in wxStringHashTable::Delete

2002-06-05 23:30 VZ, revision 15758

reverted wxPopupWindow implementation to the original version using WS_CHILD and desktop as parent; this fixes the activation problem but reopens the other ones

2002-06-05 23:13 VZ, revision 15757

VC++ warning fix

2002-06-05 22:37 VZ, revision 15756

bring the parent of a wxFRAME_FLOAT_ON_PARENT frame to the top when deleting it as Windows doesn't do it automatically

2002-06-05 21:11 JS, revision 15755

Added documentation for wxHelpProvider::RemoveHelp

2002-06-05 21:06 JS, revision 15754

Added Delete member to wxStringHashTable in order to implement wxHelpProvider::RemoveHelp, which is now called from ~wxWindowBase. Without cleaning up the hash tables, reused window addresses will cause the CS help to fail rather comically over time.

2002-06-05 20:50 RD, revision 15753

wxMac SWIGged updates

2002-06-05 20:00 GD, revision 15752

applied SourceForge patch # 544164 (hidden virtual method in wxMenuBar)

2002-06-05 16:45 RD, revision 15751

minor updates

2002-06-05 16:30 RD, revision 15750

Give wxMSW's wxDirDialog support for wxDD_NEW_DIR_BUTTON

2002-06-05 13:03 VZ, revision 15749

updated version from Henrik Ræder Clausen

2002-06-04 20:17 RD, revision 15748

Fixed a strange MSVC compile error (C2253) It thought a pure virtual function was being defined...

2002-06-04 20:05 VZ, revision 15747

added new Danish translator

2002-06-04 19:27 RD, revision 15746

Fix and update the note about handling EVT_KEY_DOWN preventing EVT_CHAR from being sent.

2002-06-04 19:25 RD, revision 15745

Changed FindTExt intercase to more easily handle additional flags. Fixed GetCharAt and GetStyleAt to only return values 0..255 instead of possibly negative values.

2002-06-04 18:14 VZ, revision 15744

added test for wxProgressDialog::Resume

2002-06-04 18:09 VZ, revision 15743

added default parameter values to the overloaded Show() and Enable() versions

2002-06-04 18:08 VZ, revision 15742

(re)enable Cancel button in Resume()

2002-06-04 15:00 VZ, revision 15741

added incremental keyboard search to wxTreeCtrl

2002-06-04 14:59 VZ, revision 15740

added and documented wxTIMER_XXX constants to be used instead of bool parameter to wxTimer::Start()

2002-06-04 12:48 VZ, revision 15739

commented out some strange test code which resulted in memory leaks

2002-06-04 11:01 JS, revision 15738

In SetProxy, add 1 to pos when parsing port since otherwise we include the colon.

2002-06-04 08:58 VZ, revision 15737

undid WS_EX_CONTROLPARENT change -- I recall now why we can't use it

2002-06-04 08:52 VZ, revision 15736

updated translations from Henrik Ræder Clausen

2002-06-03 23:11 VZ, revision 15735

mention EVT_KEY_DOWN/CHAR change

2002-06-03 23:10 VZ, revision 15734

set focus to the page after showing it -- otherwise it's lost (well, left on the previous, now hidden, page)

2002-06-03 23:00 VZ, revision 15733

use WS_EX_CONTROLPARENT to ensure correct Alt-mnemonic handling with nested panels

2002-06-03 19:30 JS, revision 15732

Removed spurious </a> after <img> tag

2002-06-03 19:19 MBN, revision 15731

Updated message catalogs to latest CVS

2002-06-03 14:56 DW, revision 15730

Weekly OS/2 catch-up.

2002-06-02 19:30 RR, revision 15729

Another typo fixed.

2002-06-02 18:02 RR, revision 15728

Probably fixed mouse event bug introduced recently.

2002-06-02 14:24 RR, revision 15727

Overrode wxMDIChildFrame's DoSetSize to not misplace the window when it was using wxFrame's method.

2002-06-02 14:17 RR, revision 15726

Implemented CharHook events. Implemented Destroy events. (both as per SF patches).

2002-06-02 12:05 RR, revision 15725

Small fix for make win-dist

2002-06-02 10:57 RR, revision 15724

Updates to (behaviour of) wxComboBox and wxSpinCtrl.

2002-06-02 10:57 RR, revision 15723

Removed hack in Toolbar that breaks UI updates under MSW.

2002-06-02 10:56 RR, revision 15722

Added simplistic make win-dist

2002-06-01 11:48 VZ, revision 15721

replaced quotes in #include with angle brackets

2002-05-31 16:03 RR, revision 15720

Added global skope too FinControl()

2002-05-31 14:18 VZ, revision 15719

removed unused wxWindowGTK::m_isFrame

2002-05-31 14:17 VZ, revision 15718

replaced m_isRadioButton with a virtual function

2002-05-31 14:14 VZ, revision 15717

replaced wxWindowGTK::m_isListBox with a virtual function

2002-05-31 14:13 VZ, revision 15716

replaced wxWindowGTK::m_isStaticBox with a virtual function and replaced 3 occurences of the code finding the window for the mouse events with one

2002-05-31 14:00 VZ, revision 15715

replaced wxWindowGTK::m_isListBox with a virtual function

2002-05-31 13:51 VZ, revision 15714

fixes for the focus handling: don't set back to back set/kill focus events

2002-05-31 13:49 VZ, revision 15713

added tests for the focus events

2002-05-31 10:00 RR, revision 15712

Added wxToolBar::FindControl() to fish out controls in a toolbar by its id.

2002-05-31 09:59 RR, revision 15711

Doc tweaks for FindWindowByXX Docs for SetThemeEnabled Docs for wxToolBar::FindControl

2002-05-31 07:41 RR, revision 15710

Documented wxClienData and friends.

2002-05-30 21:16 VZ, revision 15709

removed some duplicate code, no real changes

2002-05-30 19:49 RD, revision 15708

Updated setup.h settings

2002-05-30 18:40 RD, revision 15707

Updated wxPython build instructions

2002-05-29 18:47 RD, revision 15706

Removed Refresh from OnSize as it's not needed anymore

2002-05-29 08:31 JS, revision 15705

Applied patch #561454, testing for scrollbar

2002-05-29 08:28 JS, revision 15704

Corrected some typos

2002-05-28 21:50 DW, revision 15703

Catching up for the week

2002-05-28 17:14 VZ, revision 15702

corrected the completely wrong example (bug 545427)

2002-05-28 16:54 VZ, revision 15701

fix compilation without WXDEBUG (includes patch 561458)

2002-05-28 16:52 VZ, revision 15700

use new style ctor for wxFontDialog (patch 561411)

2002-05-28 16:51 VZ, revision 15699

added consts to wxAcceleratorTable ctors from wxAcceleratorEntry array (repaces patch 561183)

2002-05-28 16:44 VZ, revision 15698

fixed icon drawing when they have different sizes (patch 554973)

2002-05-28 16:30 VZ, revision 15697

unselected the current item when unfocusing it in a single selection list control (patch 540818)

2002-05-28 11:29 VZ, revision 15696

added asserts to ensure that the splitter windows have it as parent (otherwise they're not positioned correctly)

2002-05-27 22:14 RD, revision 15695

No, I didn't test it before. This is what I meant to do!

2002-05-27 22:06 RD, revision 15694

Patch 559673 and 561053

2002-05-27 21:22 RD, revision 15693

Some little demo updates

2002-05-27 21:21 RD, revision 15692

Fixed wxMac's wxStaticText::SetFont to behave like the others and resize the control to fit the text

2002-05-27 19:47 RD, revision 15691

Fixed a tex2rtf warning

2002-05-27 19:34 RD, revision 15690

SWIGged updates for wxMac

2002-05-27 19:23 RD, revision 15689

Changed the default style flags on wxSplashScreen

2002-05-27 18:39 RD, revision 15688

workaround for assert about wxFRAME_FLOAT_ON_PARENT

2002-05-27 18:24 RD, revision 15687

SWIGged updates for wxGTK

2002-05-27 17:55 RD, revision 15686

SWIGged updates for wxMSW

2002-05-27 17:54 RD, revision 15685

Fix exception when there are no items in the sizer yet

2002-05-27 17:53 RD, revision 15684

Added a bit of test code (commented out)

2002-05-27 17:53 RD, revision 15683

Reduce flicker in the demo when image is dragged out of the frame

2002-05-27 17:52 RD, revision 15682

changes to match recent CVS updates

2002-05-27 17:51 RD, revision 15681

Some cleanup

2002-05-27 17:50 RD, revision 15680

UsePrimarySelection

2002-05-26 22:41 VZ, revision 15679

added wxWizard::Fit()

2002-05-26 22:37 VZ, revision 15678

attempts to make GetBestSize() work using constraints (failed)

2002-05-26 12:51 VZ, revision 15677

set the id in wxMouseEvent (bug 484245)

2002-05-26 12:46 VZ, revision 15676

added more spin event handlers

2002-05-26 12:46 VZ, revision 15675

updated wxSpinXXX event docs

2002-05-26 12:19 VZ, revision 15674

add full 32 bit range support to wxSpinButton/Ctrl

2002-05-26 12:04 VZ, revision 15673

set the focus to the first control in the dialog when it is shwon

2002-05-26 11:49 VZ, revision 15672

globally renamed INT32 to JPEG_INT32 to solve the [re]definition problems with cygwin/mingw32 headers which sometimes define INT32 and sometimes don't

2002-05-26 10:53 VZ, revision 15671

added test for EditLabel, Unicode fixes

2002-05-26 10:53 VZ, revision 15670

fix for the crash when pressing TAB in the edit control created by EditLabel() (bug 555749)

2002-05-26 07:53 SC, revision 15669

make sure we are removing ourselves from the focus of the toplevel frame when deleting (copied from msw)

2002-05-26 07:49 SC, revision 15668

added accessors for last focus

2002-05-25 21:01 VZ, revision 15667

fixes to better remember the last focused child; also restore it using SetFocus() and not SetFocusFromKbd()

2002-05-25 20:34 VZ, revision 15666

fixed assert when using wxMiniFrame (result of recent changes)

2002-05-25 17:11 VZ, revision 15665

changes to wxFRAME_NO_TASKBAR/FLOAT_ON_PARENT styles handling which should now work more as expected

2002-05-25 14:24 VZ, revision 15664

new wxWindow::FindWindowByXXX() methods replacing the old global functions (patches 560214, 559916, 559811, ...)

2002-05-25 14:23 VZ, revision 15663

fixed calling Union() or Offset() on a previously Clear()ed region, also removed some duplicate code (bug 560302 and more)

2002-05-25 13:02 VZ, revision 15662

prevent the parent window from losing activation when a popup is shown

2002-05-25 09:40 RR, revision 15661

Set the focus to the html display window if the help frame comes to the front. With this, you can use context sensitive help systems without the mouse.

2002-05-24 22:23 VZ, revision 15660

added test for loading image from wxMemoryStream

2002-05-24 22:09 VZ, revision 15659

fixed wxStreamBuffer::Tell() to return at least sometimes a valid result

2002-05-24 21:31 VZ, revision 15658

wxTextCtrl::OnChar() can't be used to translate the key strokes in the text control

2002-05-24 17:15 RD, revision 15657

and fixed a type too

2002-05-24 16:28 RD, revision 15656

Fixed a quoting problem

2002-05-23 23:02 VS, revision 15655

backported fix for wxZipInputStream::OnSysSeek

2002-05-23 22:01 VZ, revision 15654

fixedb ug with normalization of UNC paths (patch 558701)

2002-05-23 21:52 VZ, revision 15653

popup windows wre not using TOPMOST style under wxUniv any longer -- fixed

2002-05-23 21:25 VZ, revision 15652

wxUniv compilation fixes (patch 559620)

2002-05-23 21:23 VZ, revision 15651

ixed compilation for wxUSE_STREAMS == 0

2002-05-23 20:35 RR, revision 15650

The combobox didn't like empty strings at all. It caused the pop-up-list to get skrewed up.

2002-05-23 17:57 RR, revision 15649

Redirect SetFocus Part II.

2002-05-23 17:57 RR, revision 15648

Redirect wxComboBox::SetFocus to its text field Part I.

2002-05-23 17:56 RR, revision 15647

Let wxFileSystem use wxFFileInputstream and not wxFileInoutStrea as that is broken on Macs.m

2002-05-23 17:54 RR, revision 15646

Did I change anything here?

2002-05-23 17:53 RR, revision 15645

wxSPinCtrl no longer set focus to its text field when setting a value.

2002-05-23 17:52 RR, revision 15644

wxButtons no longer leave junk on dialogs when moved.

2002-05-22 23:36 VZ, revision 15643

fixed propagating of EVT_WIZARD_XXX events to the parent

2002-05-22 23:14 VZ, revision 15642

restore the stream position in wxImageHandler itself instead of forcing all derived classes to do it themselves

2002-05-22 22:48 VZ, revision 15641

added \\server\dir\filename.exe test case

2002-05-22 22:47 VZ, revision 15640

no, we shouldn't inconditionally add the separator at the end even if wxPATH_GET_SEPARATOR was specified -- this is wrong for file names without path at all

2002-05-22 22:28 VZ, revision 15639

added wxDir::Exists() test

2002-05-22 21:01 RR, revision 15638

wxImage::Copy() didn't really just copy the image, it sometimes changed the mask colour, when it was unused. This patch makes life easier.

2002-05-22 18:04 VZ, revision 15637

added a compile time assert to prevent wxArray from compiling when sizeof(long) > sizeof(void *) as it is broken in this case

2002-05-22 17:22 RD, revision 15636

Fixed bug when sizer if offset from 0,0. Also removed old commented out code

2002-05-22 16:27 VZ, revision 15635

added a check which should prevent the crash of bug 555111

2002-05-22 15:56 VZ, revision 15634

fixed GL case in #include (patch 557178)

2002-05-22 15:54 VZ, revision 15633

mingw/cygwin compilation fix (patch 556157)

2002-05-22 15:49 VZ, revision 15632

fixed ProcessMessage() signature

2002-05-21 22:26 VS, revision 15631

download clarification

2002-05-21 21:03 RD, revision 15630

wxMac updates

2002-05-21 20:45 SC, revision 15629

survive delete within Notify

2002-05-21 20:44 SC, revision 15628

show/hide via moving

2002-05-21 20:43 SC, revision 15627

initial value set

2002-05-21 20:35 SC, revision 15626

added hide/show

2002-05-21 04:20 DW, revision 15625

Catching up for the week

2002-05-21 04:19 DW, revision 15624

Font dialog fix

2002-05-20 20:34 SC, revision 15623

carbon event handlers

2002-05-20 20:33 RD, revision 15622

wxSystemScreen --> wxSystemScreenType

2002-05-20 20:33 SC, revision 15621

Carbon-Standard conversion

2002-05-20 20:32 SC, revision 15620

Dan 'Bud' Keith's Implementation

2002-05-20 20:31 SC, revision 15619

OnInit for adding carbon event handlers

2002-05-20 20:28 SC, revision 15618

uma.h added

2002-05-20 20:18 SC, revision 15617

carbon event handlers for app level

2002-05-20 20:17 SC, revision 15616

Dan 'Bud' Keith's implementation

2002-05-20 20:15 SC, revision 15615

removed internal carbon events handlers, switch to using and resetting toplevel's handlers

2002-05-20 20:14 SC, revision 15614

added carbon event handlers

2002-05-20 20:13 SC, revision 15613

changing the focus part code

2002-05-20 16:16 JS, revision 15612

Applied drag fix to row labels as well

2002-05-20 15:28 VZ, revision 15611

added docs for a few missing methods (Inside, Deflate, Offset)

2002-05-20 14:06 SC, revision 15610

corrected initialization order of MLTE

2002-05-20 13:17 JS, revision 15609

Captured mouse in grid column label so the drag isn't prematurely and messily ended when moving out of the column label window.

2002-05-20 10:42 RR, revision 15608

Sometimes, deleting code can be a real gain. This fixes display corruption when a scroll window is made smaller and it was previously scrolled to the bottom or right most position.

2002-05-19 22:44 VS, revision 15607

Cosmetic changes to wxSS::GetScreen: 1) Renamed to GetScreenType (so that the name better describes its function) 2) Changed use of <,>,<=,>= operators together with wxSYS_SCREEN_* so that 'foo is smaller that bar' is written as 'foo < bar' and not (sic) 'foo > bar'

2002-05-19 08:00 SC, revision 15606

corrected direction when sending events

2002-05-19 07:09 GD, revision 15605

corrected assignement operator

2002-05-18 23:36 VZ, revision 15604

refuse to run if not executed by the main configure script

2002-05-18 23:33 VZ, revision 15603

pass IF_GNU_MAKE and other configure params to the samples configure in wxUSE_GUI==0 case too

2002-05-18 17:30 RD, revision 15602

Applied patch to adjust ownership and permissions in the installer package.

2002-05-18 12:41 VZ, revision 15601

check the return code of wxStream::Read() in wxImageHandler::DoCanRead() and avoid reading uninitialized memory when it fails

2002-05-18 11:05 JS, revision 15600

Updated font dialog constructors to use a reference to the font data as per more recent convention

2002-05-17 23:54 VZ, revision 15599

made SetItemText() work for the item which we're about to start editing

2002-05-17 20:14 SC, revision 15598

conditionalized theme box drawing

2002-05-17 20:13 SC, revision 15597

autoresize upon setting new bitmap

2002-05-17 20:13 SC, revision 15596

fixed wxScreenDC for X

2002-05-17 17:19 RD, revision 15595

Fixed the package build script so wxPython is built with the same version of wxWindows made by the same script.

2002-05-17 16:00 RD, revision 15594

Commented out debug messages

2002-05-17 14:10 SC, revision 15593

title-less windows also for windows

2002-05-17 12:22 SC, revision 15592

using QD Text under non OSX

2002-05-17 12:20 SC, revision 15591

working closer to proper MLTE support under OSX

2002-05-17 12:19 SC, revision 15590

no event upon changing value only anymore

2002-05-17 12:18 SC, revision 15589

conditials for TARGET_CARBON when drawing using appearance text box

2002-05-17 12:16 SC, revision 15588

changed char event handling for ctrl-chars and skipped events

2002-05-17 12:08 SC, revision 15587

added GetApplicationScript for non Carbon builds

2002-05-17 06:01 RD, revision 15586

A few little tweaks

2002-05-17 05:36 RD, revision 15585

A few little tweaks, reswigged code for wxMac

2002-05-17 05:33 RD, revision 15584

Scripts to make a installer package in a disk image for wxPython and for Python too. It's a strange mixture of sh, csh and perl, but it works.

2002-05-16 19:27 VZ, revision 15583

fixed the selection rectangle drawing (was off by 1)

2002-05-16 19:26 VZ, revision 15582

use the menu item text, not label, in the owner drawn items

2002-05-16 18:48 VZ, revision 15581

fixed wrong array index in UuidToCForm

2002-05-16 12:49 JJ, revision 15580

Committing in . OpenVMS configuration file update. Modified Files: wxWindows/setup.h_vms ----------------------------------------------------------------------

2002-05-16 10:45 VZ, revision 15579

generate EVT_SCROLL events for the standalong scrollbars, not EVT_SCROLLWIN

2002-05-15 20:03 JS, revision 15578

Check for null return value in wxClientDC constructor

2002-05-15 19:59 JS, revision 15577

Don't call a function that might do drawing when setting a null image list (might be deleting the tree control)

2002-05-15 19:46 RD, revision 15576

Updates from contributor

2002-05-15 19:46 RD, revision 15575

An implementation of wxPen.GetDashes. wxSplitterEvent derives from wxNotifyEvent.

2002-05-15 19:45 RD, revision 15574

demo update

2002-05-15 19:09 RD, revision 15573

Some files to ignore

2002-05-15 19:07 RD, revision 15572

wxSTC changes to help it work better on wxMac

2002-05-15 19:06 RD, revision 15571

more demo updates

2002-05-15 13:13 JS, revision 15570

Added missing const for operator !=

2002-05-15 06:22 GD, revision 15569

applied copy constructor fix to assignment operator as well

2002-05-15 05:05 RD, revision 15568

Re-enable clipboard and DnD classes for wxMac

2002-05-15 05:05 RD, revision 15567

demo updates

2002-05-14 20:38 JS, revision 15566

In an expose event, the m_clearRegion is also updated as well as m_updateRegion because otherwise in a scroll or resize, a custom OnEraseBackground method will draw over more window than OnPaint will redraw -- clearly not what's wanted.

2002-05-14 18:10 VZ, revision 15565

don't send SPLITTER_POS_CHANGED events when the splitter position was changed from the program itself

2002-05-14 17:58 VS, revision 15564

no, DO NOT use wxMessageBox where wxLogError is more suitable (and don't display Information icon when reporting an *error* (sigh...))

2002-05-14 15:49 JS, revision 15563

Fixed double deletion in region iterator

2002-05-14 14:37 RD, revision 15562

Fixed a lost #else

2002-05-14 14:05 JS, revision 15561

Initialized control member pointers and checked for null pointer to make controls sample run on MacOS X again

2002-05-14 13:53 JS, revision 15560

Now shows author correctly under MacOS X

2002-05-14 12:28 VZ, revision 15559

added missing extern "C" required for Sun CC

2002-05-14 11:33 , revision 15558
  • A /wxWidgets/tags/INT32_TO_JPEG_INT32
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/.cvsignore
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/acinclude.m4
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/aclocal.m4
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/art
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/autogen.sh
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/BuildCVS.txt
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/config.guess
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/config.sub
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/configure
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/configure.in
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/contrib
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/debian
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/demos
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/descrip.mms
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/difflast.pl
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/distrib
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/docs
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/include
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/install-sh
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/lib
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/locale
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/Makefile.in
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/Mingw32-gcc295.patches
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/make-deb
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/misc
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/mkinstalldirs
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/regen
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/samples
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/setup.h.in
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/setup.h_vms
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/.cvsignore
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/common
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/cwcopysetup.bat
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/cwdcopysetup.bat
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/cygnus.bat
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/files.lst
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/generic
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/gtk
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/gtk1
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/html
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/iodbc
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/mac
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/make.env.in
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makeb32.env
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makebcc.env
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makefile.bcc
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makefile.dos
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makefile.va
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makefile.vc
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makeg95.env
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makelib.b32
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makelib.bcc
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makelib.env.in
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makelib.g95
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makelib.vc
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makelib.wat
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makemac6.mcp
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makemac7.mcp
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makemsc.env
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makeprog.b32
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makeprog.bcc
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makeprog.env.in
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makeprog.g95
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makeprog.msc
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makeprog.sl
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makeprog.va
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makeprog.vc
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makeprog.wat
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makesc.env
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makesl.env
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/maketwin.env
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makeva.env
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makevc.env
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/makewat.env
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/mgl
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/microwin
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/mingegcs.bat
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/mingw32.bat
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/motif
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/msw
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/ntwxwin.mak
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/os2
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/png
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/regex
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/stc
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/tiff
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/univ
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/unix
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/Wxwindll.icc
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/wxBase.dsp
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/wxBase.dsw
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/wxJpeg.icc
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/wxPng.icc
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/wxTiff.icc
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/wxUniv.dsp
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/wxUniv.dsw
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/wxWin.icc
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/wxWindows.dsp
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/wxWindows.dsw
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/wxWindowsM7.mcp
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/wxWindowsW7.xml
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/wxwindowsM5.xml
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/wxXpm.icc
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/wxZlib.icc
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/x11
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/xrc
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/src/zlib
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/utils
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/wx-config.in
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/wxBase.spec
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/wxGTK.spec
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/wxMotif.spec
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/wxPython
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/wxWINE.spec
  • D /wxWidgets/tags/INT32_TO_JPEG_INT32/wxwin.m4

This commit was manufactured by cvs2svn to create tag 'INT32_TO_JPEG_INT32'.

2002-05-14 11:33 VZ, revision 15557

renamed main to mymain to suppress the warnings

2002-05-14 11:28 VZ, revision 15556

fixed a warning

2002-05-14 11:28 JS, revision 15555

Initialized the controls on the widgets spinbutton page and checked for NULL in one of the event handlers, since on the Mac the event handler may be called before the control is properly initialized Tested for an empty string in Mac's textctrl.cpp else we get a crash if there is nothing in the text control

2002-05-14 11:09 VZ, revision 15554

wanted to fix zlib include path but it turned out to be already ok so I just added a comment saying why should it be left like this

2002-05-14 07:50 RD, revision 15553

swigged updates for wxMac

2002-05-14 07:49 RD, revision 15552

Fixing nested triple quotes again

2002-05-14 07:49 RD, revision 15551

Use the stdout/stderr window by default on Mac too. Force it on in the demo.

2002-05-14 07:47 RD, revision 15550

Minor updates to build scripts

2002-05-14 07:44 RD, revision 15549

wxSTC begins to work on wxMac...

2002-05-14 00:06 RD, revision 15548

If'd out the listbox on wxPopupWindow test for now

2002-05-13 23:50 VZ, revision 15547

documented wxFileName::SplitPath(), added more obsolescence notes about the functions superseded by wxFileName

2002-05-13 23:49 VZ, revision 15546

cleared the wxFileNameFromPath mess

2002-05-13 23:31 RD, revision 15545

Added some inline helpers so the dependence on wxUSE_UNICODE and wxUSE_WCHAR_T can be localized instead of having #if's all over the place.

2002-05-13 20:33 RD, revision 15544

The use of wxPopupWindow fo rhte autocomplete and calltip windows is now a little better integrated.

2002-05-13 18:11 DW, revision 15543

Popup Window now supported in OS/2 (for tipwindows and such associated with toolbars).

2002-05-13 18:10 DW, revision 15542

Weekly catch up.

2002-05-13 18:09 DW, revision 15541

WXPM now uses popupwindows.

2002-05-13 16:54 JS, revision 15540

textctrl.cpp: Removed assert from CanRedo/CanUndo since the best behaviour is to return FALSE (Redo/Undo functions are unimplemented) treectrlg.cpp: in InsertItem, allow previous item to be null in order to insert at first position of possibly-empty child list dcclient.cpp: allow setting of null font (common espec. on Windows)

2002-05-13 15:49 DW, revision 15539

Compiler bug

2002-05-13 10:11 JS, revision 15538

Eliminated a couple of warnings

2002-05-13 05:41 GD, revision 15537

use built-in wcslen instead of disabling wide character support for Darwin

2002-05-12 22:46 VZ, revision 15536

fixed bug with using wrong interval (-1) when restarting a running timer

2002-05-12 22:26 VZ, revision 15535

fixes to wxFontDialog after recent changes

2002-05-12 19:35 VZ, revision 15534

fixed wxFontDialog API: accept const ref instead of (well, in addition to) a possibly NULL pointer

2002-05-12 18:43 JS, revision 15533

Added overloaded AddChild from contributor

2002-05-12 16:08 JS, revision 15532

Fixed mouse handling for captured windows Didn't need most of the cshelp fix

2002-05-12 12:47 JS, revision 15531

Don't use context id for context help since it doesn't seem to be working at present

2002-05-12 12:46 JS, revision 15530

Added recursive event handler pushing to fix context help problem.

2002-05-12 11:34 JS, revision 15529

Added missing brace in checkbox.tex

2002-05-12 11:28 VZ, revision 15528

added the test for GtkText inside wxYield crash

2002-05-12 11:26 VZ, revision 15527

fixed crashes in GtkText when it was refreshed from inside wxYield

2002-05-12 11:25 VZ, revision 15526

made wxIsInsideYield global -- will be fixed when we have some better way to test if we're inside wxYield() from wxApp

2002-05-12 11:10 JS, revision 15525

Added deprecated property classes for future reference (maybe separate manual)

2002-05-12 09:17 GD, revision 15524

use tm_gmtoff instead of timezone variable if tm struct member exists

2002-05-12 08:49 GD, revision 15523

no timezone variable is only a warning instead of an error (use tm_gmtoff instead, in particular for Darwin / Mac OS X)

2002-05-12 07:48 GD, revision 15522

corrected wxFontData assignement operator (was recursive!)

2002-05-12 04:16 RD, revision 15521

swigged updates for wxGTK

2002-05-12 03:20 RD, revision 15520

various tweaks and updates

2002-05-11 23:40 VZ, revision 15519

added a comment about the default button handling

2002-05-11 23:34 VZ, revision 15518

don't treat Enter always as Tab, just for the text controls

2002-05-11 23:24 VZ, revision 15517

fixed typo

2002-05-11 22:31 VZ, revision 15516

changed the handling of the default buttons to be more logical

2002-05-11 17:14 GD, revision 15515

added wxControlWithItems constructor/destructor (for Darwin)

2002-05-11 17:13 GD, revision 15514

corrected pragma interface

2002-05-11 15:09 VZ, revision 15513

fixed zlib compression test

2002-05-11 15:08 VZ, revision 15512

fixed incorrect assert for the default compression level value

2002-05-11 14:41 VZ, revision 15511

don't test for msvcrt under Unix nor libw under Windows in wcslen() test

2002-05-11 13:45 VZ, revision 15510

fixed the rule for compiling the RC files

2002-05-11 08:43 MBN, revision 15509

const KEY_T& does not do the right thing for pointers.

2002-05-11 06:55 SC, revision 15508

appearance box drawing

2002-05-11 06:55 SC, revision 15507

appearance fonts

2002-05-11 06:54 SC, revision 15506

key handling

2002-05-11 06:54 SC, revision 15505

corrected background

2002-05-11 06:53 SC, revision 15504

common value changed code for spinbutton

2002-05-11 06:53 SC, revision 15503

fixed redrawing bug

2002-05-11 06:52 SC, revision 15502

added carbon events for navigation keys, size corrections

2002-05-11 06:51 SC, revision 15501

tooltip displaying correct background under OSX , antialiased system font used

2002-05-11 06:50 SC, revision 15500

toplevel native window disposal in deferred delete clas

2002-05-11 06:49 SC, revision 15499

changed initialization of TXN in order to avoid crashes on OSX

2002-05-11 06:48 SC, revision 15498

native window disposal is moved to deferred delete, size of parent taken into account for apply background

2002-05-11 06:45 SC, revision 15497

corrected appeaance of boxes und OSX

2002-05-11 06:43 SC, revision 15496

switched to appearance savvy gui/system fonts

2002-05-11 06:39 SC, revision 15495

exposed background theme

2002-05-11 06:39 SC, revision 15494

DrawParagraph changed

2002-05-11 06:38 SC, revision 15493

common value change method

2002-05-11 06:38 SC, revision 15492

added keyboard focus & typein

2002-05-10 19:21 VZ, revision 15491

some warnings fixed, checks for various wxUSE_XXX added

2002-05-10 19:15 VZ, revision 15490

fixes for BSD make

2002-05-10 19:01 GD, revision 15489

removed test supposed to detect lazy binding issues since it breaks loading of dynamic modules

2002-05-10 18:41 RD, revision 15488

Fixed a crash when GetMonthControl returns NULL

2002-05-10 18:28 VZ, revision 15487

fix compilation for the platforms which don't have RTLD_NOW/GLOBAL (like OpenBSD 3.0)

2002-05-10 18:21 VZ, revision 15486

don't define wxUSE_WCHAR_T on systems without wcslen(), don't check for wchar_t twice

2002-05-10 16:56 VZ, revision 15485

test for HAVE_FNMATCH, not HAVE_FNMATCH_H

2002-05-10 16:55 VZ, revision 15484

HAVE_FNMATCH added

2002-05-10 15:16 VZ, revision 15483

renamed Wiztest.bmp to wiztest.bmp

2002-05-10 12:56 VZ, revision 15482

fixed compilation error when x-compiling (patch from Fabian Wenzel)

2002-05-10 12:53 VZ, revision 15481

set OPENGL_LIBS when x-compiling for MSW (patch from Fabian Wenzel)

2002-05-10 12:51 VZ, revision 15480

1. moved the test for glibc >= 2.1 after AC_PROG_CC 2. fixed this test so the result is realyl cached 3. added test for fnmatch() because when cross-compiling we can find fnmatch.h but fnmatch() could still be unaccessible

2002-05-10 12:26 VZ, revision 15479

Unicode compilation problems in the samples (patch from Dimitri)

2002-05-10 04:09 DW, revision 15478

Fix for upside down bmp projections

2002-05-10 04:08 DW, revision 15477

Folder icon

2002-05-09 23:04 VZ, revision 15476

fixed return value of Enable() and Disable()

2002-05-09 23:01 VZ, revision 15475

don't put the windows created with y or height of -1 off screen

2002-05-09 22:49 RD, revision 15474

Added a couple missing WXDLLEXPORTs

2002-05-09 22:34 , revision 15473

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

2002-05-09 22:34 VZ, revision 15472

applied patch to build wxMSW with CW7 (patch 550445)

2002-05-09 22:21 VZ, revision 15471

fixed list item attributes when inserting/deleting items (patch 548391)

2002-05-09 21:58 VZ, revision 15470

tests for multiple selection check listboxes

2002-05-09 18:52 RD, revision 15469

swigged updates for wxMac

2002-05-09 18:21 RD, revision 15468

updates for recent CVS changes

2002-05-09 17:21 VZ, revision 15467

added/documented wxApp::FilterEvent

2002-05-09 15:59 VZ, revision 15466

added (and documented) wxSafeShowMessage, use it in wxLogFatalError instead of wxMessageBox

2002-05-09 15:59 VZ, revision 15465

added build options check

2002-05-09 15:58 VZ, revision 15464

the build options are now checked in the application, not the library which allows to avoid having to define wxGetBuildOptions()

2002-05-09 15:57 VZ, revision 15463

no changes

2002-05-09 12:38 GD, revision 15462

updated CodeWarrior 5.3 exported xml projects

2002-05-09 12:18 GD, revision 15461

implement explicit copying instead of forbidding it

2002-05-09 10:01 JS, revision 15460

Customization dialog not implemented, so don't show the menu item

2002-05-09 00:28 VZ, revision 15459

generate the mouse click events for the static controls

2002-05-09 00:28 VZ, revision 15458

test that static text and box get the click events

2002-05-08 23:59 SC, revision 15457

fixed casting for X

2002-05-08 23:30 SC, revision 15456

added spinctrl to be ignored when clicked (otherwise its siblings on the same window position will not get the clicks)

2002-05-08 23:28 SC, revision 15455

display rect fixed

2002-05-08 23:25 SC, revision 15454

only use tool window style for floating windows, no modal dialog class (layer problems)

2002-05-08 23:23 SC, revision 15453

added mlte initialization

2002-05-08 23:22 SC, revision 15452

added mlte implementation

2002-05-08 23:14 SC, revision 15451

added rtti info (python problem)

2002-05-08 22:55 SC, revision 15450

layout improvement on mac

2002-05-08 22:53 SC, revision 15449

added small font for wxSWISS

2002-05-08 22:52 SC, revision 15448

filename workaround CW bug in debug builds

2002-05-08 22:50 SC, revision 15447

added rtti to tooltip, mlte implementation to textctrl

2002-05-08 22:29 VZ, revision 15446

added missing wxListItem copy ctor to wxMSW, moved wxListItem to the header to avoid duplicating it in wxMSW and the generic versions

2002-05-08 22:20 VZ, revision 15445

compilation fix for wxObject NO_COPY

2002-05-08 21:28 GD, revision 15444

regenerated for new build.h file

2002-05-08 21:17 GD, revision 15443

implemented lazy binding detection (broken RTTI classinfo detection) forbid copying of wxObject and wxClassInfo corrected conditional compilation for CodeWarrior 5.3

2002-05-08 21:13 GD, revision 15442

implemented explicit copy constructors (needed for cloning) declared private assignement operators

2002-05-08 19:57 MBN, revision 15441

Added documentation for wxListItem. Still need to strip the one in wxListCtrl::SetItem, or better move it to listitem,tex+mark it obsolete.