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