Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2016-05-09 08:38:04

Changes per page:

25 50 100 250 500 1000 2000

Changelog for wxWidgets (70435 changes):

2002-01-31 21:48 VZ, revision 13940

don't return HTCLIENT for radiobox - this breaks redrawing under Windows XP

2002-01-31 21:27 JS, revision 13939

Applied patch to reset pointer

2002-01-31 20:57 JS, revision 13938

Regenerated FL docs; applied patch [ #511363 ] Dialogs no longer need wx.rc

2002-01-31 16:01 VZ, revision 13937

added wxObject::AllocExclusive() and associated methods

2002-01-31 16:00 VZ, revision 13936

implemented wxRegion::Offset() for MSW and documented it

2002-01-31 12:29 JS, revision 13935

Corrected Normalize invocation by casting

2002-01-31 12:25 JS, revision 13934

Removed wxPATH_NORM_CASE from Normalize or files won't be written back as the same filename.

2002-01-30 21:43 MBN, revision 13933

Add WXDLLEXPORT

2002-01-30 19:20 RD, revision 13932

SWIG update for wxMac

2002-01-30 19:11 VZ, revision 13931

attempts to make wxCondition::Broadcast() and Signal() work simultaneously - currently they do but something else doesn't

2002-01-30 17:25 RR, revision 13930

Added wxRegion::Offset(x,y) Go to plan B: wxWindow::Scroll() now moved the m_updateRegion for later processing.

2002-01-30 16:38 VZ, revision 13929

ignore the icon option in Netscape mime.type file

2002-01-30 16:01 RR, revision 13928

Added various calls to wxWindow::Update() to wxScrolledWindow. This is ONE solution to the redraw problem of the new delayed refresh code.

2002-01-30 15:26 RR, revision 13927

New Refresh()/Update() behaviour. As expected, scrolling messes up the display.

2002-01-30 13:46 VZ, revision 13926

build ODBC objects in wxBase build as well if --with-odbc was specified

2002-01-30 13:23 RR, revision 13925

Some changes for new Update/Refresh behaviour. This commit actually doesn't change anything. I just cleared some code and added the new interface. I want this to be seperate from the commit (if any) that introduces the new behaviour.

2002-01-30 10:38 VZ, revision 13924

added a wxCHECK(index is correct) to GetParam() (fix for patch #510614)

2002-01-30 04:59 DW, revision 13923

Finish basic dialog support and some scrolling fixes.

2002-01-29 23:21 JS, revision 13922

Removed references to helpxlp

2002-01-29 23:08 JS, revision 13921

Pruned some of txrc.tex; removed redundant helpxlp files.

2002-01-29 22:50 VZ, revision 13920

added wxCondition test

2002-01-29 22:49 VZ, revision 13919

attempts to make wxCondition::Broadcast() work - it still doesn't

2002-01-29 22:41 RL, revision 13918

fix (dos) line endings.

2002-01-29 22:30 RL, revision 13917

fix for mingw which has TBSTYLE_FLAT but not TBSTYLE_TRANSPARENT (yet). (also submitted to win32api maintainers).

2002-01-29 21:37 MBN, revision 13916

Updated projects/makefiles

2002-01-29 21:35 MBN, revision 13915

Updated target list in Makefile Corrected comment in base.t ( creates src/files.lst, not src/common/files.lst ) Added new files to filelist.txt.

2002-01-29 21:31 MBN, revision 13914

Documentation for wxHashMap, added deprecation to wxHashTable. Quoted some unquoted _ here and there.

2002-01-29 21:30 MBN, revision 13913

MSVC5 does not like extern "C" around windows.h .

2002-01-29 21:27 GT, revision 13912

Fixes some position issues of where to draw heart of the toolbar in the window - Submitted by Hans Van Leemputten

2002-01-29 21:27 GT, revision 13911

Fixes memory leaks that occur when dragging toolbars around... Dragging a toolbar so that it changes the dock state to reproduce the memory leak in old code - Submitted by Hans Van Leemputten

2002-01-29 21:26 MBN, revision 13910

New wxHashMap class.

2002-01-29 21:25 GT, revision 13909

Fix for OnSize() redraw problems - Submitted by Hans Van Leemputten

2002-01-29 20:49 GD, revision 13908

added precisions for GetSize and GetClientSize

2002-01-29 20:48 GD, revision 13907

added SetAxisOrientation documentation and improved documentation of logical to/from device relative coordinate conversions

2002-01-29 18:12 RL, revision 13906

Added versioned build-dep for libpng to avoid accidental png2/3 mismatch.

2002-01-29 10:32 JS, revision 13905

Updated vc.rsp file to include console.dsp

2002-01-29 06:57 GD, revision 13904

correction for compilation with Apple DevTools

2002-01-29 04:56 DW, revision 13903

Minor fix for owner drawn menu item.

2002-01-29 01:28 RD, revision 13902

make sure some types convert right in XRCed

2002-01-29 01:27 RD, revision 13901

SWIG updates for wxGTK

2002-01-29 00:26 RD, revision 13900

Use the new icon for the frame

2002-01-29 00:11 RD, revision 13899

Updates for recent changes to wx, and some other little tweaks and fixes.

2002-01-28 23:10 DW, revision 13898

Popup Menu processing.

2002-01-28 23:10 RD, revision 13897

Added icons for the demo and for XRCed, and added a shortcut to XRCed to the program group when installing the dist.

2002-01-28 23:08 RD, revision 13896

Added an option to also ouput a function to create a wxIcon from the data.

2002-01-28 23:05 RD, revision 13895

Fix some compile errors and warnings when using gcc 3

2002-01-28 22:37 MBN, revision 13894

Fix MinGW compilation.

2002-01-28 21:52 SC, revision 13893

bridged mapfile native path to filesys url paths for mac

2002-01-28 21:50 SC, revision 13892

adjusted relative path composition for mac

2002-01-28 21:44 SC, revision 13891

corrected path splitting for mac relative paths

2002-01-28 21:40 SC, revision 13890

help files added

2002-01-28 21:38 SC, revision 13889

for file based help we have mac separators

2002-01-28 21:29 SC, revision 13888

added export

2002-01-28 18:06 VZ, revision 13887

changed the year to 2002

2002-01-28 17:58 RR, revision 13886

wxDC::Blit(): the source coordinates are logical coordinates of the source DC now.

2002-01-28 17:57 VZ, revision 13885

fix for a typo (== instead of =)

2002-01-28 16:45 VZ, revision 13884

removed non existing unzip.h from the filelist.txt and regenerated everything

2002-01-28 16:43 VZ, revision 13883

wxWindows builds with Solaris and FreeBSD native makes

2002-01-28 16:19 VZ, revision 13882

fixes to allow compilation with FreeBSD make

2002-01-28 16:17 RR, revision 13881

Change idle behvaiour with regard to wxIdleEvent::RequestMore().

2002-01-28 16:09 VZ, revision 13880

warning fixes in GetColor() for the newly added values

2002-01-28 16:03 VZ, revision 13879

more Unicode fixes for help files

2002-01-28 15:02 GD, revision 13878

axis orientation must not be taken into account for conversion of a distance

2002-01-28 13:19 VZ, revision 13877

Unicode compilation fixes, also moved private constants into the .cpp

2002-01-28 13:17 VZ, revision 13876

don't call wxLogLastError() in wx{File|Path}Exists

2002-01-28 11:28 JS, revision 13875

Added wxUSE_GUI=0 to EXTRAFLAGS to make it compile on the command line

2002-01-28 03:25 DW, revision 13874

Various fixes for Textctrl and Popup Menus.

2002-01-28 03:24 DW, revision 13873

Get the right dialogs into OS/2

2002-01-28 01:40 VZ, revision 13872

no changes

2002-01-28 01:40 VZ, revision 13871

added another, more convenient, wxRGBToColour() overload

2002-01-28 01:39 VZ, revision 13870

fixed code in OpenURL() to actually use the result of OnOpeningURL()

2002-01-28 01:38 VZ, revision 13869

Windows XP appearance fixes for status and tool bars (bug 501585)

2002-01-27 23:51 VS, revision 13868

XMLID->XRCID, XMLCTRL->XRCCTRL

2002-01-27 23:42 VS, revision 13867

XMLID->XRCID, XMLCTRL->XRCCTRL

2002-01-27 23:40 VS, revision 13866

use correct encoding in wxrcedit

2002-01-27 23:40 VS, revision 13865

implemented writing in original encoding

2002-01-27 23:40 VS, revision 13864

A couple of fixes to wxMGL's wxWindow: 1. fixed caret interference when painting the window 2. now calls SetFocus when you click on a window that doesn't have focus 3. hopefully correct translations of event for OnKeyDown vs. OnKey

2002-01-27 23:38 VS, revision 13863

fixes to WXK_PRIOR/WXK_PAGEUP handling in wxUniv

2002-01-27 23:37 VS, revision 13862

small m_blinkedOut consistency corrections

2002-01-27 23:37 VS, revision 13861

calling wxWindow::Update from wxWindowDC ctor wasn't good idea, interacts with carets...

2002-01-27 23:37 VS, revision 13860

added skeleton of Port notes section

2002-01-27 19:58 JS, revision 13859

Added first cut at sizer topic, based on Robert's manual and individual class reference docs.

2002-01-27 19:54 RR, revision 13858

wxMiniFrame works again.

2002-01-27 19:09 VS, revision 13857

backported wxHTMLHelp cache fix to 2.2

2002-01-27 19:03 VS, revision 13856

backported wxHTMLHelp cache fix to 2.2

2002-01-27 19:03 VS, revision 13855

added wxHtmlWindow::OnOpeningURL

2002-01-27 19:03 VS, revision 13854

new wxHtmlWindow::OnOpeningURL API

2002-01-27 19:02 VS, revision 13853

moved wxHtmlWindow flags out of defs.h

2002-01-27 19:02 VS, revision 13852

wxUSE_MIMETYPE in src/unix/mimetype.cpp

2002-01-27 13:58 VZ, revision 13851

set extra margins to be 0 by default, not 50

2002-01-27 10:07 JS, revision 13850

Applied patch to implement wxChoice::SetString and to not send leave events when window is captured. Also FAQ updates copied from web site during distribution.

2002-01-27 10:05 JS, revision 13849

Applied patch to implement wxChoice::SetString and to not send leave events when window is captured.

2002-01-27 00:48 VS, revision 13848

prevent crash when trying to set global cursor too early

2002-01-27 00:48 VS, revision 13847

ensure minimal mime support in wxHTML even without wxMimeTypesMananger

2002-01-27 00:47 VS, revision 13846

fixed rendering artifact in wxCaret

2002-01-27 00:47 VS, revision 13845

update the screen before gaining access to wxWindowDC

2002-01-27 00:46 VS, revision 13844

move caret notification after sending the focus event

2002-01-27 00:45 VS, revision 13843

(hacky) fix for bg colour handling in wxUniv's win32 theme

2002-01-26 23:53 VZ, revision 13842

removed assert(size != 0) from wxArrayString::Alloc(size) as it was inconsistent with wxArray::Alloc() and wxString::Alloc()

2002-01-26 22:29 VZ, revision 13841

implemented IsFixedWidth() correctly for MSW

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

use DEFAULT_CHARSET instead of ANSI_CHARSET

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

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

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

added missing return values

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

tweaked conditional compilation

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

compilation fixes after previous check in (sorry)

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

added include needed for ProjectBuilder

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

corrected conditional compilation to take wxUSE_POSTSCRIPT into account

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

added missing public in declaration of wxMacToolTipTimer class

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

corrected includes when wxUSE_CMDLINE_PARSER is 0

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

Win16 compilation fixes

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

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

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

patch to fix various filename-related functions for cygwin

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

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

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

fixed crash in wxGetCharacterSet when not using iconv

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

Moved setup.h out of the way

2002-01-26 10:59 , revision 13825

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

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

Moved setup.h out of the way

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

fixed bug in wxGrid dimensions calculation (Staffan Ulfberg)

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

fixed typo in dtor docs

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

wxFileCtrl::Update was hiding wxWindow::Update

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

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

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

hide mouse when using wxScreenDC in wxMGL

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

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

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

fix for wxSYS_COLOUR_LISTBOX representation

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

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

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

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

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

compilation fix

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

Fix to properly find OS/2 wx.rc

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

New module def file.

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

Resource file updates and setup to configure for generic dirdlg.

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

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

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

add _gl lib to glcanvasc.so link

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

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

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

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

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

replaced DeleteEvtHandler with a call to RemoveEventHandler

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

added and documented wxWindow::RemoveEventHandler()

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

compilation fix

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

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

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

Some doc tweaks

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

handle 646 charset under Solaris as US-ASCII

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

don't crash, even if used incorrectly

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

fixes to handling of the 7 bit ASCII encoding

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

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

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

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

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

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

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

inserted @IF_GNU_MAKE@ to allow building with other make versions

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

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

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

Child positioning fixes and font adjustments

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

commented out many OnXXX() functions

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

corrected a few bugs in OnGetItemXXX() docs

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

removed inexisting Index() version

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

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

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

Fixing font utilities

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

Removed a conflict indicator...

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

Final OS/2 Native Font implementation changes

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

Ensure that endPos > startPos in a couple methods

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

updates to XRC resources compiler

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

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

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

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

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

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

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

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

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

fixes to

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

fixed typo in EVT_WIZARD_HELP definition (patch from Kevin Burge)

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

Change up font selection process

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

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

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

Demo cleanup and path issues. other tweaks.

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

Lots of fixes for OS/2

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

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

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

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

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

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

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

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

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

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

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

replaced non existing wxTE_HSCROLL style with wxHSCROLL

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

added 2nd wxEvent ctor argument

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

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

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

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

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

Fontutil wxFillLogFont change.

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

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

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

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

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

Some comments modified to help with documentation

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

More bug fix updates.

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

added wxGenericDirCtrl handler to XRC

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

fixed typo

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

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

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

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

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

OS/2 bug fixes and new mod file

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

Font change for OS/2 to a smaller font.

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

OS/2 bug fix updates.

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

Added screenshot and a few lines of explanation.

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

SWIGged updates for wxGTK

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

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

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

use AM_ICONV for iconv configure checks

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

added safety check to wxWindow::ReleaseMouse

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

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

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

Added events topic.

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

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

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

use standard colours in all ports

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

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

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

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

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

clarified legal stuff

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

changed WX_PREFIX to WXPREFIX (wasn't in 2.2, can do it)

2002-01-21 22:45 VZ, revision 13739

compilation fix for Borland (hopefully)

2002-01-21 22:34 JS, revision 13738

Tidied/commented FL header files, regenerated docs and filled out Category section.

2002-01-21 21:36 RL, revision 13737

add versioned dep on libpng2-dev to avoid autobuilders making the same mistake.

2002-01-21 21:33 RD, revision 13736

Fixed a typemap. Added a Python list --> wxArrayInt typemap and wxArrayInt --> Python list helper. Added wxMultiChoiceDialog.

2002-01-21 21:30 RL, revision 13735

added missing header.

2002-01-21 21:25 DW, revision 13734

New Mod Def file.

2002-01-21 21:23 RL, revision 13733

Rebuild .debs with libpng2 (not libpng3 which would, and did, break binary compatibility)

2002-01-21 21:18 JS, revision 13732

Now adds 'include file' heading

2002-01-21 19:57 DW, revision 13731

More resource files

2002-01-21 19:51 DW, revision 13730

More resource files

2002-01-21 19:03 VS, revision 13729

fixed crash in wxSpinCtrl under wxGTK

2002-01-21 19:03 VS, revision 13728

fixed incorrect positioning of controls in generic wxSpinCtrl

2002-01-21 19:03 VS, revision 13727

added TAB handling

2002-01-21 19:03 VS, revision 13726

change WXDEBUG to WXSTDERR

2002-01-21 18:45 DW, revision 13725

Dialog updates

2002-01-21 18:11 VZ, revision 13724

added SetLabelFont() test

2002-01-21 17:53 VZ, revision 13723

added wxGetFontFromUser() similar to wxGetColourFromUser()

2002-01-21 17:52 VZ, revision 13722

added wxGetFontFromUser docs and links to it and wxGetColourFromUser from elsewhere

2002-01-21 17:49 VZ, revision 13721

added wxFont::Ok

2002-01-21 16:14 VZ, revision 13720

backported fix for some cpp versions not liking -MMD switch from the main branch

2002-01-21 15:52 VZ, revision 13719

added an explicit accessor to query the default key value

2002-01-21 14:32 DW, revision 13718

Commit of merge

2002-01-21 14:32 DW, revision 13717

no message

2002-01-20 23:14 VS, revision 13716

added first microscopic part of XRC format docs

2002-01-20 22:02 SN, revision 13715

Added missing include for non-precompiled headers.

2002-01-20 22:02 SN, revision 13714

Added missing include to os2/private.h.

2002-01-20 22:00 SN, revision 13713

Fixed apparent typo.

2002-01-20 22:00 SN, revision 13712

Added various #includes for non-precompiled headers.

2002-01-20 21:53 SN, revision 13711

- Added definition for struct SPBCDATA (missing in EMX). - Added forward declaration of wxString.

2002-01-20 21:50 SN, revision 13710

Fixed compilation problems with gcc on OS/2.

2002-01-20 21:47 SN, revision 13709

Added wchar handling for EMX (gcc on OS/2).

2002-01-20 21:44 SN, revision 13708

New version with latest additions to filelist.txt.

2002-01-20 21:43 SN, revision 13707

Added toplevel.{h,c} to OS/2 files.

2002-01-20 21:42 SN, revision 13706

Added wxUSE_OWNER_DRAWN for wxPM (OS/2)

2002-01-20 18:22 GD, revision 13705

use wxMac provided wxGetOsDescription with Apple DevTools

2002-01-20 17:52 GD, revision 13704

added missing include files for Apple DevTools

2002-01-20 16:47 SC, revision 13703

new targets for shared libs

2002-01-20 16:46 SC, revision 13702

added shared libs targets

2002-01-20 16:43 SC, revision 13701

added proper bracketing of QDflushing for carbon only

2002-01-20 16:34 SC, revision 13700

corrected wxKill signature, added Env methods (returning false)

2002-01-20 16:33 SC, revision 13699

export statement added

2002-01-20 16:32 SC, revision 13698

removed non appearance implementations

2002-01-20 16:32 SC, revision 13697

resource loader structure added for loading menu bar, apple menu will not get multiple entries under classic anymore

2002-01-20 16:29 SC, revision 13696

resource loader structure added

2002-01-20 16:28 SC, revision 13695

removed all resources that are not needed anymore

2002-01-20 16:27 SC, revision 13694

moved patterns to static structures, added resouce loader struct where needed

2002-01-20 16:26 SC, revision 13693

resource stack structure that sets up correct resource, new entry points for shared points

2002-01-20 16:24 SC, revision 13692

added constructor for compliance with wxPython

2002-01-20 16:24 SC, revision 13691

menu help under classic was not giving back the correct help menu handle

2002-01-20 16:23 SC, revision 13690

naming corrections, scrolling amount fixed

2002-01-20 16:18 SC, revision 13689

removed duplicate strdup definition for CW MSL V 7

2002-01-20 16:16 SC, revision 13688

added missing string definition

2002-01-20 16:14 SC, revision 13687

new static structure for using the correct resource file (needed for shared lib)

2002-01-20 16:13 SC, revision 13686

export statement needed

2002-01-20 16:12 SC, revision 13685

preparation for separated menu items

2002-01-20 16:11 SC, revision 13684

changed the usage of the member vars to be more consistent

2002-01-20 16:10 SC, revision 13683

added new constructor for wxpython

2002-01-20 16:09 SC, revision 13682

prefix files for shared library targets on cw mac

2002-01-20 16:09 SC, revision 13681

under metrowerks mac strdup is not exported

2002-01-20 16:06 SC, revision 13680

correct import and export statements for metrowerks

2002-01-20 16:06 SC, revision 13679

changed to wxStrdup, since strdup is not guaranteed to be defined

2002-01-20 16:05 SC, revision 13678

new headers for new shared lib targets on codewarrior

2002-01-20 15:20 VZ, revision 13677

added Append(wxArrayString) to wxItemContainer (and so to wxChoice, wxComboBox, wxListBox, ...)

2002-01-20 15:20 VZ, revision 13676

tried to make wxArrayString(bool autosort) ctor more explicit, e.g. prevent it from being used in implicit conversions from char * to wxArrayString

2002-01-20 15:19 VZ, revision 13675

added support for wxArrayString data in wxVariant

2002-01-20 11:28 VS, revision 13674

make sure gs_captureWindow is always set to NULL in DoReleaseMouse

2002-01-20 11:27 VS, revision 13673

removed tracing from html sample

2002-01-20 11:27 VS, revision 13672

added tracing of ReleaseMouse and assertion to prevent releasing window with mouse capture

2002-01-20 11:27 VS, revision 13671

added WXTRACE env. variable

2002-01-19 23:34 VS, revision 13670

fixed compilation

2002-01-19 23:24 VS, revision 13669

moved 'show hidden dirs' checkbox elsewhere, the dialog was too wide for wxMGL

2002-01-19 23:23 VS, revision 13668

rewrote wxGenericFileDialog to use sizers

2002-01-19 23:23 VS, revision 13667

documentation for wxHtmlWindow::OnOpeningURL

2002-01-19 23:23 VS, revision 13666

implemented URLs blocking in wxHtmlWindow

2002-01-19 23:22 VS, revision 13665

don't crash if we can't detect g_wcCharset

2002-01-19 21:49 VZ, revision 13664

added the possibility to hide the tip window automatically when the mouse leave the specified rectangle; fixed a few bugs with the window not disappearing automatically

2002-01-19 21:48 VZ, revision 13663

dismiss the popup when an unprocessed key is pressed

2002-01-19 21:45 VZ, revision 13662

documented new CaptureMouse() behaviour

2002-01-19 19:39 VZ, revision 13661

compilation/linking fixes for DoCaptureMouse() change

2002-01-19 19:38 VZ, revision 13660

Capture/ReleaseMouse() prefixed with Do for the other ports (OS/2, MGL, Motif, Mac)

2002-01-19 19:31 VZ, revision 13659

maintaint the mouse capture stack in all ports, not just wxUniv

2002-01-19 17:44 JS, revision 13658

Corrected wxTextCtrl doc

2002-01-19 15:42 VZ, revision 13657

fixed crash in iconv_close() as well

2002-01-19 15:30 GD, revision 13656

renamed wxLogXXX functions with va_list argument to wxVLogXXX

2002-01-19 15:10 GD, revision 13655

changed 'extern inline' to extern only

2002-01-19 14:50 GD, revision 13654

use "..." instead of <...> for wx includes

2002-01-19 14:43 GD, revision 13653

corrections to XFontName accessors

2002-01-19 13:15 VZ, revision 13652

fixed crash in iconv_open() and cleaned up the code a bit further

2002-01-19 12:20 VZ, revision 13651

fixed compilation with wxUSE_WCHAR_T=0

2002-01-19 12:19 VZ, revision 13650

fixed GetDiskFreeSpaceEx calling convention (Markus Greither)

2002-01-19 08:33 GD, revision 13649

removed __DARWIN__ conditional tests (the help menu doesn't work otherwise)

2002-01-19 07:48 GD, revision 13648

added IFF image file

2002-01-19 07:36 GD, revision 13647

corrected includes when wxUSE_SOCKETS is not defined

2002-01-18 23:16 VS, revision 13646

slight corrections, moved bwd compat macros to the end of the file

2002-01-18 23:16 DW, revision 13645

Dialog support

2002-01-18 22:34 JS, revision 13644

Started to improve header comments for FL

2002-01-18 20:31 VZ, revision 13643

fix for Sun CC bug with not calling temporary objects dtor

2002-01-18 20:01 VZ, revision 13642

better native font support for wxGTK

2002-01-18 19:04 VS, revision 13641

safer destruction of wxXmlResource::ms_instance

2002-01-18 17:05 DW, revision 13640

Weekly module def file update.

2002-01-18 17:01 DW, revision 13639

Various OS/2 changes to keep up with general library changes and some new dilaog support.

2002-01-18 16:58 DW, revision 13638

TRUE, not true; FALSE, not false....

2002-01-18 16:57 DW, revision 13637

Compile in IFF stuff.

2002-01-18 16:57 DW, revision 13636

Various OS/2 changes to keep up with general library changes.

2002-01-18 16:55 DW, revision 13635

Some WXPM defs for dialog styles.

2002-01-18 16:44 VZ, revision 13634

IFF support off by default

2002-01-18 15:55 JJ, revision 13633

Updating OpenVMS makefile

2002-01-18 15:47 VZ, revision 13632

corrected wxHIDE_READONLY documentation

2002-01-18 14:33 JS, revision 13631

Updated VC++ files

2002-01-18 11:50 JS, revision 13630

Moved the popup menu event handlers to dialog event handler to fix bug where events weren't being handled

2002-01-18 11:50 JS, revision 13629

Moved the popup menu event handlers to dialog event handler

2002-01-18 00:15 VZ, revision 13628

don't set WS_POPUP for all windows (fix for my last fix)

2002-01-17 23:57 VZ, revision 13627

wxUSE_IFF 0 by default

2002-01-17 23:54 VZ, revision 13626

recent MSW changes: wxFrame border styles and wxRadioButton dummy events fixes

2002-01-17 23:54 VZ, revision 13625

don't generate clicked events when we just get the focus

2002-01-17 23:51 VZ, revision 13624

fixed frame border styles (allow creating a friend with a simple or without border, allow frames without captions)

2002-01-17 23:42 VS, revision 13623

temporary Watcom fix

2002-01-17 23:42 VS, revision 13622

end with fatal error if cannot start MGL

2002-01-17 23:42 VS, revision 13621

Watcom wxMGL makefiles

2002-01-17 23:42 VS, revision 13620

Watcom build system for wxMGL

2002-01-17 23:42 VS, revision 13619

put vertical space before <pre> section

2002-01-17 23:41 VS, revision 13618

added singleton interface to wxXmlResource, replaces wxTheXmlResource

2002-01-17 23:41 VS, revision 13617

rewrote wxTextFile::OnRead to handle variable-length encodings correctly

2002-01-17 19:41 VS, revision 13616

compilation fix

2002-01-17 19:41 VS, revision 13615

partial update from gtk/changes.txt

2002-01-17 19:40 VS, revision 13614

updated wxUSE_ICO_CUR comment

2002-01-17 19:40 VS, revision 13613

fixed to the IFF handler, moved into one file

2002-01-17 19:38 VS, revision 13612

added wxUSE_IFF test

2002-01-17 19:38 VS, revision 13611

wxFont::IsFixedWidth for wxMGL

2002-01-17 19:38 VS, revision 13610

wxMGL Watcom makefiles fixes

2002-01-17 00:18 VS, revision 13609

wxMGL Watcom makefiles fixes

2002-01-17 00:16 VS, revision 13608

implemented Alex's <object_ref> symlinks in XRC

2002-01-16 19:50 VZ, revision 13607

more DLL compilation fixes

2002-01-16 17:48 RD, revision 13606

Patch for using wxSTC with Borland, #504370

2002-01-16 16:10 RD, revision 13605

UPdated the OSX build instructions a bit

2002-01-16 15:07 JJ, revision 13604

Committing in . update OpenVMS compile support Modified Files: wxWindows/setup.h_vms wxWindows/include/wx/thread.h wxWindows/src/common/descrip.mms wxWindows/src/common/iffdecod.cpp wxWindows/src/unix/threadpsx.cpp ----------------------------------------------------------------------

2002-01-16 13:51 GT, revision 13603

Replaced "-erase" calls with "-$(RM)" calls Defined RM as "erase" if it is not already defined

2002-01-16 13:40 GT, revision 13602

Minor cleanup

2002-01-16 13:39 GT, revision 13601

Added checks for wxUSE_IOSTREAMH to determine which iostream(.h) to use

2002-01-16 10:31 GT, revision 13600

Fixed a '&' that should be an '&&'

2002-01-16 10:04 GD, revision 13599

added missing wxLogStatus function with variable argument list pointer

2002-01-16 06:54 RD, revision 13598

SWIGged updates for wxMac

2002-01-16 06:32 RD, revision 13597

wxThread::GetCurrentId for wxMac

2002-01-16 06:30 RD, revision 13596

wxThread::GetCurrentId() for Unix

2002-01-16 06:28 RD, revision 13595

Added wxThread::GetCurrentId(), which returns an ID for the current thread, even if it is not a wxThread.

2002-01-16 02:50 RD, revision 13594

Compilation fix

2002-01-16 01:03 RD, revision 13593

Regenerated SWIGged sources for wxGTK

2002-01-16 01:01 RD, revision 13592

Added wx/dirctrl.h to filelist.txt so it will get installed. Regenerated makefiles and such.

2002-01-16 00:45 VZ, revision 13591

added WXDIRREL needed for contrib samples

2002-01-16 00:34 VZ, revision 13590

lookup the classes in the hash table if it had been already set up

2002-01-15 23:37 VS, revision 13589

merged another part of Alex's work (LoadMenuBar w/ parent)

2002-01-15 21:31 GT, revision 13588

Added /nologo to the CFLAGS to match other makefiles

2002-01-15 20:32 GT, revision 13587

dummy(dll).obj is now created in wxWin/$D rather than wxWin/src/msw/$D makefile.vc and makebase.vc no longer override the location of dummy(dll).obj that is specified in makevc.env if wxWin/include/wx/msw/setup.h does not exist, setup0.h is copied to setup.h [BASE builds]setup.h is no longer used from wxWin/include/wx, it is now used just like with makefile.vc. setup.h is copied from wxWin/include/wx/msw into wxWin/lib/base(d)/wx and all references to setup.h now read this location

2002-01-15 20:28 GT, revision 13586

Changed version to 233

2002-01-15 17:57 RR, revision 13585

Added IFF handler. Minor doc updates. Corrected configure for SGI OpenGL (wx-config related).

2002-01-15 17:36 VZ, revision 13584

added a fix for cygwin and cleaned up wxGetWorkingDirectory()

2002-01-15 17:04 VZ, revision 13583

added more files to wxBase distrib (and unzip.h to the filelist)

2002-01-15 16:21 RR, revision 13582

gdk_rgb doesn't work on SGI.

2002-01-15 16:20 VS, revision 13581

case insensitive HHP files and fixed buffer overflow vulnerability

2002-01-15 14:49 GT, revision 13580

Added checks for wxUSE_IOSTREAMH to #include the correct header file based on setup.h settings

2002-01-15 04:54 RD, revision 13579

Added wxGenericDirCtrl and other varioius updates

2002-01-15 00:09 VS, revision 13578

reverted my locale change

2002-01-14 21:04 SC, revision 13577

changed processing of events to only process the events that were logged when entering wxMacProcessNotifierEvents, ignoring eventually added new ones during notifier processing

2002-01-14 20:56 SC, revision 13576

fixed MouseUp handling when window was captured

2002-01-14 20:40 SC, revision 13575

added missing break in switch statement

2002-01-14 20:32 GT, revision 13574

Fixed '_' chars that were not quoted with a '\' Fixed layout problems for functions that had overloaded \func{} defs for the function. Problem was that there needs to be a blank line between them, or they all get concatenated Changed a bunch of "char*" to "char *", as the (just slightly) larger number of occurances use "char *" rather than "char*" throughout the .tex files

2002-01-14 20:29 RR, revision 13573

Fix wxClipboard. Fix enter and leave events.

2002-01-14 20:23 SC, revision 13572

since DoScreenToClient and ClientToScreen in toplvlcmn are implemented by calling the superclass implementation, we have to avoid shifting by the client origin twice. had to change MacWindowFromPoint therefore too

2002-01-14 19:10 VZ, revision 13571

make locale modified them, not me

2002-01-14 19:04 VZ, revision 13570

added wxFont::IsFixedWidth(), documented it and implemented for wxGTK/Motif

2002-01-14 18:08 SC, revision 13569

added flushing for MacOS X buffered window immediatly when using wxWindow::Update

2002-01-14 17:14 VZ, revision 13568

made the alphabetic class order more alphabetic

2002-01-14 16:40 VZ, revision 13567

made the alphabetic class order more alphabetic

2002-01-14 14:13 SC, revision 13566

corrected apple menu and help menu anomalies under carbon

2002-01-14 14:13 SC, revision 13565

expanded autotranslation of Exit-Quit to items having accelerators

2002-01-14 12:14 VZ, revision 13564

added missing WXDLLEXPORTs

2002-01-14 12:07 VZ, revision 13563

fixed warnings about double to int conversions, defined PI as a constant, untabbed

2002-01-14 07:10 GD, revision 13562

added wxLog functions with a variable argument list pointer

2002-01-14 00:22 VS, revision 13561

removed wxYield from wxHtmlWindow (seems to work w/o it and yielding caused reentrancy problems)

2002-01-14 00:22 VS, revision 13560
  • D /wxWidgets/trunk/include/wx/gtk/setup0.h
  • D /wxWidgets/trunk/include/wx/gtk1/setup0.h
  • D /wxWidgets/trunk/include/wx/motif/setup0.h

removed setup0.h artifacts

2002-01-14 00:17 VZ, revision 13559

do NOT append extension to the library names which already have it!

2002-01-13 23:04 VZ, revision 13558

0. extracted toolbar colour mapping stuff to its own function 1. wxToolBar adjusts the colours properly when the system colours change 2. wxImageList uses light grey as the transparent colour for the bitmaps

2002-01-13 21:00 VZ, revision 13557

compilation fix

2002-01-13 20:59 VZ, revision 13556

really fixed toolbar mapping bug (finally, it was the programmer bug...)

2002-01-13 20:45 VZ, revision 13555

fixed toolbar mapping bug (optimizer bug?) in the release build (bug 501485)

2002-01-13 19:25 SC, revision 13554

reverted DoReadLong

2002-01-13 19:20 SC, revision 13553

corrected DoReadLong

2002-01-13 19:16 SC, revision 13552

corrected GetDepth method and wrong disposal calls for pixmap

2002-01-13 18:34 VZ, revision 13551

removed MSWDetachWindowMenu() (part of the MDI change from yesterday which I forgot to commit)

2002-01-13 17:56 SC, revision 13550

changed the MulDiv Macro removing macheader dep.

2002-01-13 17:41 GD, revision 13549

use "..." instead of <...> for wx includes

2002-01-13 17:38 SC, revision 13548

added type and creator routines for mac

2002-01-13 17:37 GD, revision 13547

corrections for wxMac

2002-01-13 15:59 SC, revision 13546

added missing functions

2002-01-13 15:58 SC, revision 13545

switched to proper const scheme for findfolder on mac

2002-01-13 15:57 SC, revision 13544

corrected retrieval of a long

2002-01-13 15:55 SC, revision 13543

added correct printing headers for mac

2002-01-13 14:55 RR, revision 13542

Typo.

2002-01-13 14:54 RR, revision 13541

A bit of translation.

2002-01-13 14:50 RR, revision 13540

Remove surplus wxTheApp from wxApp...

2002-01-13 14:48 RR, revision 13539
  • D /wxWidgets/trunk/src/freetype

Remove more FreeType.

2002-01-13 14:44 RR, revision 13538
  • D /wxWidgets/trunk/src/freetype/ftconfig.h
  • D /wxWidgets/trunk/src/freetype/macfond
  • D /wxWidgets/trunk/src/freetype/otlayout
  • D /wxWidgets/trunk/src/freetype/psnames
  • D /wxWidgets/trunk/src/freetype/raster1
  • D /wxWidgets/trunk/src/freetype/sfnt
  • D /wxWidgets/trunk/src/freetype/smooth
  • D /wxWidgets/trunk/src/freetype/truetype
  • D /wxWidgets/trunk/src/freetype/type1
  • D /wxWidgets/trunk/src/freetype/type1z
  • D /wxWidgets/trunk/src/freetype/unix
  • D /wxWidgets/trunk/src/freetype/winfonts

Remove FreeType.

2002-01-13 14:22 GD, revision 13537

applied ANI images patch and added wxUSE_ICO_CUR

2002-01-13 13:48 VS, revision 13536

make all now compiles .mo catalogs

2002-01-13 12:01 VS, revision 13535

applied ANI images patch and added wxUSE_ICO_CUR

2002-01-13 11:35 VZ, revision 13534

fixed Set(month, day, year) docs (bug #502944)

2002-01-13 01:26 VZ, revision 13533

applied patch for safer GIF decoding (502103)

2002-01-13 01:26 VZ, revision 13532

fixed several resource leaks related to MDI menus

2002-01-13 00:24 VZ, revision 13531

fixed wxRichEditModule::Load(): should return an error if the richedit DLL couldn't be loaded previously, not success

2002-01-13 00:05 VZ, revision 13530

fixed a huge memory leak in wxStreamBuffer

2002-01-12 22:45 VZ, revision 13529

SetValue() doesn't call Clear()

2002-01-12 19:56 GD, revision 13528

changed PPC struct alignement setting

2002-01-12 19:48 GD, revision 13527

changed PPC struct alignement setting

2002-01-12 15:00 VZ, revision 13526

made XPMs const

2002-01-12 14:59 VZ, revision 13525

Sun warning and Unicode fixes

2002-01-12 12:21 RR, revision 13524

Some additions to the 12-bit patch.

2002-01-12 11:36 RR, revision 13523

Applied patches for wxBU_EXACTFIT to button.cpp and tglbtn.cpp Applied patch for SGI's 12-bit visuals to bitmap.cpp.

2002-01-12 09:49 RR, revision 13522

Corrected wxDialog event table under wxMac and wxOS2 as per the other ports. Corrected generic validator for wxComboBox as per bug report.

2002-01-12 00:50 VS, revision 13521

fixed m_OldAlign hiding

2002-01-11 23:12 DW, revision 13520

Oops, left some personal stuff in here.

2002-01-11 22:39 DW, revision 13519

OS/2 Statusbar fixes in DC

2002-01-11 22:39 DW, revision 13518

OS/2 Statusbar fixes

2002-01-11 19:54 GD, revision 13517

correction to shared library build command for HP (needs -fPIC to link)

2002-01-11 19:33 VZ, revision 13516

more Sun C++ compiler warning fixes: in particular, added an ugly but necessary workaround for avoiding warning in the .xpm files

2002-01-11 19:14 SC, revision 13515

corrected wxMenuBar::Insert , ::Append for a correct title even when the menubar is already attached, also removed a menu->attach which is not necessary anymore.

2002-01-11 18:59 VZ, revision 13514

added support for wxALIGN_XXX in wxStaticBox

2002-01-11 18:06 RR, revision 13513

Corrected wxFrame::SetMenuBar() for repeated calls including for NULL.

2002-01-11 18:03 SC, revision 13512

new libraries added

2002-01-11 17:55 SC, revision 13511

added new files from common

2002-01-11 17:50 SC, revision 13510

include changes

2002-01-11 17:49 SC, revision 13509

destructor fix in case it is not a real dialog

2002-01-11 16:13 GD, revision 13508

added missing const for Apple DevTools

2002-01-11 15:05 VZ, revision 13507

reverted stupid compilation breaking typo checked in previously

2002-01-11 14:34 RR, revision 13506

Move notebook size code for mac to mac/notebook.cpp

2002-01-11 14:33 RR, revision 13505

Make log.cpp compilable under CW 5.2 non-Carbon

2002-01-11 14:07 SC, revision 13504

fixes for using non opaque structs under debug classic, support for ATSU and pixel pattern.

2002-01-11 14:01 SC, revision 13503

fewer standard includes

2002-01-11 13:49 SC, revision 13502

changed to non-opaque structs for debugging (makes debugging useful, otherwise we cannot view toolbox structs)

2002-01-11 13:48 SC, revision 13501

additions

2002-01-11 13:27 SC, revision 13500

ATSU Rendering Support added

2002-01-11 07:37 JJ, revision 13499

Committing in . wxMOTIF updates for OpenVMS Modified Files: wxWindows/setup.h_vms wxWindows/src/generic/descrip.mms wxWindows/src/motif/descrip.mms wxWindows/src/motif/glcanvas.cpp ----------------------------------------------------------------------

2002-01-11 00:02 VZ, revision 13498

minor wxFRAME_EX_CONTEXTHELP updates

2002-01-11 00:01 VZ, revision 13497

changes wxFRAME_EX_CONTEXTHELP value to avoid clash with wxWS_EX_TRANSIENT

2002-01-11 00:01 VZ, revision 13496

no changes

2002-01-10 23:58 VZ, revision 13495

moved toolbar adjustments for the client size from wxTLWMSW to wxFrameMSW to fix problems in wxUniv

2002-01-10 23:25 VS, revision 13494

1. finished porting wxDir/FileDialog to MS-DOS 2. added code to dynamically enable/disable controls in wxFileDialog depending on which actions are permitted at the moment (e.g. you can't click the 'Up' button if you're at / directory

2002-01-10 22:40 VZ, revision 13493

compilation fix for VC++

2002-01-10 21:31 GD, revision 13492

unified UMAPrOpen/UMAPrClose prototypes for session and non-session printing

2002-01-10 21:09 GD, revision 13491

disable MetroNub stuff for CodeWarrior 5.3 Carbon builds

2002-01-10 21:09 GD, revision 13490

changed PPC struct alignement setting

2002-01-10 20:46 GD, revision 13489

changed PPC struct alignement setting

2002-01-09 23:22 DW, revision 13488

Consildation and cleanup of global variables. Mostly all delclared and all defined in one header and module.

2002-01-09 23:18 DW, revision 13487

Support for WXPM's native font info.

2002-01-09 23:16 DW, revision 13486

Lots of cleanup, mostly consolidating globals

2002-01-09 21:18 VZ, revision 13485

a few things I'd like to do

2002-01-09 21:14 RD, revision 13484

Updated to use correct value for wxSTC_MASK_FOLDERS

2002-01-09 20:18 VZ, revision 13483

bug fix for wxBufferedInputStream::LastCount() after Read()

2002-01-09 18:00 RR, revision 13482

wxDirDialog no longer shows hidden files. I don't know yet how to implement the reparsing when the user checks/unchecks the "Show hidden directories" button. And my mail is down...

2002-01-09 17:03 VZ, revision 13481

mention that wxDialog doesn't derive from wxPanel any more

2002-01-09 13:09 VZ, revision 13480

winundef.h is needed for wxBase as well

2002-01-09 13:04 VZ, revision 13479

copy dummy*.cpp files as well

2002-01-09 12:49 VZ, revision 13478

fixes for the compilation warnings with Sun CC: 1. some fixes for "String literal to char * conversion" warnings (many more left in the *.xpm files) 2. fixes for "assignment of function to extern "C" function" 3. a few other miscellaneous ones

2002-01-09 01:35 VZ, revision 13477

no (real) changes

2002-01-09 01:34 VZ, revision 13476

use wxTE_RICH for the log window now that it should scroll correctly

2002-01-09 01:32 VZ, revision 13475

added, implemented, documented wxTE_RICH2 and wxTextCtrl::GetRange()

2002-01-09 01:31 VZ, revision 13474

make listbox taller

2002-01-09 01:30 VZ, revision 13473

exercise wxTextCtrl::GetRange

2002-01-09 00:14 VZ, revision 13472

wxNullFont shouldn't be passed to wxDC::SetFont()

2002-01-08 23:53 VS, revision 13471

use the new wxSystemSettings API everywhere

2002-01-08 23:38 VS, revision 13470

more MS-DOS stuff in generic wxFileDialog

2002-01-08 23:37 DW, revision 13469

OS/2 NativeFontInfo support

2002-01-08 23:37 VS, revision 13468

disable long filenames under DJGPP

2002-01-08 23:36 VS, revision 13467

expand . into cwd

2002-01-08 23:36 VS, revision 13466

MS-DOS fix to wxDir

2002-01-08 23:36 VS, revision 13465

wxDirDialog port to MS-DOS

2002-01-08 23:35 VS, revision 13464

compilation fix

2002-01-08 23:35 VS, revision 13463

use the new wxSystemSettings API everywhere

2002-01-08 23:33 DW, revision 13462

OS/2 NativeFontInfo support

2002-01-08 23:29 VZ, revision 13461

don't allow setting an invalid font

2002-01-08 23:27 VS, revision 13460

use the new wxSystemSettings API everywhere

2002-01-08 23:26 VS, revision 13459

wxSystemSettings docs correction

2002-01-08 23:25 VS, revision 13458

backward-compatiblity functions must go to wxSystemSettings, otherwise (non-virtual) wxSSNative version would be used :(

2002-01-08 23:25 VS, revision 13457

reverted my previous fix

2002-01-08 23:25 VS, revision 13456

wxRTTI for wxPopupWindow in wxMGL

2002-01-08 23:25 VS, revision 13455

DLL compilation fix

2002-01-08 22:28 DW, revision 13454

Getting rid of odd control characters at EOL in source.

2002-01-08 22:05 GD, revision 13453

wxGenericDirDialog related corrections for wxMac

2002-01-08 18:06 VS, revision 13452

moved InteractiveMove to wxUniv's wxTopLevelWindow

2002-01-08 18:03 VS, revision 13451

use UNIX wxDir if available

2002-01-08 18:02 VS, revision 13450

infinite recursion fix in wxTLW/Univ

2002-01-08 14:15 JS, revision 13449

Moved include for Windows compilation; minor doc tweaks

2002-01-08 10:13 JJ, revision 13448

Committing in . Added [.src.common]dircmn.cpp in makefile for OpenVMS Modified Files: wxWindows/src/common/descrip.mms ----------------------------------------------------------------------

2002-01-07 21:52 GD, revision 13447

implement out-of-line destructors where needed instead of using __DARWIN__ specific conditional compilation

2002-01-07 21:38 RD, revision 13446

Prevent crash when m_defGridAttr is NULL

2002-01-07 19:20 VZ, revision 13445

corrected the release year

2002-01-07 19:15 RD, revision 13444

Added sample of using client data to the wxComboBox demo

2002-01-07 18:35 RD, revision 13443

Clean up $(WXDIR)\$D too

2002-01-07 18:33 VZ, revision 13442

added the splitter event processing and also cleaned up the sample a bit

2002-01-07 18:08 DW, revision 13441

clipboard update and latest module definition file of .dll build