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

2004-07-25 11:16 VZ, revision 28453

basic UDP support (patch 835128)

2004-07-25 11:10 VZ, revision 28452

GTK2 fixes (patch 966803)

2004-07-25 11:01 VZ, revision 28451

docs for Change/GetMode(s) (patch 966312)

2004-07-25 11:00 VZ, revision 28450

tided up the code a little (replaces part of patch 966312)

2004-07-25 10:07 VS, revision 28449

documentation fixes

2004-07-24 10:46 VZ, revision 28448

compilation fix for !MSW

2004-07-24 09:57 VS, revision 28447

wxSound wasn't in alphabetically correct place

2004-07-24 04:00 DE, revision 28446

Incorporated gsocket.c 1.80 to 1.86 changes

2004-07-23 23:25 RD, revision 28445

reSWIGged

2004-07-23 22:13 VZ, revision 28444

generate EVT_CONTEXT_MENU when right mouse button is pressed, not released

2004-07-23 21:56 VZ, revision 28443

show the cursor on screen after moving it

2004-07-23 21:34 VZ, revision 28442

don't crash if WriteText() argument can't be converted to UTF-8

2004-07-23 21:32 VZ, revision 28441

implemented ScrollLines/Pages() for GTK+ 2

2004-07-23 20:55 RD, revision 28440

Fixed typo

2004-07-23 20:52 VZ, revision 28439

unhide the other HitTest() overload

2004-07-23 20:48 DS, revision 28438

adding missing closing bracket

2004-07-23 20:28 RD, revision 28437

Wrapper for new HitTest

2004-07-23 20:26 RD, revision 28436

Fix for unhiding the other version of the base class HitTest

2004-07-23 19:59 VZ, revision 28435

fixed inserting styled text into an empty control under GTK+ 2.0

2004-07-23 18:52 VZ, revision 28434

don't modify all wxBitmaps sharing the same wxBitmapRefData when SetMask() is called

2004-07-23 18:43 VZ, revision 28433

implement HitTest(pos) variant and not HitTest(x, y) one as this is what Windows gives us

2004-07-23 18:43 VZ, revision 28432

cosmetic change

2004-07-23 18:31 RD, revision 28431

Avoid an assert in wxFrame::SetTitle

2004-07-23 18:07 VZ, revision 28430

implemented HitTest() for GTK2; test it in the sample

2004-07-23 18:06 ABX, revision 28429

wxUSE_STATLINE fixes.

2004-07-23 18:04 ABX, revision 28428

wxUSE_STL fixes.

2004-07-23 17:49 VZ, revision 28427

compilation fix for gcc (closes bug 996701)

2004-07-23 16:45 VS, revision 28426

changed to behave in same way as native win32 control and generic wxListCtrl when wxEVT_COMMAND_TREE_END_LABEL_EDIT is vetoed

2004-07-23 16:45 VS, revision 28425

documented while event.Skip() is necessary so that nobody removes it

2004-07-23 16:44 VS, revision 28424

reverted JS' rev. 1.27 - the real fix was 1.28, disabling recursion protection is not good idea

2004-07-23 15:41 RD, revision 28423

Changed to match wxPython's current subrelease number

2004-07-23 14:33 ABX, revision 28422

wxUSE_STL/wxArrayString fixes.

2004-07-23 11:26 ABX, revision 28421

Correct definition of sorting function.

2004-07-23 10:38 VZ, revision 28420

added wxSUBRELEAS_NUMBER and macro to check for it

2004-07-23 10:01 VZ, revision 28419

fixed ShowModal() return value typo

2004-07-23 09:21 ABX, revision 28418

wxUSE_BUTTONBAR removed.

2004-07-23 09:04 ABX, revision 28417

wxUSE_STL fixes.

2004-07-23 08:58 ABX, revision 28416

wxUSE_STL fix.

2004-07-23 08:56 ABX, revision 28415

Simplified html reading because previous one caused conflicts in wxUSE_STL=1.

2004-07-23 08:51 ABX, revision 28414

wxUSE_STATLINE fixes.

2004-07-23 05:07 RD, revision 28413

Default value for WX_CONFIG

2004-07-23 01:41 DE, revision 28412

Revert my id10t error.

2004-07-22 20:25 DE, revision 28411

Fix compilation with older (before C99) C compilers.

2004-07-22 20:24 RD, revision 28410

Just to be sure...

2004-07-22 20:23 RD, revision 28409

Also don't send set focus events when the window is being deleted.

2004-07-22 19:59 ABX, revision 28408

wxUSE_STATLINE fix.

2004-07-22 19:34 ABX, revision 28407

wxUSE_STATLINE fix.

2004-07-22 19:24 VS, revision 28406

fixed symlinks creation on platforms where ln -s is cp

2004-07-22 19:14 ABX, revision 28405

wxUSE_STATLINE fix.

2004-07-22 19:08 MBN, revision 28404

Added compatibility functions for wxUSE_STL = 1: void wxArrayString::Sort(CompareFunction function) void wxArrayString::Sort(bool reverseOrder).

2004-07-22 19:07 ABX, revision 28403

wxUSE_STL fixes.

2004-07-22 18:51 ABX, revision 28402

wxUSE_STL fixes.

2004-07-22 18:47 ABX, revision 28401

wxUSE_STATLINE fix.

2004-07-22 18:38 RD, revision 28400

Patches from Will Sadkin: MaskedEditMixin: - fixed size calculations on changing fonts - fixed tabbing logic now that tab events are entered into the control by default (ie event.Skip()) if wx.TE_PROCESS_TAB is set - fixed code attempting to fix the selection after focus events generated on control destruction, to prevent tracebacks TextCtrl, ComboBox - Added support for XRC - Fixed sizing calculation code - Added SetFont() override method that will recalculate the size if this is called. - Added AppendItems() for ComboBox NumCtrl: - prevented ctrl from accepting same grouping and decimal character, - fixed issue preventing paste from working if decimal char was different than '.' TimeCtrl: - Fixed default value to use 24hour time (which will be converted appropriately if format supports it, and added code to check if local timezone uses "AM/PM" for this concept; if not, control now defaults to 24hour format, and disallows the am/pm form.

2004-07-22 18:35 ABX, revision 28399

Removed unused variable.

2004-07-22 18:15 RD, revision 28398

Install headers to the new location, use the new wx-config options instead of building the wx-{toolchain}-config name myself, incremented the version number.

2004-07-22 15:29 RD, revision 28397

No longer have to hold a reference to the sound object

2004-07-22 15:13 RD, revision 28396

Fix so sound looping will stop, courtesy of Ryan Norton.

2004-07-22 11:53 ABX, revision 28395

wxUSE_STL=1 fix.

2004-07-22 11:52 ABX, revision 28394

wxUSE_STATLINE fix.

2004-07-22 11:49 VZ, revision 28393

reimplemented wxBitmap::ConvertToImage() using wxDIB

2004-07-22 11:49 ABX, revision 28392

Alternate form of condition readable for Borland compiler.

2004-07-22 11:45 ABX, revision 28391

wxUSE_STATLINE fix.

2004-07-22 11:43 VZ, revision 28390

added wxDIB(HBITMAP) ctor and corresponding Create(); made GetData() return uchar * and not void *

2004-07-22 10:15 VS, revision 28389

use sizers instead of constraints in wxProgressDialog (patch 980364)

2004-07-22 09:35 VS, revision 28388

don't select first hit in index if it is multi-topic entry, it causes a dialog to pop up

2004-07-22 08:32 VS, revision 28387

adapted RPM spec file to latest changes

2004-07-22 08:28 VS, revision 28386

install headers in prefix/include/wx-version/wx/ instead of prefix/include/wx/

2004-07-22 07:49 VS, revision 28385

removed enum that was causing more problems than it was worth

2004-07-22 07:43 VS, revision 28384

wx-config symlink creation fix

2004-07-22 07:37 VS, revision 28383

detect WebKit availability

2004-07-22 04:22 RD, revision 28382

Fix so async wxSound can continue playing after it is destructed, courtesy of Ryan Norton.

2004-07-22 01:24 RD, revision 28381

reSWIGged

2004-07-22 01:06 RD, revision 28380

39 items is awfully big

2004-07-22 01:04 RD, revision 28379

mention *TabOrder and Navigate methods

2004-07-22 01:01 RD, revision 28378

build a tarball when building the new docs

2004-07-22 01:01 RD, revision 28377

Build the new docs as part of the automated build

2004-07-22 01:00 RD, revision 28376

reorganize a bit

2004-07-22 00:57 RD, revision 28375

cleanup

2004-07-22 00:55 RD, revision 28374

Hold on to the Sound objects as the Mac async plays will stop when the object is destroyed

2004-07-22 00:44 RD, revision 28373

Add -framework QuickTime if --enable-sound

2004-07-22 00:43 RD, revision 28372

Actually use the OnStack test

2004-07-22 00:42 RD, revision 28371

wxSOUND_SYNC is zero so it can't be used in a (flags & wxSOUND_SYNC) test as it woudl always evaluate to false.

2004-07-21 22:53 RD, revision 28370

If no colour name then use "BLACK"

2004-07-21 22:07 RD, revision 28369

Call CreateControl instead of CreateBase

2004-07-21 21:54 VZ, revision 28368

pretend that we support all encodings instead of not supporting any of them under GTK2 (this at least prevents wxFontMapper from aborting the program with 'can't create any font' message)

2004-07-21 20:28 RD, revision 28367

Docstring updates

2004-07-21 19:58 RD, revision 28366

Docstring updates

2004-07-21 19:56 RD, revision 28365

Fixed incorrect ratio initialization

2004-07-21 19:22 RD, revision 28364

Added DoPrepareDC

2004-07-21 19:21 RD, revision 28363

Added docstrings

2004-07-21 19:19 RD, revision 28362

Updates from Chris

2004-07-21 19:06 RD, revision 28361

Set m_wheelDelta for wheel events

2004-07-21 18:59 VS, revision 28360

regenerated

2004-07-21 18:20 SC, revision 28359

ryan's QT implementation

2004-07-21 17:07 VZ, revision 28358

compilation fix

2004-07-21 17:00 VZ, revision 28357

implemented wxNativeFontInfo::operator=() when wxUSE_PANGO, this fixes crashes when wxFont::SetNativeFontInfo() is used

2004-07-21 12:23 VZ, revision 28356

create the disabled button brush if we're not using Microwin, not if we're using it

2004-07-21 11:27 SC, revision 28355

first attempt for full screen implementation

2004-07-21 11:24 SC, revision 28354

first attempt for full screen implementation

2004-07-21 11:21 VS, revision 28353

fixed --inplace

2004-07-21 10:45 VZ, revision 28352

documented that Write() doesn't always write all the data

2004-07-21 10:41 VZ, revision 28351

corrected code to not suppose that Write() always writes all the data it was given

2004-07-21 10:39 VZ, revision 28350

put the write end of the pipe in non blocking mode to avoid deadlocks and return from wxPipeOutputStream::OnSysWrite() without having necessarily written all the data as this is not always possible

2004-07-21 10:29 ABX, revision 28349

wxUSE_LOG fixes and sizer adjustements related to positioning with/without LOG output.

2004-07-21 10:17 VS, revision 28348

fixes to wx-config config name matching

2004-07-21 09:51 SC, revision 28347

first attempt for full screen implementation

2004-07-21 05:25 SC, revision 28346

only on mouse-down

2004-07-20 23:45 VZ, revision 28345

don't suppose that all 32bpp DIBs have alpha, this is not true, the extra byte may be just padding

2004-07-20 23:41 VZ, revision 28344

don't waste time initializing the memory of newly created wxImage before filling it with PNG data

2004-07-20 22:38 VZ, revision 28343

compilation warning about printf type mismatch

2004-07-20 21:59 VZ, revision 28342

AddFile(wxImage&) -> AddFile(const wxImage&)

2004-07-20 21:14 VZ, revision 28341

fix for opening files with VC++ 8 (closes bug 994337)

2004-07-20 19:30 ABX, revision 28340

wxUSE_LOG fixes.

2004-07-20 19:17 ABX, revision 28339

wxUSE_LOG fixes.

2004-07-20 19:11 ABX, revision 28338

wxUSE_LOG fixes.

2004-07-20 18:13 RD, revision 28337

DoPrepareDC needs the dc.

2004-07-20 17:18 ABX, revision 28336

wxUSE_LOG fixes.

2004-07-20 17:04 ABX, revision 28335

wxUSE_LOG fixes.

2004-07-20 16:48 SC, revision 28334

10.2 fixes

2004-07-20 16:40 SC, revision 28333

background handling

2004-07-20 16:34 VZ, revision 28332

update from Marco Cavallini

2004-07-20 16:30 VZ, revision 28331

added DoPrepareDC()

2004-07-20 14:53 SC, revision 28330

fixing best size to really include only 5 lines

2004-07-20 14:38 SC, revision 28329

correcting window variant

2004-07-20 14:34 SC, revision 28328

for built-in dialogs, there is no m_peer instance, and still we might have a Refresh call issued, just leave

2004-07-20 14:10 SC, revision 28327

trying to support non-wx controls on a window

2004-07-20 14:08 SC, revision 28326

explicit scrollbar style flags needed

2004-07-20 11:11 ABX, revision 28325

WinCE fixes.

2004-07-20 10:09 ABX, revision 28324

wxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.

2004-07-20 10:09 VZ, revision 28323

added except sample

2004-07-20 10:05 VZ, revision 28322

add except to the samples being built; verify that --enable-exceptions and --enable-no_exceptions are not used simultaneously

2004-07-20 10:04 VZ, revision 28321

documented DoPrepareDC()

2004-07-20 09:19 SC, revision 28320

corrected cwd manipulation for unicode builds

2004-07-20 09:18 SC, revision 28319

removed mpthread and added thread.cpp and tglbutton.cpp

2004-07-20 09:16 SC, revision 28318

avoid unimplemented wx stubs being used

2004-07-20 08:44 VS, revision 28317

use regexes, not wildcards, for config file matching (but it's still broken)

2004-07-20 05:21 SC, revision 28316

corrected copied headers

2004-07-19 21:08 RD, revision 28315

fix compile error

2004-07-19 20:56 KO, revision 28314

Fixed display issues for Panther now that wxTextCtrl has been fixed there.

2004-07-19 20:52 RD, revision 28313

Don't output the script name twice

2004-07-19 20:51 RD, revision 28312

Handle terminating NULL correctly

2004-07-19 19:34 SC, revision 28311

switching to correct name as Tiger doesn't have the workaround anymore

2004-07-19 15:36 ABX, revision 28310

Fixes for wxUSE_STATUSBAR.

2004-07-19 15:14 ABX, revision 28309

Fixes for wxUSE_STATUSBAR.

2004-07-19 11:43 ABX, revision 28308

Fixed typo.

2004-07-19 10:07 GT, revision 28307

Updating the ::Open() function to help clarify that SetColDefs() must be called before opening the table

2004-07-19 09:42 ABX, revision 28306

GetItemCount is int.

2004-07-19 09:39 ABX, revision 28305

Fixes for wxUSE_STATUSBAR.

2004-07-19 08:47 VZ, revision 28304

compilation fix for wxUSE_THREADS == 0

2004-07-19 06:01 SC, revision 28303

string constants unicode savvy

2004-07-18 21:58 VS, revision 28302

fixed MSW crashes when choosing Exit in popup menu

2004-07-18 19:13 KO, revision 28301

Correct slider width when labels are used.

2004-07-18 17:11 VS, revision 28300

HAVE_XIM is disabled in GTK2 build, don't include useless member variables

2004-07-18 11:19 VS, revision 28299

*** empty log message ***

2004-07-18 10:55 VS, revision 28298

adapted to wx-config libraries list changes

2004-07-18 10:05 VZ, revision 28297

use wxLogTrace(htmldebug) instead of wxLogDebug() for messages about HTML syntax errors

2004-07-18 03:10 DE, revision 28296

Baked (clntdata.cpp core->base)

2004-07-18 00:03 RD, revision 28295

fixed typo

2004-07-17 23:32 RD, revision 28294

reSWIGged

2004-07-17 23:22 RD, revision 28293

Use DeafultAttributes instead of hard coded defaults

2004-07-17 22:57 RD, revision 28292

minor tweaks

2004-07-17 22:51 RD, revision 28291

Avoid using the OOR typemap in the constructors

2004-07-17 21:54 VS, revision 28290

complain about unrecognized flags

2004-07-17 21:41 JS, revision 28289

Don't show focus rectangle if wxNO_BORDER specified

2004-07-17 21:14 VS, revision 28288

removed accidentally committed debugging code

2004-07-17 21:13 VS, revision 28287

use corrent charset for page title in ANSI builds

2004-07-17 20:50 VS, revision 28286

more GTK2+ANSI fixes

2004-07-17 18:52 VS, revision 28285

cleaned up --inplace description

2004-07-17 18:20 RD, revision 28284

Allow the release tag to be specified on the rpmbuild command line

2004-07-17 18:19 RD, revision 28283

Added wxXRC_NO_RELOADING

2004-07-17 18:18 RD, revision 28282

Navigate docstring update

2004-07-17 17:52 RD, revision 28281

prevent a reference leak when OOR objects are created

2004-07-17 17:48 VS, revision 28280

modified arguments syntax to be wx-config [options] [libraries list]

2004-07-17 17:44 RD, revision 28279

rebaked

2004-07-17 16:53 VS, revision 28278

wxTLW::IsMaximized for wxGTK2 (patch 992743)

2004-07-17 16:39 VS, revision 28277

made GTK+2 the default

2004-07-17 15:04 JS, revision 28276

Ensure we don't get an empty help menu on Mac

2004-07-17 10:59 VS, revision 28275

fixed TABs handling

2004-07-16 22:01 VS, revision 28274

added wxXRC_NO_RELOADING

2004-07-16 21:41 RD, revision 28273

Wrappers for *ToText

2004-07-16 21:40 RD, revision 28272

More notes about sizer changes

2004-07-16 20:35 RD, revision 28271

Blind fix to avoid a PyDeadObject error

2004-07-16 20:34 RD, revision 28270

Allow style to be specified for ScrolledMessageDialog

2004-07-16 20:33 RD, revision 28269

fixed syntax error

2004-07-16 20:31 RD, revision 28268

Fixed typo and increased the size of the cache used by DoGetPartialTextExtents

2004-07-16 20:29 RD, revision 28267

Allow any too-large index to mean Append, just like on MSW.

2004-07-16 20:27 RD, revision 28266

Added notes about the sizer changes

2004-07-16 19:35 VS, revision 28265

made SelectionToText and ToText public

2004-07-16 18:35 VS, revision 28264

documented wxHtmlWindow::SelectionToText and ToText

2004-07-16 18:06 ABX, revision 28263

Warning fixes for Digital Mars.

2004-07-16 17:27 VS, revision 28262

don't use deprecated function wxUslepp

2004-07-16 17:19 VS, revision 28261

added wxHtmlWindow::ToText

2004-07-16 17:17 VZ, revision 28260

fixed fatal bug in wxString ctor from wxCharBuffer when wxUSE_STL==1

2004-07-16 13:19 ABX, revision 28259

Fixes to warnings about assigning unused values.

2004-07-16 13:09 rgammans, revision 28258

* add documentation for wxMemoryBuffer * add suport for values of type REG_BINARY in the msw registry. Such values are converted to wxMemoryBuffer for internal handling

2004-07-16 13:08 ABX, revision 28257

Sizer based placement of controls in generic colour dialog (patch #991595)

2004-07-16 13:05 ABX, revision 28256

Correction to recently added wrong asserts.

2004-07-16 00:33 RD, revision 28255

reSWIGged

2004-07-16 00:13 RD, revision 28254

reSWIGged

2004-07-16 00:12 RD, revision 28253

Skip, Skip, Skip

2004-07-16 00:06 RD, revision 28252

Little tweaks to match recent CVS changes. Fixed wxFontEnumerator GetFacename and GetEncodings to return an empty list instead of crashing if the Enumerate function hasn't been called yet.

2004-07-16 00:02 RD, revision 28251

Automated build tweaks and fixes

2004-07-16 00:00 RD, revision 28250

Pass pos and size to MSWCreateControl so the initial and minsize will be set correctly

2004-07-15 23:59 RD, revision 28249

fixed typo in a comment

2004-07-15 20:51 VS, revision 28248

DLL export fixes (patch 991760)

2004-07-15 18:17 SC, revision 28247

applied patch 90459

2004-07-15 16:24 VS, revision 28246

fixed dllexports: wxClientData is now in wxBase, not wxCore

2004-07-15 06:34 ABX, revision 28245

Type casting warning fixes.

2004-07-15 06:27 ABX, revision 28244

Unused parameters warning fixes.

2004-07-15 06:23 ABX, revision 28243

Limited setup.h warning fix.

2004-07-15 06:21 ABX, revision 28242

Smartphone adjustements.

2004-07-15 06:16 ABX, revision 28241

More broken compilers with enum/wxString& ambiguity.

2004-07-15 06:13 ABX, revision 28240

VC warning fix.

2004-07-14 20:25 VS, revision 28239

re-enabled and fixed wxTextCtrl::Cut,Copy,Paste with GTK+ 2

2004-07-14 19:51 VS, revision 28238

provide WM with hint about splash window's purpose under wxGTK2

2004-07-14 19:34 ABX, revision 28237

DMC/VC warning fix

2004-07-14 19:31 ABX, revision 28236

OpenWatcom warning fix

2004-07-14 19:30 ABX, revision 28235

VC warning fix and update to curent state of wxW.

2004-07-14 18:04 SC, revision 28234

attempt to get a 'correct' current working directory

2004-07-14 16:33 SC, revision 28233

making getter const

2004-07-13 18:36 SC, revision 28232

carbon cfm fixes

2004-07-13 18:32 SC, revision 28231

adding correct events

2004-07-13 16:24 VZ, revision 28230

fixed menu titles handling after wxID_SEPARATOR change

2004-07-13 16:19 ABX, revision 28229

Warning fixes.

2004-07-13 16:14 ABX, revision 28228

Missed conditional compilation.

2004-07-13 13:41 VZ, revision 28227

clean up modules after destroying the app, not before it

2004-07-13 13:30 ABX, revision 28226

Correct headers. No more specific notebook sizer.

2004-07-13 13:24 ABX, revision 28225

Removal of deprecated methods.

2004-07-13 13:13 ABX, revision 28224

Removal of deprecated methods.

2004-07-13 12:42 ABX, revision 28223

WinCE fixes.

2004-07-13 12:25 ABX, revision 28222

WinCE fixes.

2004-07-13 12:07 VS, revision 28221

set PangoContext's language correctly

2004-07-13 11:33 VS, revision 28220

unified Pango GetTextExtent implementations

2004-07-12 23:29 VZ, revision 28219

made --cppflags return -DwxUSE_GUI=0 when used with --libs=base

2004-07-12 22:22 VZ, revision 28218

replace wxLANGUAGE_DEFAULT with GetSystemLanguage() result in GetLanguageInfo()

2004-07-12 21:55 VS, revision 28217

moved clntdata.h,cpp to wxBase

2004-07-12 21:49 VS, revision 28216

oops, reverted clntdata.h change, it _is_ needed

2004-07-12 21:41 VS, revision 28215

clntdata.h is needed only if wxUSE_GUI

2004-07-12 19:21 ABX, revision 28214

Warning fix

2004-07-12 15:48 VZ, revision 28213

fixed what looked like a bug in determining the default width in DoGetBestSize()

2004-07-12 15:47 VZ, revision 28212

fixed unused variable warnings

2004-07-12 15:06 VS, revision 28211

removed unneeded call to wxGetRootWindow, so that window creation is delayed as much as possible

2004-07-12 14:52 ABX, revision 28210

Warning fix for lack of -> operator.

2004-07-12 14:49 ABX, revision 28209

Warning fix for assignment of unused value.

2004-07-12 14:38 VS, revision 28208

removed useless code accidentally left in

2004-07-12 12:34 VS, revision 28207

documented wxWindow::GetFont changes

2004-07-12 12:33 VS, revision 28206

documented wxWindow::GetFont change

2004-07-12 07:06 SC, revision 28205

added MLTE support for 10.2 via classic implementation

2004-07-12 07:05 SC, revision 28204

added MLTE support for 10.2 via classic implementation

2004-07-12 07:04 SC, revision 28203

add implementation fallback for not yet instantiated control peers

2004-07-12 05:40 SC, revision 28202

non-unicode build fix

2004-07-11 17:49 SC, revision 28201

adaptions to m_peer methods

2004-07-11 17:03 SC, revision 28200

combobox and textctrl fixes

2004-07-11 16:19 SC, revision 28199

further separating implementation

2004-07-09 21:27 VZ, revision 28198

include wx/dynlib.h, not wx/dynload.h, we don't need the latter

2004-07-09 21:19 VZ, revision 28197

fixed a warning about unusable code in release build

2004-07-09 17:54 VZ, revision 28196

show stderr in popen() test; show how to deal with piping big amounts of data to child process without deadlocking

2004-07-09 10:42 VZ, revision 28195

added wxNavigationKeyEvent::IsBackward to be able to call wxWindow::Navigate(IsBackward) and not only Navigate(IsForward)

2004-07-08 19:02 VZ, revision 28194

fixed warning about deprecated wxUsleep

2004-07-07 19:47 DS, revision 28193

removed redundant wx_PPC.rsrc from project as well as ftp, java and x86 related Preference Panel settings

2004-07-07 08:24 JS, revision 28192

Open files in binary mode to convert DOS to Unix

2004-07-06 21:36 RD, revision 28191

Add some grid related constants

2004-07-06 21:19 RD, revision 28190

reSWIGged

2004-07-06 21:13 RD, revision 28189

reSWIGged

2004-07-06 21:12 RD, revision 28188

Use -c

2004-07-06 21:12 RD, revision 28187

removed commented out code

2004-07-06 21:12 RD, revision 28186

Use maxint for appending to the listctrl

2004-07-06 21:11 RD, revision 28185

Check for app before making a colour from a name

2004-07-06 21:02 RD, revision 28184

reSWIGged

2004-07-06 21:01 RD, revision 28183

little tweaks to match recent CVS changes

2004-07-06 21:00 RD, revision 28182

Fix bad keyword args

2004-07-06 20:59 RD, revision 28181

mention extra flag for OGL build

2004-07-06 20:59 RD, revision 28180

path fixes

2004-07-06 20:58 RD, revision 28179

master build tweaks, move the untarring and etc to the remote builder

2004-07-06 18:26 VZ, revision 28178

another compilation fix for after last check in

2004-07-06 17:56 RD, revision 28177

unicode compilation fix

2004-07-06 16:58 VZ, revision 28176

suppress new lines in the details pane

2004-07-06 16:55 VZ, revision 28175

blind compilation fix for wxUSE_STL==1 (bug 985662)

2004-07-06 12:48 DS, revision 28174

removed deprecated source files from project (as well as a few unneeded panel settings such as those related to Java and x86)

2004-07-06 10:33 VZ, revision 28173

corrected misleading IsSelection() docs

2004-07-05 19:29 DS, revision 28172

removed tab character; replaced -1 with wxID_ANY

2004-07-05 19:27 DS, revision 28171

use a default position for frames and in some cases a default size as well (otherwise the menubar is partially hidden (with MSW) due to too small frame height)

2004-07-05 13:53 DS, revision 28170

use slashes in #include, not backslashes

2004-07-05 12:46 DS, revision 28169

fixed typo (no code changes)

2004-07-05 10:40 VZ, revision 28168

renamed errcode to fix compilation with VC++ 8 (replaces patch 982303)

2004-07-05 10:35 VZ, revision 28167

fixed syntax error

2004-07-04 18:41 JS, revision 28166

Enclosed control in a panel to demonstrate display glitches

2004-07-04 11:20 VZ, revision 28165

don't set font unless necessary (patch 984853)

2004-07-04 11:19 VZ, revision 28164

typo/spelling fixes (patch 983448)

2004-07-04 11:17 VZ, revision 28163

corrections from Andreas Mohr (part of patch 983448)

2004-07-04 11:13 JS, revision 28162

Should set event object to relevant window when dispatching wxEVT_HELP

2004-07-04 11:13 VZ, revision 28161

typo fix in Restore(): __GTK20__ -> __WXGTK20__ (patch 984852)

2004-07-04 11:11 VZ, revision 28160

(blind) compilation fix for GTK+ 1.x after last commit

2004-07-03 16:58 VS, revision 28159

a better way of applying style changes to label_widget

2004-07-03 16:28 RR, revision 28158

Not sure how important that is, but now you can set the font of a static box.

2004-07-03 15:51 SC, revision 28157

going on with wxMacControl functionality

2004-07-03 15:50 SC, revision 28156

SetFont implementation moved to peer

2004-07-03 15:49 SC, revision 28155

wxMacControl extensions, sleep implementations header corrected

2004-07-03 15:49 RD, revision 28154

Invalidate notebook best size when pages are added or removed

2004-07-03 12:17 VS, revision 28153

don't mess with tooltips' colour in 2.4 either

2004-07-03 11:56 GD, revision 28152

added missing include files for compilation with Apple Developer Tools

2004-07-03 11:16 VS, revision 28151

implemented tab order in wxGTK2

2004-07-03 11:14 VS, revision 28150

demonstrate tab order

2004-07-03 10:06 VS, revision 28149

don't use deprecated wxUsleep

2004-07-03 10:02 VS, revision 28148

m_queuedFullRedraw is not used anymore

2004-07-02 22:22 VS, revision 28147

wxTaskBarIconBase event handlers were never called in 2.4 compatibility mode

2004-07-02 20:54 VS, revision 28146

fixed memory leak in wxNativeFontInfo when using Pango

2004-07-02 19:38 VS, revision 28145

BCC compilation fix

2004-07-02 19:05 GT, revision 28144

Patch # 984209 - Calls to wxFind() were using an old signature. They now check for wxNOT_FOUND

2004-07-02 18:54 GT, revision 28143

Patch # 984215 - Insert was returning SUCCESS after an error

2004-07-02 12:06 SC, revision 28142

sleep methods in synch with last changes

2004-07-02 12:03 SC, revision 28141

moving implementation out of class declaration

2004-07-01 22:54 VZ, revision 28140

added wxMilli/MicroSleep(), deprecated wxUsleep()

2004-07-01 22:52 VZ, revision 28139

fix wxTolower/upper() behaviour with signed chars > 0x7f with VC++ 6

2004-07-01 22:51 VZ, revision 28138

call InheritAttributes() during creation

2004-07-01 17:45 VS, revision 28137

don't force excessively large minsize, it makes the sample nearly unusable on X11

2004-07-01 14:17 JS, revision 28136

Comboboxes should have default height

2004-07-01 12:15 VZ, revision 28135

added wxMilli/MicroSleep(), deprecated wxUsleep()

2004-07-01 11:51 VZ, revision 28134

added wxGetKeyState() doc (patch 967255)

2004-07-01 11:47 VZ, revision 28133

implementation of the range insert for wxStringArray (patch 975003)

2004-07-01 11:44 VZ, revision 28132

added and documented wxWindow::MoveBefore/AfterInTabOrder()

2004-07-01 11:43 VZ, revision 28131

removed spurious semicolon

2004-07-01 10:46 VZ, revision 28130

font inheritance fixes (patch 983251)

2004-07-01 09:32 VZ, revision 28129

recognize EUC-KR charset (patch 983264)

2004-07-01 09:25 VZ, revision 28128

update from Hiroshi Saito (patch 981938)

2004-07-01 08:56 VS, revision 28127

set descent in GetTextExtend; use PANGO_PIXELS instead of dividing by PANGO_SCALE

2004-07-01 07:59 VS, revision 28126

simplified justification code; fixed incorrect positioning of first cell on line in justified paragraph

2004-07-01 07:40 VS, revision 28125

fixed a bug that prevented wxLogGui from being used by default

2004-07-01 07:07 VS, revision 28124

copy doc/ directory to builddir

2004-07-01 00:57 RD, revision 28123

reSWIGged

2004-07-01 00:53 RD, revision 28122

Print start and stop time

2004-07-01 00:48 RD, revision 28121

a little cleanup

2004-07-01 00:45 RD, revision 28120

added CmdDown()

2004-07-01 00:05 VZ, revision 28119

use CmdDown() instead of #ifdefs for Mac

2004-07-01 00:04 VZ, revision 28118

added and documented wxKey/MouseEvent::CmdDown()

2004-06-30 23:43 RD, revision 28117

The gaps should *not* be included in the space given to the item, and so should also not be accounted for in the alignment adjustmanets

2004-06-30 23:28 VZ, revision 28116

mention that wxPostEvent() only works for sending messages to the main thread

2004-06-30 23:21 VZ, revision 28115

mention that detached threads shouldn't be deleted

2004-06-30 22:00 RD, revision 28114

Need to ensure that the right background is explicitly set.

2004-06-30 21:55 RD, revision 28113

fixed typo

2004-06-30 21:50 RD, revision 28112

Fixed typos and added test case that changes the font of a CalendarCtrl

2004-06-30 21:49 RD, revision 28111

Layout fixes due to measuring with the wrong font. Also added GetDefaultAttributes and switched everything to use GetXXX instead of m_XXX.

2004-06-30 20:12 RD, revision 28110

Since the wxPyMake_wxObject typemap is also used for constructors we need to allow it to use the $owner value to specify if the thisown attribute shoudl be set to true.

2004-06-30 20:10 RD, revision 28109

Allow the size, pos, and title of the default output window to be modified

2004-06-30 18:44 VS, revision 28108

update for CVS versions of bakefile

2004-06-30 17:12 VS, revision 28107

SetDefaultXXX -> SetOwnXXX

2004-06-30 16:25 VZ, revision 28106

trying to fix missing new line before a heading start

2004-06-30 15:47 VZ, revision 28105

made GetTextExtent() work correctly with NULL theFont parameter (m_font might nto be set); drastically simplified it by using helper WindowHDC and SelectInHDC classes instead of the old mess

2004-06-30 15:45 VZ, revision 28104

don't use &this->GetFont(), this is _not_ valid C++ and GetTextExtent() should work correctly with the default value of font parameter anyhow

2004-06-30 15:44 VZ, revision 28103

added WindowHDC similar to Screen/MemoryHDC

2004-06-30 15:35 VZ, revision 28102

fix VC++ warning about redeclaring wxHtmlHelpMergedIndexItem class as struct in .cpp

2004-06-30 13:06 VS, revision 28101

implemented wxSS::GetMetric on wxGTK2 (patch 950618)

2004-06-30 13:05 VS, revision 28100

decoupled attributes inheritance and m_hasXXX flags

2004-06-30 12:32 VS, revision 28099

wxXXChoiceDialog documentation fixes

2004-06-30 10:22 VS, revision 28098

made GetEntitiesParser public, it's useful for some tag handlers

2004-06-30 10:21 VS, revision 28097

fixed HTML entities parsing inside <titl e> tag

2004-06-29 21:06 RD, revision 28096

Lots of SWIGging

2004-06-29 20:36 VS, revision 28095

put -DNO_GCC_PRAGMA into CPPFLAGS

2004-06-29 19:33 RD, revision 28094

cleanup whitespace

2004-06-29 19:29 RD, revision 28093

Allow the MustHaveApp exception feature to be inherited

2004-06-29 18:04 RD, revision 28092

Add SetState/GetState for wxMSW

2004-06-29 18:03 RD, revision 28091

Don't need to adjust the position for HitTest any longer

2004-06-29 18:02 RD, revision 28090

removed some commented out code that should have been removed in the last commit

2004-06-29 17:44 RD, revision 28089

minsize and attribute tweaks

2004-06-29 16:55 VZ, revision 28088

removed gtk.h include

2004-06-29 07:53 VZ, revision 28087

documented return value of Find[Absolute]ValidPath() correctly

2004-06-29 07:52 VZ, revision 28086

fixed bug in FindAbsoluteValidPath() which returned cwd instead of empty string if the path was not found

2004-06-29 07:48 VZ, revision 28085

recognize roman8 charset as us-ascii (this is wrong but better than not recognizing it at all) (fixes bug 978251)

2004-06-29 07:25 VS, revision 28084

implemented wxFRAME_NO_TASKBAR for wxGTK2

2004-06-29 07:16 VS, revision 28083

implemented nested index entries and index entries pointing to multiple documents in wxHtmlHelpController; modified wxHtmlHelpData API to make it possible

2004-06-29 03:02 RD, revision 28082

reSWIGged

2004-06-29 02:58 RD, revision 28081

use TWIST buttons by default on the Mac, but also make it possible to skip the style adjustments so the programmer can do what they want too.

2004-06-29 02:08 RD, revision 28080

reSWIGged

2004-06-29 02:06 RD, revision 28079

Tweaks for testing styles

2004-06-29 02:05 RD, revision 28078

Add some refreshes to try and workaround a display glitch

2004-06-29 02:04 RD, revision 28077

Refresh after changing the bitmap

2004-06-29 02:03 RD, revision 28076

Use root for OSX build

2004-06-29 02:03 RD, revision 28075

fixed icon image data

2004-06-29 02:02 RD, revision 28074

tweaked comment

2004-06-29 02:01 RD, revision 28073

A little better failure message

2004-06-29 01:58 RD, revision 28072

Fixed HitTest for columns > 1

2004-06-29 01:09 RD, revision 28071

Allow for Cmd-click on wxMac

2004-06-29 01:00 RD, revision 28070

Oops, forgot to remove som testing code

2004-06-29 00:57 RD, revision 28069

wxTreeListCtrl still uses the wxTR_TWIST_BUTTONS style

2004-06-29 00:56 RD, revision 28068

Fixed lots of painting, clipping and alignment issues.

2004-06-28 21:47 VS, revision 28067

implemented wxFRAME_NO_TASKBAR for wxGTK2

2004-06-28 21:46 VS, revision 28066

respect absence of wxCENTRE

2004-06-28 21:45 VS, revision 28065

implemented nested index entries and index entries pointing to multiple documents in wxHtmlHelpController; modified wxHtmlHelpData API to make it possible

2004-06-28 21:43 VS, revision 28064

wxHTML_REALLOC_STEP not used anymore

2004-06-28 21:42 VS, revision 28063

wxObjArray::empty() was missing

2004-06-28 21:42 VS, revision 28062

test nested indexes

2004-06-28 21:37 VS, revision 28061

create wxDialog with proper _NET_WM hint so that the WMs recognize it as a dialog

2004-06-28 21:30 RD, revision 28060

Fix HitTest offset, and some other little things that had been changed in our old copy of treelistctrl

2004-06-28 19:27 RD, revision 28059

Added GetUnicodeKey

2004-06-28 19:23 RD, revision 28058

Use top-level parent for the dialog parent

2004-06-28 19:22 MBN, revision 28057

Compilation fixes.

2004-06-28 19:22 RD, revision 28056

Add flush() to PyOnDemandOutputWindow

2004-06-28 19:21 RD, revision 28055

override GetLabe/SetLabel as on wxMac it will draw its own label that interferes with ours.

2004-06-28 19:02 KO, revision 28054

Fixing crash due to referencing a NULL m_font.

2004-06-28 18:18 KO, revision 28053

Fixed wxMDIChildWindow to be a native window on Mac. Otherwise, functions like SetSize would crash.

2004-06-28 18:16 KO, revision 28052

Fixed typo in show available drives.

2004-06-28 16:26 VS, revision 28051

documentation fix

2004-06-28 10:48 VZ, revision 28050

update from Herbert Breunung which I forgot to commit some time ago

2004-06-28 10:47 VZ, revision 28049

added include files section

2004-06-28 10:46 VZ, revision 28048

added test for Lower()/Upper() with 8bit chars

2004-06-28 10:38 VZ, revision 28047

don't duplicate code checking for X for X11 and Motif ports; filter out -RNONE from the X_LIBS set by AC_PATH_XTRA (see patch 956017)

2004-06-27 22:17 VS, revision 28046

don't mess with the fonts if not asked to

2004-06-27 22:16 VS, revision 28045

removed wrong bg colour handling code

2004-06-27 19:40 VS, revision 28044

more fixes to HTML entities parsing when loading .hhk and .hhc

2004-06-27 13:47 VS, revision 28043

fixed typo

2004-06-27 13:42 VS, revision 28042

warning fix

2004-06-27 13:42 VS, revision 28041

fixed setting colour of wxStaticText in case the label contains XML special characters

2004-06-27 13:10 VS, revision 28040

implemented underlined text drawing for GTK2

2004-06-27 13:09 VS, revision 28039

fixes to charset conversion when loading non-Latin1 helpbooks; use wxString instead of wxChar* in data structures

2004-06-27 09:00 VS, revision 28038

re-added --inplace documentation

2004-06-26 18:45 RD, revision 28037

don't create the font until after the app is initialized

2004-06-26 17:29 VS, revision 28036

fixed sash dragging after programatically trying to set sashpos < minsize

2004-06-26 15:53 VS, revision 28035

implemented 3state checkboxes in wxGTK with GTK2

2004-06-26 15:51 VS, revision 28034

doubleclick selects cell for editing

2004-06-26 15:25 VS, revision 28033

more fixes to keypress handling in wxGTK: 1. don't eat unprocessed events originating from child widgets 2. tell IM context about focus changes 3. set wxKeyEvent modifiers information from last GdkEventKey leading to IM's commit signal

2004-06-26 14:11 VS, revision 28032

change of msgids patch description was inaccurate; fixed

2004-06-26 13:34 VZ, revision 28031

added and documented wxKeyEvent::GetUnicodeKey(); made it work for MSW; added test for it to the text sample

2004-06-26 13:14 VZ, revision 28030

added and documented wxKeyEvent::GetUnicodeKey(); made it work for MSW; added test for it to the text sample

2004-06-26 10:02 SC, revision 28029

allow a - at the beginning of a menu item (would become a separator by default)

2004-06-26 09:39 SC, revision 28028

rely on built-in best size...

2004-06-26 09:31 SC, revision 28027

correctly positioning vertical slider labels

2004-06-25 15:09 DS, revision 28026

fixed include dependency

2004-06-25 13:40 SC, revision 28025

colors are only set if non-black, otherwise Enable(false) does not gray them out

2004-06-25 12:59 JS, revision 28024

Added braces to remove initialisation error

2004-06-25 12:19 SC, revision 28023

font retrieval synched for setsize and bestsize

2004-06-25 11:33 SC, revision 28022

best size handling fix

2004-06-25 11:18 SC, revision 28021

cursor handling fix

2004-06-25 09:21 SC, revision 28020

two-level switch statement for event types

2004-06-25 08:25 SC, revision 28019

fix missing mouse-up events (eg when track control was called, which is consuming the mouse-up event)

2004-06-24 21:58 RD, revision 28018

SetSizeHints hacks are not needed any longer since the minsize is not set by default any longer

2004-06-24 21:09 RD, revision 28017

reSWIGged

2004-06-24 21:02 RD, revision 28016

reSWIGged

2004-06-24 20:52 VS, revision 28015

inform the IM context about focus changes

2004-06-24 20:27 VS, revision 28014

GtkIMContext must be the first to process keypress events, otherwise you won't be able to enter all characters with some IMs; this is same thing as what GtkEntry and GtkTextView do

2004-06-24 20:25 RD, revision 28013

testing tweaks

2004-06-24 20:21 RD, revision 28012

Optimized sizers to not call CalcMin more often than neccessary Window items added with wxFIXED_MINSIZE flag will set the window's minsize to its curent size.

2004-06-24 20:13 RD, revision 28011

Optimized sizers to not call CalcMin more often than neccessary Window items added with wxFIXED_MINSIZE flag will set the window's minsize to its curent size.

2004-06-24 20:09 RD, revision 28010

* Implemented BestSize cache * Added calls to InvalidateBestSize where things affecting BestSize are modified. There are probably several other places where this still needs to be done... * Added wxWindowBase::GetBestFittingSize that will merge the BestSize into the MinSize, (if any) and return the result. * SetBestFittingSize will now only set the MinSize to the value that was passed to it, without merging in the BestSize

2004-06-24 19:51 VS, revision 28009

fixed keypresses handling to correctly translate Unicode characters to current locale's charset in GTK2+ANSI build

2004-06-24 18:11 VS, revision 28008

fixed memory leak and removed duplicated code

2004-06-24 17:54 VS, revision 28007

use GtkIMContext variable, not GtkIMMulticontext, we don't use functions that take the latter as their argument

2004-06-24 16:36 DE, revision 28006

We don't need to pose for NSMenuItem, target/action is used instead.

2004-06-24 15:14 DE, revision 28005

* Do not use class posing to handle target/action.

2004-06-24 14:25 VS, revision 28004

fixed warnings after GetFont prototype change

2004-06-24 11:59 VS, revision 28003

Removed references to now-deprecated wxNotebookSizer from documentation.

2004-06-24 11:58 VS, revision 28002

deprecated wxBookCtrlSizer and wxNotebookSizer, they are no longer needed

2004-06-24 09:32 ABX, revision 28001

Fixed stream test.

2004-06-24 09:04 VS, revision 28000

set size hints so that the window won't shrink too much

2004-06-24 08:15 JJ, revision 27999

Committing in . OpenVMS updates Modified Files: wxWidgets/setup.h_vms wxWidgets/src/gtk/descrip.mms wxWidgets/src/motif/checkbox.cpp ----------------------------------------------------------------------

2004-06-24 08:05 ABX, revision 27998

Regenerated makefiles.

2004-06-24 08:00 ABX, revision 27997

Removed unused code.

2004-06-24 07:28 SC, revision 27996

unicode fix

2004-06-24 06:59 ABX, revision 27995

Fixes for Smartphone builds. Sample does not work yet but at least creates exacutable.

2004-06-24 06:54 ABX, revision 27994

Fixed WinCE build.

2004-06-24 06:46 VS, revision 27993

reverted previous commit: the _real_ bug was already fixed

2004-06-24 04:46 RD, revision 27992

work around a bug in TabCtrl_AdjustRect which will cause a crash on win2k, or on XP with themes disabled, if the wxNB_MULTILINE style is used and the rectangle is very small, (such as when the notebook is first created.)

2004-06-24 04:45 RD, revision 27991

removed a SetFont(parent->GetFont())

2004-06-24 04:45 RD, revision 27990

tweaks for testing

2004-06-24 03:04 RD, revision 27989

wxDefaultCoord

2004-06-23 22:20 VS, revision 27988

fixed UNC paths handling (patch #975038)

2004-06-23 22:18 VS, revision 27987

test UNC filenames conversion on MSW

2004-06-23 22:18 VS, revision 27986

compilation fix for gcc-3.4

2004-06-23 22:12 DS, revision 27985

fixed bug #976725: "RETURN closes dialog instead of combobox dropdown" (applied fix suggested in the bug's comment)

2004-06-23 21:54 VZ, revision 27984

added Set(jdn) test

2004-06-23 21:53 VZ, revision 27983

fixed bug in wxDateTime::Set(jdn) when DST was in effect

2004-06-23 21:18 VZ, revision 27982

extracted some wxDateTime tests from console sample to the unit test suite

2004-06-23 20:31 VS, revision 27981

ngettext() macro was removed

2004-06-23 20:30 VS, revision 27980

allow msgids in !=English languages (based on Stefan Kowski's patch)

2004-06-23 18:26 VZ, revision 27979

fixed sending 2 events (normal and bogus cancel one) when ending to edit a tree ctrl item (patch 978403)

2004-06-23 17:42 VZ, revision 27978

use ES_AUTOHSCROLL for multiline controls as well (fixes 966692)

2004-06-23 17:42 VZ, revision 27977

don't use wxHSCROLL for the rich edit window, not that it really works as expected it looks ugly in the sample

2004-06-23 17:39 RD, revision 27976

Create the wxPython dir (for the reverse renamers) if it doesn't exist

2004-06-23 17:31 VS, revision 27975

default colours are not stored in m_fore/backgroundColour variables anymore

2004-06-23 16:41 VS, revision 27974

refresh the window in OnSysColourChanged

2004-06-23 16:41 VS, revision 27973

no need to update default colours and refresh if syscolours change, wxWindow does it

2004-06-23 16:04 ABX, revision 27972

Make some long #ifs shorter but multiline so diffs of other ports are more readable.

2004-06-23 16:04 CE, revision 27971

fix bug with button doing nothing

2004-06-23 16:01 DE, revision 27970

wxCocoa: don't force DEFAULT_wxUSE_SCROLLBAR=no

2004-06-23 15:33 VS, revision 27969

gtk_widget_get_display is documented to be GTK >= 2.2 thing -- fixes report about compilation failure

2004-06-23 15:30 VS, revision 27968

GetFont doesn't return reference anymore

2004-06-23 15:26 DE, revision 27967

wxCocoa: Added wxScrollBar

2004-06-23 15:01 ABX, revision 27966

Make some long #ifs shorter but multiline so diffs of other ports are more readable.

2004-06-23 14:49 DS, revision 27965

fixed unresolved symbol main (occurred with wxMac)

2004-06-23 14:06 DE, revision 27964

Regenerated with Bakefile 0.1.4 (some WinCE files were added by someone else)

2004-06-23 11:55 ABX, revision 27963

Private macro moved in waiting for DektopPolicy implementation.

2004-06-23 11:52 VS, revision 27962

don't cache default colours

2004-06-23 11:51 VS, revision 27961

removed non-const wxWindow::GetFont and GetCursor

2004-06-23 11:34 VS, revision 27960

removed non-const wxWindow::GetFont and GetCursor

2004-06-23 10:57 ABX, revision 27959

Preserve previous state of sizers.

2004-06-23 10:44 ABX, revision 27958

Shortcuts for avoiding #ifdef __SMARTPHONE__ conditions.

2004-06-23 09:39 ABX, revision 27957

According to C99 standard (6.10.1 p3) defined() in #define is undefined, so we need replacement.

2004-06-23 09:06 VS, revision 27956

include bitmap.h not needed anymore

2004-06-23 08:22 JS, revision 27955

Font correction

2004-06-23 00:46 DE, revision 27954

Remove SendDestroyEvent() call from SetNSView() and call it from ~wxWindow and ~wxTopLevelWindow instead.