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