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-10-27 16:59 JS, revision 49488

Fixed context menu in wxRichTextCtrl Added colour change event handler to wxRichTextCtrl

2007-10-27 16:04 JS, revision 49487

Added wxVSCROLL to wxRichTextCtrls

2007-10-27 16:04 JS, revision 49486

Added wxVSCROLL to wxRichTextCtrls

2007-10-27 13:24 CE, revision 49485

another DMC build fix http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=c++.beta&artnum=684

2007-10-27 12:27 CE, revision 49484

another DMC build fix (http://thread.gmane.org/gmane.comp.lib.wxwidgets.devel/93155)

2007-10-27 09:25 JS, revision 49483

Reverted recent docview string changes

2007-10-27 08:52 JS, revision 49482

Removed duplicates

2007-10-27 08:33 JS, revision 49480

Corrected duplicate ids

2007-10-26 23:24 VZ, revision 49478

refresh the item being collapsed when using comctl32.dll v6 as otherwise parts of its selection rectangle may be left on screen

2007-10-26 22:53 VZ, revision 49477

reverted the change of r32940 which worked around a bug due to associating a dummy line with the root group, it's no longer necessary now that the root group line is always NULL

2007-10-26 22:50 VZ, revision 49476

fix bug with adding entries to a root group containing only subgroups (as shown by new AddToExistingRoot() unit test)

2007-10-26 22:35 RD, revision 49475

When freezing a top-level window freeze its top children instead.

2007-10-26 22:06 VZ, revision 49474

remove more references to wxODBC

2007-10-26 22:00 VZ, revision 49473

removed isql.h and isqlext.h from files.bkl too

2007-10-26 21:34 RD, revision 49472

Patch [ 1820537 ] Fix for uninitialized alpha value in wxColour::FromRGBColor

2007-10-26 21:33 RD, revision 49471

Patch [ 1820537 ] Fix for uninitialized alpha value in wxColour::FromRGBColor

2007-10-26 19:12 CE, revision 49468

another DMC build fix

2007-10-26 19:06 RD, revision 49465

Move the %disownarg directive to the .i file

2007-10-26 19:06 RD, revision 49464

Move the %disownarg directive to the .i file

2007-10-26 17:31 PC, revision 49463

revert calling static directly, its not always static

2007-10-26 13:23 MW, revision 49460

Omit contrib from build of trunk.

2007-10-26 12:03 MW, revision 49457

Add FreeBSD trunk build.

2007-10-26 10:47 JS, revision 49454

Added documentation for gtk.window.force-background-colour.

2007-10-26 10:46 JS, revision 49453

Added documentation for gtk.window.force-background-colour.

2007-10-26 10:25 JS, revision 49450

Workaround for gtk-qt display bug

2007-10-26 10:24 JS, revision 49448

Workaround for gtk-qt theme bug

2007-10-26 06:20 PC, revision 49446

make access for virtuals match base

2007-10-26 06:19 PC, revision 49445

use class keyword to match forward decl, call static members directly

2007-10-26 06:19 PC, revision 49444

allow including wx/crt.h first

2007-10-26 00:08 VZ, revision 49443

removed dbbrowse demo from the makefiles

2007-10-26 00:08 VZ, revision 49442

removed odbc from the libraries used by the console sample

2007-10-25 22:43 MW, revision 49441

Fix missing word 'test' causing 'yes' to run during configure on Solaris.

2007-10-25 18:01 DE, revision 49438

Look for and remove any "-NSKey" "value" types of options from argv just like the -psn_XXXX option is removed. This allows Cocoa debug options like -NSShowAllViews YES to be used as with any other Cocoa program.

2007-10-25 16:13 JS, revision 49436

Fixed bug in optimization for character input, affecting first paragraph in the buffer.

2007-10-25 16:13 JS, revision 49435

Fixed bug in optimization for character input, affecting first paragraph in the buffer.

2007-10-25 16:13 PC, revision 49434

build fixes

2007-10-25 16:12 PC, revision 49433

fix for scrolling wxSpinCtrl, broken by fix for scrolling wxStaticBox (rev 48550)

2007-10-25 14:53 JS, revision 49431

Now uses the correct selection colours.

2007-10-25 14:53 JS, revision 49430

Now uses the correct selection colours.

2007-10-25 14:41 JS, revision 49429

Fixed a style application bug inserting a newline other than after the end of a paragraph.

2007-10-25 14:41 JS, revision 49428

Fixed a style application bug inserting a newline other than after the end of a paragraph.

2007-10-25 13:24 CE, revision 49425

fix png compile bug with DMC

2007-10-25 13:06 CE, revision 49424

fix compile bug with DMC

2007-10-25 11:08 CE, revision 49421

allow Borland 5.5 again

2007-10-25 11:04 CE, revision 49420

remove extra ';'

2007-10-25 10:48 CE, revision 49419

changes to Borland install/usage

2007-10-24 23:41 VZ, revision 49413

always delete the menus, even if the menu is attached (at the very least this fixes Purify warnings)

2007-10-24 23:27 VZ, revision 49412

release update region as soon as we finished painting the window instead of keeping it indefinitely (bug 1819635) [backport from trunk]

2007-10-24 23:27 VZ, revision 49411

release update region as soon as we finished painting the window instead of keeping it indefinitely (bug 1819635)

2007-10-24 22:19 VZ, revision 49410

use LogLastRepetitionCountIfNeeded() instead of DoLogNumberOfRepeats() in logg.cpp too

2007-10-24 21:43 DE, revision 49409

Don't check for wxMac before overriding WORDS_BIGENDIAN based on compiler endianness definitions. This allows any toolkit to be compiled universally on OS X, not just wxMac.

2007-10-24 21:03 DE, revision 49408

Remove defined(__WXMAC__) && defined(__APPLE__) case from the OS if/elif block. It would never have been used in a configure build since setup.h which defines __UNIX__ is included from platform.h before the if/elif block. Likewise, it would not have been used for wxMac Xcode builds since they use config_xcode.h which also defines __UNIX__. That's fortunate since __POWERPC__ was defined unconditionally in that case. Note that classic builds wouldn't have used the case either since they have their own case just before it (which remains). Add __MACH__ to the list of UNIX defines (e.g. like __hpux) so that the UNIX case of the OS if/elif block is guaranteed to match for all Mach systems. In addition to that, within that case check for __APPLE__ && __MACH__ and make sure that __BSD__ and __DARWIN__ are defined, TARGET_CARBON is defined, and wxSIZE_T_IS_ULONG is defined. Add __ppc__ to the list of defines that will cause __POWERPC__ to be defined although it's interesting to note that we don't seem to use it anywhere. Make sure that each case of the OS if/elif block has a /* OS ... */ comment to make the code a bit easier to follow. Remove comment about __DARWIN__ being used to work around defects in GCC, that was removed years ago.

2007-10-24 19:42 CE, revision 49407

makefiels updated to reflect removal of db sample

2007-10-24 18:07 PC, revision 49406

Use a GtkVBox to do TLW layout. Rework some of the remaining sizing code.

2007-10-24 18:06 VZ, revision 49405

add a critical section protecting ms_prev variables (replaces patch 1819224)

2007-10-24 17:59 VZ, revision 49404

add a critical section protecting ms_prev variables (replaces patch 1819224)

2007-10-24 17:55 VZ, revision 49403

slightly simplified wxLog repetition counting code

2007-10-24 14:48 VZ, revision 49402

removed extra semicolon (bug 1819361)

2007-10-24 14:21 JS, revision 49399

Small usability improvements

2007-10-24 14:20 JS, revision 49398

Small usability improvements

2007-10-24 14:17 JS, revision 49396

Made dialog captions more standard

2007-10-24 14:16 JS, revision 49395

Made dialog captions more standard

2007-10-24 13:37 VZ, revision 49392

fix off by 1 pixel error in header drawing (patch 1819260)

2007-10-24 08:14 RR, revision 49388

Don't hide wrong border around header button control just to show the problem

2007-10-24 02:58 PC, revision 49384

non-pch build fix

2007-10-23 23:02 VZ, revision 49383

fixed another unused parameter warning

2007-10-23 23:02 VZ, revision 49382

removed a wrong WXUNUSED() from DoNavigateIn()

2007-10-23 22:19 VZ, revision 49376

use -Wunused-parameter with gcc for consistency with MSVC and other compilers which warn about this; fix the uncovered warnings in wxGTK

2007-10-23 21:37 RD, revision 49372

add missing versioned symbol

2007-10-23 21:36 RD, revision 49371

Use premultiplied alpha pixel format to match what is used everywhere else in wxMSW.

2007-10-23 21:31 RD, revision 49370

Use premultiplied alpha pixel format to match what is used everywhere else in wxMSW.

2007-10-23 21:30 RD, revision 49369

Avoid compile error and return a value from StartDoc

2007-10-23 21:11 RR, revision 49368

Add column to control after association with model (currently a requirement for wxMac)

2007-10-23 20:59 VZ, revision 49367

fix a couple more of unused parameters warnings

2007-10-23 19:10 KO, revision 49361

Add implementation of native DrawCheckBox for Mac. (patch #1786282.)

2007-10-23 18:48 SC, revision 49360

adapting single selection deselect to generic listctrl 1812903

2007-10-23 18:27 RD, revision 49358

Use kControlContentIconRef in SetBitmapLabel for wxBORDER_NONE buttons. Factor out code to create a standard sized bitmap so it can be used in SetBitmapLabel too.

2007-10-23 18:26 RD, revision 49357

Factor out code to create a standard sized bitmap so it can be used in SetBitmapLabel too.

2007-10-23 18:20 VZ, revision 49356

do use vswprintf() with mingw32 if STLPort >= 5.1 is used (and not msvcrt which defines vswprintf() in a pre-standard way)

2007-10-23 18:16 VZ, revision 49355

don't compare initial slider position with uninitialized m_pos (modified patch 1818759)

2007-10-23 16:11 VZ, revision 49354

implement wxSYS_DCLICK_MSEC support

2007-10-23 13:40 VZ, revision 49352

remove ODBC and DBgrid libraries

2007-10-23 13:38 VZ, revision 49351

added --prefix option which is useful when cross-building

2007-10-23 13:35 JS, revision 49350

Small code cleanup

2007-10-23 13:35 JS, revision 49349

Small code cleanup

2007-10-23 13:08 VZ, revision 49348

tagging soures before removing of ODBC library

2007-10-23 12:30 SC, revision 49347

making sure we only have the badged exclamation/warning sign for wxICON_EXCLAMATION (sf 1817033)

2007-10-23 07:27 PC, revision 49343

remove extraneous semicolons

2007-10-23 03:30 DE, revision 49342

Go back to my original idea of checking for EILSEQ and EINVAL and failing immediately if either of those is set after wxVsnprintf call returns a negative number to indicate some type of failure. All other errno are assumed to simply mean that the buffer is undersized so the platform C library function can set errno to anything it likes or simply not set it at all and our code will keep trying to increase the buffer size just as it did originally. This should (hopefully) fix compilation with C libraries that only support the most basic set of errors (of which EINVAL and EILSEQ are part).

2007-10-22 21:15 VZ, revision 49341

added wxBG_STYLE_TRANSPARENT and implemented it for wxMac; documented various transparency-related functions

2007-10-22 20:11 SC, revision 49340

fixing compilo

2007-10-22 18:13 RR, revision 49339

Added new line

2007-10-22 18:07 RD, revision 49338

Patch [ 1816051 ] MSW DrawEllipticArc inconsistent with other platforms

2007-10-22 18:06 RD, revision 49337

Patch [ 1816051 ] MSW DrawEllipticArc inconsistent with other platforms

2007-10-22 18:04 RR, revision 49336

Further attempts to get button header right

2007-10-22 17:39 RR, revision 49335

Use CommCtrl to render sortup and sortdown indicators in header control

2007-10-22 17:30 VZ, revision 49334

add HDF_SORTUP/DOWN definitions

2007-10-22 16:12 VZ, revision 49333

escape underscores introduced by the last change

2007-10-22 13:57 RR, revision 49331

Trying to get native header button right

2007-10-22 13:07 SC, revision 49330

moving os x config defaults

2007-10-22 11:35 VZ, revision 49329

calling SetFocus() in OnMouseUp() is unnecessary if we skip the event in OnMouseDown()

2007-10-22 11:32 VZ, revision 49328

vswprintf() compilation fix for mingw32 with STLport 5.1

2007-10-22 11:30 VZ, revision 49327

removed mention of inexistent file

2007-10-22 11:27 VZ, revision 49326

compilation fix for wxUSE_STL==1 after wxList methods changes

2007-10-22 11:26 RR, revision 49325

Use a private GtkCellRendererText for rendering text in a wxDataViewCustomRenderer

2007-10-22 10:40 RR, revision 49323

Correctly set item in wxDataViewRenderer::Activate()

2007-10-22 09:03 RR, revision 49322

remove deprecated and constructor and SetModal() methods

2007-10-22 08:59 RR, revision 49320

remove deprecated and constructor and SetModal() methods

2007-10-22 08:22 CE, revision 49317

update to 2.9.0

2007-10-22 08:22 CE, revision 49316

correct file path

2007-10-22 08:19 CE, revision 49315

update to 2.9

2007-10-22 08:15 CE, revision 49314

update to 2.9

2007-10-22 08:13 SC, revision 49313

better appearance on mac w/o sunken border

2007-10-22 08:08 CE, revision 49312

checked locations between 2.8 and 2.9

2007-10-22 08:00 SC, revision 49311

xcode adaptions

2007-10-22 07:58 SC, revision 49310

making things compile and build again ...

2007-10-21 21:27 VZ, revision 49307

don't store NULL attribute in wxGridRowOrColAttrData::SetAttr() unnecessarily

2007-10-21 18:16 SC, revision 49306

offsetting fixed, color handling factored out

2007-10-21 18:14 SC, revision 49305

correct scrollbars with empty grow-box

2007-10-21 18:13 SC, revision 49304

fixing height for buttons with different variants

2007-10-21 18:12 SC, revision 49303

making sure pdf pages are correctly layouted

2007-10-21 18:11 SC, revision 49302

flushing corrected

2007-10-21 18:11 SC, revision 49301

scrolling fix

2007-10-21 18:10 SC, revision 49300

removed inlines, adding straight implementation for Flush

2007-10-21 18:07 PC, revision 49299

add wxUSE_MINIFRAME wrapper

2007-10-21 18:05 SC, revision 49298

fixing missed line

2007-10-21 18:04 SC, revision 49297

factoring color representation on mac

2007-10-21 18:03 SC, revision 49296

making it obvious method is virtual, factoring out GrowBox painting

2007-10-21 18:02 SC, revision 49295

making funcs non-inline, adding a Flush method which will only be needed on mac at the moment

2007-10-21 17:59 SC, revision 49294

fixing int overflows

2007-10-21 17:59 PC, revision 49293

fix header wrapper typo

2007-10-21 17:58 SC, revision 49292

clarifying comments

2007-10-21 11:54 SC, revision 49288

unifying offseting rules

2007-10-21 11:52 SC, revision 49287

fixing possible offsetting glitches

2007-10-21 11:51 SC, revision 49286

adding correct filling area to arc, correct rounding and clipping

2007-10-21 11:39 MW, revision 49284

When testing for getpwuid_r and getgrgid_r also check the signature. Solaris 7-9 have these with non-POSIX signatures.

2007-10-20 23:25 VZ, revision 49283

replace wrong calss of Refresh() with (hopefully) correct calls to RefreshRow()

2007-10-20 23:23 VZ, revision 49282

fix unused parameter warnings

2007-10-20 22:54 VZ, revision 49281

many wxIPC Unicode and UTF-8 fixes (use void* instead of wxChar* in the API and UTF-8 as wire format for wxStrings) (patch 1812926)

2007-10-20 22:52 VZ, revision 49280

define wxUTF8Buf as the type returned by wxString::utf8_str()

2007-10-20 22:31 PC, revision 49279

don't force size_allocate in gtk_pizza_put, it shouldn't be necessary

2007-10-20 22:18 VZ, revision 49278

fix (reversed) operator!() description (bug 1817138)

2007-10-20 22:02 VZ, revision 49277

undefine _DEFINE_LIST before redefining it; also rename it to have WX prefix

2007-10-20 21:58 VZ, revision 49276

deprecate wxEffects

2007-10-20 21:08 VZ, revision 49275

accept "--opt val" and "--opt:val" syntax in addition to "--opt=val" as documented (patch 1786465)

2007-10-20 20:15 RR, revision 49274

Use wxDataViewSpinRenderer

2007-10-20 20:11 RR, revision 49273

Redundant call to GetItemByRow

2007-10-20 20:09 RR, revision 49272

Added wxDataViewCustomRenderer::RenderText() for renderer simple text in platform dependent way, added wxDataViewSpinRenderer

2007-10-20 16:23 PC, revision 49271

don't need to paint tlw background, GTK does it

2007-10-20 15:59 VZ, revision 49270

always return just "$CXX -o" from `wx-config --ld` instead of returning the command needed to link a shared library (if this is really needed, we should add another --shared-ld option for this) as it isn't suitable for linking the user applications

2007-10-20 15:33 VZ, revision 49267

load message catalogs using wxFileSystem; use wxMemoryBuffer instead of raw pointers (slightly modified patch 1810106)

2007-10-20 15:23 SC, revision 49266

extensions and fixes

2007-10-20 15:02 RR, revision 49265

[ 1816882 ] wxListBox::SetSelection() doesn't update the control

2007-10-20 15:01 RR, revision 49264

[ 1816882 ] wxListBox::SetSelection() doesn't update the control

2007-10-20 14:55 RR, revision 49263

[ 1816944 ] GTK - wxMenuBar bug

2007-10-20 14:55 VZ, revision 49262

don't update the tree unnecessarily in Expand/CollapseAllChildren() (patch 1809520)

2007-10-20 14:49 VZ, revision 49261

add support for detached threads in wxThreadHelper (patch 1809015)

2007-10-20 14:45 VZ, revision 49260

spelling and other minor fixes (patch 1806283)

2007-10-20 14:42 VZ, revision 49259

add discussion about the problems of using Yield() part of patch 1806283)

2007-10-20 14:34 VZ, revision 49258

export wxInvalidSize from DLL builds (patch 1805738)

2007-10-20 10:43 RR, revision 49257

Only draw cell in selected style when control has focus

2007-10-20 10:33 RR, revision 49256

Use BTNFACE colour for rendering selected item when widget is unfocussed

2007-10-20 10:20 RR, revision 49255

Support hover over effect for DrawHeaderButton for GTK+

2007-10-20 03:47 PC, revision 49252

use a GtkAlignment to set size of toolbar controls, instead of trying to "correct" size_allocate

2007-10-20 03:44 DE, revision 49251

Fix wxVsnprintf-using code on both trunk and 2.8 and document how native functions are supposed to behave as well as how some of them do.

2007-10-19 15:07 RR, revision 49248

minor corr

2007-10-19 15:04 RR, revision 49247

minor corr

2007-10-19 15:01 JS, revision 49246

Added wxVariantData::Clone and wxVariant::Unshare

2007-10-19 14:53 RR, revision 49245

Use wxPointList instead of wxList in wxDC code

2007-10-19 14:46 SC, revision 49244

better native type for files

2007-10-19 11:40 JS, revision 49243

Show debug report directory in long form on Windows

2007-10-19 11:40 JS, revision 49242

Show debug report directory in long form on Windows

2007-10-19 05:39 DE, revision 49241

Improve behavior of menubar switching when windows are activated. Specifically, if a non-wx (e.g. internal Cocoa) window becomes key but a wx window remains main, be sure to use the wx window's menubar rather than swapping it out for the menubar we show when no wx window is active. Fixes Leopard issue.

2007-10-19 04:42 DE, revision 49240

Add missing wxT().

2007-10-19 03:10 DE, revision 49239

Add wxAddProcessCallback for both wxMac and wxCocoa and use it for wxCocoa. It can be turned on for wxMac if desired. See utilsunx.cpp comment. NOTE: I can't add the symbol to version-script.in because other platforms have had this symbol even though wxMac/wxCocoa have not.

2007-10-19 02:42 DE, revision 49238

Backport modified 49154 from trunk. Normalizes multiple and incorrect usage of darwin/mac/cocoa tests into one USE_OLD_DARWIN_END_PROCESS_DETECT which now excludes wxCocoa since it will be using the new method.

2007-10-19 02:13 DE, revision 49237

Add ProcessPendingEvents to wxApp::Yield which makes the code almost identical to wxMSW's implementation save for using Cocoa instead of MSW. Add a wxAutoNSAutoreleasePool around wxApp::WakeUpIdle so that calling it from a thread does not leak the NSEvent. Add several hundred lines of comments explaining the unique method that wxCocoa uses to hook the underlying event loop and run loop so that wxCocoa is able to provide things like wx idle events.

2007-10-18 20:56 RR, revision 49233

Added PrependColumn methods and short cuts. Added test for DeleteColumn to sample

2007-10-18 17:20 PC, revision 49231

simplify toolbar and statusbar create/set code

2007-10-18 16:35 RR, revision 49230

Pixel fiddling for correct placement of text with and without icons

2007-10-18 16:34 MW, revision 49229

When testing for getpwuid_r and getgrgid_r also check the signature. Solaris 7-9 have these with non-POSIX signatures.

2007-10-18 16:14 RD, revision 49227

Another typo. I should really wake up before writing...

2007-10-18 15:49 RD, revision 49226

fix typo

2007-10-18 15:49 RD, revision 49225

fix typo

2007-10-18 15:48 RD, revision 49224

Make event overview doc more clear about instances of wxEvtHandler

2007-10-18 15:47 RD, revision 49223

Make event overview doc more clear about instances of wxEvtHandler

2007-10-18 15:07 RR, revision 49222

Corrected wrong initial/min size of generic wxDataViewCtrl

2007-10-18 14:40 RR, revision 49221

Implement HasContainerColumns in generic code

2007-10-18 10:06 VZ, revision 49220

removed extraneous semicolon

2007-10-18 09:31 DE, revision 49219

Fix crasher caused by wxProcessTerminationEventHandler::OnTerminate killing itself inside the context of wxEvtHandler::ProcessPendingEvents which still needs itself to be valid because it accesses it's m_eventsLocker. NOTE: This code is no longer used on trunk and hopefully soon won't be used in 2.8 either, but at least it doesn't crash now.

2007-10-18 09:22 VZ, revision 49218

corrected GetKeyInfo() (bug 1815516)

2007-10-18 08:30 DE, revision 49217

Revert part of 49140 on the 2.8 branch making it continue to use wxNonControlNSControl where WXNSView would do except that on the 2.8 branch I use a hack to stuff the control label in there since 2.8 has no m_labelOrig field in wxControlBase.

2007-10-18 08:23 DE, revision 49216

Merge 49213/49214 from trunk. Working wxFont implementation.

2007-10-18 08:02 DE, revision 49215

Added include/wx/cocoa/private

2007-10-18 08:01 DE, revision 49214

Added fontfactory.h that should have been part of 49213.

2007-10-18 07:54 DE, revision 49213

Halfway reasonable implementation of wxFont for wxCocoa.

2007-10-18 07:19 DE, revision 49212

Ignore generated autoconf.m4f file.

2007-10-18 00:43 RD, revision 49211

Add a section for 2.8.6.1

2007-10-18 00:42 RD, revision 49210

Add richtext to CORE_GUI_LIBS

2007-10-17 22:07 DE, revision 49206

Add const_cast and explain why it's needed.

2007-10-17 21:52 DE, revision 49205

Apply modified patch 1785299 to trunk and 2.8.

2007-10-17 20:57 RR, revision 49204

Make wxRenderer::DrawItemSelectionRect() draw a focus outline of wxCONTROL_CURRENT and wxCONTROL_FOCUSED is given, blind patch for wxMac

2007-10-17 18:30 VZ, revision 49203

explicitly mention that IsChecked() can't be used with wxCheckListBox

2007-10-17 18:22 VZ, revision 49202

remove wxWindow::Clear() from wxDFB and wxMGL which was unused (probably replaced by ClearBackground()) and conflicted with methods with the same name in other classes

2007-10-17 18:19 VZ, revision 49201

test for __DARWIN__ with ifdef, not if

2007-10-17 17:55 VZ, revision 49200

include -DWXUSINGDLL in wx-config output under all platforms and not only Cygwin/Mingw32

2007-10-17 17:32 VZ, revision 49199

fix references to wxCmdLineParser ctor

2007-10-17 17:29 VZ, revision 49198

fix broken links

2007-10-17 09:43 RR, revision 49196

Correct focus rect to not appear in unfocussed controls (currently doesn't appear at all under XP

2007-10-17 09:21 RR, revision 49195

Correct EnsureVisible() to show last item entirely

2007-10-17 09:17 RR, revision 49194

More alignment issues

2007-10-17 08:50 RR, revision 49193

Change default alignment to centre vertically

2007-10-17 08:49 RR, revision 49192

Document alignment parameter

2007-10-17 08:37 RR, revision 49191

Ensure item is visible when selection moves, remove compile warnings

2007-10-17 08:03 RR, revision 49190

Minor doc updates

2007-10-17 07:57 RR, revision 49189

Minor doc updates

2007-10-17 07:56 RR, revision 49188

Minor doc updates

2007-10-17 07:56 RR, revision 49187

Minor doc updates

2007-10-17 06:58 BP, revision 49186

Corrected doc typo (missing escaped underscore). Patch by Tim Stahlhut.

2007-10-17 02:59 PC, revision 49185

remove C++ comment

2007-10-17 02:58 PC, revision 49184

Fix declaration-after-statement compile error, remove C++ comments, remove unused GtkPizzaAdjData

2007-10-16 21:49 RR, revision 49183

Moved paragraph to right place

2007-10-16 21:48 RR, revision 49182

Minor sample corrections

2007-10-16 21:41 RR, revision 49181

Correct activate logic for <ENTER>

2007-10-16 21:38 RR, revision 49180

Correct activate logic for mouse clicks

2007-10-16 21:04 RR, revision 49179

Correct drawing placement (16px + 1 px border below)

2007-10-16 20:54 RR, revision 49178

Correct text colour in wxIconTextRenderer

2007-10-16 20:48 RR, revision 49177

Support for hover effect in header buttons

2007-10-16 17:53 RR, revision 49173

Doc improvements

2007-10-16 16:33 BIW, revision 49172

check if pane still exists before closing

2007-10-16 16:33 BIW, revision 49171

check if pane still exists before closing

2007-10-16 12:13 RR, revision 49170

Corrected AppendXXXColumn method params

2007-10-16 11:54 RR, revision 49169

Docs for wxDataViewTreeStore

2007-10-16 11:41 RR, revision 49168

Add wxDataViewTreeStore with sample

2007-10-14 08:51 DE, revision 49155

Fix wxExecute process end detect behavior for wxCocoa and wxMac. I have no idea why the current code used for Intel Macs doesn't work but it's not working for me at all. This should probably be backported to 2.8.

2007-10-14 08:37 DE, revision 49154

Combine the check for wxMac and then the other check for wxMac/wxCocoa into one define called USE_OLD_DARWIN_END_PROCESS_DETECT because it's wrong to created pipeEndProcDetect on wxCocoa when it's not going to use it! The next commit will show why it's now "Old".

2007-10-14 04:44 DE, revision 49153

Don't force the child's m_isShown state to match that of the parent in CocoaAddChild.

2007-10-13 22:01 RR, revision 49152

Beginning of wxDataViewTreeStore API

2007-10-13 22:00 RR, revision 49151

Minor doc corr

2007-10-13 22:00 RR, revision 49150

Made wxList no longer inherit from wxObject, no change in STL mode

2007-10-13 12:11 RR, revision 49149

Use typesafe wxVariantList in wxVariant instead of wxList

2007-10-13 11:57 RR, revision 49148

define typesafe wxVariantList (to be used by wxVariant instead of wxList

2007-10-13 11:45 RR, revision 49147

wxVariantData no longer inherits from wxObject

2007-10-13 08:47 DE, revision 49146

Implement creation of wxFont from wxNativeFontInfo. Implement all of the getters to return the fields from the wxNativeFontInfo contained in the wxFontRefData.

2007-10-13 08:30 DE, revision 49145

Replace most of the fields in wxFontRefData with one wxNativeFontInfo. Done on both trunk and 2.8. Because the data members line up perfectly and because I did not add nor remove any methods the ABI is (surprisingly) not effected by this change. The GetNativeFontInfo call now works.

2007-10-13 07:18 DE, revision 49144

Move wxCocoa's wxFontRefData from the header to the implementation file.

2007-10-13 06:58 DE, revision 49143

Rename src/cocoa/font.cpp to font.mm in both trunk and 2.8 branch.

2007-10-12 20:31 DE, revision 49142

Disable accidently committed F-Script code.

2007-10-12 20:30 DE, revision 49141

Remove wxNonControlNSControl from trunk. Leave in 2.8 because it removes symbols (although theoretically no one could have ever linked against them).

2007-10-12 20:27 DE, revision 49140

Use WXNSView just like wxWindow does when creating a wxControl. There are already wxControl subclasses such as wxStaticBox not using primary views which derive from NSControl so wxControl has to support this already.