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

2008-12-17 09:49 VZ, revision 57391

added .c_str() to wxStrlcpy() calls to fix wxUSE_STL build (closes #10252)

2008-12-17 09:47 VZ, revision 57390

replace CPPUNIT_ASSERTs with CPPUNIT_ASSERT_EQUALs

2008-12-17 09:40 VZ, revision 57389

don't crash if the extra controls are not used in the file dialog (closes #10260)

2008-12-17 09:34 VZ, revision 57388

don't change the value of the hash element if insert() didn't add it (closes #10261)

2008-12-17 09:26 CE, revision 57387

fix for Borland compilation

2008-12-17 09:03 VZ, revision 57386

many improvements and corrections from Charles (see #10276)

2008-12-17 08:47 VZ, revision 57385

PCH-less build fixes

2008-12-17 00:11 VZ, revision 57380

made wxHeaderCtrl::GetColumn() const to get rid of the const_cast<>s

2008-12-16 23:56 VZ, revision 57379

added wxRearrange{List,Ctrl,Dialog} and use it in wxHeaderCtrl and wxGrid to provide a way to interactively customize the columns

2008-12-16 22:02 RR, revision 57378

Fixes #10246: wxDataViewCtrl - first row does not react on return-key

2008-12-16 21:57 RR, revision 57377

Fixes #10247: wxDataViewCtrl - event is generated when clicking on a non existing row

2008-12-16 21:46 CE, revision 57376

same as r57054 in 2.8

2008-12-16 21:26 CE, revision 57375

same as r57053 in 2.8

2008-12-16 21:23 RR, revision 57374

Added wxDataViewCtrl::IsExpanded(item)

2008-12-16 20:42 FM, revision 57373

typo fix

2008-12-16 19:44 FM, revision 57372

don't remove docs for wxThreadHelper::Create; list it in deprecated methods changelog section

2008-12-16 15:53 VZ, revision 57371

added wxGrid::SetColumnsOrder() too

2008-12-16 15:27 RR, revision 57369

Mention header control in Category page

2008-12-16 14:52 VZ, revision 57368

mention that mouse events carry position in window coordinates of the window which generated the event (#10274)

2008-12-16 13:59 VZ, revision 57367

fix initial best size of (check) list boxes under MSW

2008-12-16 07:15 BP, revision 57366

Moved wxWeakRef template docs from the misc category to the smart pointers category.

2008-12-15 22:54 VZ, revision 57364

the dialogs documented here are defined in wxcore, not wxbase

2008-12-15 22:42 VZ, revision 57363

handle actions of the columns popup menu in wxHeaderCtrl itself (but the derived class must implement UpdateColumnVisibility()); also renamed wxHD_DRAGDROP to wxHD_ALLOW_REORDER as it will be possible to reorder columns interactively using a customization dialog and not just by dragging them soon

2008-12-15 19:14 BP, revision 57360

Fixed the incorrectly placed parenthesis so ScrollWindow is always called if there are window children.

2008-12-15 19:09 BP, revision 57359

Always call ScrollWindow() when there are window children (originally discussed on wx-dev in Oct 2004, but only ever applied to 2.9+).

2008-12-15 12:22 VZ, revision 57357

PCH compilation fix

2008-12-15 11:03 VZ, revision 57356

added a helper function to show the popup menu allowing to configure the columns in header control

2008-12-15 11:02 VZ, revision 57355

disable UI updating during GetPopupMenuSelectionFromUser() execution to avoid unexpected clashes between the ids used in it and the update UI handlers elsewhere in the program

2008-12-15 10:44 VZ, revision 57354

added helper Is{Col,Row}Shown()

2008-12-15 10:34 VZ, revision 57353

renamed GetColHeader() to GetGridColHeader() for consistency with the other existing accessors (even if this is redundant) and made it public/documented (also documented the others)

2008-12-15 10:08 VZ, revision 57352

return correct (false) value in onSeparator from FindColumnAtPoint() when the position is beyond the last column

2008-12-15 09:49 VZ, revision 57351

don't leave nrows/ncols uninitialized in wxGridSizer::CalcRowsCols()

2008-12-14 23:12 VZ, revision 57344

don't mistake a simple click on a column for a reordering drag

2008-12-14 22:54 VZ, revision 57343

fix several bugs in index/position translation code between wx and MSW

2008-12-14 22:07 VZ, revision 57342

added a button to reset the column order and the display of hidden columns to the tabular grid frame

2008-12-14 22:06 VZ, revision 57341

don't use the hack with adding hidden columns to the native control because it doesn't play well with resizing; maintain the mapping between wx and MSW column indices internally even if this is much more work

2008-12-14 21:56 VZ, revision 57340

no changes, just refactoring: extracted the code to update the column indices array when the number of columns changes to the common code to be able to reuse it from the MSW version

2008-12-14 20:45 VZ, revision 57339

refresh the grid after resetting the columns positions to the default order

2008-12-14 20:27 VZ, revision 57338

compilation fix after latest changes (missing header)

2008-12-14 20:02 VZ, revision 57337

added wxHeaderCtrl::ResetColumnsOrder() function; use it from wxGrid

2008-12-14 17:28 VZ, revision 57336

add support for hiding columns when using native header control in wxGrid; also added convenient Hide/ShowCol() methods

2008-12-14 16:13 FM, revision 57335

fix the loading of the isosurf data; it was not loaded correctly on my system because isosurf.dat uses dots as decimal separators and my locale requires commas; fixed instancing a wxLocale with wxLANGUAGE_ENGLISH)

2008-12-14 16:11 FM, revision 57334

force doxygen autolink wrt wxLanguage enum

2008-12-14 15:05 FM, revision 57333

document wxFileOffset

2008-12-14 14:51 FM, revision 57332

reformat stream overview and provide a description hopefully correct, even if very short, for wxStreamBuffer

2008-12-14 14:06 FM, revision 57331

distribute in the right places documentations for the overloads/structs used with wxCmdLineParser; mention wxAppConsole::OnInitCmdLine and wxAppConsole::OnCmdLineParsed

2008-12-14 14:05 FM, revision 57330
  • D /wxWidgets/trunk/src/html/htmlhelp.cpp

remove old file not compiled/used anymore since at least 6 years

2008-12-14 14:03 FM, revision 57329

fix note about OpenGL-enabling

2008-12-14 12:43 VZ, revision 57328

no changes, just replaced SF bug number in a comment with Trac one

2008-12-14 10:08 VZ, revision 57327

removed testing code leftovers

2008-12-14 07:39 PC, revision 57326

don't call size_request to get best size of a non-native control, it will probably return (0,0)

2008-12-14 00:10 VZ, revision 57324

don't close all unused descriptors in the child, this seems unnecessary and breaks some (admittedly buggy) children (e.g. xboard)

2008-12-14 00:02 VZ, revision 57323

add support for sorting to grid columns

2008-12-13 22:08 VZ, revision 57320

explain EVT_GRID/EVT_GRID_CMD difference and don't duplicate the events documentation for both of them

2008-12-13 20:46 KO, revision 57319

Hopefully the right fix this time.

2008-12-13 20:11 KO, revision 57318

HDC() fix was wrong, may have been just a problem with mismatched parens.

2008-12-13 18:56 PC, revision 57317

fix build, remove unused parameter from wxGetGdkWindowForDC()

2008-12-13 18:23 KO, revision 57314

MSW compile fixes. M src/msw/renderer.cpp

2008-12-13 17:36 KO, revision 57313

Forward port new wxRenderer methods in 2.8 to trunk.

2008-12-13 17:25 KO, revision 57312

Fix library names so that apps linking against the wx.Framework won't break after every minor upgrade of the framework, and also add a link to setup.h in include/wx so that apps that use framework includes can include it.

2008-12-13 12:27 VZ, revision 57309

update the size of the wxGridSizer as items are added to wxGBSizer to avoid asserts in AddGrowableRow/Col()

2008-12-13 12:26 VZ, revision 57308

don't compute the columns/rows from the number of items if both were explicitly set by user

2008-12-13 00:24 VZ, revision 57301

support column reordering using drag and drop when using wxHeaderCtrl

2008-12-12 23:00 FM, revision 57297

extend the range of glib versions for which the GTK+ standard options can be passed to wxWidgets program since the _GOptionGroup structure never changed

2008-12-12 21:30 FM, revision 57295

fix command line parsing

2008-12-12 20:42 FM, revision 57294

modernize the sample removing global C-style functions; partially fix loading of the .dat.gz file

2008-12-12 19:34 FM, revision 57293

put zlib streams in the archive category, too; fix some typos

2008-12-12 18:51 FM, revision 57292

link class groups with macro groups and provide a brief description for all groups

2008-12-12 17:34 VZ, revision 57291

fix compuation of dirty cells when the columns are reordered, this didn't work at all before

2008-12-12 16:57 VZ, revision 57290

STL build: fix missing const which results in Insert(int, T) being called instead of Insert(iterator, T) via iterator->bool conversion (this fixes at least one test failure)

2008-12-12 16:31 VZ, revision 57289

fix best size caching

2008-12-12 16:29 VZ, revision 57288

don't test for best size not being 0, this doesn't pass under wxGTK

2008-12-12 16:21 VZ, revision 57287

compilation fixes for Unix build _with_ PCH

2008-12-12 16:10 FM, revision 57285

fix doxygen warnings

2008-12-12 15:58 FM, revision 57284

don't assert at startup because of the static initialization of a wxLocale object requires a valid wxAppTraits object; init the locale later, in TestDefaultLang()

2008-12-12 15:56 FM, revision 57283

document wxInitializer and wxInitialize and wxUninitialize

2008-12-12 15:41 FM, revision 57282

fix typo

2008-12-12 15:40 FM, revision 57281

split AddCatalog docs for the two overloads

2008-12-12 15:06 VZ, revision 57280

really fix STL compilation

2008-12-12 14:16 VZ, revision 57279

add unit test for column reordering functions

2008-12-11 22:27 VZ, revision 57264

don't duplicate the column reordering in generic wxHeaderCtrl and wxGrid, extract it into a (public) helper function

2008-12-11 22:16 VZ, revision 57263

forward SetColPos() to the header window

2008-12-11 22:06 VZ, revision 57262

don't lose the scroll offset when the window is repositioned

2008-12-11 21:41 VZ, revision 57261

in STL build wxVector elements need to be assignable as well as copy constructible

2008-12-11 19:21 VZ, revision 57259

added wxGrid::UseNativeColHeader() (column reordering doesn't work yet); more wxGrid clean up: refactor Init/InitVars/Create

2008-12-11 19:20 VZ, revision 57258

add bigger margins around column title when autosizing column width based on it, it looks better like this

2008-12-11 19:17 VZ, revision 57257

there is no need to call UpdateColumn() in the derived class UpdateColumnWidthToFit(), the base class does it already if the latter returns true

2008-12-11 18:57 VZ, revision 57256

generate EVT_HEADER_RESIZING events from HDN_ITEMCHANGING, not from HDN_TRACK which we don't seem to be getting at all

2008-12-11 17:15 VZ, revision 57255

added wxHeaderCtrl::OnColumnCountChanging()

2008-12-11 17:11 JMS, revision 57254

Added wxPropertyGridInterface::RemoveProperty()

2008-12-11 16:46 VZ, revision 57253

fix wxTextCtrl::Replace() under wxGTK; added unit test for it and describe its effect on the insertion point

2008-12-11 16:14 JMS, revision 57252

SpinCtrl editor's 'value change by mouse motion' feature is made optional, enabled via 'MotionSpin' attribute. Also, for now only enabled on MSW (mouse capture etc. inconsistent on native wxGTK spinbutton?).

2008-12-11 13:45 VZ, revision 57248

added wxVector::resize()

2008-12-11 13:27 VZ, revision 57247

export wxSettableHeaderColumn from DLL

2008-12-11 13:05 VZ, revision 57246

extract setters from wxHeaderColumnBase into a separate wxSettableHeaderColumn class as we don't always need to implement them in order to use this class; also renamed wxHeaderColumnBase to just wxHeaderColumn as we didn't have any wxHeaderColumn at all

2008-12-11 12:14 FM, revision 57245

substitute (c) and (C) for copyright strings as documented

2008-12-11 10:50 VZ, revision 57244

don't use MSW-only DEFAULT_ITEM_WIDTH but the width returned by the best class GetBestSize() in wxHeaderCtrl::DoGetBestSize() implementation for empty header

2008-12-11 05:52 PC, revision 57243

fix SetStyle tag removing, broken in r45186

2008-12-11 00:49 VZ, revision 57240

implement column reordering by dragging in the generic wxHeaderCtrl

2008-12-10 23:38 VZ, revision 57239

clarify wxFlexSizerGrowMode description

2008-12-10 20:07 VZ, revision 57238

deprecate wxStringEq

2008-12-10 16:24 VZ, revision 57237

undo accidental change of r57233

2008-12-10 16:24 VZ, revision 57236

properly implement Do[GS]etColumnsOrder() in the generic wxHeaderCtrl

2008-12-10 16:20 FM, revision 57235

use wxAboutBox() to make it evident a wxGrid refreshing bug under wxMSW (probably correlated to the window disabler used by the generic about box)

2008-12-10 16:09 VZ, revision 57234

provide Do[GS]etColumnsOrder() stubs for the generic wxHeaderCtrl

2008-12-10 16:05 VZ, revision 57233

added EVT_HEADER_DRAGGING_CANCELLED event sent when either resizing or reordering operation is cancelled instead of having a special cancelled flag in normal END_RESIZE/REORDER events

2008-12-10 15:56 VZ, revision 57232

implement column reordering support in wxMSW wxHeaderCtrl; use it in wxDataViewCtrl (and make difference between column indices and positions more clear in it)

2008-12-09 23:31 VZ, revision 57223

make first column non-draggable to test support for this flag

2008-12-09 19:53 FM, revision 57221

if we keep autobrief comments = YES, let's repeat the brief comment in the detailed documentation block as to avoid lots of empty blocks

2008-12-09 18:35 VS, revision 57220

fix for r56618: toolbar event handlers can toggle or disable tools again (patch #10241)

2008-12-09 18:34 VS, revision 57219

fix for r56618: toolbar event handlers can toggle or disable tools again (patch #10241)

2008-12-09 14:45 VZ, revision 57218

define I_IMAGENONE now that we use it, at least VC6 doesn't have it (thanks buildbot)

2008-12-09 14:05 VZ, revision 57217

document UpdateColumn()

2008-12-09 13:36 VZ, revision 57216

use a slightly less ugly way to conditionally suppress unused parameter warnings

2008-12-09 13:35 VZ, revision 57215

call wxMDIClientWindow::CreateClient()

2008-12-09 11:42 VZ, revision 57214

recreate the column instead of trying to update it in place, it's much simpler like this

2008-12-09 09:15 FM, revision 57213

fix wxOS2 build where OpenGL headers are available but there's no wxGlCanvas implementation available

2008-12-09 00:14 VZ, revision 57212

recreate the column instead of trying to update it in place, it's much simpler like this

2008-12-08 23:22 FM, revision 57211

add an event table; even if wxMenuItem is not a widget, it emits events

2008-12-08 23:21 FM, revision 57210

formatting change; added @c in front of wxEVT_ constants

2008-12-08 23:19 FM, revision 57209

implement 'auto' mode for both wxMediaCtrl and OpenGL

2008-12-08 21:22 VZ, revision 57208

always update the column icon field when updating the item as it could be reset to nothing

2008-12-08 21:14 VZ, revision 57207

skip the header click event to allow sorting (done in the default handler) to take place

2008-12-08 21:13 VZ, revision 57206

restore sorting functionality of the generic wxDataViewCtrl but implement it on top of wxHeaderCtrl support for it now; don't have const and non-const overloads of GetSortingColumn() in wxDVC returning different things (could this have really been intentional?); added GetSortingColumnIndex()

2008-12-08 19:33 FM, revision 57205

don't give an error when OpenGL libraries aren't available; give a warning, put wxUSE_OPENGL=no and proceed

2008-12-08 19:25 FM, revision 57204

added a overview_string_binary section describing what is wxString support with regard to binary data; removed traces of UCS2 wording; it was not completely correct (see wx-dev thread 'string changes doubts and docs')

2008-12-08 19:07 FM, revision 57203

enable OpenGL and MediaCtrl components by default as discussed on wx-dev; remove some old checks against wxUSE_CONSTRAINTS - they're not needed anymore (part of r57199)

2008-12-08 17:36 VZ, revision 57202

don't allow resizing non-resizeable columns in wxHeaderCtrl itself, no need to do it in wxDataViewCtrl

2008-12-08 17:33 VZ, revision 57201

honour column min width when resizing in wxHeaderCtrl, no need to do it in wxDataViewCtrl

2008-12-08 17:20 JMS, revision 57200

Better EVT_MOTION handling in wxPGSpinButton

2008-12-08 16:51 FM, revision 57199

enable OpenGL and MediaCtrl components by default as discussed on wx-dev; remove some old checks against wxUSE_CONSTRAINTS - they're not needed anymore

2008-12-08 16:50 VZ, revision 57198

test non-resizeable and resizeable but with min size set columns

2008-12-08 16:38 VZ, revision 57197

rename wxHeaderCtrl DRAG events into RESIZE ones as we're also going to have column drag-reodering

2008-12-08 16:31 VZ, revision 57196

don't take EVT_HEADER_END_DRAG into account if it indicates the the drag was cancelled

2008-12-08 16:30 VZ, revision 57195

add the possibility to cancel drag-resizing by pressing Esc

2008-12-08 16:24 VZ, revision 57194

buildbot VC6 apparently can't compile variable declaration inside a switch statement even though my own VC6 SP5 can

2008-12-08 16:20 FM, revision 57193

add some missing semicolons

2008-12-08 15:20 VZ, revision 57192

forgot to capture mouse during drag-resizing

2008-12-08 15:11 VZ, revision 57191

fix another logical/physical coords confusion and update the comment to help with this in the future

2008-12-08 14:40 VZ, revision 57190

implement column resizing events in wxHeaderCtrl

2008-12-08 13:25 VZ, revision 57189

don't access inexistent column in wxDataViewTreeCtrl::OnSize() (this bug also probably explains why this code doesn't actually work: size event is generated before we have any columns)

2008-12-08 13:22 FM, revision 57188

enable wheel-scrolling under wxGTK by allowing GTK+ default processing to happen (see wx-dev thread 'possible fix for wxGrid mouse wheel handling'); closes #1847

2008-12-08 12:28 VZ, revision 57187

added wxHeaderCtrlSimple::GetBestFittingWidth() for even more automatic column resizing

2008-12-08 12:15 VZ, revision 57186

add wxEVT_COMMAND_HEADER_SEPARATOR_DCLICK and semi-automatic header resizing support

2008-12-08 11:37 VZ, revision 57185

account for scroll offset correctly in the mouse event handler

2008-12-08 11:26 VZ, revision 57184

update column highlight when mouse hovers over the control

2008-12-08 11:20 VZ, revision 57183

correct WXDLLIMPEXP symbols for the event constants

2008-12-08 10:36 RR, revision 57182

Ticket #10245, UTF-8 font face name of GTK 2 font dialog box

2008-12-08 08:58 PC, revision 57181

restore clearing of clipped mask, turns out it is needed

2008-12-08 08:39 VZ, revision 57180

correct the check added in r57175 to use dynamically computed numbers of rows/columns

2008-12-08 07:52 VZ, revision 57179

undo accidental change to always use generic version in r57178

2008-12-08 00:57 VZ, revision 57178

implement click events in wxHeaderCtrl

2008-12-07 23:33 VZ, revision 57175

check index validity in AddGrowable{Row,Col}()

2008-12-07 21:15 VZ, revision 57173

define SetAsSortKey/IsSortKey() in wxMac wxDataViewColumn

2008-12-07 21:05 VZ, revision 57172

no changes, just removed whitespace and perfectly useless "/* if */" and the incredible "// variable definition and initialization" and wx version checks unnecessary inside wx itself

2008-12-07 18:23 PC, revision 57170

make sure timer events will trigger idle processing, #10251

2008-12-07 16:16 VZ, revision 57168

restore sorting functionality broken by r57161

2008-12-07 16:07 VZ, revision 57167

wxDataViewColumn doesn't need to have wxRTTI

2008-12-07 16:06 VZ, revision 57166

compilation fix after r57161

2008-12-07 16:04 VZ, revision 57165

removed accidentally left in in r57161 pure virtual function marker

2008-12-07 16:03 VZ, revision 57164

made wxHeaderColumnBase dtor virtual to avoid gcc warnings

2008-12-07 16:00 VZ, revision 57163

update the generic wxHeaderCtrl implementation after r57161

2008-12-07 15:58 VZ, revision 57162

use wxHeaderColumnSimple instead of wxHeaderColumn

2008-12-07 14:47 VZ, revision 57161

- Rewrite wxHeaderCtrl to be virtual-like: even if we don't need an infinite number of columns in it, it turns out that getting column information from the associated control is much easier than copying it into the control. - Provide wxHeaderCtrlSimple derived class which can be used easily if callback approach of wxHeaderCtrl is not needed. - Because of wxHeaderCtrl virtualization, port-specific implementations of wxHeaderColumn are not needed any more and were removed. - Use wxHeaderCtrl in the generic wxDataViewCtrl: this means that column events are broken right now in it as they haven't been implemented by wxHeaderCtrl yet, this will be fixed a.s.a.p.

2008-12-07 14:19 VZ, revision 57160

no changes, just remove trailing whitespace

2008-12-07 13:50 FM, revision 57159

document GetPickerCtrl() method and provide an example of how to use it to change the default 'Browse' label for wxFilePickerCtrl

2008-12-07 13:48 FM, revision 57158

formatting change

2008-12-07 13:48 FM, revision 57157

add a link to the page of the GTK+ manual stock items

2008-12-07 13:16 VZ, revision 57156

enable autobrief comments

2008-12-07 05:51 PC, revision 57155

remove redundant clearing of clipped mask

2008-12-07 05:50 PC, revision 57154

fix bitmap position with RTL and non-default scale

2008-12-06 19:01 JMS, revision 57145

Fixed incorrect background colour that wxStaticTexts in description box sometimes got

2008-12-06 18:53 VZ, revision 57144

replace __UNICODE__ with wxUSE_UNICODE

2008-12-06 16:45 FM, revision 57141

added a @todo about references to old wx functions

2008-12-06 16:24 FM, revision 57140

moved many things from wxString reference page to the wxString overview; updated some old/incoherent informations; added some DIA-drawn graphs showing UTF8/UCS2 different representation used by wxString

2008-12-05 22:48 VZ, revision 57137

suppress (harmless) unused parameter warnings

2008-12-05 22:44 VZ, revision 57136

generic implementation of wxHeaderCtrl API so far

2008-12-05 22:43 VZ, revision 57135

move ScrollWindow() implementation to the base class and call private DoScrollHorz() from it

2008-12-05 22:34 VZ, revision 57134

override GetDefaultBorder() to not use border by default

2008-12-05 22:11 VZ, revision 57133

emulate scrolling in wxMSW header control; document the need to call ScrollWindow() when using it

2008-12-05 21:50 VZ, revision 57132

add Show/HideColumn() methods

2008-12-05 21:49 VZ, revision 57131

add IsShown() accessor which is sometimes more convenient than IsHidden()

2008-12-05 21:06 FM, revision 57129

document wxLogLevel, wxTraceMask antypes and wxLogLevelValues enum

2008-12-05 17:25 FM, revision 57128

fix description of wxconsole template; add description for wxgui template

2008-12-05 10:15 VZ, revision 57126

no changes, just remove typos in comment

2008-12-05 10:09 RR, revision 57125

Use gtk_text_buffer_select_range for selecting programmatically

2008-12-05 07:47 PC, revision 57124

use simpler method to draw bitmap

2008-12-05 01:01 FM, revision 57116

add definitions of some Unicode terms (code point/unit, glyph, plane); link two images to help understanding differences; minor other formatting

2008-12-05 00:57 FM, revision 57115

small refinements

2008-12-04 23:14 VZ, revision 57114

add size parameter to the generic wxFileDialog ctor

2008-12-04 21:50 FM, revision 57112

repair the example code; get rid of useless wxT() from it

2008-12-04 20:49 FM, revision 57111

add a 'Paint background' check menu item in the MyImageFrame class

2008-12-04 20:42 FM, revision 57110

document wxWindowID

2008-12-04 15:37 FM, revision 57108

call Fit() when updating the message label to adapt to longer (or much shorter) labels

2008-12-04 15:17 VZ, revision 57107

PCH-less build fixes

2008-12-04 13:11 VZ, revision 57106

fix VC6 DLL build

2008-12-04 12:08 VZ, revision 57105

define HDS_FLAT outside of __DMC__ section so that it's really visible by VC6

2008-12-04 00:22 VZ, revision 57100

fix handling of abandoned mutexes in wxMutex::Wait[Timeout]() (#10236)

2008-12-04 00:17 VZ, revision 57099

don't call DragFinish() before calling DragQueryPoint() or we (naturally) don't get the correct answer from the query (#10238)

2008-12-03 23:21 VZ, revision 57098

forgot to update after renaming wxHeaderCtrlColumn to wxHeaderColumn

2008-12-03 23:20 VZ, revision 57097

define HDS_FLAT not defined in VC6 headers

2008-12-03 21:56 VZ, revision 57095

also disable the test of the generic version as it's not in the svn yet

2008-12-03 21:54 VZ, revision 57094

disable generic version, it's not ready to be committed just yet

2008-12-03 21:53 VZ, revision 57093

extract (and expand and clean up and document) the header window implementation used inside the generic wxDataViewCtrl in a separate wxHeaderCtrl class which could be reused in (generic) wxListCtrl and, most importantly, wxGrid later

2008-12-03 20:33 FM, revision 57092

document the wxArtID and wxArtClient types; they help to understand how wxArtProvider::GetBitmap can be used to retrieve GTK native icons

2008-12-03 15:49 FM, revision 57089

remove the implementation of the conversion operators (forgot to do it in the initial commit)

2008-12-03 15:21 VZ, revision 57088

fix syntax error

2008-12-03 12:31 JS, revision 57087

Added Undo, Redo accelerators for wxRTC

2008-12-03 12:27 JS, revision 57086

Added Undo, Redo accelerators for wxRTC

2008-12-03 09:05 VZ, revision 57085

compilation fixes for PCH-less build after r57074

2008-12-03 06:59 JJ, revision 57084

Update OpenVMS compile support

2008-12-02 22:53 FM, revision 57083

fix background repainting under wxMSW (not sure this is the best way to do it - but it works)

2008-12-02 22:53 VZ, revision 57082

Doxygen markup corrections after last change

2008-12-02 22:37 MW, revision 57081

Switch off the tests on Windows and switch back on the email notifications.

2008-12-02 22:24 VZ, revision 57080

another compilation fix for wxStrlcpy use in STL Unicode build

2008-12-02 22:02 FM, revision 57079

make WX_UNICODE default to 1 since ASCII build is now deprecated!

2008-12-02 20:51 FM, revision 57078

document GetWheelAxis

2008-12-02 19:39 FM, revision 57077

fix typo making wxGrid crash upon usage of PgDown: MovePageDown() is a row operation, not a column op

2008-12-02 18:39 JMS, revision 57076

Implement ability to rapidly change spin value of SpinCtrl property editor by moving mouse while one of the spin buttons is depressed

2008-12-02 18:35 FM, revision 57075

add GetValue,GetRange and GetMessage helpers

2008-12-02 18:23 VZ, revision 57074

replace asserts in XRC code with wxLogError/Warning() calls as XRC can come from an external source and doesn't necessarily indicate a programming error

2008-12-02 18:11 VZ, revision 57073

add support for creating drop down toolbar buttons from XRC

2008-12-02 18:10 VZ, revision 57072

no changes, just added a TODO comment

2008-12-02 16:56 VZ, revision 57071

show the use of check and radio items in the toolbars

2008-12-02 16:34 FM, revision 57070

document the main event table macros, wxEventType, wxNewEventType; create a new group_funcmacro_events group

2008-12-02 16:31 FM, revision 57069

fix #4754 providing better description of how to set an event handler for (popup) wxMenu instances

2008-12-02 15:39 JJ, revision 57068

Update OpenVMS compile support

2008-12-02 15:31 VZ, revision 57067

compilation fix for wxStrlcpy use in STL Unicode build

2008-12-02 12:00 VZ, revision 57066

better documentation for wxEvent ctor

2008-12-01 22:20 FM, revision 57064

document wx[US]Char and wxStringCharType typedefs; in docs for wxS() specify better that it makes wide strings under UTF16 builds and narrow strings under UTF8 builds

2008-12-01 22:09 FM, revision 57063

initial declaration of wx*Char*Buffer and wxUniChar* classes (need someone more experienced to document the various methods)

2008-12-01 21:37 FM, revision 57062

add 'redirection page' for wxULongLong

2008-12-01 21:19 FM, revision 57061

add @deprecated tag

2008-12-01 21:18 FM, revision 57059

remove wxNotebookSizer; it's not in wx anymore

2008-12-01 17:54 FM, revision 57058

committing the slightly-modified patch by R.U.10 for documenting some public functions of wxDocTemplate (closes #10078)

2008-12-01 17:46 FM, revision 57057

adding a new topic overview about writing custom widgets; currently there's no official guide...

2008-12-01 17:44 FM, revision 57056

use sections and an initial TOC like all other overviews

2008-12-01 17:44 FM, revision 57055

put wxURI under networking group, next to wxURL

2008-12-01 10:41 CE, revision 57054

make safari 3 on windows read SVG file containing png images

2008-12-01 09:39 CE, revision 57053

make safari 3 on windows read SVG file

2008-12-01 02:03 PC, revision 57052

fix for uninitialized alpha being used to create mask, fixes wxMemoryDC with 32-bit bitmaps

2008-12-01 01:13 FM, revision 57051

create better QCH files

2008-12-01 00:23 VZ, revision 57050

demonstrate column reordering -- currently it demonstrates that it's completely broken in various and interesting ways

2008-12-01 00:13 VZ, revision 57049

don't make wxGridTableBase::IsEmptyCell() pure virtual, there is really no point to force all derived table classes to implement it when it has a default implementation which works just fine in 99% of cases

2008-11-30 21:51 VZ, revision 57047

don't make wxGridTableBase::IsEmptyCell() pure virtual, there is really no point to force all derived table classes to implement it when it has a default implementation which works just fine in 99% of cases

2008-11-30 21:13 VZ, revision 57046

removed small and tabular grid tests which didn't seem to do anything useful (will replace the latter with a test of column reodering soon)

2008-11-30 14:46 FM, revision 57044

document default ctor

2008-11-30 13:53 VZ, revision 57043

really fix the typo in the message

2008-11-30 13:49 FM, revision 57042

typo fix

2008-11-30 03:49 VZ, revision 57036

fix typo in new wxVector(size_t, T) ctor