wxWidgets SVN Changelog

Select Changelog:

wxWidgets, wxPython, wxWebSite, wxPyWeb

Select page:

Previous Page1 2 3 6 8 11Next 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)
Ove Kaaven (271)
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)
Ove Kaaven (271)
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:
  • Ove Kaaven Remove Filter

Changelog for wxWidgets (271 revisions):

r9609: 2001-03-29 14:09:17 [OK] Ove Kaaven

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

 Unicode compilation fixes.

r9608: 2001-03-29 14:06:43 [OK] Ove Kaaven

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

 Some Unicode compilation fixes. This Unicode stuff in file functions is
 always so hard to get right, it seems... I don't like that wxStat isn't
 a Unicode wrapper for the real Linux libc stat(), so the caller needs to
 convert it for wxStat, but not for e.g. wxRename... this is inconsistent,
 so it's not surprising people don't get it right, I guess.

r9607: 2001-03-29 13:19:50 [OK] Ove Kaaven

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

 wchar_t byte-swapping is not necessary if __STDC_ISO_10646__ is defined.

r9606: 2001-03-29 13:08:18 [OK] Ove Kaaven

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

 Unicode compilation fix.

r7824: 2000-07-24 23:44:17 [OK] Ove Kaaven

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

 Fix gtk+ 1.2 compilation...

r7821: 2000-07-24 13:47:19 [OK] Ove Kaaven

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

 Try to include windows.h.

r7788: 2000-07-19 10:44:14 [OK] Ove Kaaven

M  /include/wx/gtk/dcclient.h  [diff, log, file]
M  /include/wx/gtk1/dcclient.h  [diff, log, file]
M  /src/gtk/dcclient.cpp  [diff, log, file]
M  /src/gtk1/dcclient.cpp  [diff, log, file]

 Really cheesy attempt to make wxDC::DrawText() utilize gtk+ 1.3.1's
 multilingual text rendering engine to draw Unicode text (doubt this works
 on wxMemoryDC, but at least it makes the generic listctrl show unicode text).
 
 But I suspect that the text engine really should be abstracted at
 a higher level in wxWindows...

r7787: 2000-07-19 10:34:52 [OK] Ove Kaaven

M  /src/gtk/win_gtk.c  [diff, log, file]
M  /src/gtk1/win_gtk.c  [diff, log, file]

 There's no ONSCREEN/OFFSCREEN flag in gtk+ 1.3.1, so I had to #ifndef
 them out. Also used GTK_CLASS_TYPE...
 (For some reason, scrolling no longer works with gtk+ 1.3.1 now...)

r7786: 2000-07-19 10:31:58 [OK] Ove Kaaven

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

 Make this compile with gtk+ 1.3.1... not sure what the "casting"
 (class assignment) of the widget styles are for, but I used
 _G_TYPE_IGC anyway...

r7785: 2000-07-19 10:28:26 [OK] Ove Kaaven

M  /src/gtk/control.cpp  [diff, log, file]
M  /src/gtk/radiobox.cpp  [diff, log, file]
M  /src/gtk/stattext.cpp  [diff, log, file]
M  /src/gtk/tbargtk.cpp  [diff, log, file]
M  /src/gtk1/control.cpp  [diff, log, file]
M  /src/gtk1/radiobox.cpp  [diff, log, file]
M  /src/gtk1/stattext.cpp  [diff, log, file]
M  /src/gtk1/tbargtk.cpp  [diff, log, file]

 Use GTK_OBJECT_GET_CLASS macro.

r7784: 2000-07-19 09:45:24 [OK] Ove Kaaven

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

 May as well also add a GTK_CLASS_TYPE macro for compatibility.

r7783: 2000-07-19 09:39:18 [OK] Ove Kaaven

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

 gtk+ 1.3.1's region transformation code no longer returns a new region,
 but rather seems to operate on the source region... added a bunch
 of ifdefs.

r7782: 2000-07-19 09:35:41 [OK] Ove Kaaven

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

 There's no gtk_widget_push_visual/pop_visual in gtk+ 1.3.1, so I just
 ifndef-ed it out. Not sure if it matters.

r7781: 2000-07-19 09:32:26 [OK] Ove Kaaven

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

 Added "stand-ins" for a couple of Pango (Owen Taylor's multilingual text
 rendering engine, used by gtk+ 1.3 widgets) types, and added
 GTK_OBJECT_GET_CLASS macro for backwards compatibility with gtk+ 1.2

r7780: 2000-07-19 08:56:40 [OK] Ove Kaaven

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

 If the "partial" argument is true, you're probably meant to set the
 LVFI_PARTIAL flag, not the LVFI_STRING flag again.

r7779: 2000-07-19 08:51:31 [OK] Ove Kaaven

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

 Still no such thing as gtkfeatures.h in gtk+ 1.3.1...

r7778: 2000-07-19 08:50:37 [OK] Ove Kaaven

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

 Casting to GdkColormapPrivate is neither possible nor necessary in
 gtk+ 1.3.1.

r7777: 2000-07-19 08:47:46 [OK] Ove Kaaven

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

 If compiling with WXGTK20, set wxConvCurrent to wxConvUTF8, as all
 gtk+ 1.3.1's widgets (except the deprecated/obsoleted ones) work
 solely with UTF-8. (I knew my forward thinking regarding wxConvCurrent
 would pay off someday...)

r7776: 2000-07-19 08:36:53 [OK] Ove Kaaven

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

 If, in a single-selection listctrl, a focused item is selected, and the
 focus is moved programmatically (SetItemState) without selecting the new
 item, the old focused item wasn't deselected, making the listctrl end up
 with TWO selected items when the focused item gets selected by the user.
 So I made SetItemState deselect the old focused item when the focus is
 moved in a single-selection listctrl.

r7775: 2000-07-19 08:31:36 [OK] Ove Kaaven

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

 Another case of fn_str() in wxFopen() ?

r7774: 2000-07-19 08:28:55 [OK] Ove Kaaven

M  /include/wx/gtk/win_gtk.h  [diff, log, file]
M  /include/wx/gtk1/win_gtk.h  [diff, log, file]

 gtkfeatures.h does not exist under gtk+ 1.3.1, #ifndef it out

r7773: 2000-07-19 08:27:41 [OK] Ove Kaaven

M  /include/wx/gtk/pen.h  [diff, log, file]
M  /include/wx/gtk1/pen.h  [diff, log, file]

 wxGTKDash is also a gint8 under WXGTK20

r7772: 2000-07-19 08:26:42 [OK] Ove Kaaven

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

 Replaced WXGTK13 with WXGTK20

r7771: 2000-07-19 08:25:15 [OK] Ove Kaaven

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

 An attempt at make the wxCSConv class useful. Uses iconv under Unix,
 Internet codepages under Windows, wxEncodingConverter if all else fails.
 Not really complete, not really optimized, nor really tested,
 but I'll let you check whether it could be useful at least.

r7770: 2000-07-19 08:20:03 [OK] Ove Kaaven

M  [WX_2_2_BRANCH] /src/common/filefn.cpp  [diff, log, file]
M  [WX_2_2_BRANCH] /src/common/valgen.cpp  [diff, log, file]
M  [WX_2_2_BRANCH] /src/common/wxchar.cpp  [diff, log, file]
M  /src/common/filefn.cpp  [diff, log, file]
M  /src/common/valgen.cpp  [diff, log, file]
M  /src/common/wxchar.cpp  [diff, log, file]

 More Unicode compilation fixes.