wxWidgets SVN Changelog

Select Changelog:

wxWidgets, wxPython, wxWebSite, wxPyWeb

Select page:

Previous Page1 2 3 13 24 34Next 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)
Bo Yang (37)
Bryan Petty (177)
Chris Elliott (655)
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:
  • Mattia Barbon Remove Filter

Changelog for wxWidgets (841 revisions):

r63037: 2010-01-02 11:31:29 [MBN] Mattia Barbon

M  [WX_2_8_BRANCH] /docs/latex/wx/richtextctrl.tex  [diff, log, file]

   Document wxPerl interface differences for wxRichTextCtrl.

r63036: 2010-01-02 11:29:00 [MBN] Mattia Barbon

M  /interface/wx/richtext/richtextctrl.h  [diff, log, file]

   Document wxPerl interface differences for wxRichTextCtrl.

r63035: 2010-01-02 11:22:59 [MBN] Mattia Barbon

M  /include/wx/msgdlg.h  [diff, log, file]

   Build with WXINTL_NO_GETTEXT_MACRO defined.

r63034: 2010-01-02 10:40:31 [MBN] Mattia Barbon

M  /interface/wx/infobar.h  [diff, log, file]

   Fix method name in wxInfoBar interface.

r62451: 2009-10-18 17:47:01 [MBN] Mattia Barbon

Click to show all 33 changes...

 Copy wxPerl notes from the LaTeX documentation.

r46529: 2007-06-18 19:23:09 [MBN] Mattia Barbon

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

   Must update iterator to avoid infinite loop
 in case backend initialization fails.

r46504: 2007-06-17 11:02:03 [MBN] Mattia Barbon

M  /src/unix/mediactrl.cpp  [diff, log, file]

   Linking fix: g_isIdle is for GTK1 only.

r45478: 2007-04-15 11:43:37 [MBN] Mattia Barbon

M  /include/wx/dynload.h  [diff, log, file]
M  /include/wx/hash.h  [diff, log, file]
M  /include/wx/mediactrl.h  [diff, log, file]
M  /include/wx/object.h  [diff, log, file]
M  /include/wx/xti.h  [diff, log, file]
M  /src/common/dynload.cpp  [diff, log, file]
M  /src/common/mediactrlcmn.cpp  [diff, log, file]
M  /src/common/memory.cpp  [diff, log, file]
M  /src/common/module.cpp  [diff, log, file]
M  /src/common/object.cpp  [diff, log, file]

   Make wxClassInfo attributes private. Replace
 direct access to sm_classTable with a (const) iterator
 interface.

r45397: 2007-04-11 10:32:01 [MBN] Mattia Barbon

M  /build/bakefiles/files.bkl  [diff, log, file]
M  /configure.in  [diff, log, file]
M  /include/wx/xti.h  [diff, log, file]
M  /include/wx/xtistrm.h  [diff, log, file]
M  /src/common/xtistrm.cpp  [diff, log, file]
M  /src/common/xtixml.cpp  [diff, log, file]
M  /src/generic/odcombo.cpp  [diff, log, file]

   Added --enable-extended_rtti configure switch (defaults to disabled).
   Fix compilation when WXINTL_NO_GETTEXT_MACRO is defined.
   Added wx/flags.h to installed files.
   Fix XTI compilation after wxString changes.
   Fix 'virtual functions but non-virtual destructor' GCC warnings.
   Minimal XTI definition for wxOwnerDrawnComboBox (cut'n'paste
 from wxComboBox, will need to be completed).
   Requires rerunning bakefile and autoconf.

r45359: 2007-04-09 16:43:23 [MBN] Mattia Barbon

M  /src/generic/buttonbar.cpp  [diff, log, file]
M  /src/generic/datectlg.cpp  [diff, log, file]
M  /src/generic/listbkg.cpp  [diff, log, file]
M  /src/generic/treectlg.cpp  [diff, log, file]
M  /src/motif/frame.cpp  [diff, log, file]
M  /src/msw/tabctrl.cpp  [diff, log, file]

   Replace direct calls to ProcessEvent() with
 GetEventHandler()->ProcessEvent().

r45312: 2007-04-07 21:18:33 [MBN] Mattia Barbon

Click to show all 40 changes...

   Rework wxMotif font/color inheritance so it works
 like in the other ports. Avoid setting foreground/background
 color for windows and let the toolkit use the natural color.
 As an intermediate step font is still explicitly set.
 
   Handle the cases where m_foregroundColour, m_backgroundColour ir m_font
 are not initialized.
 
   Set default (overridable) X resources to emulate the old look.
 
   Unify wxMOTIF_NEW_FONT_HANDLING with wxMOTIF_USE_RENDER_TABLE.
 
   Minor unrelated (sizing) fixes to wxCheckListBox, wxStaticText, wxTextCtrl.
 
   Tagged with MOTIF_BEFORE_COLOUR_FONT_INHERITANCE before the changes.

r43653: 2006-11-26 14:22:29 [MBN] Mattia Barbon

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

   Use 1 as true and "" as false, not the opposite.

r43635: 2006-11-25 13:52:12 [MBN] Mattia Barbon

M  /include/wx/richtext/richtextformatdlg.h  [diff, log, file]

   Allow building when WXINTL_NO_GETTEXT_MACRO is defined.

r42756: 2006-10-30 19:49:03 [MBN] Mattia Barbon

M  /locale/it.po  [diff, log, file]

   Nearly finished Italian translation.

r42619: 2006-10-29 15:12:25 [MBN] Mattia Barbon

Click to show all 31 changes...

   Updated PO files. Translated some of the missing Italian strings.

r42033: 2006-10-15 15:51:35 [MBN] Mattia Barbon

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

   Fix setting the clipping region for a DC when the region is an
 actual wxRegion.
   Fix some positioning/sizing bugs, mosting affecting controls
 inside scrolled windows.

r42032: 2006-10-15 15:45:13 [MBN] Mattia Barbon

M  /include/wx/dcbuffer.h  [diff, log, file]
M  /src/common/dcbase.cpp  [diff, log, file]
M  /src/common/stream.cpp  [diff, log, file]

   Added wxRTTI macros to buffered DCs.
   Fix a signed/unsigned warning.

r41640: 2006-10-05 19:34:25 [MBN] Mattia Barbon

Click to show all 15 changes...

   Fix buffer overrun in Linux/x86_64 (Pixel is a 64 bit long, passing
 a 32 bit int pointer to XtVaGetValues will cause trouble). Using a long
 should suffice. A configure test would be better.

r40699: 2006-08-20 09:44:41 [MBN] Mattia Barbon

M  /include/wx/filename.h  [diff, log, file]

   Allow building when WXINTL_NO_GETTEXT_MACRO is defined.

r37272: 2006-02-03 18:26:55 [MBN] Mattia Barbon

M  /include/wx/list.h  [diff, log, file]
M  /include/wx/listimpl.cpp  [diff, log, file]
M  /src/common/list.cpp  [diff, log, file]

   DeleteFunction argument should be non-const since it
 is deleted inside the function.

r36054: 2005-11-01 17:03:14 [MBN] Mattia Barbon

M  [WX_2_6_BRANCH] /wxGTK.spec  [diff, log, file]

   Fix wxGTK spec file adding/removing files as appropriate.

r35858: 2005-10-09 15:48:42 [MBN] Mattia Barbon

Click to show all 59 changes...

   Removed WXWIN_COMPATIBILITY_2_2 together with code guarded by it.
   Changed default for WXWIN_COMPATIBILITY_2_4 to 0.
   Added WXWIN_COMPATIBILITY_2_6 (defaults to 1).
   Ran build/update-setup-h.

r35767: 2005-09-30 09:15:52 [MBN] Mattia Barbon

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

   Implemented wxMenuBar::Insert and wxMenu::Insert.

r35766: 2005-09-30 09:12:58 [MBN] Mattia Barbon

M  /include/wx/motif/font.h  [diff, log, file]
M  /src/motif/font.cpp  [diff, log, file]

   Simplify preprocessor guards for render tables and new
 font handling. Remove unused method.

r35754: 2005-09-28 21:16:27 [MBN] Mattia Barbon

M  /src/motif/choice.cpp  [diff, log, file]

   Implement wxChoice::Insert.