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

2000-07-19 10:44 OK, revision 7788

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...

2000-07-19 10:34 OK, revision 7787

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

2000-07-19 10:31 OK, revision 7786

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...

2000-07-19 10:28 OK, revision 7785

Use GTK_OBJECT_GET_CLASS macro.

2000-07-19 09:45 OK, revision 7784

May as well also add a GTK_CLASS_TYPE macro for compatibility.

2000-07-19 09:39 OK, revision 7783

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.

2000-07-19 09:35 OK, revision 7782

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.

2000-07-19 09:32 OK, revision 7781

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

2000-07-19 08:56 OK, revision 7780

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

2000-07-19 08:51 OK, revision 7779

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

2000-07-19 08:50 OK, revision 7778

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

2000-07-19 08:47 OK, revision 7777

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

2000-07-19 08:36 OK, revision 7776

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.

2000-07-19 08:31 OK, revision 7775

Another case of fn_str() in wxFopen() ?

2000-07-19 08:28 OK, revision 7774

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

2000-07-19 08:27 OK, revision 7773

wxGTKDash is also a gint8 under WXGTK20

2000-07-19 08:26 OK, revision 7772

Replaced WXGTK13 with WXGTK20

2000-07-19 08:25 OK, revision 7771

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.

2000-07-19 08:20 OK, revision 7770

More Unicode compilation fixes.

2000-07-19 08:13 OK, revision 7769

The wxFopen() fix again, but in the main branch.

2000-07-19 08:12 OK, revision 7768

wxFopen(fname.fn_str(),...) does not make sense and does not compile in Unicode mode. Just use wxFopen(fname,...)

2000-07-19 08:08 OK, revision 7767

Configure checks for: sizeof(wchar_t) iconv.h langinfo.h gtk+ 1.3.1, defines __WXGTK20__ (I removed __WXGTK13__)

2000-07-19 08:03 OK, revision 7766

aclocal configure macro from gtk+ 1.3.1

2000-07-19 08:01 VZ, revision 7765

handle wxDEFAULT as a default font size (12), not as just some value (70)

2000-07-19 07:31 VZ, revision 7764

unused static function (=> warning) commented out