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

2006-02-21 14:23 ROL, revision 37653

corrected positioning of internal panels, as the default value -1 was used as a real coordinate causing extra pixels in the right margin

2006-02-21 13:10 VZ, revision 37652

added wxListCtrl::DoClientToScreen/ScreenToClient

2006-02-21 13:09 VZ, revision 37651

wrapped wxListCtrl::DoClientToScreen/ScreenToClient() symbols added after 2.6.2 in wxABI_VERSION test

2006-02-20 21:34 MR, revision 37650

wxGTK2: Declare GTK_DISABLE_DEPRECATED in defs.h. I will be monitoring the tinderbox, and think on how to rearrange the declarations and inclusions related to this.

2006-02-20 21:32 RD, revision 37649

reSWIGged

2006-02-20 21:28 MR, revision 37648

Make everything compile with GTK_DISABLE_DEPRECATED declared.

2006-02-20 20:08 RD, revision 37647

Mention other changes, plust some items from wx's changes.txt

2006-02-20 20:07 RD, revision 37646

Mention SWIG change

2006-02-20 20:03 RD, revision 37645

Added wx.OutputStream.LastWrite

2006-02-20 20:02 RD, revision 37644

Added wx.GridSizer.CalcRowsCols

2006-02-20 17:12 RR, revision 37643

Added test for wxComboBox::SetString

2006-02-20 17:10 RR, revision 37642

Make use of GTK 2.4 GtkComboBox if it is available, fall back to old GtkCombo one if not (run-time check).

2006-02-20 13:47 JJ, revision 37641

Committing in . Update of OpenVMS compile support Modified Files: wxWidgets/setup.h_vms wxWidgets/src/common/descrip.mms wxWidgets/src/generic/descrip.mms wxWidgets/src/gtk/descrip.mms wxWidgets/src/unix/descrip.mms wxWidgets/src/unix/displayx11.cpp ----------------------------------------------------------------------

2006-02-20 11:35 RR, revision 37640

Rename gtk_ callbacls to gtkcombo_ callbacks to make room for gtkcombobox_

2006-02-20 09:14 JS, revision 37639

Include dateevt.h from datectrl.h

2006-02-19 14:38 VZ, revision 37638

fix MT-unsafe accesses to wxConditionInternal::m_numWaiters

2006-02-18 23:59 MR, revision 37637

wxGTK: Backport a wxNotebook::HitTest fix.

2006-02-18 23:44 MR, revision 37636

wxGTK2: gtk_signal_disconnect_by_func isn't used anywhere anymore. Nuke prototype from gtk/private.h

2006-02-18 21:43 RD, revision 37635

Added the wx.HVScrolledWindow class.

2006-02-18 21:41 RD, revision 37634

Treat Ctrl-Shift-Backspace the same as ESC in the shell.

2006-02-18 21:40 RD, revision 37633

Prevent using a bad tree item.

2006-02-18 21:37 RD, revision 37632

Added the wx.HVScrolledWindow class.

2006-02-18 18:16 VZ, revision 37631

gcc initializer order fix warning (patch 1432835)

2006-02-18 13:49 MR, revision 37630
  • D /wxWidgets/trunk/src/gtk/wx_gtk_vmsjackets.c
  • D /wxWidgets/trunk/src/gtk1/wx_gtk_vmsjackets.c

wx_gtk_vmsjackets.c seems to not be used by anything these days. Delete on both wxGTK ports.

2006-02-17 21:25 VZ, revision 37629

compilation fix for old SDK headers (such as shipped with VC6)

2006-02-17 17:31 VZ, revision 37628

update from Wei-Lun Chao for 2.6.3

2006-02-16 23:05 RD, revision 37627

Fixed Cut command, added support for MenuBar inside Frame/Dialog. (Backport from HEAD.)

2006-02-16 17:19 ROL, revision 37626

Fixed Cut command, added support for MenuBar inside Frame/Dialog.

2006-02-16 14:12 VZ, revision 37625

compilation fix after removing wxImage(wxImage *) ctor

2006-02-16 11:26 RR, revision 37624

Allow tabbing in wxRadioBox.

2006-02-16 11:24 RR, revision 37623

Allow tabbing into and outof wxRadioBox.

2006-02-16 10:11 JS, revision 37622

Regenerated configure

2006-02-16 09:11 RR, revision 37621

Use signal_connect_after for focus events for native GTK+ windows and singal_connect for custom events.

2006-02-16 09:00 RR, revision 37620

Use g_signal_connect_after for GTK+ native controls and wxTopLevelWindow focus events and the normal _connect for custom controls.

2006-02-16 08:53 JS, revision 37619

Applied patch [ 1431955 ] Fixes wxSocket* _Wait/Select From Angel Vidal Veiga

2006-02-16 08:32 JS, revision 37618

GTK+ 1 fix

2006-02-16 06:16 vell, revision 37617

cleanup - reformatting (pt 2)

2006-02-16 03:07 RD, revision 37616

Added GetToolsCount

2006-02-16 03:03 RD, revision 37615

Fix for Bug #1432054: ToolBar controls not removed by ClearTools Use DeleteTool in ClearTools instead of just destroying the internal list, so the toolbar is kept fully in sync with the removal of all tool types. Also fix wxMSW version to actually Destroy() the controls when they are deleted from the toolbar.

2006-02-16 01:03 vell, revision 37614

cleanup - reformatting

2006-02-15 21:16 MW, revision 37613

The cyrillic characters used in the CaseChanges() test have different values on different platforms depending on the cyrillic character set used. So try generating these from the Unicode instead of using fixed values.

2006-02-15 21:16 MW, revision 37612

Warning fix

2006-02-15 21:10 MW, revision 37611

The cyrillic characters used in the CaseChanges() test have different values on different platforms depending on the cyrillic character set used. So try generating these from the Unicode instead of using fixed values.

2006-02-15 20:14 MR, revision 37610

Revert. Crashes single-line wxTextCtrl.

2006-02-15 20:09 MR, revision 37609

Connect focus_out_event handler before the default handler, as to suppress queue_draw when appropriate, that the default one does.

2006-02-15 19:59 vell, revision 37608

cleanup - reformatting

2006-02-15 18:58 MW, revision 37607

Add back missing 3rd party builtin libs for static monolithic builds

2006-02-15 16:31 RD, revision 37606

subrelease value should start at zero

2006-02-15 16:31 vell, revision 37605

cleanup - reformatting

2006-02-15 15:49 MR, revision 37604

Use correct type for storing return value. gboolean instead of bool.

2006-02-15 15:47 JS, revision 37603

Updated release number (oops)

2006-02-15 15:04 VZ, revision 37602

return non-numpad key codes from wxCharCodeMSWToWX() if it is called with lParam==0 (this happens only when it's not called from WM_KEYDOWN/UP/CHAR handler and so we don't have information about which key was really pressed)

2006-02-15 14:57 VZ, revision 37601

fixed USE_QA_DEFAULT usage (bug 1431952)

2006-02-15 14:26 MR, revision 37600

Wrap the warning suppress of SetSize around #ifndef WX_WARN_ILLEGAL_SETSIZE. configure with CFLAGS="-DWX_WARN_ILLEGAL_SETSIZE" when wanting to deal with the problem and therefore see the warnings.

2006-02-15 14:01 MR, revision 37599

The return types for enter/leave-notify-event and focus-in/out-event handlers are gboolean, not gint

2006-02-15 13:43 RR, revision 37598

Backport focus handling change to 2.6 as it actually interferes less with GTK+ than the previous code, namely only of custom windows, not for native controls.

2006-02-15 13:26 RR, revision 37597

The focus handling change in wxTopLevelWindows broke a few things.

2006-02-15 12:59 MW, revision 37596

Fix for 64-bit systems

2006-02-15 12:58 MW, revision 37595

Check encoding names case insensitively

2006-02-15 12:53 MW, revision 37594

Fix for 64-bit systems

2006-02-15 12:52 MW, revision 37593

Check encoding names case insensitively

2006-02-15 12:10 RR, revision 37592

Alter focus handling to disable GTK+ standard behaviour for custom controls (non native controls) so that window is not invalidated after focus in and out. Leave native control alone.

2006-02-15 09:59 RR, revision 37591

Applied wxVScrolledWindow patch

2006-02-15 09:33 JJ, revision 37590

Committing in . first version of wxGTK2 for OpenVMS. At present for debugging only. Modified Files: wxWidgets/descrip.mms wxWidgets/setup.h_vms wxWidgets/contrib/src/deprecated/descrip.mms wxWidgets/samples/minimal/descrip.mms wxWidgets/src/common/descrip.mms wxWidgets/src/generic/descrip.mms wxWidgets/src/gtk/descrip.mms wxWidgets/src/html/descrip.mms wxWidgets/src/unix/descrip.mms wxWidgets/src/xml/descrip.mms wxWidgets/src/xrc/descrip.mms Added Files: wxWidgets/lib/VMS_GTK2.OPT ----------------------------------------------------------------------

2006-02-15 09:21 RR, revision 37589

Reenable wxFULL_REPAINT_ON_RESIZE flag and correct its flag test.

2006-02-15 09:02 RR, revision 37588

Reenable wxFULL_REPAINT_ON_RESIZE line.

2006-02-15 05:32 KH, revision 37587

Fixed SetAddress() for self-assignment (patch 1430703), backport from HEAD

2006-02-14 23:06 ROL, revision 37586

OnReplace not yet undoable

2006-02-14 22:15 RD, revision 37585

make the stay-on-top mode controlled by a command-line parameter

2006-02-14 22:13 RD, revision 37584

reSWIGged

2006-02-14 22:04 RD, revision 37583

Applied patch #1431193: work around for recent fileuri change in mediactrl + fix

2006-02-14 21:12 RD, revision 37582

fix for memory leak in paste (backport from HEAD)

2006-02-14 21:08 ROL, revision 37581

update of Paste command, new revision

2006-02-14 21:05 RD, revision 37580

fix for memory leak in paste (backport from HEAD)

2006-02-14 20:58 ROL, revision 37579

fix for memory leak in paste

2006-02-14 13:54 RR, revision 37578

More experimenting

2006-02-14 11:33 MW, revision 37577

Backport fix for reversed masks on displays with 8-bit depth, reported in patch 1219989

2006-02-14 11:07 JS, revision 37576

Include new manifest files in distribution

2006-02-14 09:21 MR, revision 37575

Cast to void* before casting to Node** to make the compiler do no strict-aliasing assumptions, and suppress a warning if -fstrict-aliasing (enabled with -O2, -O3 and -Os unless forced off as is planned for the time being) is used. See http://article.gmane.org/gmane.comp.lib.wxwidgets.devel/70262 for details. Also return NULL instead of 0 in the same GetNodePtr, as the return type is a pointer, not integer.

2006-02-14 06:54 vell, revision 37574

cleanup - reformatting

2006-02-14 04:41 vell, revision 37573

cleanup - reformatting

2006-02-14 04:00 KH, revision 37572

Fix wxComboBox constructors after keyboard access commit, not all constructors were setting the parent container pointer. Added Init method and put all the constructors together in the header (rather than being split between h and cpp)

2006-02-14 03:49 VZ, revision 37571

modified custom draw code to fully draw the items using a font with encoding different from the system one as the native list control ignores the font encoding; seems to finally work somehow but there is still horrible flicker as the items seem to be redrawn on every mouse move over them, no idea how to avoid this

2006-02-13 22:12 MW, revision 37570

Fix for reversed masks on displays with 8-bit depth, reported in patch 1219989.

2006-02-13 21:44 vell, revision 37569

cleanup - refomatting

2006-02-13 21:20 VZ, revision 37568

declare lists as exported, seems to be necessary in VC5 DLL builds and shouldn't hurt elsewhere

2006-02-13 19:20 RD, revision 37567

New APIs, Events, etc. for MediaCtrl

2006-02-13 19:20 RD, revision 37566

a little tweak to the debug code (commented out)

2006-02-13 19:19 RD, revision 37565

don't hide the log messages, and be sure to stop the timer when done

2006-02-13 19:18 RD, revision 37564

Show some GradientFill usage

2006-02-13 19:17 RD, revision 37563

change doc tweaks

2006-02-13 19:15 RD, revision 37562

New APIs, Events, etc. for MediaCtrl

2006-02-13 19:13 RD, revision 37561

new GetShown, Show, and etc. for wx.UpdateUIEvent

2006-02-13 19:12 RD, revision 37560

a little reorg and cleanup from the last two revisions

2006-02-13 16:34 RR, revision 37559

Starting wxDataView..

2006-02-13 15:30 VZ, revision 37558

fixed transparency handling broken by the last commit

2006-02-13 15:18 VZ, revision 37557

minor docs corrections and improvements from Andreas Mohr (patch 1430551)

2006-02-13 15:16 VZ, revision 37556

fixed SetAddress() for self-assignment (patch 1430703)

2006-02-13 14:58 VZ, revision 37555

use C cast instead of reinterpret_cast which doesn't work for casting pointers to functions to pointers to objects

2006-02-13 09:10 vell, revision 37554

cleanup - reformatting