wxWidgets SVN Changelog

Select Changelog:

wxWidgets, wxPython, wxWebSite, wxPyWeb

Select page:

Previous Page1Next 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 (225)
Steven Lamerton (186)
Bryan Petty (177)
User: HH (110)
Javier Torres (80)
Julien Weinzorn (50)
Peter Cawley (44)
Bo Yang (37)
Peter Most (32)
Mingquan Yang (29)
Ron Lee (27)
Rickard Westerlund (23)
Diaa Mahmoud Sami (7)
Bo Yang (37)
Bryan Petty (177)
Chris Elliott (655)
Diaa Mahmoud Sami (7)
Dimitri Schoolwerth (225)
Francesco Montorsi (1,299)
Jaakko Salli (542)
Jacob Jansen (363)
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:
  • Diaa Mahmoud Sami Remove Filter

Changelog for wxWidgets (7 revisions):

r40842: 2006-08-26 17:07:26 [DMS] Diaa Mahmoud Sami

M  [SOC2006_RTL] /include/wx/sizer.h  [diff, log, file]
M  [SOC2006_RTL] /src/common/sizer.cpp  [diff, log, file]
M  [SOC2006_RTL] /src/common/wincmn.cpp  [diff, log, file]

 Added RTL support to sizers, which is required in wxGTK only.

r40841: 2006-08-26 16:17:29 [DMS] Diaa Mahmoud Sami

M  [SOC2006_RTL] /include/wx/gtk/menu.h  [diff, log, file]
M  [SOC2006_RTL] /include/wx/gtk/window.h  [diff, log, file]
M  [SOC2006_RTL] /src/gtk/menu.cpp  [diff, log, file]

 - Improved RTL implementation and functionality for wxGTK::wxMenuBar and wxGTK::wxMenu, now both of them has GetLayoutDirection/SetLayoutDirection methods, and wxMenuBar::SetLayoutDirection changes the layout of the menus attached to it.
 - Also changed wxWindowGTK::GetLayoutDirection() to make it virtual(so that it can be overriden in wxGTK::wxMenuBar)

r40839: 2006-08-26 16:07:17 [DMS] Diaa Mahmoud Sami

A  [SOC2006_RTL] /samples/internat/ar  [log, file]
A  [SOC2006_RTL] /samples/internat/ar/internat.mo  [log, file]
A  [SOC2006_RTL] /samples/internat/ar/internat.po  [log, file]
M  [SOC2006_RTL] /samples/internat/internat.cpp  [diff, log, file]

 Added arabic translation to internat sample

r40808: 2006-08-24 21:21:32 [DMS] Diaa Mahmoud Sami

M  [SOC2006_RTL] /include/wx/gtk/menu.h  [diff, log, file]
M  [SOC2006_RTL] /src/gtk/menu.cpp  [diff, log, file]

 improved RTL implementation for wxGTK::wxMenuBar, now it has a SetLayoutDirection like any normal wxWindow

r40712: 2006-08-21 12:33:36 [DMS] Diaa Mahmoud Sami

M  [SOC2006_RTL] /include/wx/gtk/menu.h  [diff, log, file]
M  [SOC2006_RTL] /include/wx/gtk/window.h  [diff, log, file]
M  [SOC2006_RTL] /src/gtk/menu.cpp  [diff, log, file]
M  [SOC2006_RTL] /src/gtk/window.cpp  [diff, log, file]

 Added basic RTL support to wxGTK
 menus and widgets are working, sizers not yet

r40424: 2006-08-01 21:20:22 [DMS] Diaa Mahmoud Sami

M  [SOC2006_RTL] /misc/languages/genlang.py  [diff, log, file]
M  [SOC2006_RTL] /misc/languages/langtabl.txt  [diff, log, file]

 I forgot to include the following files in the previous commit.
 they are the modified python script and lang table including changes for RTL support.

r40189: 2006-07-19 14:08:59 [DMS] Diaa Mahmoud Sami

Click to show all 13 changes...

 basic RTL support was added, most of the native controls are working properly.