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

2007-12-06 16:22 PC, revision 50548

setting style on backing window should not be necessary, its background never shows

2007-12-06 16:22 PC, revision 50547

make access for virtuals match base

2007-12-06 16:10 PC, revision 50546

match CFTypeRef declaration to the one in defs.h

2007-12-06 16:10 PC, revision 50545

remove extra semicolons

2007-12-06 14:18 VZ, revision 50544

fix typo in \param (patch 1845351)

2007-12-06 12:26 JS, revision 50542

Big wxRichTextCtrl performance increase due to faster wrapping code

2007-12-06 12:25 JS, revision 50541

Big wxRichTextCtrl performance increase due to faster wrapping code

2007-12-06 00:14 BP, revision 50500

Patch from David Warkentin fixing initialization of physical scrolling setting in wxVarScrollHelperBase.

2007-12-05 21:50 SC, revision 50482

extending locale detection

2007-12-05 15:01 RR, revision 50481

Added wxToggleBitmapButton

2007-12-05 10:51 VS, revision 50480

check that the version of __sync_sub_and_fetch that returns a value is supported, not just the void one

2007-12-05 08:45 JS, revision 50479

Clarified context menu event behaviour.

2007-12-05 08:44 JS, revision 50478

Clarified context menu event behaviour.

2007-12-05 04:47 PC, revision 50477

fix deferred show when min size has been set

2007-12-04 21:52 JS, revision 50476

Reverted mouse position change - wxMSW does send (-1, -1) for keyboard context menu access

2007-12-04 21:51 JS, revision 50475

Reverted mouse position change - wxMSW does send (-1, -1) for keyboard context menu access

2007-12-04 20:24 VS, revision 50474

wxLaunchDefaultBrowser messages should be localized

2007-12-04 19:06 VS, revision 50473

added <scrollrate> parameter to wxScrolledWindow XRC handler

2007-12-04 19:03 VS, revision 50472

added <scrollrate> parameter to wxScrolledWindow XRC handler

2007-12-04 17:50 SC, revision 50471

shorter code for wxMac

2007-12-04 17:49 SC, revision 50470

emulate expected setlocale(0,"") behaviour

2007-12-04 17:41 BP, revision 50469

Backported LaTeX CSS modifications (r50468) to 2.8.

2007-12-04 17:33 BP, revision 50468

Cleaned up LaTeX CSS definitions (these modifications have been used for the online docs since 2.8.0 now with no problems).

2007-12-04 17:26 PC, revision 50467

Only account for WM frame extents in tlw size if WM supports _NET_FRAME_EXTENTS. Extents cache no longer needed.

2007-12-04 15:29 VS, revision 50466

when testing for GCC's atomic builtins, try to link too (see bug #1844128); also more closely mirror wx's use by using unsigned int and not int for tests

2007-12-04 13:38 JS, revision 50465

Context menu event from keyboard records the mouse position, not -1, -1, in line with wxMSW

2007-12-04 13:38 JS, revision 50464

Context menu event from keyboard records the mouse position, not -1, -1, in line with wxMSW

2007-12-04 04:22 DE, revision 50462

Make wxCocoa compile with new pImpl wxDC.

2007-12-04 01:34 VZ, revision 50461

use wxFileName to construct well-formed paths in GetMsgCatalogSubdirs() instead of doing it ourselves with string manipulations wrongly (patch 1835208)

2007-12-04 01:29 VZ, revision 50460

use CreateWindow() instead of CreateStatusWindow() for statusbar creation as the latter is not supported by MSLU and so doesn't work under Win9x

2007-12-03 22:26 RR, revision 50459

correct wxMemoryDC constr. to not use m_owner

2007-12-03 22:09 VZ, revision 50458

don't use 8 bit characters in sources, this results in level 1 warning with VC8 (patch 1841741)

2007-12-03 16:35 SC, revision 50457

fixing warning about missing virt destructor

2007-12-03 16:34 SC, revision 50456

fixing warning about missing virt destructor

2007-12-03 10:21 RR, revision 50455

compile fix

2007-12-03 10:09 RR, revision 50454

Mention different internal usage of index list model

2007-12-03 09:56 RR, revision 50453

Resize col to fill entire client area if only 1 col.

2007-12-03 09:45 JS, revision 50452

Fixed player dialog listbox and app icon on wxGTK

2007-12-03 09:44 JS, revision 50451

Fixed player dialog listbox size and app icon on wxGTK

2007-12-03 09:44 RR, revision 50450

Add support for wxDC_ROW_LINES for GTK+ and OS X

2007-12-03 09:23 JS, revision 50448

Added Forty Thieves icon

2007-12-03 09:23 JS, revision 50447

Added Forty Thieves icon

2007-12-03 02:55 PC, revision 50443

remove unneccessary header dependencies on wx/thread.h

2007-12-03 02:20 PC, revision 50442

non-pch build fix

2007-12-03 02:15 PC, revision 50441

non-pch build fixes

2007-12-03 02:15 PC, revision 50440

build fix for -D__WXUNIVERSAL__

2007-12-02 22:05 RR, revision 50439

further work on custom renderer

2007-12-02 21:29 VZ, revision 50438

added wxMSW notifmsg.h/cpp

2007-12-02 20:25 PC, revision 50437

non-pch build fix

2007-12-02 20:16 PC, revision 50436

keep initial size from changing when frame extents become known

2007-12-02 19:43 VZ, revision 50435

added support for icon flags to wxGenericNotificationMessage

2007-12-02 19:42 VZ, revision 50434

added wxNotificationMessage::AlwaysUseGeneric() MSW-specific method

2007-12-02 19:39 VZ, revision 50433

added wxArtProvider::GetMessageBoxIcon() to avoid duplicating the same code in generic message and log dialogs (and soon notification message too)

2007-12-02 18:13 PC, revision 50432

don't set resize mode to QUEUE, it seems to be wrong for a wxWindow in a native container

2007-12-02 17:28 VZ, revision 50431

removed the "Silver theme fix" which made the controls in the toolbars invisible

2007-12-02 17:09 VZ, revision 50430

correct the wxEVT_TASKBAR_BALLOON_CLICK handler name (it doesn't change anything for now)

2007-12-02 17:02 VZ, revision 50429

implemented wxNotificationMessage for wxMSW using wxTaskBarIcon and fallback to generic implementation on older systems; added wxNotificationMessage::SetFlags()

2007-12-02 16:47 VZ, revision 50428

delete the TLW used by taskbar icons instead of destroying it to avoid hang on exit if there are no other windows left in the program

2007-12-02 16:15 SC, revision 50427

removing non darwin mac source

2007-12-02 16:12 VZ, revision 50426

added wxApp::GetShell32Version() to test for shell32.dll support of balloon tooltips

2007-12-02 14:54 SC, revision 50425

fixing new inheritance

2007-12-02 14:09 RR, revision 50424

Use FillHilite style

2007-12-02 13:51 RR, revision 50423

test for valid icon

2007-12-02 13:44 RR, revision 50422

Mention DC change

2007-12-02 13:40 RR, revision 50421

Fix docs

2007-12-02 12:38 VZ, revision 50420

define NIN_BALLOONXXX constants if the SDK doesn't

2007-12-02 11:20 SC, revision 50418

making sure the clientdc gets destroyed, otherwise we will have stale dc information that will interfere with drawing in unpredictable ways

2007-12-01 22:58 BP, revision 50409

Replaced moved wxVScrolledWindow HitTest methods fixing bug 1841939 (wxVListBox and wxHtmlListBox).

2007-12-01 22:48 VZ, revision 50408

added wxEVT_TASKBAR_BALLOON_TIMEOUT/CLICK which will be used by the wxMSW wxNotificationMessage implementation

2007-12-01 20:43 RR, revision 50407

Forgot to actually use image list

2007-12-01 20:04 VZ, revision 50406

add wxPrintData forward declaration (blind fix for Mac compilation)

2007-12-01 19:06 RR, revision 50405

Mention wxDataViewTreeCtrl in wxDataViewCtrl docs

2007-12-01 19:01 RR, revision 50404

Added wxDataViewTreeCtrl

2007-12-01 18:37 PC, revision 50403

non-pch build fixes

2007-12-01 16:25 VZ, revision 50402

added MSW-specific wxTaskBarIcon::ShowBalloon() method; use it in the taskbar sample (and also clean it up significantly)

2007-12-01 15:55 VZ, revision 50401

removed the menu item which could be used to remove the icon and leave the user without any way to interact with the application (nor quit it)

2007-12-01 15:39 VZ, revision 50400

use correct text format depending on build in XTYP_EXECUTE transactions

2007-12-01 15:14 VZ, revision 50399

test for wxUSE_UNICODE_UTF8 in wxUTF8Buf definition was reversed, correct it

2007-12-01 13:26 VZ, revision 50398

compilation fix after argv changes (move initialization from OnInitGui() to Initialize() where the original command line arguments are accessible)

2007-12-01 12:03 RR, revision 50397

compilation fix and fewer warnings

2007-12-01 05:27 SC, revision 50395

fixing define

2007-12-01 05:21 SC, revision 50394

font updates

2007-11-30 23:24 RR, revision 50391

compilation

2007-11-30 23:12 RR, revision 50390

compilation

2007-11-30 23:03 RR, revision 50389

forgot to commit

2007-11-30 21:17 VZ, revision 50388

compilation fix after removing default wxDC ctor

2007-11-30 21:11 VZ, revision 50387

free wxDCFactory::m_factory; also renamed SetDCFactory() to just Set()

2007-11-30 20:56 VZ, revision 50385

remove default wxDC ctor to make it impossible to construct DCs without the associated wxDCImpl (this breaks compilation of classes such as wxMirrorDC instead of crashing at run-time); fixed wxMirrorDC compilation after breaking it; renamed wxDCFactory::GetFactory() to just Get(), no need to be repetitive

2007-11-30 20:52 SC, revision 50384

atsu for textctrl

2007-11-30 20:51 SC, revision 50383

using common code

2007-11-30 20:50 SC, revision 50382

using common code

2007-11-30 20:49 SC, revision 50380

textctrl always needs ATSU...

2007-11-30 20:25 VZ, revision 50378

mention wxDC change (more details would be welcome)

2007-11-30 20:16 VZ, revision 50377

last commit resolved the conflict incorrectly, undoing it

2007-11-30 20:08 RR, revision 50376

remove checks for new dc code

2007-11-30 20:07 VZ, revision 50375

move IMPLEMENT_CLASS macros for wxBuffered[Paint]DC to dcbufcmn.cpp to ensure that they're available in wxUSE_NEW_DC build too (and because they have nothing to do in dcbase.cpp anyhow)

2007-11-30 20:00 RR, revision 50374

remove test for new dc

2007-11-30 19:59 RR, revision 50373

Compile with printarch off

2007-11-30 19:45 RD, revision 50369

Use ?= assignment operator for WX_UNICODE so it can be overridden from the environment

2007-11-30 18:16 RR, revision 50368

Remove old wxDCBase class, restore IMPLEMENT_CLASS macros for buffered dc classes

2007-11-30 18:06 RR, revision 50367

wxOverlay compile fix

2007-11-30 18:04 RR, revision 50366

DC change

2007-11-30 17:51 RR, revision 50365

more DC changes for wxX11

2007-11-30 17:47 VZ, revision 50364

corrected DECLARE_DYNAMIC_CLASS use

2007-11-30 17:46 VZ, revision 50363

use WS_SYSMENU if wxCLOSE_BOX style is given, otherwise the close box doesn't appear

2007-11-30 17:43 RR, revision 50362

remove superfluous visibility attribute

2007-11-30 16:52 SC, revision 50361

adaptions for latest dc changes

2007-11-30 16:46 SC, revision 50360

adaptions for latest dc changes

2007-11-30 16:43 SC, revision 50359

adaptions for latest dc changes

2007-11-30 16:40 SC, revision 50358

adaptions for latest dc changes

2007-11-30 15:36 SC, revision 50357

fixing 10.5 only compiles

2007-11-30 15:35 SC, revision 50356

fixing 10.5 only compiles

2007-11-30 15:31 SC, revision 50355

fixing 10.5 only compiles

2007-11-30 15:26 RR, revision 50354

converted most of X11 DC code

2007-11-30 14:41 VZ, revision 50353

fix an unused variable warning in release build

2007-11-30 14:31 VZ, revision 50352

unused parameters and float/double->int conversion warning fixes

2007-11-30 14:30 VZ, revision 50351

fix compilation error after r50329: wxMenu doesn't have HandleWindowEvent() as it's not a window

2007-11-30 14:24 VZ, revision 50350

blind compilation fix after last commit

2007-11-30 14:16 VZ, revision 50349

build fixes for wxUSE_STL==1

2007-11-30 13:48 RR, revision 50348

DC reorganization

2007-11-30 13:17 RR, revision 50347

GTK+ doesn't like slider with min=max values

2007-11-30 12:35 SC, revision 50346

fixing 10.5 only compiles

2007-11-30 12:34 SC, revision 50345

fixing 10.5 only compiles

2007-11-30 10:54 SC, revision 50344

fixing 10.5 only compiles

2007-11-30 10:26 SC, revision 50343

fixing 10.5 only compiles

2007-11-30 10:20 SC, revision 50342

fixing 10.5 only compiles

2007-11-30 10:19 SC, revision 50341

moving code, fixing 10.5 only compiles

2007-11-30 09:17 SC, revision 50339

fixing bug 1841377

2007-11-30 09:14 SC, revision 50338

fixing bug 1841377

2007-11-30 08:19 SC, revision 50337

weak link test is not optimal, as CoreText is already having some symbols defined under 10.4, replace with fixed system number test

2007-11-30 07:37 SC, revision 50336

using the cf string conversions exclusively

2007-11-30 05:52 DE, revision 50335

wxCocoa only: Give the buddy text control focus if the user changes the spinner. Copyright 2007 Software 2000 Ltd.

2007-11-30 05:08 DE, revision 50334

Implement text update events so the spin control works better. Copyright 2007 Software 2000 Ltd.

2007-11-29 21:52 SC, revision 50331

adding CoreText implementation

2007-11-29 21:36 SC, revision 50330

adding CoreText implementation

2007-11-29 17:00 VS, revision 50329

1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to correctly handle exceptions in even handlers in wxGTK 2. use HandleWindowEvent() everywhere as more obvious and convenient shortcut for GetEventHandler()->ProcessEvent(); also for consistency with wxGTK where it's required

2007-11-29 14:12 SC, revision 50328

cleanup

2007-11-29 14:10 SC, revision 50327

cleanup

2007-11-29 12:37 SC, revision 50326

cleanup

2007-11-29 12:34 SC, revision 50325

cleanup

2007-11-29 12:34 VZ, revision 50324

translate the descriptions in SetDesc(wxCmdLineEntryDesc)

2007-11-29 10:02 SC, revision 50323

that part would have to be removed before, as its condition became always false under 10.4

2007-11-29 08:29 SC, revision 50322

porting forward 10.5 focus fix

2007-11-29 08:28 SC, revision 50321

porting forward scrolling fix

2007-11-29 07:35 DE, revision 50320

Fix for wxCocoaMessageDialog construction accidently using the totally wrong wxDialog constructor.

2007-11-29 07:28 DE, revision 50319

Implement wxBitmap::GetSubBitmap. Patch authored by Software 2000 Ltd.

2007-11-29 07:24 DE, revision 50318

Implement wxIcon::LoadFile by defering to wxBitmap implementation instead of creating a dummy 5x5 image. Patch authored by Software 2000 Ltd.

2007-11-28 19:03 VZ, revision 50315

define AW_XXX constants if SDK doesn't (fixes VC6 compilation, patch 1840451)

2007-11-28 18:56 JS, revision 50314

Fixed bug in border style translation

2007-11-28 14:13 SC, revision 50313

fixing region and using default background colour

2007-11-28 14:10 JS, revision 50312

Use wxStdDialogButtonSizer

2007-11-28 14:01 VZ, revision 50311

added wx/mac/dataview.h to ADVANCED_MAC_HDR (bug 1840231); also moved wx/mac/joystick.h and wx/mac/sound.h to it from MAC_CMN_HDR

2007-11-28 13:57 VZ, revision 50310

typo fix

2007-11-28 10:51 SC, revision 50309

cleanup, going private with platform specific that is only needed at one place

2007-11-28 10:42 SC, revision 50308

cleanup

2007-11-28 09:52 SC, revision 50307

fixing potential alignment error

2007-11-28 06:46 PC, revision 50303

Solaris /usr/bin/tr requires [] around character ranges

2007-11-28 05:57 SC, revision 50302

cleanup, fixing exports

2007-11-28 05:52 SC, revision 50301

cleanup, fixing exports

2007-11-28 05:48 SC, revision 50300

cleanup, fixing exports

2007-11-28 02:56 VZ, revision 50299

fix typo in an example (patch 1837973)

2007-11-28 02:54 VZ, revision 50298

don't keep dangling m_prevRadio pointer (2nd part of patch 1836644)

2007-11-28 02:50 VZ, revision 50297

initialize m_ownsConv (part of patch 1836644)

2007-11-28 02:46 VZ, revision 50296

set disposition to OPEN_ALWAYS for write and read-write modes (replaces patch 1836605)

2007-11-28 02:10 VZ, revision 50295

always call GTKSetActivatesDefault(), not only if wxTE_PROCESS_ENTER style was given (patch 1835260)

2007-11-28 01:59 VZ, revision 50294

return immediately after processing TaskbarCreated message instead of asserting (the accepted part of patch 1835507)

2007-11-28 00:29 VZ, revision 50291

removed ADVANCED_CMN_NATIVE_HDR, files in it (wx/datectrl.h ad dataview.h) are used in all ports, not just native ones [backport of r50290 from trunk]

2007-11-28 00:25 VZ, revision 50290

removed ADVANCED_CMN_NATIVE_HDR, files in it (wx/datectrl.h ad dataview.h) are used in all ports, not just native ones

2007-11-28 00:24 VZ, revision 50289

don't use Gnome printing in wxUniv [backport of r50037 from trunk]

2007-11-27 20:57 RR, revision 50287

Patch from Bo to show missing lines again

2007-11-27 20:48 RD, revision 50285

Use kControlContentIconRef for toolbar bitmap buttons. Fixes bug #1826474

2007-11-27 20:37 VS, revision 50284

fixed linking with visibility enabled on Ubuntu and some other systems (any gcc 4.2 amd64?) by removing superfluous virtual wxColour::Ok() (already in wxColourBase) -- do this in all ports, not just wxGTK

2007-11-27 20:28 VS, revision 50283

once again removed #ifdefs that conditionally included the exact same code on Mac and non-Mac, instead of having just one copy of it

2007-11-27 19:00 VS, revision 50282

removed trailing whitespace

2007-11-27 16:39 SC, revision 50281

cleanup

2007-11-27 16:38 SC, revision 50280

cleanup

2007-11-27 15:26 SC, revision 50279

fixing switches

2007-11-27 15:20 SC, revision 50278

adding wxPartRegion and catching errors

2007-11-27 11:03 SC, revision 50277

guard code for mac / quickdraw

2007-11-27 11:02 SC, revision 50276

guard code for mac / quickdraw

2007-11-27 10:59 SC, revision 50275

fixing cases for mac / quickdraw

2007-11-27 10:00 SC, revision 50272

fixing the usage of hishape

2007-11-27 08:35 SC, revision 50271

moving to gcc 4.0 exclusively, 10.4 minimum system

2007-11-27 07:59 SC, revision 50269

moving to gcc 4.0 exclusively, 10.4 minimum system

2007-11-26 21:27 VZ, revision 50263

unload msimg32.dll earlier (before static cleanup time) to avoid lockups when wx is used as DLL; don't use wxOnceOnlyDLLLoader for gdi32.dll as we don't need to keep this DLL loaded, it will stay in memory anyhow as we link to it statically

2007-11-26 19:44 RD, revision 50258

Bump subrelease number

2007-11-26 19:41 VS, revision 50257

catch unhandled exceptions in POSIX threads implementation the same way wxMSW does

2007-11-26 17:23 SC, revision 50256

simplifying

2007-11-26 13:48 VZ, revision 50255

use WXDLLIMPEXP_FWD_CORE instead of WXDLLEXPORT

2007-11-26 07:46 SC, revision 50251

cleanup / adding effects

2007-11-26 07:45 SC, revision 50250

cleanup / adding effects

2007-11-26 07:43 SC, revision 50249

universal fixes

2007-11-26 07:39 SC, revision 50248

avoiding menu id = 0 , adding rotating through direction each time an effect is called

2007-11-25 23:59 VZ, revision 50247

removed extraneous backslash

2007-11-25 14:34 VZ, revision 50243

wxStr[c]spn_String fixes: use size_t, not int, as return type; use WX_STR_FUNC_NO_INVERT for wrappers declarations as they're not symmetric; also corrected mistaken use of int instead of rettype in WX_STR_FUNC_NO_INVERT itself

2007-11-25 14:28 VZ, revision 50242

use size_t instead of unsigned int to avoid MSVC warnings about converting the former to the latter when compiling with /Wp64

2007-11-25 13:12 VZ, revision 50240

fix unused parameter warning inside FILEDIRBTN_OVERRIDES

2007-11-25 13:01 VZ, revision 50239

no real changes, just updated bakefile URL and fixed some spelling errors

2007-11-25 11:14 VS, revision 50237

removed ANSI configs from VisualC++ project files

2007-11-25 03:33 PC, revision 50231

remove unused/unneeded stuff from gtk/private.h

2007-11-24 22:09 SN, revision 50227

Blind compilation fix for Watcom.

2007-11-24 19:11 PC, revision 50226

remove check for missing gtk_icon_size_lookup, since it is for GTK+ 2.1, and 2.4 is required now

2007-11-24 18:34 SC, revision 50225

quickdraw fixes

2007-11-24 17:55 VS, revision 50224

ensure that wxGrid::AutoSizeColumn/Row() never sets column/row size smaller than the minimal size

2007-11-24 17:53 VS, revision 50223

ensure that wxGrid::AutoSizeColumn/Row() never sets column/row size smaller than the minimal size

2007-11-24 16:56 SC, revision 50222

64 bit clean implementation

2007-11-24 16:55 SC, revision 50221

flags moved to chkconf

2007-11-24 16:54 SC, revision 50220

make renderer independent of windowing system

2007-11-24 16:54 SC, revision 50219

64 bit clean printing

2007-11-24 16:51 SC, revision 50218

mac more native types

2007-11-24 16:50 SC, revision 50217

mac more native types

2007-11-24 16:15 VZ, revision 50216

added Show/HideWithEffect() and implemented them using AnimateWindow() for Win32

2007-11-24 15:31 VZ, revision 50215

rewrite the sample to use a main frame to make it more understandable and also make it easier to add new commands to it

2007-11-24 09:41 SC, revision 50211

64 bit fixes

2007-11-24 09:39 SC, revision 50210

adding assign

2007-11-24 09:38 SC, revision 50209

bringing wxmac in line using cflocale

2007-11-24 09:38 SC, revision 50208

64bit mac adaptions

2007-11-24 09:36 SC, revision 50207

one additional assign

2007-11-24 08:45 SN, revision 50206

Added new files for console event loop on OS/2.

2007-11-24 01:56 VZ, revision 50205

added wxNotificationMessage and implemented it generically and natively for Maemo

2007-11-24 01:23 VZ, revision 50204

fix \texttt after the last commit

2007-11-23 21:34 VZ, revision 50203

compilation fix for wxUSE_STL==1 in DoGetSibling()

2007-11-23 21:29 VZ, revision 50202

correction to the last commit

2007-11-23 21:21 VS, revision 50201

backported wxGrid labels autosizing patch (r44835) to 2.8

2007-11-23 20:45 VS, revision 50200

TeX files are not executables

2007-11-23 20:45 VS, revision 50199

TeX files are not executables

2007-11-23 20:39 VS, revision 50198

fixed the changelog to have only one 2.8.7 section instead of two

2007-11-23 19:41 SC, revision 50197

remove pict support for 64bit

2007-11-23 19:31 SC, revision 50196

mac cleanup, cgcolor changes

2007-11-23 19:30 SC, revision 50195

mac cleanup

2007-11-23 19:25 SC, revision 50194

mac cleanup

2007-11-23 19:19 VZ, revision 50193

more WXDLLIMPEXP_FWD_XXX fixes from Tim Stahlhut

2007-11-23 19:18 SC, revision 50192

mac cleanup

2007-11-23 19:16 SC, revision 50191

mac cleanup

2007-11-23 14:13 VZ, revision 50184

use correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut)

2007-11-23 09:58 SC, revision 50183

mac cleanup, pure cgcolor

2007-11-23 09:23 SC, revision 50182

mac cleanup, pure cgcolor

2007-11-23 02:03 VZ, revision 50181

return int from wxGetWindowId(), not WORD, to ensure comparing it with wxWindowID elsewhere works correctly even for negative ids

2007-11-22 18:15 SC, revision 50172

cleanup and cgcolor changeds

2007-11-22 17:47 SC, revision 50171

mac cgcolor changes & cleanup

2007-11-22 17:45 SC, revision 50170

mac cgcolor changes

2007-11-22 17:45 SC, revision 50169

mac cgcolor changes

2007-11-22 17:41 SC, revision 50168

mac cgcolor changes

2007-11-22 17:41 SC, revision 50167

fix mac universal

2007-11-22 17:07 PC, revision 50166

warning fix

2007-11-22 17:07 PC, revision 50165

store size of WM decorations separately for each TLW, so changes to one do not affect others

2007-11-22 15:37 SC, revision 50164

fixing non-precomp headers build

2007-11-22 15:34 VZ, revision 50163

rebaked after timer/socket changes

2007-11-22 15:29 VZ, revision 50162

define wxUSE_UNICODE=0 in non-Unicode build to prevent it from getting automatically defined as 1 by setup.h

2007-11-22 15:18 VS, revision 50161

wxCRIT_SECT_* macros compilation fixes for wxUSE_THREADS=0 case