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