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-08-22 21:50 RR, revision 40756

Add the new showOnIdle code to various other widget which override OnInternalIdle().

2006-08-22 21:47 MW, revision 40755

Revert last commit.

2006-08-22 21:15 MW, revision 40754

Add WX_CHECK_DECLS macro and try it out on strtok_r. Otherwise the test for strtok_r succeeds on Minix though the function is not available.

2006-08-22 20:17 MW, revision 40753

For an unknown generic unix system make --with-x11 --disable-shared the default.

2006-08-22 19:36 PC, revision 40752

prevent linker from discarding wxStockGDIMac

2006-08-22 19:07 MW, revision 40751

Compile fix for Minix.

2006-08-22 19:04 MW, revision 40750

Use string.h instead of memory.h, since some system don't have memory.h and string.h is the standard header.

2006-08-22 19:03 PC, revision 40749

build fix

2006-08-22 17:27 RD, revision 40748

Added wx.BitmapFromBuffer and wx.BitmapFromBufferRGBA factory functions.

2006-08-22 17:23 RD, revision 40747

Refactored wx.ImageFromBuffer

2006-08-22 12:30 RR, revision 40746

Commited Bryan Petty's blind fix patch. Added event.Skip() to size event handler in frame manager and removed the wrong work around for this.

2006-08-22 12:26 RR, revision 40745

Added intermediate state (m_showOnIdle) indicating that time must be given to a window to get placed correctly before it is shown. The avoids jumping windows.

2006-08-22 12:21 VZ, revision 40744

fixed a crash and a leak in GetShortcutTarget() (closes bug 1541321)

2006-08-22 11:42 VZ, revision 40743

mention wxPathList change

2006-08-22 11:19 VZ, revision 40742

add round trip wxTextCtrl::Get/SetValue() test

2006-08-22 11:05 VZ, revision 40741

don't force UTF-8 encoding to ISO-8859-1 for GTK+ 2, it may have been necessary for GTK+ 1 but definitely not 2

2006-08-22 10:32 VZ, revision 40740

use size of wxNORMAL_FONT instead of hard coded 12 points

2006-08-22 10:29 VZ, revision 40739

added "set encoding" menu item

2006-08-22 10:07 VZ, revision 40738

allow entering font description string interactively

2006-08-22 08:01 AVV, revision 40737

Reversed wrong file commited

2006-08-22 08:00 AVV, revision 40736

Cleaned and improved the X11 implementation, to be used as base for wxSocketBaseLoop

2006-08-22 03:08 PC, revision 40735

use wxModule to ensure proper initialization order for wxStockGDIMac

2006-08-21 23:13 RR, revision 40734

Don't emit bogus size events if a child window is inserted into a frame or dialog. I don't know why I wrote that non-sense back then, but wxMSW doesn't do it either.

2006-08-21 18:44 RD, revision 40733

Added wx.lib.combotreebox from Frank Niessink

2006-08-21 18:44 , revision 40732

This commit was manufactured by cvs2svn to create branch 'WX_2_6_BRANCH'.

2006-08-21 18:32 RD, revision 40731

Added wx.lib.combotreebox from Frank Niessink

2006-08-21 18:30 RD, revision 40730

Move CanSetTransparent and SetTransparent up to wxWindowBase since wxMac can handle transparency at that level.

2006-08-21 18:28 RD, revision 40729

Adapt to some wxDC methods becoming protected

2006-08-21 18:27 RD, revision 40728

Make it possible to tell wxXmlResource which domain to pull translatable strings from. Make the wxLocale::GetString methods virtual so they can be overridden in derived classes.

2006-08-21 17:32 RD, revision 40727

fix label

2006-08-21 17:32 RD, revision 40726

Added test of using CalendarDateAttr

2006-08-21 17:12 RD, revision 40725

Add ImageFromBuffer

2006-08-21 17:12 RD, revision 40724

fix label

2006-08-21 17:11 RD, revision 40723

Change Miki's email address

2006-08-21 17:07 RD, revision 40722

Recognize the numpad cursor keys too

2006-08-21 16:48 RD, revision 40721

Recognize the numpad cursor keys too

2006-08-21 15:57 SC, revision 40720

still overriding the escape key

2006-08-21 15:17 AVV, revision 40719

Unified GSocketGUIFunctionsTable duplicated code, keeping the platform-specific code to a bare minimum on the callback files.

2006-08-21 14:41 SC, revision 40718

removing unneeded event table

2006-08-21 14:15 RR, revision 40717

Fix same compilation again, I guess 0 was meant to initialize the wxTreeItemId to nothing.

2006-08-21 14:12 RR, revision 40716

Fix compilation under MSW with GCC cross.

2006-08-21 14:10 AVV, revision 40715

Fix mac compilation

2006-08-21 14:05 AVV, revision 40714

Fix windows compilation

2006-08-21 13:49 AVV, revision 40713

Changes to start unification of callback code, probably breaking mac/windows till I test compilation

2006-08-21 12:33 DMS, revision 40712

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

2006-08-21 12:15 AVV, revision 40711

wxX11 sockets updated to the new callback interface. This also fixes a serious but on wxX11 sockets: the iteration of the socket event loop could crash if the socket callback happens to remove both events, hence removing the socket from the hash list while the list is being processed. Fixed now by lookup of the next item before the callback of the corrent one is processed.

2006-08-20 22:24 VZ, revision 40710

added stock menu items support

2006-08-20 16:32 SN, revision 40709

Added stub for wxIsPlatform64Bit.

2006-08-20 14:02 VZ, revision 40708

don't use dynamic handlers for standard buttons as this prevents static event handlers in derived classes from working; just catch all button events in a static handler instead

2006-08-20 13:29 SN, revision 40707

Removed event table as these things are now handled by wxDialogBase.

2006-08-20 12:14 VZ, revision 40706

create status bar to see wxLogStatus messages

2006-08-20 11:04 VZ, revision 40705

removed unneeded cast to wxWindowDC in DrawItemSelectionRect()

2006-08-20 10:54 VZ, revision 40704

connect the affirmative/cancel button handlers to new ids, not old ones

2006-08-20 10:52 VZ, revision 40703

set wxID_CLOSE as affirmative id, not cancel id, this makes more sense for this dialog even if the effect is the same

2006-08-20 10:39 VZ, revision 40702

map Esc to GetAffirmativeId() instead of hardcoded wxID_OK when escape id is wxID_ANY

2006-08-20 10:38 VZ, revision 40701

updates for wxDialog affirmative/escape id buttons handling changes

2006-08-20 10:30 VZ, revision 40700

handle the buttons with ids specified in SetAffirmative/CancelId() as Ok/Cancel

2006-08-20 09:44 MBN, revision 40699

Allow building when WXINTL_NO_GETTEXT_MACRO is defined.

2006-08-20 05:09 RD, revision 40698

Updates from Eli

2006-08-20 04:55 AVV, revision 40697

Fair enough warning on proxy negociation timeout

2006-08-20 04:49 RD, revision 40696

Change Miki's email address

2006-08-20 04:46 RD, revision 40695

Add dtor for wxCalendarDateAttr

2006-08-20 04:24 AVV, revision 40694

Document wxSocketClient::SetProxy and wxSocketClient::GetProxyError

2006-08-20 04:20 RD, revision 40693

Various updates

2006-08-20 04:19 RD, revision 40692

Add ImageFromBuffer

2006-08-19 23:21 VZ, revision 40691

don't use deprecated wxStripMenuCodes overload

2006-08-19 23:19 VZ, revision 40690

don't use the hack with handling wxID_CLOSE button events in wxDialog::OnCancel(); simply map Esc to wxID_CLOSE instead

2006-08-19 23:17 VZ, revision 40689

tidy up configure output, don't show gnomeprint/vfs/hildon for non-GTK ports

2006-08-19 23:04 VZ, revision 40688

don't call base class OnOk() directly, use EndDialog() instead

2006-08-19 22:56 VZ, revision 40687

moved all wxDialog event handlers to wxDialogBase to avoid code duplication (sixplication?) among ports; as a side effect added public wxDialog methods to wxDialogBase as well and moved EndDialog() (previously implemented by wxMSW, wxMotif, wxMac and wxCocoa but not the other ports) to wxDialogBase too

2006-08-19 22:36 VZ, revision 40686

centralized Esc key handling for closing the dialogs in wxDialogBase: 1. added wxDialogBase::OnCharHook() and removed this event handler from all the other ports 2. also removed ad hoc code doing the same thing in wxMSW (MSWProcessMessage() override in wxDialog) and wxGTK (in gtk_window_key_press_callback()) 3. reimplemented EmulateButtonClickIfPresent() portably and also moved it to wxDialogBase from wxMSW wxDialog

2006-08-19 22:21 PC, revision 40685

use wxChar* instead of wxString for string constants, cuts object size by ~1200 bytes

2006-08-19 22:17 VZ, revision 40684

compilation fix after wxPlatformInfo patch: use wxOS_WINDOWS_CE instead of wxWinPocketPC

2006-08-19 21:48 VZ, revision 40683

removed #ifdef wxTopLevelWindowNative -- it's now defined for all ports

2006-08-19 21:30 PC, revision 40682

simplify coordinate transformation code

2006-08-19 21:28 PC, revision 40681

configure test for round

2006-08-19 21:16 RD, revision 40680

Patch #1540143 Add optional labelwidths to filebrowsebutton

2006-08-19 19:22 RD, revision 40679

Use global font and pen to reduce GDI objects created. Patch #1540457

2006-08-19 16:29 AVV, revision 40678

Set proxy error to -1 if there was any non-proxy-related network error

2006-08-19 16:23 AVV, revision 40677

Add proxy error retrieval

2006-08-19 16:14 AVV, revision 40676

Add proxy error retrieval

2006-08-19 15:54 AVV, revision 40675

HTTP proxy implementation

2006-08-19 14:43 AVV, revision 40674

Small fix to auth types info

2006-08-19 14:28 AVV, revision 40673

commiting SOCKS5 code to test endianness

2006-08-19 14:17 VZ, revision 40672

update the item width when making it bold, otherwise the selection highlight was too small after an item was made bold (and too big after it was reset to normal)

2006-08-19 12:27 AVV, revision 40671

Better endiannes handling

2006-08-19 12:10 AVV, revision 40670

SOCKS4a endianness fix

2006-08-19 12:02 AVV, revision 40669

Commiting the SOCKS4/4a proxy code to be tested on big endian arch

2006-08-19 11:00 AVV, revision 40668

Fix for duplicated lost events (ooops)

2006-08-19 10:53 VZ, revision 40667

refactoring/simplification of code dealing with scrollbars and their events

2006-08-19 10:05 VZ, revision 40666

ScrollLines() didn't use correct step_increment, so e.g. wxTextCtrl scrolled in tiny steps instead of by lines

2006-08-19 08:45 JS, revision 40665

Shouldn't need to repeat the extern

2006-08-19 08:44 JS, revision 40664

Compile fixes

2006-08-19 08:40 JS, revision 40663

Added missing include

2006-08-18 20:56 JS, revision 40662

wxFileName size patch

2006-08-18 17:50 MW, revision 40661

Missing exports.

2006-08-18 17:06 PC, revision 40660

code simplification and cleanup

2006-08-18 15:30 JS, revision 40659

Applied patch [ 1531615 ] size support for wxFileName

2006-08-18 15:27 JS, revision 40658

Corrected VC++ compilo (not yet tested)

2006-08-18 08:05 CE, revision 40657

add #if wxUSE_AUI to get VC6 with no wxUSE_AUI to compile