wxWidgets SVN Changelog

Select Changelog:

wxWidgets, wxPython, wxWebSite, wxPyWeb

Select page:

Previous Page1 2 3Next Page

Changes per page:

25 50 100 250

Summarize files:

On | Off

Search:

Filter by Developer:

Sort Alphabetically Sort by Commits Show/Hide Inactive Developers
Show All
Vadim Zeitlin (17,161)
Robin Dunn (7,249)
Julian Smart (5,571)
Václav Slavík (4,915)
Robert Roebling (3,711)
Stefan Csomor (3,688)
Francesco Montorsi (1,299)
Mattia Barbon (841)
Stefan Neis (781)
Michael Wetherell (766)
Paul Cornett (765)
Chris Elliott (655)
Kevin Ollivier (600)
Jaakko Salli (542)
Ron Lee (517)
Jacob Jansen (363)
Dimitri Schoolwerth (224)
Steven Lamerton (186)
Bryan Petty (177)
User: HH (110)
Javier Torres (80)
Jamie Gadd (54)
Julien Weinzorn (50)
Peter Cawley (44)
Bo Yang (37)
Peter Most (32)
Mingquan Yang (29)
Ron Lee (27)
Rickard Westerlund (23)
Bo Yang (37)
Bryan Petty (177)
Chris Elliott (655)
Dimitri Schoolwerth (224)
Francesco Montorsi (1,299)
Jaakko Salli (542)
Jacob Jansen (363)
Jamie Gadd (54)
Javier Torres (80)
Julian Smart (5,571)
Julien Weinzorn (50)
Kevin Ollivier (600)
Mattia Barbon (841)
Michael Wetherell (766)
Mingquan Yang (29)
Paul Cornett (765)
Peter Cawley (44)
Peter Most (32)
Rickard Westerlund (23)
Robert Roebling (3,711)
Robin Dunn (7,249)
Ron Lee (517)
Ron Lee (27)
Stefan Csomor (3,688)
Stefan Neis (781)
Steven Lamerton (186)
User: HH (110)
Vadim Zeitlin (17,161)
Václav Slavík (4,915)

This changelog reflects changes in the wxWidgets SVN repository, and is updated every 10 minutes. All reported times are in UTC.

  • Legend:
  • Added (A) Added (A)
  • Deleted (D) Deleted (D)
  • Modified (M) Modified (M)
  • Copied (R) Copied (R)
  • [Branch]
  • [Tag]
  • Active Filters:
  • Jamie Gadd Remove Filter

Changelog for wxWidgets (54 revisions):

r42978: 2006-11-03 10:17:11 [JG] Jamie Gadd

M  /build/msw/wx.dsw  [diff, log, file]

 Rearrange build order so dll builds have the correct dependencies

r41642: 2006-10-05 21:34:54 [JG] Jamie Gadd

M  /src/msw/notebook.cpp  [diff, log, file]

 Need to update the bg brush when the first page is added.

r41512: 2006-09-29 16:36:51 [JG] Jamie Gadd

M  /src/msw/window.cpp  [diff, log, file]

 Re-enable WM_PRINTCLIENT handling code as it is needed to correctly paint nested notebooks (closes bug #1544282).

r41314: 2006-09-20 12:05:49 [JG] Jamie Gadd

M  /src/msw/statbox.cpp  [diff, log, file]

 Fix label positioning when text is LTR.

r40428: 2006-08-02 05:09:43 [JG] Jamie Gadd

M  [WX_2_6_BRANCH] /docs/changes.txt  [diff, log, file]
M  [WX_2_6_BRANCH] /src/msw/window.cpp  [diff, log, file]

 Fix drag and drop inside static boxes. Backport from HEAD.

r40427: 2006-08-02 04:37:50 [JG] Jamie Gadd

M  [WX_2_6_BRANCH] /src/common/datetime.cpp  [diff, log, file]

 Backport fix from 1.152 for bug in GetTimeZone where timezone wasn't set.

r40334: 2006-07-26 05:58:54 [JG] Jamie Gadd

M  /src/mac/carbon/combobox.cpp  [diff, log, file]

 PCH build fix.

r40333: 2006-07-26 05:23:40 [JG] Jamie Gadd

M  /src/os2/button.cpp  [diff, log, file]

 PCH build fix.

r40316: 2006-07-25 09:30:19 [JG] Jamie Gadd

M  /include/wx/treebook.h  [diff, log, file]
M  /src/generic/treebkg.cpp  [diff, log, file]

 Make wxTreebook use wxControlContainer.

r40315: 2006-07-25 09:24:03 [JG] Jamie Gadd

M  /src/generic/odcombo.cpp  [diff, log, file]

 Warning fix for the warning fix.

r40271: 2006-07-24 13:45:31 [JG] Jamie Gadd

M  /src/msw/tbar95.cpp  [diff, log, file]

 Fix toolbar background painting whem comctl32 < 6

r40236: 2006-07-22 17:20:05 [JG] Jamie Gadd

M  /src/msw/statbox.cpp  [diff, log, file]
M  /src/msw/window.cpp  [diff, log, file]

 Don't handle WM_PRINTCLIENT anymore, manually draw the static box label background instead.

r40080: 2006-07-13 00:41:55 [JG] Jamie Gadd

M  /samples/controls/controls.cpp  [diff, log, file]

 Don't set background of wxMemoryDC before selecting bitmap into it.

r39800: 2006-06-19 23:57:16 [JG] Jamie Gadd

M  [WX_2_6_BRANCH] /src/msw/bmpbuttn.cpp  [diff, log, file]

 Add required padding to DoGetBestSize() for small bitmaps when using themes

r39799: 2006-06-19 23:50:18 [JG] Jamie Gadd

M  /src/msw/bmpbuttn.cpp  [diff, log, file]

 Add required padding to DoGetBestSize() for small bitmaps when using themes

r38807: 2006-04-18 21:57:19 [JG] Jamie Gadd

M  [WX_2_6_BRANCH] /src/msw/button.cpp  [diff, log, file]

 Don't need to explicitly capture the mouse, Windows does it for us.

r38784: 2006-04-17 23:03:57 [JG] Jamie Gadd

M  [WX_2_6_BRANCH] /src/msw/button.cpp  [diff, log, file]

 Fix for Borland 5.5.

r38702: 2006-04-14 03:05:45 [JG] Jamie Gadd

M  /docs/changes.txt  [diff, log, file]
M  /src/common/datetime.cpp  [diff, log, file]

 Fix bug in GetTimeZone where timezone wasn't set.

r38697: 2006-04-13 12:41:21 [JG] Jamie Gadd

M  /src/gtk/dataview.cpp  [diff, log, file]

 Fix casts from void* to int on x86_64 gcc by using wxUIntPtr instead.

r38501: 2006-04-01 13:53:01 [JG] Jamie Gadd

M  [WX_2_6_BRANCH] /include/wx/msw/button.h  [diff, log, file]
M  [WX_2_6_BRANCH] /src/msw/bmpbuttn.cpp  [diff, log, file]
M  [WX_2_6_BRANCH] /src/msw/button.cpp  [diff, log, file]

 Refactor XP theme aware owner drawn button code so as to not affect any header files.

r38497: 2006-04-01 03:42:00 [JG] Jamie Gadd

M  [WX_2_6_BRANCH] /include/wx/msw/button.h  [diff, log, file]
M  [WX_2_6_BRANCH] /src/msw/button.cpp  [diff, log, file]

 Support for older compilers and wxABI_VERSION with XP themed owner drawn buttons.

r38484: 2006-03-31 19:24:55 [JG] Jamie Gadd

M  [WX_2_6_BRANCH] /src/msw/bmpbuttn.cpp  [diff, log, file]

 Don't use XP themes if wxBU_AUTODRAW isn't set.

r38480: 2006-03-31 18:29:05 [JG] Jamie Gadd

M  [WX_2_6_BRANCH] /include/wx/msw/button.h  [diff, log, file]

 Return type is void, not bool in last commit.

r38478: 2006-03-31 18:23:30 [JG] Jamie Gadd

M  [WX_2_6_BRANCH] /include/wx/msw/button.h  [diff, log, file]
M  [WX_2_6_BRANCH] /src/msw/bmpbuttn.cpp  [diff, log, file]
M  [WX_2_6_BRANCH] /src/msw/button.cpp  [diff, log, file]

 Add support for XP themed owner drawn buttons and bitmap buttons.

r38456: 2006-03-30 23:01:55 [JG] Jamie Gadd

M  /src/generic/listctrl.cpp  [diff, log, file]

 Include compatibility guard for int GetItemSpacing( bool isSmall ) in implementation file also.