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):

2006-04-30 00:04 ABX, revision 38953

Build fix for SmartPhoneCE.

2006-04-29 19:19 DS, revision 38952

changed calls to wxMac's private wxColour::Set to use the renamed function wxColour::FromRGBColor

2006-04-29 05:51 SC, revision 38951

obsolete ref to checklistbox

2006-04-29 05:37 SC, revision 38950

switching implementation to current base technologies

2006-04-29 05:30 SC, revision 38949

switching implementation new core system (ATS)

2006-04-29 00:46 MR, revision 38948

Add virtual keyword where applicable. Rearrange declarations to match the order in base classes.

2006-04-28 17:59 ABX, revision 38947

Final touch for wxColour <-> wxString and wxColourBase by Francesco Montorsi.

2006-04-28 17:07 ABX, revision 38946

Warning fixes.

2006-04-28 12:44 ABX, revision 38945

Include wx/app.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-04-28 10:19 ABX, revision 38944

Simplify wxWinCE #ifdefs.

2006-04-28 10:14 ABX, revision 38943

Be nice to eVC++ build process and don't include not existing files.

2006-04-27 17:18 ABX, revision 38942

wxTLW::IsAlwaysMaximized() introduction.

2006-04-27 16:39 ABX, revision 38941

Unicode build fix.

2006-04-27 13:50 VZ, revision 38940

use wxDelegateRendererNative as base class instead of wxRendererNative to not have to reimplement all pure virtuals

2006-04-27 12:47 ABX, revision 38939

Include wx/event.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-04-27 12:33 SC, revision 38938

fix for CARBON CFM when running in Classic, UserDrawProc was getting a clip region that was -32767 to 32767, then offsetting that region would result in an empty region

2006-04-27 11:33 ABX, revision 38937

Be nice to eVC++ build process and don't include not existing files.

2006-04-27 11:31 VZ, revision 38936

correction to exception handling in threads: call wxThread::OnExit() always

2006-04-27 11:25 ABX, revision 38935

Refresh(row) should be RefreshRow(row), otherwise it's whole window refreshing.

2006-04-27 10:21 VZ, revision 38934

undid last commit, it was accidental and the commit message was wrong

2006-04-27 10:17 VZ, revision 38933

handle fatal exceptions in the other threads (based on patch 1459813 by Carl-Friedrich Braun)

2006-04-27 07:41 SC, revision 38932

renamed RGBColor setter to avoid former overload being an override

2006-04-27 04:45 PC, revision 38931

use stock pens/colors

2006-04-27 00:30 RD, revision 38930

Reset the mouse event object and id in case FindWindowForMouseEvent selected a new window to send the event to.

2006-04-26 18:04 VZ, revision 38929

handle fatal exceptions in the other threads (based on patch 1459813 by Carl-Friedrich Braun)

2006-04-26 18:00 VZ, revision 38928

fixed unused param warning and code cleanup/simplification in DrawItemSelectionRect()

2006-04-26 16:27 PC, revision 38927

make pen/brush parameters const

2006-04-26 16:27 PC, revision 38926

build fix for latest C++ standard

2006-04-26 16:15 SC, revision 38925

fixing translation

2006-04-26 16:13 SC, revision 38924

default button on older systems was not shown with OK, but empty, resulting in wxID_CANCEL returns, patch 1473745

2006-04-26 16:08 SC, revision 38923

default button on older systems was not shown with OK, but empty, resulting in wxID_CANCEL returns, patch 1473745

2006-04-26 12:12 VZ, revision 38922

renamed RESCOMP to WINDRES due to bakefile changes (patch 1372332)

2006-04-26 10:48 RR, revision 38921

Added wxRenderer method for drawing selection rect if an item in a list has ben selected.

2006-04-26 08:21 ABX, revision 38920

Include wx/log.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-04-26 02:48 vell, revision 38919

minor cleanup 2 - reformatting

2006-04-26 02:24 PC, revision 38918

revert return type changes for gdi object pointers

2006-04-26 00:17 VZ, revision 38917

remove the vertical scrollbar completely if the control is empty

2006-04-26 00:16 VZ, revision 38916

don't paint an infinite number of items if the control is empty

2006-04-26 00:05 VZ, revision 38915

document that the workaround used to make popup menus behave correctly is the one officially sanctioned by Microsoft and provide the URL to the Knowledge Base article; also minor cleanup: use GetHwndOf() instead of HWND casts

2006-04-25 21:43 ABX, revision 38914

Back to previous #include order - wxGTK1 include loop needs rethinking.

2006-04-25 21:39 ABX, revision 38913

Build fix.

2006-04-25 17:31 ABX, revision 38912

Build fix.

2006-04-25 17:04 vell, revision 38911

minor cleanup - reformatting

2006-04-25 15:16 ABX, revision 38910

[ 1473731 ] 'wxColourBase and wxString <-> wxColour implementation'

2006-04-25 14:38 ABX, revision 38909

Include wx/intl.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-04-25 12:40 ABX, revision 38908

[ 1473731 ] 'wxColourBase and wxString <-> wxColour implementation'

2006-04-25 12:06 ABX, revision 38907

wxTheColourDatabase->Find() can fail.

2006-04-25 10:51 RR, revision 38906

Lots of minor visual updates.

2006-04-25 10:50 RR, revision 38905

Added rc file for MINGW compilation.

2006-04-25 10:49 RR, revision 38904

Minor sample update.

2006-04-25 10:48 RR, revision 38903

Added simple scroll sample.

2006-04-25 10:47 RR, revision 38902

Minor corrections to native renderer. I also corrected the header button renderer as per MSW, this might break other code.

2006-04-25 08:38 RR, revision 38901

Compile fix for VC

2006-04-24 21:32 ABX, revision 38900

Build fix after wxColourBase introduction.

2006-04-24 21:05 ABX, revision 38899

Build fix after wxColourBase introduction.

2006-04-24 21:01 ABX, revision 38898

Build fix after DrawPushButton introduction.

2006-04-24 19:44 ABX, revision 38897

Build fix after wxColourBase introduction.

2006-04-24 19:17 RR, revision 38896

Compile fix

2006-04-24 18:31 ABX, revision 38895

Build fix after wxColourBase introduction.

2006-04-24 18:02 ABX, revision 38894

Build fix after wxColourBase introduction.

2006-04-24 17:59 VZ, revision 38893

don't use invalid/uninitialized iterator in wxList::compatibility_iterator in wxUSE_STL==1 case, this doesn't work with the debug version of glibc STL

2006-04-24 16:59 ABX, revision 38892

wxUSE_NOTEBOOK usage.

2006-04-24 16:57 RR, revision 38891

Committed Jaako's renderer patch

2006-04-24 16:34 ABX, revision 38890

wxOS2 build fixes after wxColourBase introduction.

2006-04-24 15:34 RR, revision 38889

Finished most of the selection/focus handling.

2006-04-24 14:52 ABX, revision 38888

[ 1473731 ] 'wxColourBase and wxString <-> wxColour implementation' with minor modifications and rebaked build files.

2006-04-24 12:33 RR, revision 38887

Lots of selection and focus code.

2006-04-24 09:29 ABX, revision 38886

Removal of second part of dsw files (as requested by Jamie Gadd).

2006-04-24 08:46 ABX, revision 38885

Include wx/string.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-04-24 00:56 VZ, revision 38884

correct i18n problems in accel handling code (replaces patch 1465417; closes bug 1464912) and a lot of cleanup

2006-04-23 22:41 VZ, revision 38883

corrected return codes of various methods (patch 1472288)

2006-04-23 21:35 VZ, revision 38882

emit only 1, not 2, events when changing text of a single line text control

2006-04-23 16:38 VS, revision 38881

don't link against 3rd party image libs when building non-GUI targets

2006-04-23 15:59 VS, revision 38880

fixed bug: option's default value must be among the list of allowed values -- removing <values> list to fix this

2006-04-22 22:12 MR, revision 38879

Add #if !WXWIN_COMPATIBILITY_EVENT_TYPES around wxNewEventType calls

2006-04-22 15:27 RL, revision 38878

Fix the wx2.4.pth alternative path.

2006-04-22 05:46 PC, revision 38877

extract 3 copies of scrollbar width code into one function

2006-04-22 02:14 VZ, revision 38876

backported fixes for UTF-[78] conversion under Win < XP (bug 1474474)

2006-04-21 20:47 VS, revision 38875

added comment explaining how to replace calls to deprecated method

2006-04-21 20:08 ABX, revision 38874
  • D /wxWidgets/trunk/demos/bombs/bombs.dsw
  • D /wxWidgets/trunk/demos/dbbrowse/dbbrowse.dsw
  • D /wxWidgets/trunk/demos/forty/forty.dsw
  • D /wxWidgets/trunk/demos/fractal/fractal.dsw
  • D /wxWidgets/trunk/demos/life/life.dsw
  • D /wxWidgets/trunk/demos/poem/poem.dsw
  • D /wxWidgets/trunk/samples/access/access.dsw
  • D /wxWidgets/trunk/samples/artprov/artprov.dsw
  • D /wxWidgets/trunk/samples/config/config.dsw
  • D /wxWidgets/trunk/samples/console/console.dsw
  • D /wxWidgets/trunk/samples/db/db.dsw
  • D /wxWidgets/trunk/samples/dialogs/dialogs.dsw
  • D /wxWidgets/trunk/samples/dialup/dialup.dsw
  • D /wxWidgets/trunk/samples/display/display.dsw
  • D /wxWidgets/trunk/samples/docvwmdi/docvwmdi.dsw
  • D /wxWidgets/trunk/samples/except/except.dsw
  • D /wxWidgets/trunk/samples/grid/grid.dsw
  • D /wxWidgets/trunk/samples/help/help.dsw
  • D /wxWidgets/trunk/samples/htlbox/htlbox.dsw
  • D /wxWidgets/trunk/samples/ipc/ipc.dsw
  • D /wxWidgets/trunk/samples/listbox/listbox.dsw
  • D /wxWidgets/trunk/samples/listctrl/listctrl.dsw
  • D /wxWidgets/trunk/samples/mediaplayer/mediaplayer.dsw
  • D /wxWidgets/trunk/samples/memcheck/memcheck.dsw
  • D /wxWidgets/trunk/samples/mfc/mfc.dsw
  • D /wxWidgets/trunk/samples/minimal/minimal.dsw
  • D /wxWidgets/trunk/samples/mobile/styles/styles.dsw
  • D /wxWidgets/trunk/samples/mobile/wxedit/wxedit.dsw
  • D /wxWidgets/trunk/samples/multimon/multimon.dsw
  • D /wxWidgets/trunk/samples/opengl/cube/cube.dsw
  • D /wxWidgets/trunk/samples/opengl/isosurf/isosurf.dsw
  • D /wxWidgets/trunk/samples/opengl/penguin/penguin.dsw
  • D /wxWidgets/trunk/samples/png/png.dsw
  • D /wxWidgets/trunk/samples/popup/popup.dsw
  • D /wxWidgets/trunk/samples/render/render.dsw
  • D /wxWidgets/trunk/samples/richtext/richtext.dsw
  • D /wxWidgets/trunk/samples/samples.dsw
  • D /wxWidgets/trunk/samples/sockets/sockets.dsw
  • D /wxWidgets/trunk/samples/sound/sound.dsw
  • D /wxWidgets/trunk/samples/splash/splash.dsw
  • D /wxWidgets/trunk/samples/taskbar/taskbar.dsw
  • D /wxWidgets/trunk/samples/treectrl/treectrl.dsw
  • D /wxWidgets/trunk/samples/vscroll/vscroll.dsw
  • D /wxWidgets/trunk/samples/xrc/xrcdemo.dsw
  • D /wxWidgets/trunk/tests/test.dsw
  • D /wxWidgets/trunk/utils/configtool/src/configtool.dsw
  • D /wxWidgets/trunk/utils/emulator/src/emulator.dsw
  • D /wxWidgets/trunk/utils/HelpGen/src/helpgen.dsw
  • D /wxWidgets/trunk/utils/helpview/src/helpview.dsw
  • D /wxWidgets/trunk/utils/hhp2cached/hhp2cached.dsw
  • D /wxWidgets/trunk/utils/tex2rtf/src/tex2rtf.dsw
  • D /wxWidgets/trunk/utils/wxrc/wxrc.dsw

Removal of first part of dsw files (as requested by Jamie Gadd).

2006-04-21 13:24 VZ, revision 38873

fix for Win64 after last sizeof(OPENFILENAME) change

2006-04-21 13:10 VZ, revision 38872

test centering file dialog on parent frame

2006-04-21 13:09 VZ, revision 38871

no real changes, just (unsuccessful) attempts to make the dialog resizing work

2006-04-21 12:01 ABX, revision 38870

Build fix due to broken last commit.

2006-04-21 11:57 ABX, revision 38869
  • D /wxWidgets/trunk/contrib/samples/gizmos/multicell/makefile.twn
  • D /wxWidgets/trunk/contrib/samples/gizmos/splittree/makefile.twn
  • M /wxWidgets/trunk/distrib/msw/msw_minimal.rsp
  • M /wxWidgets/trunk/distrib/scripts/manifests/msw_minimal.rsp
  • D /wxWidgets/trunk/samples/calendar/makefile.twn
  • D /wxWidgets/trunk/samples/caret/makefile.twn
  • D /wxWidgets/trunk/samples/dialogs/makefile.twn
  • D /wxWidgets/trunk/samples/dragimag/makefile.twn
  • D /wxWidgets/trunk/samples/drawing/makefile.twn
  • D /wxWidgets/trunk/samples/erase/makefile.twn
  • D /wxWidgets/trunk/samples/event/makefile.twn
  • D /wxWidgets/trunk/samples/exec/makefile.twn
  • D /wxWidgets/trunk/samples/grid/makefile.twn
  • D /wxWidgets/trunk/samples/joytest/makefile.twn
  • D /wxWidgets/trunk/samples/mdi/makefile.twn
  • D /wxWidgets/trunk/samples/minifram/makefile.twn
  • D /wxWidgets/trunk/samples/minimal/makefile.twn
  • D /wxWidgets/trunk/samples/notebook/makefile.twn
  • D /wxWidgets/trunk/samples/propsize/makefile.twn
  • D /wxWidgets/trunk/samples/sashtest/makefile.twn
  • D /wxWidgets/trunk/samples/scroll/makefile.twn
  • D /wxWidgets/trunk/samples/scrollsub/makefile.twn
  • D /wxWidgets/trunk/samples/shaped/makefile.twn
  • D /wxWidgets/trunk/samples/splitter/makefile.twn
  • D /wxWidgets/trunk/samples/statbar/makefile.twn
  • D /wxWidgets/trunk/samples/thread/makefile.twn
  • D /wxWidgets/trunk/samples/toolbar/makefile.twn
  • D /wxWidgets/trunk/samples/treectrl/makefile.twn
  • D /wxWidgets/trunk/samples/typetest/makefile.twn
  • D /wxWidgets/trunk/samples/validate/makefile.twn
  • D /wxWidgets/trunk/samples/wizard/makefile.twn
  • D /wxWidgets/trunk/src/maketwin.env
  • D /wxWidgets/trunk/src/msw/makefile.twn

Removed outdated build files.

2006-04-21 10:33 ABX, revision 38868

Include wx/hash.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-04-21 01:50 VZ, revision 38867

added operator=(unsigned int) overload (should help djgpp compilation)

2006-04-21 01:30 VZ, revision 38866

always use V5 OPENFILENAME struct first and fall back on V4 if it doesn't work (replaces patch 1472018)

2006-04-21 00:53 VZ, revision 38865

made wxCommandEvent::GetInt() return int, not long (patch 1473771)

2006-04-20 22:58 ABX, revision 38864

Keep wxPalmOS buildable after changes in wxConvAuto.

2006-04-20 18:36 vell, revision 38863

fix for prior commit

2006-04-20 18:23 vell, revision 38862

cleanup - reformatting

2006-04-20 16:47 PC, revision 38861
  • D /wxWidgets/trunk/include/wx/cocoa/gdiobj.h
  • D /wxWidgets/trunk/include/wx/gtk/gdiobj.h
  • D /wxWidgets/trunk/include/wx/gtk1/gdiobj.h
  • D /wxWidgets/trunk/include/wx/mac/carbon/gdiobj.h
  • D /wxWidgets/trunk/include/wx/mac/classic/gdiobj.h
  • D /wxWidgets/trunk/include/wx/mac/gdiobj.h
  • D /wxWidgets/trunk/include/wx/mgl/gdiobj.h
  • D /wxWidgets/trunk/include/wx/motif/gdiobj.h
  • D /wxWidgets/trunk/include/wx/msw/gdiobj.h
  • D /wxWidgets/trunk/include/wx/os2/gdiobj.h
  • D /wxWidgets/trunk/include/wx/palmos/gdiobj.h
  • D /wxWidgets/trunk/include/wx/x11/gdiobj.h

remove unneeded gdiobj.h files

2006-04-20 16:25 VZ, revision 38860

LaTeX syntax error in wxRenameFile fixed

2006-04-20 12:22 VS, revision 38859

fixed typo: SelectItem doesn't have return value

2006-04-20 07:39 MR, revision 38858

Typo fixes (precompilatixon)

2006-04-20 07:31 ABX, revision 38857

Include wx/list.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-04-20 07:08 MR, revision 38856

Coverity CID117: Ignore returned_null here, because we know it can't happen because the Matches() above succeeded

2006-04-20 06:46 RD, revision 38855

DocView and ActiveGrid IDE updates from Morgan Hua: New Features: In Tab-View mode, Ctrl-number will take the user to the numbered tab view. Modified files now show an '*' astrisk in the view title. Debugger framework can now support PHP debugging. Not important for python development, but at least that means the debugger framework is more generalized.

2006-04-20 06:46 , revision 38854

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