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-04-04 21:03 JS, revision 14940

Added FAQ topic for FL

2002-04-04 18:33 VZ, revision 14939

files needed for building with CodeWarrior 7 (patch 531011)

2002-04-04 18:04 VZ, revision 14938

use full 32bit range for the process ids

2002-04-04 17:24 JS, revision 14937

Removed wxTR_HIDE_ROOT under Windows, and removed wxTR_EDIT_LABELS for now

2002-04-04 13:13 JS, revision 14936

Added wxTB_NODIVIDER and wxTB_NOALIGN so native Windows toolbar can used in FL. Adjusted Windows toolbar height for wxTB_NODIVIDER style. Removed some false memory leak reporting from fontmap.cpp, mimecmn.cpp, strconv.cpp. Added and used MapBitmap function in newbmpbtn.cpp so the right colours are used under Windows. <controversial>Added iniconf.cpp to WIN32 compilation</conroversial>

2002-04-04 05:44 RD, revision 14935

SWIGged updates for wxMac

2002-04-03 20:34 RD, revision 14934

Demo update

2002-04-03 20:33 RD, revision 14933

Updates for wxListCtrlAutoWidthMixin needed for wxGTK

2002-04-03 20:26 RD, revision 14932

Added sending of column dragging events to the generic wxListCtrl.

2002-04-03 19:32 MBN, revision 14931

Fix for broken BCC

2002-04-03 19:25 RD, revision 14930

SWIGged updates for wxGTK

2002-04-03 19:17 MBN, revision 14929

Mention wxCURSOR_BLANK

2002-04-03 18:19 RR, revision 14928
  • D /wxWidgets/trunk/tests

Noone is using the tests dir either.

2002-04-03 18:16 RR, revision 14927
  • D /wxWidgets/trunk/user

The user dir was last changed in Okt 98, so I guess it is mostly obsolete.

2002-04-03 18:15 RD, revision 14926

Move font and encoding related classes to a new module. Added wxLocale and wxEncodingConverter.

2002-04-03 16:01 VZ, revision 14925

don't show generic dir dlg when it's the same as the standard one

2002-04-03 14:39 RR, revision 14924

Small typo, big effect.

2002-04-03 14:32 VZ, revision 14923

fixed error checking in wxKill

2002-04-03 13:04 VZ, revision 14922

added a note about the constraints being deprecated

2002-04-03 13:01 VZ, revision 14921

reuse the fonts in the resource loading code (patch from Tom Felici)

2002-04-03 12:54 VZ, revision 14920

don't reenable the disabled windows in OnShow(), it is unnecessary and the code there was buggy

2002-04-03 12:49 GD, revision 14919

corrected FSSpec to POSIX file name conversions for Mac OS X (Apple DevTools)

2002-04-03 01:16 RD, revision 14918

Since wxConditionInternal is a friend of wxMutex and wxMutex has copy prevention, then wxConditionInternal needs copy protection too so the default copy and assignment won't generate link errors.

2002-04-03 00:13 VZ, revision 14917

fixed a race condition resulting in returning incorrect thread exit code

2002-04-02 23:26 VZ, revision 14916

fixed OnDropFiles() signature

2002-04-02 19:40 RR, revision 14915

Fix some crashes in new wxTextCtrl.

2002-04-02 17:46 MBN, revision 14914

wxCalendarCtrl::Destroy() now deletes year spin control and month combo box; tested in MSW and GTK .

2002-04-02 17:43 SC, revision 14913

added floodfilling for image

2002-04-02 17:42 SC, revision 14912

adapted to new APIs for threads and floodfilling

2002-04-02 17:37 MBN, revision 14911

Blind fix for bug #529874 . wxPropertyListView::OnOk should set sm_dialogCancelled to FALSE.

2002-04-02 16:24 VZ, revision 14910

compilation warning fixed

2002-04-02 15:37 VZ, revision 14909

changed wxCondition API to take a reference, not pointer, to wxMutex

2002-04-02 13:22 VZ, revision 14908

compilation fixes for the recent commit

2002-04-02 13:15 VZ, revision 14907

added wxSemaphore (with docs), new version of wxCondition and bug fixes to wxThread (patch 538242 by K.S. Sreeram)

2002-04-02 12:41 JS, revision 14906

Now set the client and main windows in wxAdoptedWindow::SetHandle

2002-04-02 10:26 VZ, revision 14905

added the include files section (patch 538251)

2002-04-02 10:20 VZ, revision 14904

fixed paper size calculation (convert from 10ths of mm to mm correctly)

2002-04-02 09:59 VZ, revision 14903

compilation warning fixes

2002-04-02 09:39 JS, revision 14902

Added includes to correct compilo

2002-04-02 09:15 JS, revision 14901

Added wxImage::FloodFill file

2002-04-02 00:36 RD, revision 14900

wxWindowMSW now eats EVT_CHAR if the key was handled in EVT_KEY_DOWN

2002-04-01 23:58 VZ, revision 14899

more informational assert about the base class being unknown to wxRTTI system (patch 538103)

2002-04-01 22:17 JS, revision 14898

Added reference to FloodFill additions

2002-04-01 22:14 JS, revision 14897

Separated wxImage::FloodFill from image.cpp

2002-04-01 21:55 VZ, revision 14896

fixed wxCheckListBox behaviour in presense of wxLB_SORT style (bug 529786)

2002-04-01 21:47 JS, revision 14895

Added FloodFill patch for samples

2002-04-01 21:40 JS, revision 14894

Applied FloodFill patch

2002-04-01 21:33 VZ, revision 14893

use the new wxExecute() API (no real changes)

2002-04-01 21:31 VZ, revision 14892

use the new API in the sample as it's more readable

2002-04-01 21:31 VZ, revision 14891

sleep while waiting for the spawned process to terminate so that we don't eat 100 of the CPU

2002-04-01 20:34 RD, revision 14890

Fixed a few little bugs in how some methods are wrapped

2002-04-01 20:33 RD, revision 14889

Added wxIconBundle and wxTopLevelWindow.SetIcons.

2002-04-01 20:31 RD, revision 14888

Added wxListCtrlAutoWidthMixin from Erik Westra.

2002-04-01 20:29 RD, revision 14887

A saner implementation for the new wxToolBar methods that keeps backwards compatilibilty (including keyword args names for wxPython) and still exposes the new stuff.

2002-04-01 20:28 RD, revision 14886

Some cleanup

2002-04-01 20:27 RD, revision 14885

Trying wxTE_PROCESS_ENTER and EVT_TEXT_ENTER on a combobox, doesn't work yet.

2002-04-01 14:09 JS, revision 14884

Modifications to get wxNanoX compiling again

2002-04-01 13:36 VZ, revision 14883

restored full redraw on repain behaviour by default, also some cleanup in the windows classes registration code

2002-04-01 11:59 RR, revision 14882

Made wxFileDialog PDA friendlier.

2002-04-01 11:41 RR, revision 14881

Temporarily use self-made wxTextCtrl in wxX11 until the in /src/univ.cpp works better.

2002-03-31 14:07 RR, revision 14880

As in 2.2.9, toolbars should not get the focus.

2002-03-31 14:06 RR, revision 14879

Minor tweak (up-ported from 2.2.9) to make flat toolbars look slightly better even without rebar controls underneath.

2002-03-31 12:06 RR, revision 14878

Compile fix when not using WXR resources.

2002-03-31 12:06 RR, revision 14877

Compile fix for MinGW32

2002-03-30 23:27 VZ, revision 14876

fix for the paths with trailing (back)slashes

2002-03-30 22:53 RR, revision 14875

some more tweaks were required

2002-03-30 21:18 RR, revision 14874

Rewrote wxToolBar another time. Other minor tweaks.

2002-03-30 19:57 VZ, revision 14873

fixed an apparent bug in DetermineScaling()

2002-03-30 11:16 RR, revision 14872

Added code for erasing the small square between scrollbars. Corrected window size if scrollbars is removed/added. Reduce flicker in scrollbars. Prevent scrollbars from jumping back to original position if the mouse just barely left the scrollbar.

2002-03-30 01:28 RR, revision 14871

Configure changes for StrongARM cross-compilation.

2002-03-30 01:19 RD, revision 14870

Give access to m_lastKeydownConsumed

2002-03-30 01:18 RD, revision 14869

Don't set the longhelp in the statusbar if there isn't one.

2002-03-30 01:18 RD, revision 14868

Set flags and libs for using unicows if MSLU=1

2002-03-29 22:58 RR, revision 14867

Some work for wxX11 on 8-bit visuals.

2002-03-29 21:11 RR, revision 14866

Removed old #ifdef from GTK 1.0

2002-03-29 18:01 RR, revision 14865

A bit of scrolling works under GTK 2.0

2002-03-29 17:34 RR, revision 14864

Make scrollbars appear.

2002-03-29 17:23 RR, revision 14863

Preventing bitmap crash differently.

2002-03-29 15:43 RR, revision 14862

Disabled masked bitmaps under GTK 2.0 until I know why they crash.

2002-03-29 15:04 RR, revision 14861

Pop-up menus no longer jump before appearing. Added wxTLW::DoGetSize() which uses cashed values.

2002-03-29 14:14 RR, revision 14860

Implemented two-window approach for pop-ups, since e.g. menus have borders.

2002-03-29 13:52 RR, revision 14859

Wrong #ifdef for GTK 1.2

2002-03-29 13:05 RR, revision 14858

More work on GTK 2.0 drawing.

2002-03-29 11:15 VZ, revision 14857

commented out an unused var

2002-03-29 10:49 VZ, revision 14856

corrected the previous warning fix so that it doesn't break the code

2002-03-29 09:39 VZ, revision 14855

fixed fl compilation after the recent tbar changes (patch 536539)

2002-03-29 09:35 VZ, revision 14854

compilation fix

2002-03-29 09:07 VZ, revision 14853

fixed signed/unsigned comparison warning

2002-03-28 23:56 RR, revision 14852

Put some life into GTK 2.0 drawing.

2002-03-28 22:32 VZ, revision 14851

fixed VC++ warning in optimized build

2002-03-28 22:32 MBN, revision 14850

Add missing include

2002-03-28 21:42 JS, revision 14849

In bitmap.cpp, CreateFromImage, took GetWidth and GetHeight out of loop. Fixed wxWindowX11::FindFocus so text selections work again.

2002-03-28 20:55 MBN, revision 14848

Fix for daily builds

2002-03-28 20:51 MBN, revision 14847

Fixed problems with wxFrame::SetIcons

2002-03-28 19:48 JS, revision 14846

Compile corrections

2002-03-28 19:15 VZ, revision 14845

applied cleanups for CW build (patch 531007)

2002-03-28 19:14 VZ, revision 14844

unapplied part of Dimitri's patch at his request

2002-03-28 19:10 VZ, revision 14843

incremented the year in the copyright (very important, I know)

2002-03-28 18:57 RR, revision 14842

More changes for better redraw flow under X11. Probably fixed problem with TLW appearing wrong.

2002-03-28 14:30 SC, revision 14841

added iconbndl method, removed deleted files from project

2002-03-28 14:26 SC, revision 14840

changed implementation (was using now removed methods)

2002-03-28 14:15 SC, revision 14839

changed image.h include to be correct in all (precomp and non-precomp) cases

2002-03-28 14:14 SC, revision 14838

corrected dynarray.h include

2002-03-28 12:52 VZ, revision 14837

fixed a buffer overflow (!) in wxHtmlTagsCache

2002-03-28 12:31 VZ, revision 14836

fixed a (harmless) BoundsChecker warning

2002-03-28 12:07 VZ, revision 14835

fixed compilation in Unicode build

2002-03-28 12:07 VZ, revision 14834

fixed typos in Unicode configs of wxBase (thanks Dimitri)

2002-03-28 11:44 VZ, revision 14833

committing the file which I forgot to commit yesterday (sorry)

2002-03-28 09:08 RR, revision 14832

Compile fix for TLW under X11.

2002-03-28 09:08 RR, revision 14831

Compile fix for wxFileName.

2002-03-28 00:37 VZ, revision 14830

use PALETTERGB instead of RGB when creating wxMask from colour

2002-03-28 00:29 VZ, revision 14829

basic wxFileName functions seem to work under Windows

2002-03-27 23:31 VZ, revision 14828

added test of wxFSVolume

2002-03-27 23:17 VZ, revision 14827

wxFileName::Get/SetTimes() finally seem to work under Windows

2002-03-27 22:29 VZ, revision 14826

fixed bug in ConvertWxToFileTime (bug 525868)

2002-03-27 22:09 RR, revision 14825

wxX11 wants to have the border style flag in wxWindowX11.

2002-03-27 19:04 VZ, revision 14824

fixed data format cast (patch 528965)

2002-03-27 19:00 VZ, revision 14823

minor cosmetic fixes

2002-03-27 18:45 VZ, revision 14822

Unicode compilation fixes (patch from Dimitri)

2002-03-27 18:43 VZ, revision 14821

removed a few warnings and CW compilation problems (patch from Dimitri)

2002-03-27 18:39 VZ, revision 14820

fix for building in a directory with a long name (patch 534399)

2002-03-27 18:36 VZ, revision 14819

added wxEXEC_MAKE_GROUP_LEADER (patch 535422)

2002-03-27 17:15 VZ, revision 14818

added wxExecute tests and a few other misc additions

2002-03-27 16:35 VZ, revision 14817

compilation warning fixed

2002-03-27 16:35 VZ, revision 14816

compilation warning about signed/unsigned comparison fixed

2002-03-27 16:30 VZ, revision 14815

compilation fix: include wx/iconbndl.h

2002-03-27 14:46 JJ, revision 14814

Committing in . OpenVMS complie support Modified Files: wxWindows/src/common/descrip.mms wxWindows/src/unix/descrip.mms wxWindows/src/unix/utilsx11.cpp ----------------------------------------------------------------------

2002-03-27 01:44 RD, revision 14813

Updates for new wxToolBar API

2002-03-27 01:10 RD, revision 14812

Updates for new wxToolBar API

2002-03-26 22:06 RD, revision 14811

Updates to match recent CVS changes.

2002-03-26 21:55 RD, revision 14810

Updates to match recent CVS changes.

2002-03-26 21:54 MBN, revision 14809

wxIconBundle implementation. wxTLW::SetIcons() properly implemented for wxMotif, wxGTK, wxMSW, wxX11, wxUniversal Placeholders that just call SetIcon for wxOS2 and wxMac. Regenerated makefiles. Added hardwired wxSYS_ICON_X/Y = 32 for wxGTK.

2002-03-26 21:42 JS, revision 14808

Copied roadmap from wxWebSite module added newline to end of hashmap.tex Reworded wxView::OnCreate doc

2002-03-26 21:42 RD, revision 14807

Don't use ConvertToBitmap

2002-03-26 21:41 MBN, revision 14806

Docs for wxDialog/wxFrame::SetIcons and wxIconBundle. \verb$ $ -> \tt{ } ( as per tex2rtf suggestion ).

2002-03-26 21:25 VS, revision 14805

wxhtml.rc not needed anymore

2002-03-26 21:24 VS, revision 14804

don't include wxhtml.rc

2002-03-26 20:52 GD, revision 14803

minimum changes required for toolbar text related changes

2002-03-26 20:18 GD, revision 14802

minor compilation warning corrections

2002-03-26 20:15 GD, revision 14801

commented unused variables and otherwise removed compilation warnings

2002-03-26 18:42 VZ, revision 14800

fixed compilation warnings with GTK+ 2.0

2002-03-26 18:42 VZ, revision 14799

fixed crash under GTK+ 2.0

2002-03-26 17:45 VZ, revision 14798

fixed compilation error

2002-03-26 16:24 VZ, revision 14797

update the toolbar docs for radio buttons

2002-03-26 16:23 VZ, revision 14796

fix for toolbar radio buttons event generation

2002-03-26 16:09 VZ, revision 14795

radio toolbar buttons finally work

2002-03-26 14:09 VZ, revision 14794

don't send the events for the radio menu items being unchecked

2002-03-26 12:50 MBN, revision 14793

Corrected ctors for wxPropertyListView and wxPropertyListPanel

2002-03-26 11:30 VZ, revision 14792

wxUniv toolbar compilation fixes

2002-03-26 11:26 VZ, revision 14791

wxMotif toolbar compilation fixes

2002-03-26 09:37 JJ, revision 14790

Committing in . OpenVMS compile issues Modified Files: wxWindows/include/wx/db.h wxWindows/src/common/descrip.mms wxWindows/src/generic/descrip.mms ----------------------------------------------------------------------

2002-03-26 01:43 RD, revision 14789

switch to _EXPORTED_ hash maps to avoid VC++ warnings

2002-03-26 00:44 VZ, revision 14788

made radio buttons and the toolbat text work for Win32 toolbar

2002-03-25 23:37 VS, revision 14787

added wxArtProvider sample (not yet finished)

2002-03-25 23:28 VS, revision 14786

oops, this was for my debugging purposes :(

2002-03-25 23:28 VS, revision 14785

added skeleton of wxArtProvider sample

2002-03-25 23:28 DW, revision 14784

no message

2002-03-25 23:28 VS, revision 14783

added wxArtProvider sample (not yet finished)

2002-03-25 23:26 VS, revision 14782

forgot to check in modified artstd.cpp

2002-03-25 23:25 VS, revision 14781

surround deprecated wxImage methods in WXWIN_COMPATIBILITY_2_2

2002-03-25 23:14 VZ, revision 14780

fixed compilation for wxMSW after the recent changes

2002-03-25 22:05 RR, revision 14779

Some more fiddling with two-window approach and the wxNO_FULL_REPAINT_ON_RESIZE flag.

2002-03-25 21:38 VZ, revision 14778

tests for the new toolbar features (icons text and the radio buttons)

2002-03-25 21:38 VZ, revision 14777

implemented (but it doesn't work yet) the radio buttons and text in the buttons for the GTK toolbars

2002-03-25 21:37 VZ, revision 14776

added and documented wxTB_NOICONS and wxTB_TEXT style flags

2002-03-25 18:06 DW, revision 14775

New radio item menu stuff

2002-03-25 17:06 VZ, revision 14774

some minor appearance fixes

2002-03-25 16:52 VZ, revision 14773

updated for 2.4.0

2002-03-25 16:30 VZ, revision 14772

more fixes to radio menu items: fixed Check() for them; allow separators inside the radio groups

2002-03-25 15:25 VZ, revision 14771

some UTF8 tests

2002-03-25 15:11 VZ, revision 14770

fixed compilation for wxBase

2002-03-25 15:11 VZ, revision 14769

fixed compilation under Unix where SQL_DATETIME is not defined

2002-03-25 14:31 VZ, revision 14768

fixed the menu bug introduced by the previous commit

2002-03-25 14:06 VZ, revision 14767

blind fix for compilation under AIX: always include wchar.h if available, even if we have wcstr.h

2002-03-25 14:06 VZ, revision 14766

test for wcstr.h only if we don't have wchar.h

2002-03-25 05:39 DW, revision 14765

no message

2002-03-24 22:17 RR, revision 14764

Implemented two-window approach for wxX11. Implemented wxSTAY_ON_TOP the way Qt does it. Added group window support.

2002-03-24 21:19 JS, revision 14763

Added SetActive to wxEventLoop Ensured Yield has a wxEventLoop (wxX11) Process size event explicitly in top-level SetSize (wxX11) Added wxYield to wxTopLevelWindow::Show (wxX11)

2002-03-24 15:50 VS, revision 14762

dirty fix for even dirtier memory leak

2002-03-24 10:31 JS, revision 14761

Updated art filespec

2002-03-24 10:29 JS, revision 14760

Updated release scripts

2002-03-24 01:24 VZ, revision 14759

fixes to radio menu items

2002-03-24 00:27 VS, revision 14758

moved the rest of XPMs in /include/wx/generic to /art

2002-03-24 00:23 VS, revision 14757

fixed sizers-inside-wxFrame

2002-03-24 00:23 VS, revision 14756

added radio menu items ot XRC

2002-03-24 00:23 VS, revision 14755

added wxTheme::GetArtProvider to wxUniv

2002-03-24 00:22 VS, revision 14754

change wxICON_INFO to wxICON_INFORMATION in Mac and MSW wxIcon code to be consistent with the constants

2002-03-24 00:22 VS, revision 14753

add automatic rescaling to wxArtProvider

2002-03-24 00:22 VS, revision 14752

WXWIN_COMPATIBILITY_2_2 is on by default

2002-03-24 00:22 VS, revision 14751

don't use deprecated wxImage methods inside wxWin

2002-03-24 00:22 VS, revision 14750

added wxArtProvider

2002-03-24 00:21 VS, revision 14749

remove wxApp::GetStdIcon from documentation

2002-03-24 00:21 VS, revision 14748

don't use wxApp::GetStdIcon

2002-03-24 00:19 VS, revision 14747

compilation fix for WXWIN_COMPATIBILITY_2_2

2002-03-24 00:19 VS, revision 14746

move wxApp::GetStdIcon to wxArtProvider

2002-03-24 00:18 VS, revision 14745

make dist works again with wxArtProvider related changes

2002-03-24 00:18 VS, revision 14744
  • D /wxWidgets/trunk/include/wx/generic/error.xpm
  • D /wxWidgets/trunk/include/wx/generic/info.xpm
  • D /wxWidgets/trunk/include/wx/generic/question.xpm
  • D /wxWidgets/trunk/include/wx/generic/warning.xpm
  • D /wxWidgets/trunk/include/wx/gtk/error.xpm
  • D /wxWidgets/trunk/include/wx/gtk/info.xpm
  • D /wxWidgets/trunk/include/wx/gtk/question.xpm
  • D /wxWidgets/trunk/include/wx/gtk/warning.xpm
  • D /wxWidgets/trunk/include/wx/gtk1/error.xpm
  • D /wxWidgets/trunk/include/wx/gtk1/info.xpm
  • D /wxWidgets/trunk/include/wx/gtk1/question.xpm
  • D /wxWidgets/trunk/include/wx/gtk1/warning.xpm

moved the rest of XPMs to /art

2002-03-23 12:58 JS, revision 14743

Added hack to make standard art provider link with app

2002-03-23 12:02 JS, revision 14742

Use wxHtmlHelpController for HTML help, not wxHelpControllerHtml :-) Use wxHtmlHelpController, not wxHelpControllerHtml

2002-03-23 01:37 VZ, revision 14741

fixed assert failure in SetPath() (backported from HEAD)

2002-03-23 01:31 VZ, revision 14740

updated wxExecute API

2002-03-23 01:23 VZ, revision 14739

compatibility constructors for wxMenuItem() taking bool instead of wxItemKind

2002-03-23 01:22 VZ, revision 14738

added wxEXEC_NOHIDE flag, modified wxExecute() to take a combination of bit flags instead of a boolean parameter

2002-03-22 23:22 VS, revision 14737

point to MSLU library

2002-03-22 23:22 VS, revision 14736

port proplist.cpp to wxArtProvider

2002-03-22 22:32 JS, revision 14735

Removed references to wxHelpControllerHtml from docs.

2002-03-22 22:29 JS, revision 14734

Removed helpwxht.h/cpp (old wxHelpControllerHtml class) and updated makefiles accordingly

2002-03-22 20:59 JS, revision 14733

Don't use deprecated functions

2002-03-22 20:25 JS, revision 14732

Replaced wxBuffer with wxTex2RTFBuffer

2002-03-22 19:20 VS, revision 14731

Added 'go home' button to generic dir dialog

2002-03-22 19:20 VS, revision 14730

use wxArtProvider in wxFileDialog

2002-03-22 19:18 VS, revision 14729

wxITEM_FOO instead of wxItem_Foo, for the sake of consistency

2002-03-22 19:15 VS, revision 14728

require GTK+ 2.0.0, not 1.3.1

2002-03-22 19:15 VZ, revision 14727

avoid an assert in wxString::GetWriteBuf()

2002-03-22 19:14 VS, revision 14726

added wxBitmap::CopyFromIcon and wxIcon::CopyFromBitmap to wxMotif

2002-03-22 19:13 VS, revision 14725

tex2rtf doesn't like math mode

2002-03-22 19:09 VZ, revision 14724

recognize ANSI_X3.4-1968 as US-ASCII

2002-03-22 18:52 VZ, revision 14723

added Allow() docs

2002-03-22 13:43 GT, revision 14722

Semi-Blind fixes for trying to handle different versions of MySQL and MySQL windows drivers Hopefully better handling of DATE type fields New parameter added to optionally not have database connections fail if a basic data type (like DATE) is not reported as supported by the datasource

2002-03-22 12:18 VS, revision 14721

fixed compilation problem with old gcc releases

2002-03-21 23:49 VS, revision 14720

used wxArtProvider in wxTipDialog

2002-03-21 23:47 VS, revision 14719

use wxArtProvider in wxtipDialog

2002-03-21 23:46 VS, revision 14718

use wxArtProvider

2002-03-21 23:46 VS, revision 14717

added icon

2002-03-21 23:45 VS, revision 14716

wxhtml.rc no longer needed

2002-03-21 23:44 VS, revision 14715
  • D /wxWidgets/trunk/include/wx/html/msw
  • D /wxWidgets/trunk/src/html/bitmaps

deleted no longer needed resource files

2002-03-21 23:43 VS, revision 14714

rellocated art XPMs

2002-03-21 23:42 VS, revision 14713

(hopefully) final touches to wxArtProvider

2002-03-21 23:40 VS, revision 14712

root is always hidden -> no icon needed

2002-03-21 23:39 VS, revision 14711

added wxArtProvider

2002-03-21 20:35 RD, revision 14710

SWIGged updates for wxMac

2002-03-21 20:08 SC, revision 14709

added hashmap and dirdlgg

2002-03-21 18:59 VZ, revision 14708

HDC leak fix

2002-03-21 18:05 RD, revision 14707

Some distrib updates

2002-03-21 17:36 RD, revision 14706

Typo fix

2002-03-21 15:32 JS, revision 14705

Added wxX11 to readme Distribution script mods

2002-03-21 13:10 JS, revision 14704

Put dialog in more sensible place in Forty, got a bit further with running it under wxX11 but still crashes (bad XPM?) Updated wxX11 readme text Added more wxYields to progress dialog Added timer and idle processing to wxApp::Yield for X11 Made busy info dialog thick frame for wxX11, else no decorations Some corrections for Nano-X Made text for busy dialog more sensible in dialogs sample

2002-03-21 10:32 JS, revision 14703

Added __WXX11__ tests where appropriate

2002-03-21 10:02 JS, revision 14702

Minor fix for wxX11 compilation

2002-03-21 06:48 RD, revision 14701

SWIGged updates for wxGTK

2002-03-21 05:50 RD, revision 14700

More unicode related cleanup and fixes for wxPython

2002-03-21 02:37 VZ, revision 14699

enabled toolbar as it works now

2002-03-21 02:36 VZ, revision 14698

let the popup listbox process the kbd messages in wxComboBox

2002-03-21 02:35 VZ, revision 14697

removed som obsolete TODO comments

2002-03-21 02:35 VZ, revision 14696

implemented radio menu items for wxMSW

2002-03-20 21:36 RR, revision 14695

No more pixel junk when resizing windows that use the wxNO_FULL_REPAINT_ON_RESIZE flag and which have a border.

2002-03-20 20:48 RD, revision 14694

Fixed problem between the splash screen and tip dialog.

2002-03-20 20:43 RD, revision 14693

wxStyledTextCtrl can now be built and used when wxUSE_UNICODE==1. When in unicode mode Scintilla uses UTF-8 internally so the wxSTC wrapper only needs to convert to/from UTF-8 in the right places. Still need to figure out to get unicode characters from key/char events...

2002-03-20 20:13 RD, revision 14692

Decided I need copy and assignment afterall

2002-03-20 16:50 VZ, revision 14691

added a note about wxGetHomeDir() change under MSW

2002-03-20 11:17 JS, revision 14690

Fixed controls.cpp for wxX11

2002-03-19 23:40 VS, revision 14689

updated samples/html/widget to avoid confusion

2002-03-19 23:40 VS, revision 14688

added wxArtProvider

2002-03-19 23:39 VS, revision 14687

fixed MSLU check

2002-03-19 17:21 JS, revision 14686

Works with wxX11 now.

2002-03-19 16:13 VZ, revision 14685

compilation fix after wxMenuItem changes

2002-03-19 15:04 VZ, revision 14684

fixed GTK critical warning when closing MDI child (patch 529369)

2002-03-19 15:01 VZ, revision 14683

show the standard wxWin fonts (modified patch 530698)

2002-03-19 14:19 VZ, revision 14682

compilation fix for FALSE -> wxItemKind conversion

2002-03-19 00:04 VS, revision 14681

blind fix to wxGetCwd crash on NT when wxUSE_UNICODE=1 and wxUSE_UNICODE_MSLU=0

2002-03-19 00:04 VS, revision 14680

minor fixes to #include

2002-03-19 00:04 VS, revision 14679

fixed MSVC's problems...

2002-03-18 23:10 RD, revision 14678

SWIGged updates for wxGTK

2002-03-18 22:59 RD, revision 14677

Regenerated file lists so features.h would be installed

2002-03-18 22:31 RD, revision 14676

Updated wxSTC from Scintilla 1.40 to Scintilla 1.45

2002-03-18 22:11 RD, revision 14675

Added wxBufferedDC, changes for wxMenu and wxMenuItem, and other little fixes.

2002-03-18 19:41 VZ, revision 14674

1. implemented radio menu items for wxGTK 2. changed (in most cases blindly) code for all the others 3. added wx/features.h 4. update wxMenu[Item] docs ---------------------------------------------------------------------- Committing in . Modified Files: distrib/msw/tmake/filelist.txt docs/changes.txt docs/latex/wx/menu.tex docs/latex/wx/menuitem.tex include/wx/defs.h include/wx/menu.h include/wx/menuitem.h include/wx/gtk/menu.h include/wx/gtk/menuitem.h include/wx/mac/menuitem.h include/wx/motif/menuitem.h include/wx/msw/menuitem.h include/wx/os2/MENUITEM.H include/wx/univ/menuitem.h samples/menu/menu.cpp src/common/menucmn.cpp src/gtk/menu.cpp src/mac/menuitem.cpp src/motif/menuitem.cpp src/msw/menuitem.cpp src/os2/MENUITEM.CPP src/univ/menu.cpp Added Files: include/wx/features.h ----------------------------------------------------------------------

2002-03-18 18:30 RD, revision 14673

Fixed a typo in one of the virtual callback macros.

2002-03-17 21:44 VS, revision 14672

fix to segfault in system menu code

2002-03-17 21:44 VS, revision 14671

better handling situation when active frame is destroyed or hidden

2002-03-17 21:44 VS, revision 14670

compilation fix

2002-03-17 21:43 VS, revision 14669

fixed rendering artifact in popup menus (caused by incorrect implicit clipping in wxClientDC)

2002-03-17 21:43 VS, revision 14668

minor fix to wxDC::SetClippingRegion

2002-03-17 21:43 VS, revision 14667

more corrections to interactive resizing

2002-03-17 20:07 RR, revision 14666

A draft for a possible fix to the redraw problems when using control with borders and the wxNO_FULL_REPAINT_ON_RESIZE flag under wxUniv.

2002-03-17 15:29 RR, revision 14665

New WM decoration code. It fails to resize dialogs sometimes just like the previous versions.

2002-03-17 15:05 GD, revision 14664

added url of Fink Unix to Mac OS X porting instructions added compatibility version options to dynamic linking under Darwin

2002-03-17 14:31 RR, revision 14663

New attempt to implement wxNO_FULL_REDRAW_ON_REPAINT.

2002-03-17 14:27 GD, revision 14662

added wxMAC and wxMOTIF to title conditional compilation

2002-03-17 14:23 GD, revision 14661

added missing consts

2002-03-17 14:16 VZ, revision 14660

patch from Dimitri fixing a few memory leaks and unTABbing the sources

2002-03-17 14:13 VS, revision 14659

implemented 'shaft scrolling' of children in wxUnivWindow::ScrollWindow

2002-03-17 14:13 VS, revision 14658

use Calc(Un)ScrolledPosition instead of wxClientDC

2002-03-17 14:13 VS, revision 14657

added Calc(Un)ScrolledPosition taking wxPoint

2002-03-17 13:58 VZ, revision 14656

clear the frame statusbar when the mouse leaves the toolbar or enters a tool without help string

2002-03-17 11:35 VS, revision 14655

Chris' wxImage::SaveFile(filename_only) patch

2002-03-17 11:34 VS, revision 14654

docs corrections and docs for Chris' wxImage::SaveFile(filename_only) patch

2002-03-17 07:48 RL, revision 14653

really, it will build for 'doze this time.

2002-03-17 07:38 RL, revision 14652

build fix for mingw-cross.

2002-03-17 06:34 RL, revision 14651

Added wxBufferedDC class.

2002-03-17 00:53 VS, revision 14650

fix HTML browser setup dialog under MSW and make the 'OK' button default

2002-03-17 00:52 VS, revision 14649

use wxUniv's setup

2002-03-17 00:52 VS, revision 14648

initial wxMGL readmes

2002-03-17 00:51 VS, revision 14647

added wxCURSOR_RIGHT_ARROW to wxMGL

2002-03-17 00:51 VS, revision 14646

restored old casts (there was a reason for them)

2002-03-17 00:51 VS, revision 14645

my previous commit corrupted the catalogs, reverted

2002-03-17 00:20 RD, revision 14644

Newly SWIGged sources for wxGTK

2002-03-17 00:19 RD, revision 14643

Fixed compilation error and a stupid typo

2002-03-16 19:35 VS, revision 14642

hide tree root on wxMSW in wxHtmlHelpController

2002-03-16 19:35 VS, revision 14641

applied wxTR_HIDE_ROOT patch for wxMSW

2002-03-16 19:34 VS, revision 14640

make it possible to have empty lines in wxListCtrl in report mode (mandatory for wxEditableListBox)

2002-03-16 19:33 VS, revision 14639

fixes to wxEditableListBox logic

2002-03-16 16:02 JS, revision 14638

Corrected typo

2002-03-16 15:46 JS, revision 14637

Added timeout to Dispatch(); attempted implementation of wxSTAY_ON_TOP

2002-03-16 15:28 VZ, revision 14636

another minor fix for wxTR_HIDE_ROOT case

2002-03-16 15:10 VZ, revision 14635

enhanced sample to show the state of the different styles, added reset to default command

2002-03-16 15:10 VZ, revision 14634

fix for GetParent() in wxTR_HIDE_ROOT case

2002-03-16 15:08 VZ, revision 14633

added support for wxTR_HIDE_ROOT style (patch 529614)

2002-03-16 13:49 VZ, revision 14632

compilation fix

2002-03-16 13:08 VZ, revision 14631

applied patch 528960 (a few minor bug fixes) (backported from the main branch)

2002-03-16 13:04 VZ, revision 14630

applied patch 528960 (a few minor bug fixes)

2002-03-16 11:35 RR, revision 14629

Removed notebook tab flicker.

2002-03-16 01:52 DW, revision 14628

Do not use argument defaults in actual function argument list.

2002-03-16 00:06 VZ, revision 14627

restore Robin's code (reverted previous commit)

2002-03-16 00:06 VS, revision 14626

applied patch for seeking in GIF images

2002-03-15 23:59 VZ, revision 14625

fixed a bug with client rect calculation in the recent separator erasing fix

2002-03-15 23:59 VS, revision 14624

applied patch for seeking in GIF images

2002-03-15 23:42 VZ, revision 14623

erase separators shown behind the controls added to the toolbar

2002-03-15 23:30 VS, revision 14622

Did two changes to sample catalogs: 1. converted Russian one to utf-8 (as a demo of new feature) 2. filled-in headers, so that a) it works b) we don't teach users bad habits

2002-03-15 23:29 VS, revision 14621

removed no-longer-needed hack

2002-03-15 23:29 VS, revision 14620

wxLocale-related corrections to the docs

2002-03-15 23:29 VS, revision 14619

info about wxLocale changes

2002-03-15 23:28 VS, revision 14618

safer definitions for wx(U)Int32,16 (taken from intl.cpp)

2002-03-15 23:28 VS, revision 14617

rewrote wxLocale to work in Unicode mode and support charsets better

2002-03-15 23:20 DW, revision 14616

no message

2002-03-15 22:52 RD, revision 14615

Added wxCURSOR_RIGHT_ARROW, which is like the typical wxCURSOR_ARROR, but points to the right, (duh...) This cursor is now used in wxSTC in the margin area.

2002-03-15 20:50 RD, revision 14614

Changes needed for wxUSE_UNICODE for wxOGL to compile. I'm not completely sure everything was converted right, but it at least compiles now (and appears to work in wxPython.)

2002-03-15 20:42 RD, revision 14613

Changes needed for wxUSE_UNICODE

2002-03-15 19:46 VZ, revision 14612

fixed scrollbar shaft colour

2002-03-15 18:30 RD, revision 14611

Some little tweaks and cleanups.

2002-03-15 18:29 RD, revision 14610

Updated unicode sample again. Added two more languages.

2002-03-15 18:08 VZ, revision 14609

fixed selecting the items in the combobox with a simple (not double) click

2002-03-15 15:25 VZ, revision 14608

removed duplicate #include

2002-03-15 15:18 VZ, revision 14607

compilation warning fix

2002-03-15 15:10 VZ, revision 14606

header I forgot to commit yesterday (sorry) as part of statusbar flicker reduction change

2002-03-15 12:44 JS, revision 14605

Use override_direct to remove decorations if wxNO_BORDER specified, because some WMs don't respect the hints sufficiently.

2002-03-15 12:42 JS, revision 14604

Added sizer.h

2002-03-15 12:41 JS, revision 14603

Added DoGetFieldRect

2002-03-15 09:02 JJ, revision 14602

Committing in . First try to compile wxUNIV (gtk-themes) on OpenVMS. Modified Files: wxWindows/descrip.mms wxWindows/src/common/descrip.mms wxWindows/src/generic/descrip.mms wxWindows/src/gtk/descrip.mms wxWindows/src/html/descrip.mms wxWindows/src/unix/descrip.mms Added Files: wxWindows/lib/vms_gtk_univ.opt wxWindows/src/univ/descrip.mms ----------------------------------------------------------------------

2002-03-15 01:42 RD, revision 14601

updated unicode sample

2002-03-15 00:33 VZ, revision 14600

draw toolbar separators in Win32 theme

2002-03-15 00:33 VZ, revision 14599

compilation fixes for wxUSE_TOOLBAR under MSW

2002-03-15 00:27 RD, revision 14598

A Unicode sample for wxPython

2002-03-15 00:21 RD, revision 14597

Give wxScrolledWindow its own Layout method that takes into account the virtual size and scrolled offset of the window.

2002-03-15 00:12 VZ, revision 14596

reduced flicker in the statusbar when resizing the window

2002-03-14 23:55 VZ, revision 14595

compilation fixes for !wxUSE_TOOLBAR

2002-03-14 22:03 JS, revision 14594

Added Layout() call to top level window Show() to prevent double-sizing

2002-03-14 21:38 VZ, revision 14593

fix for what the patch 529900 was trying to fix (loading fonts with size -1)

2002-03-14 19:10 RR, revision 14592

Forgot to reset a flag.

2002-03-14 15:36 JS, revision 14591

Removed constraints check for wxDirDialog from configure (not needed). Implemented solid drawing for DoDrawText, so text selection works

2002-03-14 13:55 VZ, revision 14590

applied the patch from Dimitri to prevent crashes with (some) interlaced GIFs

2002-03-14 11:43 JS, revision 14589

Compiles for Nano-X again

2002-03-14 10:21 JS, revision 14588

Removed duplicate WM line from motif/frame.cpp Added window style to minimal sample Failed attempt to get border-only toplevel window style

2002-03-13 22:45 RD, revision 14587

Switched to DECLARE_NO_COPY_CLASS

2002-03-13 22:30 RD, revision 14586

Core wxPython (non-contrib) now fully works with Unicode!

2002-03-13 22:26 RD, revision 14585

More little demo updates

2002-03-13 22:25 RD, revision 14584

Updated demo to be a more realistic dialog, to show tab traversal, etc.

2002-03-13 22:25 RD, revision 14583

Updated demo to show EVT_COLOURSELECT

2002-03-13 22:05 RD, revision 14582

Added wxMemoryBuffer which is essentiall just a growable buffer of bytes

2002-03-13 21:10 VZ, revision 14581

compilation error fixed

2002-03-13 20:01 MBN, revision 14580

Backported fix for Cygwin crash on toolbar tooltip popup

2002-03-13 18:25 RR, revision 14579

Send size events from top level windows in idle time, this significantly improves the opaque resizing look and feel and seems to speed up dialog show up time.

2002-03-13 16:44 SC, revision 14578

added correct fallback color settings for XP when used with a theme having non-flat menu styles

2002-03-13 15:41 VZ, revision 14577

update focus rectangle width when the columns are being added/removed on the fly

2002-03-13 00:21 RD, revision 14576

Some fixes for wxURLDataObject when wxUSE_UNICODE==1

2002-03-12 23:20 VS, revision 14575

fixes to refreshing code in wxTreeCtrl

2002-03-12 23:20 VS, revision 14574

compilation fix

2002-03-12 23:20 VS, revision 14573

implemented system menu handling in wxUniv

2002-03-12 23:19 VS, revision 14572

1. implemented system menu handling in wxUniv (win32 theme only) 2. fixes to interactive moving/resizing in wxUniv

2002-03-12 23:16 VS, revision 14571

1. handle Alt-F4 in wxUniv, not wxMGL 2. safeguards to never warp pointer to out-of-screen location (MGL would crash)

2002-03-12 22:15 RR, revision 14570

Added dialog tabbing to wxX11.

2002-03-12 21:54 JS, revision 14569

Added GetWindow to make Blit compile

2002-03-12 20:45 RR, revision 14568

Implemented DoBlit(). Some testing on exposure/configure compression.

2002-03-12 19:24 VZ, revision 14567

changes to make wxGTK compile with GTK+ 2.0: now it does but the minimal sample crashes on startup

2002-03-12 15:08 , revision 14566
  • A /wxWidgets/tags/PRE_GTK_2_0
  • D /wxWidgets/tags/PRE_GTK_2_0/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/PRE_GTK_2_0/lib/dummy
  • R /wxWidgets/tags/PRE_GTK_2_0/misc/afm
  • A /wxWidgets/tags/PRE_GTK_2_0/misc/afm/.cvsignore
  • A /wxWidgets/tags/PRE_GTK_2_0/misc/afm/Zapf.afm
  • R /wxWidgets/tags/PRE_GTK_2_0/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/PRE_GTK_2_0/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/PRE_GTK_2_0/samples/internat/internat.def
  • R /wxWidgets/tags/PRE_GTK_2_0/samples/internat/internat.rc
  • R /wxWidgets/tags/PRE_GTK_2_0/samples/internat/makefile.sc
  • R /wxWidgets/tags/PRE_GTK_2_0/samples/internat/makefile.vms
  • R /wxWidgets/tags/PRE_GTK_2_0/samples/internat/mondrian.ico
  • R /wxWidgets/tags/PRE_GTK_2_0/samples/layout/expt.cpp
  • R /wxWidgets/tags/PRE_GTK_2_0/samples/layout/fload.xbm
  • R /wxWidgets/tags/PRE_GTK_2_0/samples/layout/layout.def
  • R /wxWidgets/tags/PRE_GTK_2_0/samples/layout/makefile.sc
  • R /wxWidgets/tags/PRE_GTK_2_0/samples/layout/makefile.vms
  • R /wxWidgets/tags/PRE_GTK_2_0/samples/mdi/chart.ico
  • R /wxWidgets/tags/PRE_GTK_2_0/samples/mdi/makefile.sc
  • R /wxWidgets/tags/PRE_GTK_2_0/samples/mdi/makefile.vms
  • R /wxWidgets/tags/PRE_GTK_2_0/samples/mdi/mdi.def
  • R /wxWidgets/tags/PRE_GTK_2_0/samples/mdi/mdi.ico
  • R /wxWidgets/tags/PRE_GTK_2_0/samples/mdi/mdi.rc
  • R /wxWidgets/tags/PRE_GTK_2_0/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/PRE_GTK_2_0/samples/minimal/mondrian.ico
  • R /wxWidgets/tags/PRE_GTK_2_0/samples/png/pngdemo.rc
  • R /wxWidgets/tags/PRE_GTK_2_0/samples/printing/fload.xbm
  • R /wxWidgets/tags/PRE_GTK_2_0/samples/printing/printing.def
  • R /wxWidgets/tags/PRE_GTK_2_0/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/PRE_GTK_2_0/samples/tab/mondrian.ico
  • R /wxWidgets/tags/PRE_GTK_2_0/src/common/glob.inc
  • R /wxWidgets/tags/PRE_GTK_2_0/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/PRE_GTK_2_0/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/PRE_GTK_2_0/src/gtk/cross.xbm
  • R /wxWidgets/tags/PRE_GTK_2_0/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/PRE_GTK_2_0/src/gtk/horiz.xbm
  • R /wxWidgets/tags/PRE_GTK_2_0/src/gtk/verti.xbm
  • R /wxWidgets/tags/PRE_GTK_2_0/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/PRE_GTK_2_0/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/PRE_GTK_2_0/src/gtk1/cross.xbm
  • R /wxWidgets/tags/PRE_GTK_2_0/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/PRE_GTK_2_0/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/PRE_GTK_2_0/src/gtk1/verti.xbm
  • D /wxWidgets/tags/PRE_GTK_2_0/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/PRE_GTK_2_0/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/PRE_GTK_2_0/src/html/search.cpp
  • R /wxWidgets/tags/PRE_GTK_2_0/src/png/ansi2knr.1
  • D /wxWidgets/tags/PRE_GTK_2_0/src/png/makefile.nt
  • R /wxWidgets/tags/PRE_GTK_2_0/src/png/scripts
  • A /wxWidgets/tags/PRE_GTK_2_0/src/png/scripts/build.bat
  • A /wxWidgets/tags/PRE_GTK_2_0/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/PRE_GTK_2_0/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/PRE_GTK_2_0/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/PRE_GTK_2_0/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/PRE_GTK_2_0/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/PRE_GTK_2_0/src/png/scripts/makefile.s2x
  • R /wxWidgets/tags/PRE_GTK_2_0/src/png/scripts/makefile.sgi
  • A /wxWidgets/tags/PRE_GTK_2_0/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/PRE_GTK_2_0/src/png/scripts/makefile.wat
  • R /wxWidgets/tags/PRE_GTK_2_0/src/regex/COPYRIGHT
  • R /wxWidgets/tags/PRE_GTK_2_0/src/regex/mkh
  • R /wxWidgets/tags/PRE_GTK_2_0/src/regex/README
  • D /wxWidgets/tags/PRE_GTK_2_0/src/regex/regc_color.c
  • D /wxWidgets/tags/PRE_GTK_2_0/src/regex/regc_lex.c
  • D /wxWidgets/tags/PRE_GTK_2_0/src/regex/regc_nfa.c
  • D /wxWidgets/tags/PRE_GTK_2_0/src/regex/regerrs.h
  • R /wxWidgets/tags/PRE_GTK_2_0/src/regex/regex.3
  • R /wxWidgets/tags/PRE_GTK_2_0/src/regex/regex.7
  • R /wxWidgets/tags/PRE_GTK_2_0/src/regex/regex.h
  • R /wxWidgets/tags/PRE_GTK_2_0/src/regex/regex2.h
  • D /wxWidgets/tags/PRE_GTK_2_0/src/regex/rege_dfa.c
  • D /wxWidgets/tags/PRE_GTK_2_0/src/regex/regfronts.c
  • D /wxWidgets/tags/PRE_GTK_2_0/src/regex/regguts.h
  • D /wxWidgets/tags/PRE_GTK_2_0/src/regex/re_syntax.n
  • R /wxWidgets/tags/PRE_GTK_2_0/src/regex/split.c
  • D /wxWidgets/tags/PRE_GTK_2_0/src/regex/tclUniData.c
  • R /wxWidgets/tags/PRE_GTK_2_0/src/regex/tests
  • R /wxWidgets/tags/PRE_GTK_2_0/src/regex/utils.h
  • R /wxWidgets/tags/PRE_GTK_2_0/src/regex/WHATSNEW
  • D /wxWidgets/tags/PRE_GTK_2_0/src/unix/net.cpp
  • R /wxWidgets/tags/PRE_GTK_2_0/src/zlib/algorithm.txt
  • R /wxWidgets/tags/PRE_GTK_2_0/src/zlib/ChangeLog
  • R /wxWidgets/tags/PRE_GTK_2_0/src/zlib/configure
  • R /wxWidgets/tags/PRE_GTK_2_0/src/zlib/descrip.mms
  • R /wxWidgets/tags/PRE_GTK_2_0/src/zlib/INDEX
  • R /wxWidgets/tags/PRE_GTK_2_0/src/zlib/infblock.h
  • R /wxWidgets/tags/PRE_GTK_2_0/src/zlib/infcodes.h
  • R /wxWidgets/tags/PRE_GTK_2_0/src/zlib/inffast.h
  • R /wxWidgets/tags/PRE_GTK_2_0/src/zlib/inftrees.h
  • R /wxWidgets/tags/PRE_GTK_2_0/src/zlib/infutil.h
  • R /wxWidgets/tags/PRE_GTK_2_0/src/zlib/Makefile.in2
  • R /wxWidgets/tags/PRE_GTK_2_0/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/PRE_GTK_2_0/src/zlib/Make_vms.com
  • R /wxWidgets/tags/PRE_GTK_2_0/src/zlib/maketree.c
  • R /wxWidgets/tags/PRE_GTK_2_0/src/zlib/README
  • R /wxWidgets/tags/PRE_GTK_2_0/src/zlib/trees.h
  • R /wxWidgets/tags/PRE_GTK_2_0/src/zlib/zlib.3
  • D /wxWidgets/tags/PRE_GTK_2_0/utils/wxPython
  • D /wxWidgets/tags/PRE_GTK_2_0/utils/wxprop

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

2002-03-12 15:08 VZ, revision 14565

added more build dirs to the ignore list

2002-03-12 12:45 JS, revision 14564

Added constructor for wxColourRefData, else CloneRefData did a binary copy which caused an assert in AllocExclusive (Add to Custom Colours in Colour Dialog)

2002-03-12 12:29 JS, revision 14563

Trivially implemented DoDrawIcon

2002-03-12 12:23 JS, revision 14562

treectrl -> treetest

2002-03-12 12:22 JS, revision 14561

Finally reverted treectrl name back to treetest after a long history of problems with the name clash. This cures a link problem with the sample compiled with wxX11.

2002-03-12 10:56 JS, revision 14560

Replaced Blit with DrawBitmap in wxPoem to make it run with wxX11 Added some XSyncs because it seems the only way to make dialog sizing work

2002-03-12 04:54 RL, revision 14559

build fix. Need the full declaration for CLASSINFO().

2002-03-11 22:44 VZ, revision 14558

no changes

2002-03-11 15:47 JS, revision 14557

Only reparent first window if there are several children

2002-03-11 14:31 JS, revision 14556

Added a screenshot of wxEmulator showing the default emulator configuration with wxToolBar demo running the 'matchbox' window manager.

2002-03-11 12:50 JS, revision 14555

Added XPM icon; minor mods

2002-03-11 12:32 VZ, revision 14554

right clicking outside any column sets the column in the list event to -1, not the last column

2002-03-11 12:26 VZ, revision 14553

implemented menu drawing in the GTK theme

2002-03-11 12:10 JS, revision 14552

Tweaks to emulator and documentation

2002-03-11 11:50 VZ, revision 14551

more GTK-ish toolbar drawing

2002-03-11 11:43 VZ, revision 14550

ignore clicks on a toolbar but outside any button

2002-03-11 10:59 VZ, revision 14549

added missing headers to fix compilation without PCH

2002-03-10 23:11 VS, revision 14548

use AllocExclusive in wxAcceleratorTable

2002-03-10 23:11 VS, revision 14547

wxAcceleratorEntry::MatchesEvent is NOT used by wxX11

2002-03-10 22:41 VZ, revision 14546

propagate the click dismissing a popup window to the window beneath it

2002-03-10 20:35 RR, revision 14545

Next try on pop up menus. (#ifdef x11). More SetFocus() work.

2002-03-10 18:36 VZ, revision 14544

better fix (i.e. one which actually works) for VC++ warnings in release build

2002-03-10 16:44 JS, revision 14543

Added emulator screen; regenerated configure for utils

2002-03-10 16:33 VS, revision 14542

compilation fix

2002-03-10 14:46 VZ, revision 14541

fix for using an invalid HWND in IsEditable

2002-03-10 14:41 JS, revision 14540

Minor tweaks

2002-03-10 14:31 JS, revision 14539

Corrected image size

2002-03-10 13:30 JS, revision 14538

Added emulator utility.

2002-03-10 11:19 RL, revision 14537

added optional parameter to SetSizer, to allow replacing a window's sizer without deleting the existing one.

2002-03-10 09:25 JS, revision 14536

Moved Nano-X specific code from univ to x11

2002-03-10 00:40 RD, revision 14535

Applied and merged patch 486364, which enables wxPython to be built in unicode mode. There are a number of things still missing in it and not everything is converted correctly... But it now builds and functions properly again in non-unicode mode so this is a good time to check in everything. The previous version of all of wxPython sources is tagged wxPy_B4_UNICODE.

2002-03-10 00:29 RD, revision 14534

Applied and merged patch 486364, which enables wxPython to be built in unicode mode. There are a number of things still missing in it and not everything is converted correctly... But it now builds and functions properly again in non-unicode mode so this is a good time to check in everything. The previous version of all of wxPython sources is tagged wxPy_B4_UNICODE.

2002-03-10 00:01 VS, revision 14533

htmlhelp.h no longer needed -> removed test in configure

2002-03-09 23:55 , revision 14532
  • A /wxWidgets/tags/wxPy_B4_UNICODE
  • D /wxWidgets/tags/wxPy_B4_UNICODE/.cvsignore
  • D /wxWidgets/tags/wxPy_B4_UNICODE/acinclude.m4
  • D /wxWidgets/tags/wxPy_B4_UNICODE/aclocal.m4
  • D /wxWidgets/tags/wxPy_B4_UNICODE/autogen.sh
  • D /wxWidgets/tags/wxPy_B4_UNICODE/BuildCVS.txt
  • D /wxWidgets/tags/wxPy_B4_UNICODE/config.guess
  • D /wxWidgets/tags/wxPy_B4_UNICODE/config.sub
  • D /wxWidgets/tags/wxPy_B4_UNICODE/configure
  • D /wxWidgets/tags/wxPy_B4_UNICODE/configure.in
  • D /wxWidgets/tags/wxPy_B4_UNICODE/contrib
  • D /wxWidgets/tags/wxPy_B4_UNICODE/debian
  • D /wxWidgets/tags/wxPy_B4_UNICODE/demos
  • D /wxWidgets/tags/wxPy_B4_UNICODE/descrip.mms
  • D /wxWidgets/tags/wxPy_B4_UNICODE/difflast.pl
  • D /wxWidgets/tags/wxPy_B4_UNICODE/distrib
  • D /wxWidgets/tags/wxPy_B4_UNICODE/docs
  • D /wxWidgets/tags/wxPy_B4_UNICODE/include
  • D /wxWidgets/tags/wxPy_B4_UNICODE/install-sh
  • D /wxWidgets/tags/wxPy_B4_UNICODE/lib
  • D /wxWidgets/tags/wxPy_B4_UNICODE/locale
  • D /wxWidgets/tags/wxPy_B4_UNICODE/Makefile.in
  • D /wxWidgets/tags/wxPy_B4_UNICODE/Mingw32-gcc295.patches
  • D /wxWidgets/tags/wxPy_B4_UNICODE/make-deb
  • D /wxWidgets/tags/wxPy_B4_UNICODE/misc
  • D /wxWidgets/tags/wxPy_B4_UNICODE/mkinstalldirs
  • D /wxWidgets/tags/wxPy_B4_UNICODE/regen
  • D /wxWidgets/tags/wxPy_B4_UNICODE/samples
  • D /wxWidgets/tags/wxPy_B4_UNICODE/setup.h.in
  • D /wxWidgets/tags/wxPy_B4_UNICODE/setup.h_vms
  • D /wxWidgets/tags/wxPy_B4_UNICODE/src
  • D /wxWidgets/tags/wxPy_B4_UNICODE/tests
  • D /wxWidgets/tags/wxPy_B4_UNICODE/user
  • D /wxWidgets/tags/wxPy_B4_UNICODE/utils
  • D /wxWidgets/tags/wxPy_B4_UNICODE/wx-config.in
  • D /wxWidgets/tags/wxPy_B4_UNICODE/wxBase.spec
  • D /wxWidgets/tags/wxPy_B4_UNICODE/wxGTK.spec
  • D /wxWidgets/tags/wxPy_B4_UNICODE/wxMotif.spec
  • D /wxWidgets/tags/wxPy_B4_UNICODE/wxWINE.spec
  • D /wxWidgets/tags/wxPy_B4_UNICODE/wxwin.m4

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

2002-03-09 23:55 RD, revision 14531

SWIGged updates for wxMac

2002-03-09 22:54 VZ, revision 14530

fixed a few VC++ warnings (release mode only)

2002-03-09 22:53 JS, revision 14529
  • D /wxWidgets/trunk/utils/framelayout

Removed README from old framelayout dir, since it was more confusing than helpful to have the framelayout dir appear

2002-03-09 22:46 VZ, revision 14528

[this message is for the previous commit as well] 1. <htmlhelp.h> is not required any more 2. fixed memory leak

2002-03-09 22:07 VS, revision 14527

reverted Robert's change

2002-03-09 21:55 VZ, revision 14526

don't include wx/wx.h unnecessarily

2002-03-09 21:55 VZ, revision 14525

copy the variant name in the assignment operator as well!

2002-03-09 21:51 JS, revision 14524

Added reparenting helper classes to help apps to grab the windows of other applications.

2002-03-09 21:30 VS, revision 14523

query MGL for resolution

2002-03-09 21:19 RD, revision 14522

New SWIGged updates for wxGTK

2002-03-09 21:18 RD, revision 14521

Reformatted some demo text

2002-03-09 20:22 RR, revision 14520

Various changes to make pop up menus work under X11.

2002-03-09 17:26 VZ, revision 14519

look at HOME and USERPROFILE in wxGetHomeDir() (patch 527210)

2002-03-09 16:54 VZ, revision 14518

compilation warning fix for the daily builds

2002-03-09 16:40 VS, revision 14517

what about returning a value?

2002-03-09 16:35 VS, revision 14516

fixed to translatable strings output

2002-03-09 12:25 VZ, revision 14515

compilation fix after the array changes

2002-03-09 12:23 VZ, revision 14514

added support for non alphanumeric simple character accelerators

2002-03-09 03:18 RD, revision 14513

Added a reminder to myself for later

2002-03-09 03:18 RD, revision 14512

Removed redundant definitions

2002-03-09 02:58 RL, revision 14511

Added GetMaxSize virtual method for use by sizers. Modified wxSizer to use it instead of crushing all windows to the display size. Currently only top level windows are limited to display size, all other windows are unlimited (inside the clipping region of their tlw).

2002-03-09 02:42 RD, revision 14510

Visual C++ needs sys/stat.h too

2002-03-08 23:59 VS, revision 14509

corrections to the wxEditableListBox patch, removed conflict indicator checked in by mistake

2002-03-08 23:58 VS, revision 14508

case insensitive <font face>

2002-03-08 23:57 VS, revision 14507

applied patch to wxEditableListBox that adds wxEL_ALLOW_{EDIT,NEW,DELETE} with obvious meanings

2002-03-08 23:48 VS, revision 14506

fixed MSVC compilation and warnings

2002-03-08 23:48 VS, revision 14505

fixed MSVC warnings

2002-03-08 23:47 VS, revision 14504

case insensitive <font face>

2002-03-08 23:43 VS, revision 14503

let the sample display existing page on start

2002-03-08 23:43 VS, revision 14502

fixed bug in wxHtmlHelpFrame: didn't show HTML window when navigation panel was off

2002-03-08 23:06 RD, revision 14501

Little tweaks and fixes.

2002-03-08 23:05 RD, revision 14500

Changes for recent htmlhelp updates

2002-03-08 23:04 RD, revision 14499

Added a wxIconFromBitmap "constructor" for wxIcon.

2002-03-08 21:37 MBN, revision 14498

(Hopefully) last fix for daily builds

2002-03-08 21:20 RD, revision 14497

Fixed compilation error.

2002-03-08 21:10 RD, revision 14496

Added patch that adds style flags for wxEditableListBox to not use some of its standard buttons.

2002-03-08 20:01 RL, revision 14495

Added SetLogBuffer method.

2002-03-08 17:55 RD, revision 14494

Yet another update of XRCed. Fixes some display issues and some minor buglets.

2002-03-08 16:33 VZ, revision 14493

fixed typo (missing comma) in MIME test

2002-03-08 12:27 VZ, revision 14492

theoretically unnecessary but practically required fix for showing the selected filename in the text control

2002-03-08 12:06 JS, revision 14491

ProcessXEvent now returns TRUE if processed, FALSE if not

2002-03-08 01:23 RL, revision 14490

Moved assert to before the segfault.

2002-03-07 23:36 VZ, revision 14489

added a const version of wxColourData::GetColour()

2002-03-07 22:42 RD, revision 14488

Removed unneeded assert

2002-03-07 21:48 RD, revision 14487

SWIGged updates for wxGTK

2002-03-07 21:47 RD, revision 14486

Bugfix for wxTreeCtrl.InsertItemBefore and more SWIGged updates for wxMSW

2002-03-07 21:45 VS, revision 14485

rewrote Chris' fix properly

2002-03-07 21:33 RD, revision 14484

More XRCed updates from Roman

2002-03-07 20:36 RD, revision 14483

SWIGged updates for wxGTK

2002-03-07 20:34 RD, revision 14482

SWIGged updates for wxMSW

2002-03-07 20:33 RD, revision 14481

Added some anchor related methods to wxHtmlWindow as suggested on the wxPython-users list.

2002-03-07 20:32 RD, revision 14480

more updates for recent toolbar changes

2002-03-07 20:32 RD, revision 14479

Added python support for a virtual CanDismiss method

2002-03-07 20:31 RD, revision 14478

Added a Python-specific Append method to the wxListCtrl

2002-03-07 20:29 RD, revision 14477

rearrainging a few things

2002-03-07 18:48 JS, revision 14476

Corrections in light of recent toolbar and other changes

2002-03-07 10:06 JS, revision 14475

Added VC++ project files for remaining Gizmo samples Corrected some precompiled header issues for dynsash samples Corrected IMPLEMENT_ABSTRACT_CLASS in multicell.cpp Added an event function typedef and used it in dynsash sample

2002-03-07 09:47 GD, revision 14474

correction to float array declaration following array implementation changes (will compile and run as before but probably doesn't do what was intended)

2002-03-06 23:59 VZ, revision 14473

define wxFRAME_FLOAT_ON_PARENT as wxFRAME_TOOL_WINDOW

2002-03-06 23:18 VZ, revision 14472

fixes for non interactive execution

2002-03-06 22:06 GD, revision 14471

fixed creation of Info.plist file for Mac OS X

2002-03-06 21:41 RD, revision 14470

A new version of XRCed from Roman Rolinsky with a few tweaks by me.

2002-03-06 20:43 RL, revision 14469

removed superfluous assignment handled in base class.

2002-03-06 20:11 MBN, revision 14468

More fixes for daily builds

2002-03-06 19:05 JS, revision 14467

Applied [ 516382 ] FL toolbar patch This patch addresses following issues on FL dynamic toolbar: * Removes duplicate code in wxNewBitmapButton::RenderLabelImage(). (The code between line 452-500 and 502-550 is the same.) * Adds wxNewBitmapButton::Enable() own method to proper drawing of enabled/disabled buttons. * Changes "focused" state (of wxNewBitmapButton) implementation from EVT_MOTION to EVT_ENTER/LEAVE_WINDOW pair, because capturing mouse in EVT_MOTION handler blocks some key events (control characters, function keys), so underlynig app doesn't receive all key events when mouse pointer is above toolbar button. Also "prev" state member variables are removed by this patch (and IMHO they should be removed regardles on accepting this patch - they are initalized and used only in wxNewBitmapButton::OnMouseMove() method). (Note: Blocking some keys can be only MSW problem, but I can't verify it.) * Adds EVT_LEFT_DCLICK handler to wxNewBitmapButton - without this handler, toolbar button loses second clicks if user presses left mouse button "fast enough". Unfortunately, it doesn't handle drawing of pressed/released button - it's only one event in contrast to EVT_LEFT_UP/DOWN. * Enables tooltips (in proper wxDynamicToolBar::AddTool() method).

2002-03-06 18:58 JS, revision 14466

Applied [ 520664 ] filedlg patch

2002-03-06 17:50 JS, revision 14465

Applied patch for Forty, print patch and wxHTML book patch

2002-03-06 16:26 VZ, revision 14464

fixes to the new pointer array implementation

2002-03-06 15:52 VZ, revision 14463

explained how the existing array declarations must be updated

2002-03-06 14:05 VZ, revision 14462

check for sizeof(void *), not sizeof(int *) - not really different but looks nicer

2002-03-06 11:38 VZ, revision 14461

forbid copying wxEvtHandlers

2002-03-06 11:17 VZ, revision 14460

added missing include guards

2002-03-06 09:34 JS, revision 14459

Moved typedef to within public block to avoid compile error in VC++ (can't access privately declared typedef)

2002-03-06 06:31 GD, revision 14458

wxArray<T> macros have been changed to fix runtime problems under 64 bit architectures. The base class is now implemented once for each needed primitive type in order to avoid invalid reference casts. Macros are provided to implement new arrays using these primitive base arrays.

2002-03-06 01:25 VZ, revision 14457

fixed creation of the dialogs with a simple (non 3D, non resizeable) border; also fixed handling of minimize/maximize box style bits (but is this really needed for the dialogs?)

2002-03-06 01:24 VZ, revision 14456

fixed menu accel

2002-03-06 01:23 VZ, revision 14455

removed the dialog templates unneeded/unused any longer

2002-03-06 00:24 VZ, revision 14454

correct Insert() docs (bug #526172)

2002-03-05 21:23 MBN, revision 14453

More blind fixes for daily builds

2002-03-05 18:55 VZ, revision 14452

added missing WXDLLEXPORT

2002-03-05 16:38 VZ, revision 14451

compilation fix for WXWIN_COMPATIBILITY_2_2 == 0 case

2002-03-05 13:32 VZ, revision 14450

changed charset to iso8859-2

2002-03-05 00:52 VZ, revision 14449

fix for wxScreenDC::GetSize

2002-03-05 00:32 VZ, revision 14448

added missing default values for the 2nd argument of DeleteEntry()

2002-03-05 00:18 VS, revision 14447

fixed compilation for wxUSE_UNICODE=1, wxUSE_UNICODE_MSLU=0

2002-03-04 20:22 MBN, revision 14446

Blind fix for daily builds

2002-03-04 16:01 VZ, revision 14445

added Hungarian translations

2002-03-04 16:01 , revision 14444

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

2002-03-04 16:01 VZ, revision 14443

added Hungarian translations

2002-03-04 14:22 JJ, revision 14442

Committing in . OpenVMS updates Modified Files: wxWindows/descrip.mms wxWindows/setup.h_vms wxWindows/src/motif/utils.cpp ----------------------------------------------------------------------

2002-03-04 07:52 JS, revision 14441

Removed obsolete -WE flags from WIN32 BC++ makefiles Doc corrections