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

2005-03-09 22:31 RD, revision 32703

Added some missing files

2005-03-09 22:30 RD, revision 32702

User newer APIs for setting up scrolling

2005-03-09 22:28 RD, revision 32701

Use the PyGILState_* APIs on Python >= 2.3

2005-03-09 19:04 RR, revision 32700

Compilo.

2005-03-09 18:54 RN, revision 32699

cgimagecreate from wxbitmap crashes 10.2 - turn off. Put in right click handler to avoid double-creation of the menus

2005-03-09 18:53 RN, revision 32698

Don't pass empty string to wxFileNameFSSpec or you get a crash

2005-03-09 18:12 KH, revision 32697

Automatic use of MSG_NOSIGNAL or SO_NOSIGPIPE (checked at compile time); moved enabling of connection events on Darwin after connection has been accepted in WaitConnection; in Connect, enable events only after connection has succeeded rather than unconditionally before; do not close connection when a socket call results in EWOULDBLOCK, EAGAIN or EINTR, as these do not indicate a closed connection; loop around calls to send and recv so that socket calls returning EINTR can be immediately retried; check for invalid socket pointer in Detected_Read

2005-03-09 16:37 DS, revision 32696

minor cleanup (doc typos fixed, removed tabs)

2005-03-09 16:29 ABX, revision 32695

Missing casts to event handling functions.

2005-03-09 15:23 VZ, revision 32694

made wxStaticCast more backwards compatible by allowing it to cast away const as well (in release build)

2005-03-09 07:36 ABX, revision 32693

WinCE fixes.

2005-03-09 07:29 ABX, revision 32692

Missing flags.

2005-03-09 00:02 VZ, revision 32691

slightly clarified msw.window.no-clip-children test

2005-03-08 22:55 RR, revision 32690

Applied dir control token patch.

2005-03-08 22:50 RR, revision 32689

Applied DnD patch, adding a field for setting a default action.

2005-03-08 22:37 RR, revision 32688

Override OnSize in the scrollsub sample to disable sizer and scrollarea interferance. Made some code in wxScrolledWindow slightly clearer and removed a hack for something that shouldn't happen any more.

2005-03-08 21:05 RN, revision 32687

Fix crash when using a proxy (m_protocol already gets cleaned up via CleanData())

2005-03-08 20:53 ABX, revision 32686

Casting fix for events. Needs check by ARM eVC4 users.

2005-03-08 20:43 ABX, revision 32685

More cleaning and wxFileOffset usage.

2005-03-08 20:43 RD, revision 32684

reSWIGged

2005-03-08 20:16 VZ, revision 32683

return name and extension by const ref, not by value, to prevent bugs as the one just fixed by patch 1159289 from compiling

2005-03-08 20:13 VZ, revision 32682

fixed wrong use of = instead of == (patch 1159289)

2005-03-08 20:11 VZ, revision 32681

removed unused wxDirToWinStyle() (part of patch 1159289)

2005-03-08 20:02 KH, revision 32680

GTK1 compilation fix from Mart R., followup to patch 1157735

2005-03-08 19:37 KH, revision 32679

Removed descriptions of now-private m_ variables and moved the detailed information about the event information for each field to the appropriate Get() method descriptions.

2005-03-08 15:18 ABX, revision 32678

Correct header filename (part of bug #1154011).

2005-03-08 13:12 VZ, revision 32677

don't need AC_CXX_DYNAMIC_CAST for now

2005-03-08 13:09 VZ, revision 32676

use static_cast<> for wxStaticCast; updated comment in front of wxDynamicCast()

2005-03-08 11:17 VZ, revision 32675

mention Linux/AMD64 build fix

2005-03-08 11:17 VZ, revision 32674

removed wx_dynamic_cast(), it can't be implemented properly without real dynamic_cast<>

2005-03-08 10:56 VZ, revision 32673

set wxDIALOG_UNIT_COMPATIBILITY to 0 by default

2005-03-08 10:44 ABX, revision 32672

Allow forward declaration of wxSlider in wxMSW (bug 1157614). Remove unused header from wxSliderMSW.

2005-03-08 10:37 VZ, revision 32671

fixed loop deleting the old filters in SetWildcard() after last commit

2005-03-08 10:04 ABX, revision 32670

Missing flags.

2005-03-08 09:51 ABX, revision 32669

XTI has own wxObjectEventFunction and has to follow event.h

2005-03-08 01:47 RD, revision 32668

Workaround for toolbartool tooltip not getting written to the XRC file.

2005-03-08 01:16 RD, revision 32667

reSWIGged

2005-03-08 01:14 RD, revision 32666

Fix compilation error

2005-03-08 01:06 RD, revision 32665

reSWIGged

2005-03-08 00:43 RD, revision 32664

Little tweaks to match CVS changes

2005-03-08 00:41 RD, revision 32663

Move wxPyCallback back to derive from wxObject

2005-03-08 00:40 VZ, revision 32662

honour stateMask in GetItem() too (patch 1153451)

2005-03-08 00:38 RD, revision 32661

Allow wxBufferedDC to be constructed with just a wxDC.

2005-03-08 00:29 VZ, revision 32660

init member variables properly (patch 1156088)

2005-03-08 00:10 VZ, revision 32659

update from Hakki Dogusan

2005-03-08 00:08 VZ, revision 32658

added wxUSE_STDPATHS

2005-03-08 00:07 VZ, revision 32657

PPC 2003 SDK doesn't seem to have setlocale() neither so just don't use it under Win CE at all

2005-03-08 00:01 VZ, revision 32656

fixed bug in Set(double jdn): don't test whether the date is valid before setting it (closes 1158535)

2005-03-07 23:41 VZ, revision 32655

fix top margin for static box sizer when wxDIALOG_UNIT_COMPATIBILITY == 0

2005-03-07 23:37 VZ, revision 32654

extracted platform-specific code to determine static box borders to wxStaticBox::GetBordersForSizer()

2005-03-07 23:07 VZ, revision 32653

don't exclude msw/gsocket.cpp and msw/gsockmsw.cpp from using PCH, there is no reason to do it now that these files are in C++ and not in C

2005-03-07 22:48 VZ, revision 32652

added wxUSE_STDPATHS

2005-03-07 22:42 VZ, revision 32651

added file with WinCE-specific configuration options checks

2005-03-07 22:40 VZ, revision 32650

compilation fix for CE with Standard SDK

2005-03-07 22:37 VZ, revision 32649

added wxUSE_STDPATHS

2005-03-07 22:17 JS, revision 32648

Need wxFULL_REPAINT_ON_SIZE for the background to erase properly (needs to be optimized)

2005-03-07 22:12 VZ, revision 32647

compilation fix for VC6 (patch 1158433)

2005-03-07 21:52 JS, revision 32646

Added metal styles

2005-03-07 21:50 JS, revision 32645

Added wxFRAME_EX_METAL, wxDIALOG_EX_METAL for Mac metal appearance (saves #ifdefing)

2005-03-07 21:35 VZ, revision 32644

look in /usr/lib64 before standard locations, this should fix build on Linux AMD64

2005-03-07 20:44 JS, revision 32643

Removed very very obsolete flags from 1.x

2005-03-07 20:18 ABX, revision 32642

More wxFileOffset usage and making layout of the code little more readable.

2005-03-07 20:06 VZ, revision 32641

fix evaluation order bug (patch 1158099)

2005-03-07 19:50 VZ, revision 32640

harmless warning fixes for WinCE (mostly unused parameters)

2005-03-07 19:26 VZ, revision 32639

harmless warning fixes for WinCE (mostly unused parameters)

2005-03-07 19:22 VZ, revision 32638

fix to avoid eVC crashes: restored wxObjectEventFunction declaration so that it defines a wxObject method, not wxEvtHandler one

2005-03-07 19:10 ABX, revision 32637

Inform settings about wxWindow class existence.

2005-03-07 18:28 RD, revision 32636

Don't enable the mediactrl on jaguar

2005-03-07 17:39 ABX, revision 32635

Warning fix.

2005-03-07 17:38 RR, revision 32634

Applied GetSystemMetric patch to suppurt GTK and multihead display.

2005-03-07 17:27 RR, revision 32633

Applied patch to reenable single selection mode.

2005-03-07 17:25 RR, revision 32632

This fixes a problem in the two tree and list controls that are trigger if the user app shows dialog in reaction to the user pressing e.g. <ENTER>. The edit text control will lose focus and emit another event. Might be possible to fix without adding another field, but this way it surely works. Also added correction to treecontrol as per listcontrol in the situation when a label change happens by losing the focus and the user cannot reject it, another event is emitted.

2005-03-07 17:20 RR, revision 32631

Readd support for prelight tree control triangles (visual effect when mouse is over the triangle/button)

2005-03-07 17:19 RR, revision 32630

Use GtkPixmap instead of GtkImage as the latter incorrectly displays greyed images for some reason.

2005-03-07 02:11 VZ, revision 32629

replaced complicated and not working test for WinCE version with a simple and working test for whether WM_CONTEXTMENU is defined

2005-03-07 02:01 VZ, revision 32628

added wxUSE_DATEPICKCTRL

2005-03-06 20:47 JS, revision 32627

Removed spurious comment

2005-03-06 17:16 JS, revision 32626

Doc tweaks SetAxisOrientation: Y is top down by default, not bottom up!

2005-03-06 13:43 VZ, revision 32625

fix warning about comparing (signed) -1 with (unsigned) in_addr_t under Solaris

2005-03-06 12:16 VZ, revision 32624

replaced C++ comment with a C one

2005-03-06 03:31 RD, revision 32623

Added toolbar wxTB_TEXT flag and tool label property

2005-03-05 23:36 VZ, revision 32622

(blind) GTK1 compilation fix

2005-03-05 23:24 MW, revision 32621

Fix for problem with wxGetFileKind on WinCE

2005-03-05 17:16 MBN, revision 32620

Use the common wxParseCommonDialogsFilter function in wxMotif wxFileDialog.

2005-03-05 16:13 MBN, revision 32619

Avoid uninitialized variable warnings.

2005-03-05 16:11 MBN, revision 32618

Use the IsMDIChild() function instead of wxRTTI, avoiding linking MDI classes in all programs.

2005-03-05 16:09 MBN, revision 32617

Corrected wxStringListBase implementation of DeleteFunction. Since wxStringList, when wxUSE_STL == 1 is a list of object (not pointers to objects) it requires and empty DeleteFunction.

2005-03-05 16:06 MBN, revision 32616

Use the correct WXDLLIMPEXT declaration for wxStringListBase.

2005-03-05 00:57 RD, revision 32615

reSWIGged

2005-03-05 00:52 RD, revision 32614

Docstring updates

2005-03-05 00:52 RD, revision 32613

Added wx.ArtProvider.GetSize

2005-03-05 00:40 RD, revision 32612

reSWIGged

2005-03-05 00:24 RD, revision 32611

bump the version flags

2005-03-05 00:21 RD, revision 32610

Tweak how we cheat on the resource files

2005-03-05 00:18 RD, revision 32609

Add Resize, SetRGBRect, Size, and GetOrFindMaskColour methods to wx.Image Added wx.Rect.IsEmpty

2005-03-05 00:17 RD, revision 32608

Added wx.Rect.IsEmpty

2005-03-05 00:15 RD, revision 32607

Add Resize, SetRGBRect, Size, and GetOrFindMaskColour methods to wx.Image

2005-03-05 00:13 RD, revision 32606

Remove refrences to building OGL

2005-03-04 23:23 RR, revision 32605

Try to catch theme change on the fly in button in order to resize buttons.

2005-03-04 19:32 ABX, revision 32604

Better wxFile support, warning fixes and minor source cleaning.

2005-03-04 19:29 ABX, revision 32603

Unicode markup.

2005-03-04 19:27 ABX, revision 32602

Removed ambiguity between deprecated and new constructor.

2005-03-04 19:23 ABX, revision 32601

Small warning fixes.

2005-03-04 19:19 ABX, revision 32600

Name conflict correction.

2005-03-04 19:14 RR, revision 32599

Trying to get default button placement and size right.

2005-03-04 18:33 RR, revision 32598

Applied John L's patches for curson scaling, image resizing without scaling and the art provider resize bitmap patch. I'll look into adapting the generic file dialog to it.

2005-03-04 17:31 RR, revision 32597

Changed wxFileName::SetExt() as per the discussion, added ClearExt() and SetEmptyExt() and documented it.

2005-03-04 07:24 ABX, revision 32596

#pragma implementation fix.

2005-03-04 07:18 ABX, revision 32595

Complete wxW set of files in PalmOS makefile (still builds fine due to wxUSE_XXX flags). Initial (BASE) movement towards files.bkl.

2005-03-03 21:07 ABX, revision 32594

Warning fixes for formating.

2005-03-03 20:57 RD, revision 32593

reworded a bit

2005-03-03 20:21 ABX, revision 32592

Warning fix.

2005-03-03 20:13 RD, revision 32591

reSWIGged

2005-03-03 19:58 RD, revision 32590

new style flags for wxBufferedDC

2005-03-03 19:56 RD, revision 32589

Add copy ctor for wxPyCBInputStream and use it to prevent double deletion of the wxInputStream passed to wxFSFile

2005-03-03 19:50 ABX, revision 32588

Source cleaning.

2005-03-03 19:46 ABX, revision 32587

Allow build without fatal exceptions support.

2005-03-03 19:45 RR, revision 32586

Adapt SetExt() to new availability of m_hasExt. I also added SetNoExt() as there needs to be a way to remove the extension. One wonders what SetExt( "" ) is supposed to do. Maybe adding SetEmptyExt() would be better and backwards compatible.

2005-03-03 19:37 ABX, revision 32585

Usage of common default colours in OGL + minor warning fixes.

2005-03-03 19:21 ABX, revision 32584

Source cleaning.

2005-03-03 19:19 ABX, revision 32583

Warning fixes.

2005-03-03 19:17 ABX, revision 32582

Follow api of wxInputStream (warning fixes).

2005-03-03 19:15 ABX, revision 32581

Warning fix.

2005-03-03 19:12 ABX, revision 32580

Huge streams checking and warning fixes.

2005-03-03 19:09 ABX, revision 32579

Recent commits added new variables for length when there is already one available with warnings silenced.

2005-03-03 17:18 VS, revision 32578

fixed crash when wxHtmlWindow's content is updated when making selection

2005-03-03 13:46 VZ, revision 32577

fixed bug in ReadAll(): it always returned error when reading files with DOS EOLs in text mode

2005-03-03 12:52 JJ, revision 32576

Committing in . OpenVMS compile support updates Modified Files: wxWidgets/setup.h_vms wxWidgets/src/common/descrip.mms wxWidgets/src/common/string.cpp ----------------------------------------------------------------------

2005-03-03 10:54 VZ, revision 32575

use HINSTANCE for first DllMain() parameter (should fix compilation with VC 2005)

2005-03-03 10:53 VZ, revision 32574

added wx_dynamic_cast()

2005-03-03 10:39 VZ, revision 32573

added AC_CXX_DYNAMIC_CAST

2005-03-03 06:56 JS, revision 32572

Added wxBUFFER_VIRTUAL_AREA, wxBUFFER_CLIENT_AREA to buffered DC

2005-03-03 01:51 RD, revision 32571

Add SetDefault()

2005-03-02 22:49 MW, revision 32570

Add forcelnk.h and version.rc to distribution tars and zips

2005-03-02 22:16 RN, revision 32569

get rid of duplicate comment :)

2005-03-02 22:11 RD, revision 32568

reSWIGged

2005-03-02 22:02 RD, revision 32567

reSWIGged

2005-03-02 21:35 RD, revision 32566

Reduce the value of the fkey guard for unicode characters

2005-03-02 20:42 RD, revision 32565

allow border flags

2005-03-02 20:41 RD, revision 32564

more build load-balancing

2005-03-02 20:38 RD, revision 32563

don't need to import xml.sax anymore

2005-03-02 18:32 RD, revision 32562

Add GetToolTip accessor

2005-03-02 18:32 RD, revision 32561

Set the mouse pos for the drag events, add support for the tooltip event

2005-03-02 18:31 RD, revision 32560

Set the mouse pos for the drag events

2005-03-02 17:45 SC, revision 32559

unicode character events

2005-03-02 10:57 ABX, revision 32558

In MSWUniv wxWindow and wxWindowMSW are different classes so we can't access some of protected members (catched only by Borland). Therefore some of the flags related to background needs reading API.

2005-03-02 10:44 JS, revision 32557

Must use GetAdjustedBestSize for getting child window sizes, since DoGetBestSize returns standard control size e.g. 100x100 on Windows, and not an explicit size passed to it. This may be because the splitter window isn't a true sizer and m_bestSizeCache isn't updated properly (see window.h, GetBestSize: IsFullySpecified fails.)

2005-03-02 08:16 JS, revision 32556

Fixed wxBufferedPaintDC for scrolled windows

2005-03-02 05:17 RN, revision 32555

*** empty log message ***

2005-03-02 02:47 RN, revision 32554

note that GetFromWindow is windows only

2005-03-02 01:08 RN, revision 32553

Document wxDisplay::GetFromWindow

2005-03-02 01:05 RN, revision 32552

fix unresolved reference

2005-03-02 01:03 RN, revision 32551

fix backslashes

2005-03-02 00:54 RN, revision 32550

grammer

2005-03-02 00:53 RN, revision 32549

clear up the 'something'

2005-03-02 00:51 RN, revision 32548

reword a bit - get rid of mention of the platforms it supports because nearly all of them do now (all major ones do)

2005-03-02 00:15 KH, revision 32547

Add missing wxFileDialog flags to both dialog overview and wxFileDialog description (modified patch 1154022)

2005-03-01 23:52 RD, revision 32546

Added newDirectory flag to DirBrowseButton

2005-03-01 23:49 RD, revision 32545

reSWIGged

2005-03-01 23:36 RD, revision 32544

Make IsSelected be a bit more specific

2005-03-01 20:18 MBN, revision 32543

Revert my last commit, GetClientAreaOrigin was already implemented in common code by ABX.

2005-03-01 19:13 KH, revision 32542

Revert last change moving wxFloodFill from imagfill.cpp to dcbase.cpp, which broke compilation across the board when wxUSE_IMAGE is defined.

2005-03-01 17:52 VZ, revision 32541

restored alpha test in raw image frame (why had it been commented out?)

2005-03-01 17:49 VZ, revision 32540

don't use WXDLLEXPORT with nested template classes: this doesn't work

2005-03-01 17:42 VZ, revision 32539

don't try to save invalid image: added a wxCHECK(Ok()) to Save() overloads which didn't already have it

2005-03-01 17:11 MW, revision 32538

Minor fixes for gcc

2005-03-01 17:08 MW, revision 32537

Add samples to configure: ipc, keyboard, listbox, multimon, popup, vscroll richedit (partly), regtest, nativdlg, oleauto

2005-03-01 16:53 ABX, revision 32536

Warning fixes.

2005-03-01 16:22 RD, revision 32535

Use GetMark if available

2005-03-01 15:47 SC, revision 32534

correct placard under toolbar

2005-03-01 14:13 MW, revision 32533

No res-include for rpmspec wx24dsp

2005-03-01 14:09 MW, revision 32532

Add $(TOP_SRCDIR)include for windres

2005-03-01 11:54 ABX, revision 32531

Warning fix.

2005-03-01 11:43 ABX, revision 32530

Missing header.

2005-03-01 11:30 RN, revision 32529

wxUSE_TOOLTIPS and wxUSE_IMAGE furthur fixes

2005-03-01 11:10 RN, revision 32528

Move wxDoFloodFill to dc.cpp so that it can be 'used' without wxImage. Fixes related to this

2005-03-01 11:06 RN, revision 32527

work w/o bitmap button

2005-03-01 10:59 RN, revision 32526

More wxUSE_STATTEXT fixes

2005-03-01 10:55 RN, revision 32525

wxUSE_STATTEXT fixes

2005-03-01 10:48 RN, revision 32524

compilo

2005-03-01 10:42 RN, revision 32523

wxUSE_IMAGLIST fix (good grief...)

2005-03-01 10:33 RN, revision 32522

wxUSE_TOOLTIPS fix (good grief I think I just did this a couple days ago...)

2005-03-01 10:28 RN, revision 32521

wxUSE_XX fix

2005-03-01 10:27 RN, revision 32520

wxUSE_XXX fix

2005-03-01 10:25 RN, revision 32519

fixup for last commit

2005-03-01 10:23 RN, revision 32518

more wxUSE_IMAGE FUN

2005-03-01 10:19 RN, revision 32517

wxUSE_IMAGE cleanup

2005-03-01 10:19 VZ, revision 32516

fix for crash when using wxEXEC_NODISABLE

2005-03-01 10:16 RN, revision 32515

wxUSE_IMAGE cleanup, fix warning

2005-03-01 09:54 RN, revision 32514

compile w/o tooltips

2005-03-01 09:36 ABX, revision 32513

wxChoicebook styles typo fix.

2005-03-01 09:24 JS, revision 32512

Typo fixes

2005-03-01 07:38 ABX, revision 32511

More styles in XRC handlers of book controls.

2005-03-01 05:45 SC, revision 32510

have CGImage Support in all OSX builds

2005-03-01 05:31 SC, revision 32509

have CGImage Support in all OSX builds

2005-03-01 05:21 SC, revision 32508

fix for non-quartz branch

2005-03-01 01:26 VZ, revision 32507

don't compare iterator after calling erase() in ProcessPendingEvents() (replaces patch 1153906)

2005-03-01 01:21 VZ, revision 32506

added accessor function to hide __VISAGECPP__ ugliness and avoid having #ifdef's for it every other line

2005-03-01 01:15 VZ, revision 32505

update from Hiroshi Saito (patch 1153720)

2005-03-01 00:03 VZ, revision 32504

added wxDP_ALLOWNONE (patch 1153889)

2005-02-28 23:05 VS, revision 32503

workaround for lack of res-define in our custom formats

2005-02-28 22:29 RR, revision 32502

Minimal layout change.

2005-02-28 21:16 JS, revision 32501

Search path correction (in line with intl.cpp)

2005-02-28 21:14 ABX, revision 32500

Don't use the 'unix-like' check for Palm.

2005-02-28 20:35 RD, revision 32499

delete singleInstanceChecker when exiting

2005-02-28 20:32 RD, revision 32498

NotebookSizer is deprecated

2005-02-28 20:31 RR, revision 32497

Implemented wxRadioBox using a GtkTable.

2005-02-28 20:16 RD, revision 32496

Updates for doc/view from Morgan Hua

2005-02-28 20:09 RN, revision 32495

note wxURI change

2005-02-28 20:06 RD, revision 32494

reSWIGged

2005-02-28 20:03 RD, revision 32493

Updates for MouseGestures

2005-02-28 20:01 RN, revision 32492

rename wxURI::GetUser to wxURI::GetUserInfo and add wxURI::GetUser and wxURI::GetPassword

2005-02-28 19:47 RD, revision 32491

reSWIGged

2005-02-28 19:34 RD, revision 32490

Oops, checked in wrong file by mistake. Reverted last change.

2005-02-28 19:31 RD, revision 32489

updated setup.h changes for MSW

2005-02-28 19:30 RD, revision 32488

Don't build the old versions of OGL or iewin by default anymore

2005-02-28 19:19 RD, revision 32487

Don't build the old versions of OGL or iewin by default anymore

2005-02-28 18:50 ABX, revision 32486

Missing include.

2005-02-28 18:46 ABX, revision 32485

XRC for wxListbook [patch 1152306] and wxChoicebook. Regenerated makefiles.

2005-02-28 18:45 RD, revision 32484

Added more image options

2005-02-28 18:45 RD, revision 32483

Patch from Will Sadkin: Enclosed are two patches, one for timectrl, re: exceptions (now?) thrown on wxDateTime.strftime(%p) in a non-am/pm locale, and one for a problem that prevented input into the integer digit of a integerwidth=1 numctrl, if the current value was 0.

2005-02-28 18:43 RD, revision 32482

Undeprecated AddWindow, AddSizer, AddSpacer and etc.

2005-02-28 18:43 RD, revision 32481

Added wx.PrintData.Get/SetPrivData

2005-02-28 18:41 RD, revision 32480

GetSelection is available on wxGTK now too.

2005-02-28 18:41 RD, revision 32479

Added GetBitmap, GetIcon to wx.ImageList.

2005-02-28 18:40 RD, revision 32478

Fix GetAmPmStrings wrapper

2005-02-28 18:40 RD, revision 32477

doc updates

2005-02-28 18:37 RD, revision 32476

Build/distrib updates

2005-02-28 18:36 RD, revision 32475

use wxMin

2005-02-28 18:35 RD, revision 32474

avoid buffer overrun

2005-02-28 18:18 RN, revision 32473

wxDisplay::GetFromWindow is only on msw evidently

2005-02-28 17:28 SC, revision 32472

mask access row bytes fixed

2005-02-28 17:23 VZ, revision 32471

trying to fix dmc warning about potential overload ambiguity

2005-02-28 17:20 VZ, revision 32470

return const ref to label from GetLabel() and other accessors instead of copying it, this fixes 1153178

2005-02-28 16:13 CE, revision 32469

fix missing defines with DMC

2005-02-28 16:05 VZ, revision 32468

removed strange bit flipping under wxGTK when saving TIFFs

2005-02-28 16:02 SC, revision 32467

correcting last commit

2005-02-28 15:14 RR, revision 32466

This change will make the parent TLW come to the front again after it has been sent to the back for some unknown reason, after a message dialog has been show.

2005-02-28 15:01 JS, revision 32465

Unicode fix

2005-02-28 14:45 RR, revision 32464

Apply combobox patch II.

2005-02-28 14:41 JS, revision 32463

Removed call to obsolete (and presumably redundant) SetPageSize

2005-02-28 14:38 RR, revision 32462

Changed ComboDropDown button under GTK+ so that it will create a transparent button. This works for the date control, but should be generalized somehow.

2005-02-28 13:55 JS, revision 32461

Documented wxImage XPM data ctor

2005-02-28 13:08 VZ, revision 32460

don't hide m_cal when disabling the control (bug 1150830)

2005-02-28 12:28 VZ, revision 32459

restored manual calls to gtk_glwindow_realized/map_callback() and added comment explaining why they're (sometimes) needed

2005-02-28 11:36 JS, revision 32458

Applied patch [ 1121371 ] configtool NULL pointer accesses

2005-02-28 11:36 JS, revision 32457

Applied socket destruction bug patch

2005-02-28 11:34 JS, revision 32456

WinCE doesn't have DFCS_FLAT

2005-02-28 11:33 JS, revision 32455

WinCE doesn't have GetThreadLocale

2005-02-28 11:31 JS, revision 32454

MSW doesn't have EOVERFLOW, WinCE additionally doesn't have errno.h