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

2008-11-29 22:52 VZ, revision 57034

compilation fix after making wxSocketImpl derive from wxFDIOHandler

2008-11-29 22:39 VZ, revision 57033

fix best size caluclation for the notebooks with multiple rows (#2335) [backport of r57024 from trunk]

2008-11-29 22:30 VZ, revision 57032

replace the mismatched new[]/delete (bug #10234) with a wxVector

2008-11-29 22:28 VZ, revision 57031

add wxVector(size_t size[, const value_type& value]) ctors

2008-11-29 22:19 VZ, revision 57030

cleanup the Win32 window classes registration code: remove global variables and register the window classes we use on demand to avoid registering MDI or GL classes unnecessarily

2008-11-29 15:05 VZ, revision 57028

more updates after r57026 change to app.cpp

2008-11-29 15:03 VZ, revision 57027

update after r57026 change to app.cpp

2008-11-29 14:59 VZ, revision 57026

get rid of CE-specific code for class name registration, the unique instance enforcement should be implemented by using wxSingleInstanceChecked if it's really necessary

2008-11-29 14:49 VZ, revision 57025

don't reuse the double click handled in activation event handler for toggling the item (#9761)

2008-11-29 14:47 VZ, revision 57024

correct CalcSizeFromPage() for multiline notebooks (#2335)

2008-11-29 14:41 VZ, revision 57023

add safe wxStrlcpy() function and replaced all wxStrncpy() calls by it

2008-11-29 13:51 VZ, revision 57022

don't use wxChar arrays and wxStrncpy (especially as the latter was used incorrectly) in Mac-specific type/creator code, just use wxString

2008-11-29 13:43 VZ, revision 57021

properly NUL-terminate the string when using strncpy() (#10230)

2008-11-29 00:24 FM, revision 57019

add GetSize also to wxGDIImage since wxBitmap under some ports derives from wxGDIImage and not from wxBitmapBase

2008-11-28 23:48 FM, revision 57018

fix wrong placement of the @apperance tag previously committed

2008-11-28 23:16 FM, revision 57016

remove @appearance tag from abstract classes; add the missing screenshots of some controls to wxGTK image folder

2008-11-28 22:32 FM, revision 57015

fix crash caused by cancelling querybitmap dialog; fix crash caused by clicking 'add widget icons' on an empty bitmapcombobox

2008-11-28 22:29 FM, revision 57014

provide GetSize() getters in wxBitmap and wxImage

2008-11-28 21:50 FM, revision 57013

return wxDefaultSize (as done in all other platforms) when the combo box is empty

2008-11-28 20:59 VZ, revision 57012

remove wxVSCROLL from wxMessageDialog style (left over from prior experiments)

2008-11-28 19:33 FM, revision 57011

move style table in the detailed description like for all other interface headers

2008-11-28 19:29 FM, revision 57010

restore correct doctype

2008-11-28 19:28 FM, revision 57009

added the possibility (for doxygen >= 1.5.7.1) to generate a QCH file for wxWidgets documentation

2008-11-28 17:58 FM, revision 57008

make more readable the checks for incoherent style flags

2008-11-28 17:58 FM, revision 57007

internal variables of wxFileHistory are protected, not public; in any case, do not document them since they are all editable safely using the accessors

2008-11-28 17:56 FM, revision 57006

no change; just reformat wxThreadHelper::KillThread's comment and refer to wxThreadHelperThread inside it

2008-11-28 17:43 FM, revision 57005

deprecate Create() function in favour of CreateThread(); its name is too generic for a mix-in class

2008-11-28 16:05 JS, revision 57004

Centre/right justification fix when there is a right indent

2008-11-28 16:04 JS, revision 57003

Compile fix Centre/right justification fix when there is a right indent

2008-11-28 15:53 JS, revision 57002

Fixed centering and right-justification when combined with left indentation (bug #10221). Fixed wrapping problem for long lines (bug #10149).

2008-11-28 15:52 JS, revision 57001

Fixed centering and right-justification when combined with left indentation (bug #10221). Fixed wrapping problem for long lines (bug #10149).

2008-11-28 15:06 VZ, revision 57000

remove wxSocketManager::CreateSocket() function, we don't need to have different wxSocketImpl implementation for the same platform, all the differences between console and GUI applications are abstracted by wxSocketManager::Install/Uninstall_Callback() methods

2008-11-28 15:01 VZ, revision 56999

move enabled callbacks flag down to wxSocketImplUnix from wxSocketImplFDIO, this allows to get rid of the letter

2008-11-28 14:39 VZ, revision 56998

make wxSocketImplUnix inherit from wxFDIOHandler as they're used for almost the same purpose; this removes the need for the bridge wxSocketOHandler class

2008-11-28 13:43 VZ, revision 56997

no real changes, just moved wxSocketImplUnix ctor inline

2008-11-28 13:37 VZ, revision 56996

also rename gsocketiohandler.* to socketiohandler.* and move it to wxNet where it belongs

2008-11-28 13:04 VZ, revision 56995

rename various gsock* files to sock* (except for MSW where this will be done later)

2008-11-28 12:47 VZ, revision 56994

Streamline wxSocket code: wxSocketBase now uses wxSocketImpl (previously known as GSocket) which is a base class with various wxSocketImplXXX implementations provided by different wxSocketManagers. Share more code between ports (still not finished). Refactor some code inside wxSocketImpl itself to be less redundant and fixed a couple of minor bugs in the process.

2008-11-28 12:47 JS, revision 56993

Fixed inability to select no superscript and no subscript in wxRichTextCtrl's formatting dialog (fixes bug #10121)

2008-11-28 12:46 JS, revision 56992

Fixed inability to select no superscript and no subscript in wxRichTextCtrl's formatting dialog (fixes bug #10121)

2008-11-28 12:35 JS, revision 56991

wxRichTextCtrl no longer deletes a character when content is selected before pressing Delete (fixes bug #10153).

2008-11-28 12:34 JS, revision 56990

wxRichTextCtrl no longer deletes a character when content is selected before pressing Delete (fixes bug #10153).

2008-11-28 12:20 JS, revision 56989

Fixed a problem with HTML list generation

2008-11-28 12:18 JS, revision 56988

Fixed HTML list output

2008-11-28 00:17 VZ, revision 56987

fix g++ warning about assigning NULL to a non-pointer

2008-11-27 23:00 PC, revision 56986

fix for shown TLW having m_isShown == false, #9909

2008-11-26 19:11 VZ, revision 56985

document column reordering in wxListCtrl; fix confusion between GetColumnOrder() and GetColumnIndexFromOrder() doing this discovered; show the use of these methods in the sample and added a unit test for them

2008-11-26 17:24 FM, revision 56984

make wxThread::OnExit private and not public (change tested on wxMSW and wxGTK)

2008-11-26 16:40 FM, revision 56983

added GetKind getter

2008-11-26 16:18 FM, revision 56982

clarified that Raise() and Lower() only work for wxTopLevelWindows (closes #4717)

2008-11-26 16:13 FM, revision 56981

added note about GetTimestamp() (fixes #1986)

2008-11-26 15:54 FM, revision 56980

documented the wxDCBrushChanger, wxDCPenChanger, wxDCTextColourChanger; introduced a wxDCFontChanger

2008-11-26 15:31 JMS, revision 56979

include wx/msw/private.h to fix PCH-less compilation

2008-11-26 12:40 VZ, revision 56978
  • D /wxWidgets/trunk/src/osx/carbon/cfsocket.cpp

remove apparently unused file (src/osx/core/gsocket.cpp seems to have replaced it)

2008-11-26 12:35 VZ, revision 56977

remove unused callback and data variables

2008-11-26 12:21 VZ, revision 56976

move wx/gsocket.h to wx/private/gsocket.h

2008-11-26 12:07 VZ, revision 56975

don't include (private) wx/gsocket.h from public header, forward declaring GAddress is enough

2008-11-26 11:50 VZ, revision 56974

include wx/msw/private.h to fix PCH-less compilation

2008-11-25 20:09 BP, revision 56972

Fixed doxygen warnings regarding the XRC File Format overview using <> tags in section titles.

2008-11-25 17:26 FM, revision 56970

commit remaining portions of #10087

2008-11-25 17:14 JMS, revision 56969

To avoid error message, do not even try to set focus on MSW popup window that doesn't have WS_POPUP style (backported fix for #10157)

2008-11-25 17:04 JMS, revision 56968

To avoid error message, do not even try to set focus on MSW popup window that doesn't have WS_POPUP style (closes #10157)

2008-11-25 13:57 VZ, revision 56966

compilation fix for OS X (missing unistd.h)

2008-11-25 13:57 VZ, revision 56965

temporary fix the linking problem due to making GSocket::Detected_Read/Write() non-virtual

2008-11-25 13:33 VZ, revision 56964

trying to resolve GSocketManager API mess: the meaning of Install/Uninstall_Callback() and Enable/Disable_Events() has diverged in different ports and didn't make any sense any more; merge them in a single function (with still differing semantics though); also added Close_Socket()

2008-11-25 07:16 JJ, revision 56963

Update configuration for OpenVMS

2008-11-25 00:28 FM, revision 56960

fix the examples for wxThread and wxThreadHelper after field-testing on wxMSW and wxGTK; add a note to wxThread::Run about detached threads; fix the note for wxThread::Delete wrt joinable threads

2008-11-25 00:24 FM, revision 56959

add more references to the delayed deletion of wxTopLevelWindows

2008-11-24 16:42 JMS, revision 56958

DatePickerCtrl editor could crash if property had unspecified or otherwise incompatible value

2008-11-24 09:36 VZ, revision 56955

include the right header for timeval

2008-11-24 09:31 VZ, revision 56954

remove extraneous class scope qualifier

2008-11-24 07:07 BP, revision 56953

Reviewed, and re-organized members of wxGrid, which now makes the interface header manual reviews finally finished.

2008-11-24 02:23 BP, revision 56952

Reviewed the rest of grid.h except for the wxGrid class itself, and re-ordered the definitions to fit the real header.

2008-11-24 00:01 FM, revision 56949

provide an example implementation of wxCloseEvent handler

2008-11-23 23:53 FM, revision 56948

add an event table for wxFrame and wxDialog: they send wxCloseEvents...

2008-11-23 21:33 CE, revision 56946

add missing cocoa dir

2008-11-23 19:46 FM, revision 56945

many document corrections by charles; partial commit of patch #10087

2008-11-23 19:30 FM, revision 56944

document that dragging in wxTreeCtrl needs to be explicitely allowed (fixes #3915)

2008-11-23 18:10 FM, revision 56943

the layout file for use with doxygen >= 1.5.7.0

2008-11-23 17:45 FM, revision 56942

readd grouping previously removed by error

2008-11-23 13:39 VZ, revision 56940

use struct timeval and not a long to store socket timeout under Unix too

2008-11-23 13:32 VZ, revision 56939

remove last traces of __GSOCKET_STANDALONE__

2008-11-23 13:30 VZ, revision 56938

move more socket functions common to Winsock and BSD implementations to common code

2008-11-23 13:21 VZ, revision 56937

don't duplicate SetInitialSocketBuffers()

2008-11-23 13:18 VZ, revision 56936

remove unused any more wx_socket_callback()

2008-11-23 13:17 VZ, revision 56935

fix wxSocket notifications under MSW after the last change

2008-11-23 13:12 VZ, revision 56934

continuation of GSocket/wxSocket merge: always create GSocket associated to a wxSocket instead of (always) doing it using a separate call later; remove support for user callbacks which wasn't implemented in Windows version and deprecated since 10 years or so

2008-11-23 13:11 VZ, revision 56933

added wxSocketBase::GetTimeout() to match existing SetTimeout()

2008-11-23 12:33 VZ, revision 56932

don't assume that __thread is available just because we use g++ 4, it doesn't support it under all platforms, notably not under OS X

2008-11-23 12:18 VZ, revision 56931

use int instead of SOCKET to avoid including winsock.h from wx/gsocket.h

2008-11-23 11:30 JMS, revision 56930

Render cell background in renderer only if rendering on propgrid canvas

2008-11-23 11:00 JMS, revision 56929

Eliminate need to call Connect() in wxPGEditor::CreateControls()

2008-11-23 01:53 VZ, revision 56928

don't use __thread keyword with g++ < 4 as it results in mysterious problems at link time related to thread-local static wxString::ms_cache

2008-11-23 01:52 VZ, revision 56927

compilation fixes for Unix after moving wxFD_XXX macros from wx/unix/private.h

2008-11-23 01:44 VZ, revision 56926

don't duplicate GSocket creation/destruction and shutdown code in BSD and Winsock implementations

2008-11-23 01:27 BP, revision 56925

Finished review of the first 1,000 lines of grid.h interface header.

2008-11-23 01:15 VZ, revision 56924

fix timeout value for wxDatagramSocket: was off by a factor of 1000

2008-11-23 00:11 VZ, revision 56923

do not require a running event loop, even under MSW, for the sockets to work: if the user code doesn't use events there is no reason for it to run the event loop, especially as it's not needed under the other platforms; instead use the same Select() implementation as under Unix under MSW too and, to avoid duplicating it, put it into the new GSocketBase class

2008-11-23 00:09 VZ, revision 56922

fix (harmless) VC7 warnings about auto_ptr assignment

2008-11-23 00:09 FM, revision 56921

documented ExitCode typedef; revised wxThread and wxThreadHelper docs, also adding two usage examples; remove useless comment added by error in previous commits; linked threading overview from wxThread

2008-11-22 23:16 BP, revision 56920

Documented some DrawText() parameters missed in the last commit.

2008-11-22 23:03 BP, revision 56919

Reviewed and cleaned up the rest of the graphics.h interface header.

2008-11-22 23:00 FM, revision 56918

fix minor typos

2008-11-22 22:50 FM, revision 56917

added group 'grid' (fixes #10217)

2008-11-22 22:40 VZ, revision 56916

document all overloads of DrawText()

2008-11-22 22:40 VZ, revision 56915

fix compilation after r56753 (closes #10218)

2008-11-22 20:03 FM, revision 56914

modernize the documented systems to declare new events

2008-11-22 16:41 JMS, revision 56913

Updated event type declarations to follow what other sub-libraries do these days (ie. DECLARE_EXPORTED_EVENT_TYPE is no longer used)

2008-11-22 15:59 FM, revision 56912

render the content of @c tags in a slightly more visible way; currently using DejavuSans as font in Firefox (i.e. the default font) the differences between @c-styled text and normal text are almost unnoticeable

2008-11-22 15:56 FM, revision 56911

give a name to the enum to make it easier to reference it in docs; wxFSVolume shouldn't be considered incomplete anymore

2008-11-22 15:54 FM, revision 56910

give a name to the enum to make it easier to reference it in docs

2008-11-22 15:53 FM, revision 56909

clarify role of wxToolBarToolBase (fixes #9874)

2008-11-22 15:36 FM, revision 56908

fix for doxygen warnings

2008-11-22 15:29 FM, revision 56907

document wxFSVolume (fixes #3977)

2008-11-22 14:36 FM, revision 56906

fix wxList<T>::resize description (fixes #10207)

2008-11-22 14:34 VZ, revision 56905

use TCP for this benchmark under Windows too (and not DDE)

2008-11-22 14:33 VZ, revision 56904

no need to disable DoTestSwap() for VC6 any more with latest wx/cppunit.h

2008-11-22 14:29 FM, revision 56903

document mac.textcontrol-use-spell-checker (fixes #10165)

2008-11-22 14:20 FM, revision 56902

fixes #10131

2008-11-22 14:18 FM, revision 56901

be more precise about range in indeterminate-mode wxGauges (fixes #10125)

2008-11-22 14:00 FM, revision 56900

documented wxTaskBarIconEvent (fixes #10021)

2008-11-22 13:56 FM, revision 56899

minor fixes

2008-11-22 13:42 FM, revision 56898

clarify wxListCtrl::GetItem (fixes #9640)

2008-11-22 13:12 FM, revision 56897

clarify how top-level windows are used by wxApp (fixes #9448)

2008-11-22 12:44 FM, revision 56896

fix docs for wxInputStream::GetC(); fixes #4461

2008-11-22 12:39 FM, revision 56895

fix docs for wxRect::Intersect overloads (fixes #4445)

2008-11-22 12:29 FM, revision 56894

fix docs for wxWindow::Layout (fixes #4297)

2008-11-22 12:17 FM, revision 56893

fix description for wxWS_EX_CONTEXTHELP; fixes #4276

2008-11-22 12:10 FM, revision 56892

add event table for wxAuiNotebook (partially fixes #4175)

2008-11-22 11:56 FM, revision 56891

minor fixes

2008-11-22 10:52 FM, revision 56890

wxCursor derives (on almost all ports) from wxGDIObject (closes #3711)

2008-11-22 10:41 FM, revision 56889

few other fixes for wxChar => wxString

2008-11-22 10:32 FM, revision 56888

add description for GetFrameParameters() function; some other minor fixes (closes ticket #10146)

2008-11-22 04:40 KO, revision 56887

wxGraphicsBitmap implementation for Cairo.

2008-11-22 04:10 KO, revision 56886

Forward port event handler fixes to trunk.

2008-11-22 00:21 FM, revision 56885

minor fixes; replace references to Windows95 with references to wxMSW where possible

2008-11-21 16:18 VZ, revision 56884

no changes, just reformat, remove extraneous semicolons and inline keywords

2008-11-21 16:17 VZ, revision 56883

fix virtual function hiding for LoadFile(); replace a few more longs with wxBitmapTypes

2008-11-21 16:16 VZ, revision 56882

fix tags generation for OS X port after renaming

2008-11-21 04:46 KO, revision 56880

Backport MSW wxGraphicsBitmap fixes from trunk.

2008-11-20 23:28 VZ, revision 56876

use ShellExecuteEx() instead of ShellExecute() which doesn't exist under WinCE (closes #10201)

2008-11-20 23:27 VZ, revision 56875

fix file dialog caption

2008-11-20 23:21 VZ, revision 56874

define wxUSE_REGKEY for WinCE too (closes #10211)

2008-11-20 23:19 VZ, revision 56872

use GetWindow() instead of GetNextWindow() to fix CE compilation (closes #10210)

2008-11-20 23:15 FM, revision 56871

use @onlyfor tag

2008-11-20 21:27 FM, revision 56870

mention wxArtProvider

2008-11-20 18:30 VZ, revision 56869

don't test sei.hInstApp in DoLaunchDefaultBrowser(), just look at ShellExecuteEx() return value (#10190)

2008-11-20 18:19 VZ, revision 56868

fix substr() calls broken by r56215 (#10198)

2008-11-20 18:12 VZ, revision 56867

don't log an error if the directory can't be opened at all for compatibility with MSW (#10194)

2008-11-20 17:59 VZ, revision 56866

add missing Detach() after r56863 changes (thanks troelsk)

2008-11-20 17:46 VZ, revision 56865

display enumeration functions are in coredll.dll and not user32.dll under CE (closes #10189) [backport of r52077]

2008-11-20 16:54 VZ, revision 56864

fix WinCE compilation after tbar95.h ->t oolbar.h renaming (#10197)

2008-11-20 16:45 VZ, revision 56863

don't load comctl32.dll, just get the handle of the already loaded instance of it instead, this avoids accidentally loading 2 different versions of this DLL in the same process (see #10203)

2008-11-20 15:06 VZ, revision 56862

fix gcc 3.3 warning about possibly uninitialized (but in reality initialized) variable after the last change

2008-11-20 13:13 VZ, revision 56861

change Has/SetFlag() to take int instead of unsigned as the latter provokes VC7 warnings

2008-11-20 12:28 VS, revision 56860

don't assert on unsupported metric in wxSystemSettingsNative::GetMetric()

2008-11-19 16:29 JMS, revision 56852

When calling DrawIconEx(), do not use DI_COMPAT or DI_DEFAULTSIZE on WinCE (fixes ticket #10200)

2008-11-19 16:24 JMS, revision 56851

For clarity, moved includes to the top of the file. Also added #include wx/dialog.h.

2008-11-19 12:06 VZ, revision 56848

store the value to be set inside wxON_BLOCK_EXIT_SET(), this allows to use temporaries with it and also fixes the test failure when built with icc and optimizations on (not sure if it is a compiler bug or not but in any case it seems better to fix it)

2008-11-19 11:52 VZ, revision 56847

fix comparison in Normalize() test

2008-11-19 11:51 VZ, revision 56846

add WX_ASSERT_EQUAL_MESSAGE

2008-11-19 09:55 VZ, revision 56845

minor icc warning fixes

2008-11-19 09:54 VZ, revision 56844

Slovenian translation update

2008-11-18 18:46 JMS, revision 56839

Allow wxPropertyGridInterface::ClearSelection() to be called with NULL state (fixes defect #10195)

2008-11-18 15:51 VZ, revision 56834

fix compilation with cppunit 1.9 (which doesn't have stdCOut()) and some harmless warnings (which probably were fixed in newer cppunit version too)

2008-11-18 14:41 VZ, revision 56833

add header required for PCH-less mingw32 compilation (closes #10196)

2008-11-17 22:29 VZ, revision 56828

port updates for newer Intel compiler support from bakefile svn and rebake

2008-11-17 22:20 KO, revision 56827

svn merge -r 56812:56826 http://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH

2008-11-17 21:39 KO, revision 56826

More fixes for API on 2.8.

2008-11-17 14:32 VZ, revision 56825

use GetResolutionFromOptions() to honour wxIMAGE_OPTION_RESOLUTION and not just wxIMAGE_OPTION_RESOLUTION[XY]

2008-11-17 14:27 VZ, revision 56824

fix bad typo in the code: wxIMAGE_OPTION_RESOLUTION option was used where wxIMAGE_OPTION_RESOLUTIONUNIT was meant (reviewing documentation is useful for finding bugs too...)

2008-11-17 14:26 VZ, revision 56823

document all currently defined image options and their values

2008-11-17 14:07 VZ, revision 56822

implement const rbegin/rend() versions (closes #3866)

2008-11-17 13:54 VZ, revision 56821

added the possibility to rescale the image during loading, especially useful with JPEGs (#8390) (change to the sample accidentally committed as r56820)

2008-11-17 13:52 VZ, revision 56820

ignore files produced by the sample

2008-11-17 11:24 VZ, revision 56819

minor optimization: create wxTCPEventHandler only when/if we really need it

2008-11-17 11:12 VZ, revision 56818

fix assert failure if NULL size pointer was passed to Request() (as happened in the sample...)

2008-11-17 11:08 VZ, revision 56817

stricter reply code checking: verify that we get the expected reply, not just that we don't get IPC_FAIL

2008-11-17 11:00 VZ, revision 56816

really ensure that the pointer returned from MyConnection::OnRequest() remains valid

2008-11-17 09:59 VZ, revision 56815

preliminary documentation of wxEventLoop

2008-11-17 04:01 KO, revision 56812

svn merge -r 56501:56811 http://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH

2008-11-16 23:58 KO, revision 56806

Mac fix for moving methods to non-virtual.

2008-11-16 23:46 KO, revision 56805

Fix issues caused by making DrawBitmap/CreateBitmap non-virtual on MSW.

2008-11-16 23:28 KO, revision 56802

Fix typo made during patch cleanup.

2008-11-16 23:25 KO, revision 56801

Landing 2.8 ABI compatible version of wxGraphicsBitmap API/implementation.

2008-11-16 22:24 KO, revision 56800

Experimental MSVC Project File build support, and some MSW tweaks.

2008-11-16 18:40 PC, revision 56798

remove obsolete macros

2008-11-16 18:31 PC, revision 56797

simplify wxPizza a bit by always drawing the border on parent

2008-11-16 18:20 PC, revision 56796

cleanup: unreachable code, unused variables, indentation, etc

2008-11-16 18:20 PC, revision 56795

make access for virtuals match base

2008-11-16 18:03 PC, revision 56794

check for self assignment in operator=

2008-11-16 14:24 VZ, revision 56792

fix some of icc 11.0 warnings and disable a few others

2008-11-16 14:22 VZ, revision 56791

fix restoration of the old font size in DoGetTextExtent() (thanks icc for a nice warning)

2008-11-15 11:49 FM, revision 56786

removed redundant wxClassName:: prefix

2008-11-15 11:37 FM, revision 56785

interface fixes; removed many functions which were deprecated in past and have already been removed from wx; renamed others wrongly named; added some @onlyfor tags to avoid false warnings in ifacecheck logs

2008-11-15 11:29 FM, revision 56784

avoid false warnings for wxThread and wxIPAddress

2008-11-15 11:10 FM, revision 56783

make GetPaperRect() and GetResolution() const functions

2008-11-15 10:34 JMS, revision 56782

Fixed various NULL reference issues. Also cleaned up wxPGComboBox code overall a bit.

2008-11-15 10:11 JMS, revision 56781

Fixed wxPropertyGridPage::DoSetSplitterPosition() infinite recursion

2008-11-14 23:44 VZ, revision 56776

do override SetSplitterPosition() in wxPropertyGridPage: this was clearly meant to happen but wasn't because of signature mismatch

2008-11-14 23:32 VZ, revision 56775

remove unused static wxColourFromPGLong function

2008-11-14 23:31 VZ, revision 56774

remove useless comparison of unsigned value with 0

2008-11-14 23:26 VZ, revision 56773

make code dealing with wxUSE_IDLEMENUUPDATES a bit more clear and avoid warning due to use of this constant in logical boolean expression

2008-11-14 23:23 VZ, revision 56772

CanPaste() should be const too

2008-11-14 23:22 VZ, revision 56771

disable warning about possible misaligned access given by HP aCC as we can't do anything about it because it's triggered by all GTK+ cast macros

2008-11-14 23:18 VZ, revision 56770

assigning line marker to itself shouldn't invalidate it, add self-assignment check

2008-11-14 23:12 VZ, revision 56769

consistently use wxAuiPaneInfo::Has/SetFlag() instead of using bit operations on its state field directly (this results in a warning about implicit sign change from HP aCC)

2008-11-14 23:09 VZ, revision 56768

comparison of wxBitmapType with -1 is useless as it can never be true; assume wxBITMAP_TYPE_INVALID was meant here

2008-11-14 23:02 KO, revision 56767

Do proper cleanup of event handlers in wxWebKitCtrl and wxMacUnicodeTextCtrl, and unset the window focus when destroying a top level window to ensure that controls do not receive events after the wx portion of the control has been destroyed.

2008-11-14 19:10 VZ, revision 56766

move the check for msgids matching the current language in front of everything else in AddCatalog(): why bother loading catalogs uselessly?

2008-11-14 19:06 VZ, revision 56765

assert in AddCatalog() if Init() hadn't been called and also check that we have a valid language spec in wxMsgCatalogFile::Load() to ensure we don't form invalid paths there; call Init() before AddCatalog() in the sample

2008-11-14 18:58 VZ, revision 56764

consistently use ExtractLang() everywhere instead of Left/Mid wxString methods; added ExtractCountry()

2008-11-14 18:17 VZ, revision 56763

more Doxygen warning fixes

2008-11-14 08:39 VZ, revision 56762

fix parameter name

2008-11-14 08:18 RR, revision 56761

#10183: patch to add wxOSX print job name

2008-11-13 22:32 VS, revision 56758

implement wxWindow::DragAcceptFiles() on all platforms

2008-11-13 22:30 VS, revision 56757

implement wxWindow::DragAcceptFiles() on all platforms

2008-11-13 21:32 FM, revision 56756

further ifacecheck fixes (now only 3.3% of documented methods have a wrong signature\!)

2008-11-13 17:19 RD, revision 56755

Set TOOLKIT_LOWERCASE correctly for the various flavors of wxOSX

2008-11-13 15:25 RR, revision 56754

#10181: wxOSX: patch for proper wxPrintData to/from native data exchange

2008-11-13 12:16 VZ, revision 56753

fix warnings about hiding virtual wxGraphicsContext::DrawText() overloads by using different names for the implementation functions

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

no changes, just deTABbed

2008-11-12 15:58 VZ, revision 56751

use -Woverloaded-virtual if g++ supports it

2008-11-12 15:41 VZ, revision 56750

remove SO_SUFFIX from configure, this is handled by bakefile since many years and keeping this here is just confusing

2008-11-12 15:38 VZ, revision 56749

use = in test, not == which is not standard and not understood by all shells

2008-11-12 15:37 VZ, revision 56748

use correct shared library extension for HP-UX on ia64 [forward port from the next bakefile version]

2008-11-12 15:31 VZ, revision 56747

fix large files support for HP-UX v11: we need _LARGEFILE_SOURCE there; OTOH don't use _LARGE_FILES everywhere as it's only needed under AIX

2008-11-12 14:40 VZ, revision 56746

fix warning about hiding the base class LoadFile()

2008-11-12 14:36 VZ, revision 56745

added self-assignment check to wxListItem::operator=()

2008-11-12 14:34 VZ, revision 56744

added check for self-assignment to wxPrintData::operator=() (thanks HP aCC for a genuinely useful warning) and also changed it return type to the standard one instead of void

2008-11-12 14:32 VZ, revision 56743

there is no sqrt(int) in standard C++ (although glibc seems to provide it); select sqrt(double) explicitly to fix HP-UX compilation

2008-11-12 14:29 VZ, revision 56742

remove consts from casts which don't do anything except provoking HP aCC warnings; also removed useless occurrences of inline keyword

2008-11-12 11:55 VZ, revision 56740

rebake after r56738

2008-11-12 11:54 VZ, revision 56739

fix the dependencies directory name for traditional Unix compilers

2008-11-12 11:18 VZ, revision 56738

remove lines containing nothing but spaces: this is a (fatal) syntax error for HP-UX make

2008-11-10 23:55 VZ, revision 56733

use explicit global scope for a couple of more occurrences of new

2008-11-10 23:06 VZ, revision 56731

use base class copy ctor in wxPGCell and wxPGChoiceEntry copy ctor implementation

2008-11-10 21:33 FM, revision 56730

other ifacecheck fixes

2008-11-10 20:12 FM, revision 56728

update screenshots using the default theme for Windows XP (looks more modern than current Win98-like style); screenshots generated by Utensil Candel

2008-11-10 16:44 VZ, revision 56727

fix yet another VC6 compilation error because of loop variable reuse

2008-11-10 14:30 VZ, revision 56726

compilation fix after wxFont changes (closes #10152)

2008-11-10 14:08 RR, revision 56725

Added wxChoice renderer to wxDataViewCtrl

2008-11-10 14:01 VZ, revision 56724

fix another VC6 compilation error because of loop variable reuse

2008-11-09 16:49 FM, revision 56721

fix VC6 broken for variable scope handling

2008-11-09 16:46 FM, revision 56720

ifacecheck manual fixes

2008-11-09 16:44 FM, revision 56719

use wxEventType coherently with the docs

2008-11-09 16:30 FM, revision 56718

more intelligence to avoid false warnings

2008-11-09 15:36 FM, revision 56717

fix VC6 builds by removing variadic macros; use standard wxLogXXX functions instead, together with a new wxLog-derived target to print everything on stdout

2008-11-09 15:20 FM, revision 56716

fix typo: s/SetTimestamp/DisableTimestamp

2008-11-09 12:40 VZ, revision 56715

add wxTE_PROCESS_ENTER to the list of supported flags (closes #8865) [backport of r51036 from trunk]

2008-11-09 12:34 VZ, revision 56714

use global operator new to fix compilation errors if type T overloads new (as wxObject does with wxUSE_MEMORY_TRACING)

2008-11-09 11:33 FM, revision 56713

another wxFont OS2 blind build fix

2008-11-08 22:41 VZ, revision 56712

fix race condition which could result in assert failures in debug builds and infinite loops in release (#9094)

2008-11-08 18:03 BP, revision 56711

Fixed typo introduced in r51034 (don't unload Gnome VFS), apparently the fix in 2.8 wasn't tested (see also Gentoo bug #203389).

2008-11-08 15:25 FM, revision 56708

ifacecheck fixes

2008-11-08 15:17 FM, revision 56707

ifacecheck fixes

2008-11-08 15:01 FM, revision 56705

use wxFrameNameStr where possible instead of 'frame' string (for coherence with all other wxWidgets frame classes)

2008-11-08 14:38 FM, revision 56704

generate the output gcc XML file always in the same folder where 'rungccxml.sh' script is placed

2008-11-08 14:04 FM, revision 56703

do not halt gccXML because wxUSE_ACCESSIBILITY, even if it's being used under linux

2008-11-08 12:56 FM, revision 56702

blind fix based on buildbot logs

2008-11-08 00:06 VZ, revision 56701

release the mouse in wxGrid dtor to avoid asserts when the grid is destroyed during e.g. a cell selection operation

2008-11-07 22:50 VZ, revision 56698

Finnish translations update from Elias Julkunen

2008-11-07 22:45 VZ, revision 56697

don't undefine BOOL if it's already defined (closes #10167)

2008-11-07 19:07 FM, revision 56696

fix build

2008-11-07 00:47 BP, revision 56695

Prevent activation of the AUI hint window (mini frame) on Mac.

2008-11-06 23:31 VZ, revision 56692

check for NULL pointer in IsExtensionInList()

2008-11-06 18:05 JMS, revision 56690

Removed property editor validation failure assertions when implicitly clearing selection. Added relevant notes into documentation of member functions that previously asserted.

2008-11-06 12:15 MW, revision 56688

Temporarily disable the email notifications as we're getting false ones from the Windows slave.

2008-11-06 08:12 JJ, revision 56687

changing depricated font-family enums into current ones

2008-11-05 15:27 VZ, revision 56684

document wxRESIZE_BORDER side effect under Windows (see #9989)

2008-11-05 12:35 JJ, revision 56683

inserting generic mdi for OpenVMS Motif support

2008-11-05 12:27 JJ, revision 56682

romoving motif-mdi for OpenVMS compile support

2008-11-05 10:08 VZ, revision 56681

add command line options for displaying the test name and time taken by them (closes #10156)

2008-11-05 10:01 VZ, revision 56680
  • D /wxWidgets/trunk/include/wx/motif/mdi.h
  • D /wxWidgets/trunk/src/motif/mdi.cpp

remove Motif MDI files not used any longer

2008-11-04 17:47 VZ, revision 56679

override Do{Open,Save}Document() instead of On{Open,Save}Document() (closes #9892) [backport of r55342 from trunk]

2008-11-04 12:15 VZ, revision 56678

disable the test under Windows as it hangs and prevents buildbot from working

2008-11-04 12:11 VZ, revision 56677

include wx/menu.h as we delete wxMenu pointer in this header (and creating a separate .cpp file just to move the code doing it there seems impractical)

2008-11-04 02:46 VZ, revision 56674

Review/simplify/cleanup MDI classes for all platforms and introduce base classes for wxMDI{Parent,Child}Frame and wxMDIClientWindow. Also use generic MDI implementation for wxMotif as it seems to be more functional and definitely is more maintained (we probably should use the generic version for wxGTK too).

2008-11-04 01:42 VZ, revision 56673

fix wxXPMDataHandler silently broken by long->wxBitmapType change

2008-11-03 22:58 VZ, revision 56672

added wxrc to the makefiles

2008-11-03 21:55 VZ, revision 56671

include richtext library in BUILT_WX_LIBS (in particular so that it appears in 'wx-config --libs all' output) if it's being built

2008-11-03 19:32 FM, revision 56670

build fix (the sample uses an undocumented function of wxFont)

2008-11-03 18:50 FM, revision 56669

build fix

2008-11-03 18:24 FM, revision 56668

build fixes

2008-11-03 18:15 FM, revision 56667

build fixes

2008-11-03 17:24 VZ, revision 56666

don't crash trying to draw buttons with invalid bitmaps (the real fix would be to avoid adding them to the toolbar in the first place, of course...)

2008-11-03 17:10 VZ, revision 56665

fix (harmless) unused variable warning

2008-11-03 17:02 FM, revision 56664

fix the incoherence pointed out by ifacecheck between wx docs, that documents usage of the wxFontFamily, wxFontStyle and wxFontWeight enums in wxFont setters and getters, and the actual sources, which use 'int' instead; provided the same backward-compatibility pattern already used for wxBrush,wxPen both against 'int' overloads and against the wxDeprecatedGUIConstants enum values

2008-11-03 17:02 JMS, revision 56663

Moved Get/SetPropertyText/BackgroundColour() member functions from wxPropertyGrid to wxPropertyGridInterface

2008-11-03 14:37 FM, revision 56662

remaining h* interface header revision

2008-11-03 13:36 VZ, revision 56661

define wxHAS_CONFIG_TEMPLATE_RW if template wxConfig::Read/Write() are available; use it to exclude the calls to these functions from the test to fix VC6 compilation

2008-11-03 12:47 VZ, revision 56660

wx/tls.h belongs to base headers, not core (#10148)

2008-11-03 12:44 VZ, revision 56659

define operator<<(wxLongLong_t) for VC6 whether wxUSE_STD_IOSTREAM is 0 or 1 (fixes test compilation in the latter case)

2008-11-03 11:57 FM, revision 56658

fixed doxygen warnings produced by the ifacecheck fixes

2008-11-03 01:11 VZ, revision 56657

blind fix for yet another VC6 compilation error

2008-11-03 00:31 VZ, revision 56656

really fix VC6 compilation of all testsi (without breaking VC9)

2008-11-02 23:21 VZ, revision 56654

oops, fix the test broken by the last compilation fix

2008-11-02 22:50 VZ, revision 56653

ugly VC6 compilation fix (non-ugly doesn't want to work for some reason as VC6 flat out refuses to use our overloaded operator<<)

2008-11-02 22:30 VZ, revision 56652

undo the previous change, it's not needed any more now that we overload assertEquals(int,long) too and it broke VC6 compilation again

2008-11-02 22:16 FM, revision 56651

declare all NameStr[] strings as const char using the correct WXDLLIMPEXP_DATA_ macros; in the process, change wxPropGrid window classes to take 'const wxString& name' arguments instead of 'const wxChar *name'

2008-11-02 19:13 SC, revision 56650

make sure virtual method isn't inlined away

2008-11-02 02:43 VZ, revision 56645

replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents

2008-11-02 02:39 VZ, revision 56644

replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents

2008-11-02 02:34 VZ, revision 56643

add yet another overload of assertEquals to fix another compilation error due to using different types inside CPPUNIT_ASSERT_EQUAL

2008-11-02 02:16 VZ, revision 56642

remove tests for bool and {const,static,reinterpret}_cast in configure and wx/defs.h, all supported compilers have them

2008-11-02 02:16 VZ, revision 56641

remove tests for bool and {const,static,reinterpret}_cast in configure and wx/defs.h, all supported compilers have them

2008-11-02 01:59 VZ, revision 56640

explicitly cast wxUniCharRef to char inside CPPUNIT_ASSERT_EQUAL

2008-11-02 01:58 VZ, revision 56639

added propgrid sources

2008-11-02 01:48 VZ, revision 56638

resolve the DLL linking problems with MSVC due to use of static variables of template types by replacing them by a non-template unique untypedNullDataPtr

2008-11-02 01:43 VZ, revision 56637

fix (justified) warnings about potential use of uninitialized variable in wxTCPEventHandler::Client_OnRequest()

2008-11-02 01:11 VZ, revision 56636

g++ compilation fix after latest changes

2008-11-02 00:52 VZ, revision 56635

add assertEquals(int,unsigned short) overload to resolve the ambiguity resulting in tests comparing unsigned short with literal integer constants now that we have both assertEqals(int,unsigned int) and assertEquals(int, unsigned long) to satisfy VC6

2008-11-01 18:40 JMS, revision 56631

In composed string values, entry for last children was often omitted if it was empty (and possibly unspecified, fixes wxPG sf bug #2197916)

2008-11-01 18:05 VZ, revision 56630

yet another compilation fix, this time for VC9

2008-11-01 17:09 JMS, revision 56629

It was not possible to set value of unspecified child by editing parent's composite string (fixes wxPG sf bug #2186553)

2008-11-01 16:49 JMS, revision 56628

Fix various warnings that only appear for release builds

2008-10-31 23:07 VZ, revision 56623

fix another MSVC /Wp64 warning about size_t to int conversion (closes #10140)

2008-10-31 18:53 JMS, revision 56622

Reworked wxPGCell. It is now reference counted, and therefore much more user friendly, and is used internally as basis for most property colour values instead of separate row text and bg colours.

2008-10-31 17:14 VZ, revision 56621

fix MSVC /Wp64 warning about size_t to int conversion (closes #10068)

2008-10-31 13:07 VZ, revision 56620

fix compilation without wxUSE_FILESYSTEM (closes #10114)

2008-10-31 10:06 VS, revision 56619

wxTLW: don't assert when setting null icons initially (#10138)

2008-10-31 09:47 VS, revision 56618

fix toolbar buttons so that they don't disappear temporarily when clicked if the event handler causes window update

2008-10-31 09:41 VS, revision 56617

fix toolbar buttons so that they don't disappear temporarily when clicked if the event handler causes window update

2008-10-31 05:25 PC, revision 56616

make sure update UI handlers are called for accelerators, #10130

2008-10-31 02:06 VZ, revision 56607

grid sample doesn't need neither html nor xml library

2008-10-31 01:22 BP, revision 56606

Reviewed some g* interface headers.

2008-10-30 23:23 VZ, revision 56604

disable a correct test which VC6 just doesn't want to grok (hopefully last buildbot error?)

2008-10-30 23:22 VZ, revision 56603

for some reason having int/size_t assertEquals() overload is not always enough for VC6, so provide both unsigned int/long overloads instead and rely on size_t being one of them

2008-10-30 23:04 VZ, revision 56602

fix linking problems due to MSVC implicitly considering template classes specializations used as base classes DLL-exported even though it doesn't actually export them when building the DLL (with or without explicit declspec(dllexport)); also replace wxCharTypeBuffer::NullData with a static function to allow not DLL-exporting this class

2008-10-30 16:54 VZ, revision 56601

attempting to fix VC6 compilation error from buildbot logs

2008-10-30 15:57 VZ, revision 56600

don't use WXDLLIMPEXP_BASE with wx[Sorted]Array_SortFunction, this results in link errors with VC[89] when building a DLL and shouldn't be necessary with any other compilers neither as these classes have only inline methods

2008-10-30 11:22 VS, revision 56599

must close output file before reading back from it

2008-10-30 11:16 FM, revision 56598

set WARN_IF_UNDOCUMENTED to YES; it doesn't introduce new warnings for now but could in future

2008-10-30 11:15 FM, revision 56597

fix typos

2008-10-30 11:14 FM, revision 56596

modernized

2008-10-30 11:11 FM, revision 56595

fixed missing semicolons, as reported by check_syntax.sh

2008-10-30 11:06 FM, revision 56594

added a simple script to detect interface headers with missing semicolons

2008-10-30 10:53 FM, revision 56593

typo fix

2008-10-30 10:39 FM, revision 56592

fixed the error '& may not appear in macro parameter list' reported by running gcc preprocessor

2008-10-30 10:32 FM, revision 56591

fixed the error 'macro parameters must be comma-separated' reported by running gcc preprocessor

2008-10-30 07:25 VS, revision 56590

wxHTML: don't include extra whitespace in table cells

2008-10-30 07:24 VS, revision 56589

wxHTML: don't include extra whitespace in table cells

2008-10-30 00:32 VZ, revision 56588

VC6 compilation fix after last change (thanks buildbot)

2008-10-29 18:58 FM, revision 56587

enable all compat symbols when using gccxml

2008-10-29 18:58 FM, revision 56586

s/FALSE/false

2008-10-29 18:55 FM, revision 56585

moved to appropriate 'protected' sections all functions wrongly placed in 'public' sections

2008-10-29 16:45 VZ, revision 56584

use buffered streams to reduce the number of TCP packets used per IPC command from up to 7 to 1 for reasonably sized payloads, this dramatically (by 150 times for the IPC benchmark on a LAN) increases performance; also centralize all the streams used in a single wxIPCSocketStreams class and allocate only it on the heap instead of doing it for all of the streams

2008-10-29 16:42 VZ, revision 56583

provide ctors allowing to specify the non-default buffer size for buffered streams and wxStreamBuffer itself

2008-10-29 16:30 FM, revision 56582

a few other means to avoid false positives

2008-10-29 16:23 VZ, revision 56581

added wxDocument::AlreadySaved() and use it in OnUpdateFileSave() to ensure that the "Save" menu item is enabled for new documents, even although they're not modified yet (otherwise the standard Ctrl-S key doesn't work in this case which is pretty annoying)

2008-10-29 16:15 VZ, revision 56580

document wxDocument::GetDocumentSaved()

2008-10-29 16:04 VZ, revision 56579

fix assert when adding an entry to an already full file history (closes #10118)

2008-10-29 16:00 FM, revision 56578

fix typos

2008-10-29 15:34 FM, revision 56577

automated ifacecheck fixes

2008-10-29 12:33 VZ, revision 56575

add WX_CLEAR_ARRAY test

2008-10-29 12:25 VZ, revision 56574

no changes, just use CPPUNIT_ASSERT_EQUAL instead of CPPUNIT_ASSERT

2008-10-29 07:53 JJ, revision 56572

Update OpenVMS compile support (problem cairo logical)

2008-10-28 23:24 RD, revision 56557

Bump subrelease number

2008-10-28 15:58 FM, revision 56554

added some 'wxString::' portions to make referenced functions auto-linked by Doxygen

2008-10-28 15:36 FM, revision 56553

automated ifacecheck fixed

2008-10-28 15:34 FM, revision 56552

fixed a missing ampersand

2008-10-28 15:03 FM, revision 56551

move wxVListBoxNameStr into vlbox.cpp source file (as for all other wxWidgets *NameStr

2008-10-28 14:54 FM, revision 56550

make IsKindOf() taking a const wxClassInfo* instead of a wxClassInfo*, just like the homonym method in wxClassInfo

2008-10-28 14:29 FM, revision 56549

ifacecheck fixes

2008-10-28 10:06 VS, revision 56547

fixed interpretation of line breaks in <pre> to conform to the spec (#10120)

2008-10-28 10:04 VS, revision 56546

fixed interpretation of line breaks in <pre> to conform to the spec (#10120)

2008-10-28 00:02 VZ, revision 56538

no real changes, just reformat before starting really modifying

2008-10-27 22:04 VZ, revision 56537

don't sleep too long to avoid missing the timers; added a simple test for timer events processing in console apps

2008-10-27 21:26 FM, revision 56536

automated ifacecheck fixes

2008-10-27 21:18 FM, revision 56535

other ifacecheck fixes

2008-10-27 21:16 FM, revision 56534

fixed some false positives; fixed method declaration-position detection also for operators

2008-10-27 18:47 VZ, revision 56533

don't save the initial selection if it's invalid in CBN_DROPDOWN (refixes #8474 without breaking #9995)

2008-10-27 18:15 VZ, revision 56532

disable workaround for lack of alpha support in native static bitmap control for WinCE, apparently it breaks the display (#10093)

2008-10-27 18:09 VZ, revision 56531

use fabs() instead of abs() to fix mingw32 compilation [backport of r48782 from trunk]

2008-10-27 17:12 FM, revision 56530

other ifacecheck fixes, resulting in removal of the non-existing functions wxDatagramSocket::ReceiveFrom() and wxCloseEvent::SetForce()

2008-10-27 17:08 FM, revision 56529

no real change; moved wxDataObject and wxDataFormat class declarations after all their derived classes, at the end of the file

2008-10-27 16:50 JMS, revision 56528

Added similar assignment operator as well

2008-10-27 16:47 JMS, revision 56527

Added wxPropertyGridConstIterator(const wxPropertyGridIterator&) copy ctor

2008-10-27 16:46 VZ, revision 56526

fix handling of errors in wxConditionInternal::Wait() and WaitTimeout() (#10111)

2008-10-27 16:40 VZ, revision 56525

rebaked using bakefile 0.2.5

2008-10-27 16:26 JMS, revision 56524

Removed dummy wxFont == operator implementation (IIRC was needed to compile with some old version of wx)

2008-10-27 14:29 RR, revision 56523

Set cursor to <from> in wxTextCtrk::SetSelection

2008-10-27 14:19 RR, revision 56522

Disable focus out events during menu popup

2008-10-27 14:02 RR, revision 56521

Added method to disable focus_out handling temporarily

2008-10-25 23:41 KO, revision 56519

Fix ShowNoActivate so that it always calls wxWindow::Show.

2008-10-25 20:44 FM, revision 56518

other interface revisions of html headers

2008-10-25 18:55 KO, revision 56515

svn merge -r 55251:56500 http://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH

2008-10-25 15:48 VZ, revision 56511

rename ca@valencian description to "Valencian (Southern Catalan)" at translators request

2008-10-25 15:45 VZ, revision 56509

some fixes from Robert Millan

2008-10-24 20:45 VZ, revision 56503

initial Valencian (Southern Catalan) translation from Robert Millan

2008-10-23 14:53 VZ, revision 56501

fix a couple of typos pointed out by a translator

2008-10-23 14:48 MW, revision 56500

Fix wxClassInfo::Register for Solaris.

2008-10-23 14:42 VZ, revision 56499

added Vietnamese translations

2008-10-23 14:33 VZ, revision 56498

added Vietnamese translations

2008-10-23 13:55 FM, revision 56497

first part of revisions of html/h* interface headers

2008-10-23 13:54 FM, revision 56496

remove references to tex2rtf; it's not part of wxWidgets anymore

2008-10-23 13:08 VZ, revision 56495

use hex escapes instead of 8 bit characaters (#10105)

2008-10-23 11:47 VZ, revision 56494

give credit for wxGrid column move hint improvement

2008-10-23 11:19 VZ, revision 56493

fix Normalize() test: can't use temporary wxStrings to initialize wxChar* pointers

2008-10-22 23:14 VZ, revision 56492

compilation fix for operator=() with DMC

2008-10-22 20:48 FM, revision 56491

fixed doxygen warnings; also restyled (partially) the interface headers to conform to wx doc style

2008-10-22 20:03 FM, revision 56490

interface revisions

2008-10-22 20:02 FM, revision 56489

add a new beginEventTable{2} overload for those classes which fires events using more than 1 event class; remove the <br> from beginEventTable{} macros to make the event blocks more compact

2008-10-22 17:01 RR, revision 56488

Ticket #10108 (bitmap from wxImage depth regression)

2008-10-22 16:58 RR, revision 56487

Ticket #10108 (bitmap from wxImage depth regression)

2008-10-22 15:23 JMS, revision 56486

Merged wxBaseEnumPropertyClass (intermediate property class with obsolete purpose) to wxEnumPropertyClass

2008-10-21 19:10 RR, revision 56482

Correct TAB handling for generic wxDataViewCtrl

2008-10-21 18:33 RR, revision 56481

Remove wxLog hack and put all controls in a panel to test TAB traversal

2008-10-21 15:17 JMS, revision 56480

Removed deprecated functions wxPGChoices::HasValue(), HasValues()

2008-10-21 14:35 JMS, revision 56479

Added workaround for wxGTK tab traversal problem

2008-10-20 17:01 JMS, revision 56475

User should no longer be able to modify disabled or read only child properties by editing their parent (wxPG sf bug #2181860)

2008-10-20 16:50 PC, revision 56474

fix for assert failure when first paint event occurs before first idle event, #10085

2008-10-20 14:12 JJ, revision 56473

gtk1.x has less native functions than gtk2.x

2008-10-20 12:04 RR, revision 56470

Better size for screenshot of wxListCtrl

2008-10-20 12:04 RR, revision 56469

Corrcted wxListCtrl image

2008-10-20 11:33 RR, revision 56468

Fix wxListCtrl::Insert() bug reported by Riccardo Cohen

2008-10-20 11:08 VZ, revision 56467

use wxRegKey::QueryDefaultValue() explicitly to fix DMC compilation

2008-10-20 10:52 VZ, revision 56466

a couple of more left over Borland unused variable/code warnings fixes

2008-10-20 10:43 VZ, revision 56465

slightly better error reporting (could still be improved)

2008-10-20 10:31 VZ, revision 56464

2006 version of Borland compiler still doesn't grok operator?: involving wxStrings

2008-10-20 10:30 VZ, revision 56463

fix more Borland release build warnings about unused variable/code without effect

2008-10-20 09:57 VZ, revision 56462

avoid an unnecessary and unused (resulting in release build warning) variable in GetMimeTypeFromExt()

2008-10-20 09:00 VZ, revision 56461

work around Borland compilation errors

2008-10-20 08:59 VZ, revision 56460

fix virtual function hiding warnings introduced to changing wxSockAddress argument of Connect() to be passed by const reference

2008-10-20 08:58 VZ, revision 56459

use renderer for drawing the item background on ports other than GTK2 and Mac too (why not?)

2008-10-20 08:51 VZ, revision 56458

remove unused abits variable from DoLoadDib()

2008-10-20 06:55 SN, revision 56457

Compilation fix for gcc-4 and newer.

2008-10-20 06:55 SN, revision 56456

Compilation fix for gcc-4 and newer.

2008-10-19 20:18 RR, revision 56449

Add more bakefile files to make dist

2008-10-19 19:23 RR, revision 56448

Added src/msw/version.rc to make win-dist

2008-10-19 16:07 FM, revision 56446

doxygen warnings and formatting fixes

2008-10-19 15:30 FM, revision 56445

fixed the anchor names for @section used in interface headers; documented the general rules used for its naming

2008-10-19 15:14 FM, revision 56444

interface revisions

2008-10-19 14:00 VZ, revision 56443

correct some wording of recent changes

2008-10-19 13:13 FM, revision 56442

mentioned the new doc format

2008-10-19 12:57 SN, revision 56441

Compilation fix for gcc-4 and newer.

2008-10-19 12:49 FM, revision 56440

interface revisions

2008-10-19 12:34 SN, revision 56439

Compilation fix for gcc-4 and newer.

2008-10-19 11:48 JMS, revision 56438

Changed argument of wxPropertyGrid::OnCustomEditorEvent() from wxCommandEvent to wxEvent

2008-10-19 11:29 JMS, revision 56437

In wxPropertyGridManager, alphabetic mode is now sorted even if wxPG_AUTO_SORT flag is absent (fixes wxPG sf bug #2162053)

2008-10-19 11:16 JMS, revision 56436

Fixed wxSystemColourProperty::ValueToString(). It now once again properly formats custom colour selection as (R, G, B) when displayed.

2008-10-19 10:42 SC, revision 56435

fixing link and installname

2008-10-19 10:16 VZ, revision 56434

remove extraneous returns

2008-10-18 20:43 SC, revision 56433

fixing typo

2008-10-18 18:06 KO, revision 56430

Another fix, run install_name_tool on the libraries to fix their location id.

2008-10-18 17:19 KO, revision 56429

Adding symlink to the wx library at the root.

2008-10-18 17:14 KO, revision 56428

Fixing symlinks and other minor issues.

2008-10-18 16:32 JMS, revision 56427

Connect wxEVT_KEY_DOWN for both editor controls

2008-10-18 16:09 JMS, revision 56426

Do not skip key events so eagerly

2008-10-18 16:09 SC, revision 56425

adapting to API change from GetContentAreaInset to GetContentArea, fixes #10071

2008-10-18 15:27 JMS, revision 56424

Forgot event.Skip()

2008-10-18 15:23 JMS, revision 56423

Removed unused data

2008-10-18 15:11 JMS, revision 56422

Simplistic tab support is now default (tab focuses editor if unfocused, otherwise goes out of grid), no longer recognizes wxTAB_TRAVERSAL, unified key handling code

2008-10-18 14:32 RR, revision 56421

Allow create of 24-bit bitmap, use Pixbuf when not a 24-bit visual

2008-10-18 13:50 VZ, revision 56420

remove assert from GetSizeAvailableForScrollTarget

2008-10-17 20:55 FM, revision 56417

interface revisions

2008-10-17 20:27 FM, revision 56411

revision of wxLocale; documented the list of language constants into the wxLanguage enum; modified genlang.py to generate a .h with doxygen comments and removed generation of a .tex script; moved docs for wxXlocale to the right header (xlocale.h)

2008-10-17 19:13 SC, revision 56405

adding alias support for directories

2008-10-17 16:46 JMS, revision 56404

wxPGProperty::GenerateComposedValue() -> protected DoGenerateComposedValue(), added simple public GenerateComposedValue()

2008-10-17 13:54 VZ, revision 56403

handle error in GetDataSize()

2008-10-17 13:45 VZ, revision 56402

fix another WC2MB off-by-one error

2008-10-17 12:47 JJ, revision 56401

OpenVMS compile support update for wxX11

2008-10-17 12:39 RR, revision 56400

Updates for make dist for OSX_CARBON

2008-10-17 12:25 VZ, revision 56399

significantly optimize wxCSConv::To/FromWChar(NULL) performance by simply using a bigger temporary buffer

2008-10-17 12:24 VZ, revision 56398

add a simple benchmark for wx and iconv converters benchmarking

2008-10-17 12:02 VZ, revision 56396

compilation fix for include wx/generic/stattextg.h before/without including wx/stattext.h in PCH-less wxUniv build

2008-10-17 11:58 RR, revision 56395

Use xpms for checked/unchecked states instead of drawing them (yielded junk)

2008-10-17 11:31 VZ, revision 56394

reverted the change of r56246 and keep the old behaviour of MB2WC/WC2MB; document it even more clearly and correct code using these functions incorrectly

2008-10-17 10:50 RR, revision 56393

Sort controls alphabetically

2008-10-17 04:36 PC, revision 56392

pass window parameter to wxSystemSettings::GetMetric() so wxGTK can get the value right more often

2008-10-17 04:36 PC, revision 56391

partial support for border metrics of non-TLW

2008-10-17 04:19 PC, revision 56390

build fix for --enable-universal

2008-10-16 22:37 RD, revision 56381

Assert that a mode style *is* set, not that one isn't set.

2008-10-16 22:23 RR, revision 56380

Crop image a little

2008-10-16 22:18 RR, revision 56379

Enable intercepting ENTER in wxSpinCtrl under wxMac by using wxTE_PROCESS_ENTER

2008-10-16 21:32 RR, revision 56378

Dont't finish any editing if there is no control

2008-10-16 20:20 VS, revision 56377

forgot to commit toplevel.h as part of r56374

2008-10-16 19:20 RR, revision 56376

Remove accidentally commited debug code

2008-10-16 19:19 RR, revision 56375

Make wxMac wxSpinCtrl emit killfocus events

2008-10-16 19:13 VS, revision 56374

assert in wxTopLevelWindowMSW::SetIcon[s]() if none of the provided icons has required size

2008-10-16 19:10 VS, revision 56373

wxArtProvider cleanup: added artmsw.cpp accidentally missing from r56372

2008-10-16 19:07 VS, revision 56372

Cleaned up wxArtProvider: 1. Move platform-specific code for both GetSizeHint() and GetBitmap() into platform-specific files. 2. Introduced GetNativeSizeHint() to make native sizes better accessible, without having to understand weird GetSizeHint() semantics. 3. Fixed GetNativeSizeHint() to return sensible values in non-GTK ports; it returns wxDefaultSize if it can't make a good guess instead of returning arbitrary value. 4. Use 16x16 icons on MSW instead of 16x15: it works and is more 'natural' size.

2008-10-16 18:53 VS, revision 56371

fixed wxArtProvider::GetSizeHint() to return 16x16 for wxART_FRAME_ICON in non-wxGTK ports

2008-10-16 18:27 RR, revision 56370

Write directly to log target wxTextCtrl to avoid crash

2008-10-16 18:17 RR, revision 56369

wxMac actually crashes in any logging

2008-10-16 18:06 RR, revision 56368

wxMac crashes in wxLog() statements with string.GetData()

2008-10-16 18:05 RR, revision 56367

Fudge offset no longer required

2008-10-16 17:36 JMS, revision 56366

Fixed broken wxMultiChoiceProperty::ValueToString()

2008-10-16 17:31 JMS, revision 56365

Add maximum width for sample's frame

2008-10-16 17:24 JMS, revision 56364

Update 'intro' comment in propgrid sample

2008-10-16 17:19 JMS, revision 56363

Added virtual wxPGProperty::ValueToString(). In derived property classes, now it must be implemented instead of GetValueAsString (assertion failure is raised at run-time if you fail to do so). This change is needed to properly support wxEVT_PG_CHANGING for nested composite string properties. wxPGProperty::GenerateComposedValue() partially updated to support this.

2008-10-16 16:20 VZ, revision 56362

fix PCH in VC8 projects (until the next rebake...)

2008-10-16 12:35 VZ, revision 56360

add very simple (but already exposing many problems) wxIPC benchmark

2008-10-16 12:34 VZ, revision 56359

allow specifying initialization and cleanup functions for benchmarks

2008-10-16 12:33 VZ, revision 56358

made Dispatch() return bool indicating whether we processed any events inside it or if the timeout expired

2008-10-16 12:32 VZ, revision 56357

Dispatch() must dispatch the real events and not only the pending ones accumulated in wxApp

2008-10-16 12:32 VZ, revision 56356

added wxConnection::IsTextFormat()

2008-10-16 12:31 VZ, revision 56355

made Dispatch() return bool indicating whether we processed any events inside it or if the timeout expired

2008-10-16 12:07 VZ, revision 56354

no changes, just removed _T()s and unnecessary wxUnusedVar()s

2008-10-16 10:02 VZ, revision 56353
  • D /wxWidgets/trunk/samples/dialogs/makefile.va
  • D /wxWidgets/trunk/samples/dragimag/makefile.va
  • D /wxWidgets/trunk/samples/erase/makefile.va
  • D /wxWidgets/trunk/samples/image/makefile.va
  • D /wxWidgets/trunk/samples/ipc/client.b32
  • D /wxWidgets/trunk/samples/ipc/client.g95
  • D /wxWidgets/trunk/samples/ipc/client.vc
  • D /wxWidgets/trunk/samples/ipc/client.wat
  • D /wxWidgets/trunk/samples/ipc/server.b32
  • D /wxWidgets/trunk/samples/ipc/server.g95
  • D /wxWidgets/trunk/samples/ipc/server.vc
  • D /wxWidgets/trunk/samples/ipc/server.wat
  • D /wxWidgets/trunk/samples/menu/makefile.va
  • D /wxWidgets/trunk/samples/minimal/makefile.va
  • D /wxWidgets/trunk/samples/notebook/makefile.va
  • D /wxWidgets/trunk/samples/scroll/makefile.va
  • D /wxWidgets/trunk/samples/sockets/client.b32
  • D /wxWidgets/trunk/samples/sockets/client.g95
  • D /wxWidgets/trunk/samples/sockets/client.vc
  • D /wxWidgets/trunk/samples/sockets/client.wat
  • D /wxWidgets/trunk/samples/sockets/server.b32
  • D /wxWidgets/trunk/samples/sockets/server.g95
  • D /wxWidgets/trunk/samples/sockets/server.vc
  • D /wxWidgets/trunk/samples/sockets/server.wat
  • D /wxWidgets/trunk/samples/toolbar/makefile.va

remove obsolete makefiles

2008-10-16 09:13 VZ, revision 56352

disable VC6 warning C4284; put all warning disable pragmas together

2008-10-16 08:15 VS, revision 56351

reverted broken changes from r56345 and r56349

2008-10-16 03:57 PC, revision 56350

simplify code by using wxGTKPrivate::GetButtonWidget()

2008-10-15 21:10 VS, revision 56349

compilation fix for older glib versions after r56345

2008-10-15 21:03 VZ, revision 56348

reset deferred position/size if the window was moved immediately (#10073)

2008-10-15 19:39 VZ, revision 56347

implement GetSizeAvailableForScrollTarget() in MyScrolledWindow

2008-10-15 19:33 VZ, revision 56346

document GetSizeAvailableForScrollTarget()

2008-10-15 19:14 VS, revision 56345

don't use deprecated gtk_object_sink(), replace it with g_object_ref_sink()

2008-10-15 18:49 VS, revision 56344

no need to iterate over all special icon names after a match was found, there won't be another one

2008-10-15 18:49 BP, revision 56343

Removed traces of wxFormBuilder from the screenshotgen utility, cleaned up some dependencies in headers, and replaced a few sparse tabs with spaces. Also applied patch #10083 (VC6 build fixes for screenshotgen).

2008-10-15 18:39 RR, revision 56342

Update make dist

2008-10-15 17:20 KO, revision 56341

Fleshing out the Framework build logic - make subframeworks for GL/STC/gizmos libs, fixes for wx.h header creation, versioning the library correctly, etc.

2008-10-15 17:16 KO, revision 56340

Handle symlink replacement more gracefully.

2008-10-15 16:56 RR, revision 56339

For some reason, wxMac now requires explicit sizes in this sample

2008-10-15 16:45 RR, revision 56338

Added wxMac screenshot from wxDataViewTreeCtrl

2008-10-15 16:13 JMS, revision 56337

Removed unneeded wxPG_INHERITED_PROPFLAGS

2008-10-15 16:07 JMS, revision 56336

Remove old workarounds to get cut, copy, and paste working in embedded wxTextCtrl

2008-10-15 15:55 VS, revision 56335

added a test to check if wxHtmlWindow::SelectionToText() inserts \n characters correctly

2008-10-15 15:43 VS, revision 56334

fixed wxHtmlWindow::SelectionToText() to correctly insert newlines after single-cell paragraphs

2008-10-15 15:43 VS, revision 56333

fixed wxHtmlWindow::SelectionToText() to correctly insert newlines after single-cell paragraphs

2008-10-15 15:36 FM, revision 56332

interface header revisions

2008-10-15 14:39 JS, revision 56331

Fixed problem with Croation input due to confusion of WXK_... values and character values.

2008-10-15 14:39 JS, revision 56330

Fixed problem with Croation input due to confusion of WXK_... values and character values.

2008-10-15 11:40 JJ, revision 56328

update XPM variable names for docview sample

2008-10-15 11:39 VZ, revision 56327

base new timer expiration time on current time, not on the previous expiration time

2008-10-15 11:22 VZ, revision 56326

compilation fix for wxUSE_STD_IOSTREAM==0

2008-10-15 10:22 RR, revision 56325

Added wxSearchCtrl, typos corrected

2008-10-15 09:52 RR, revision 56324

Crop images a little

2008-10-15 09:49 RR, revision 56323

Add appearance tags

2008-10-15 09:47 RR, revision 56322

Add wxPropertyGrid screenshots

2008-10-15 09:47 RR, revision 56321

Add wxSearchCtrl screenshots

2008-10-15 09:46 RR, revision 56320

Repaired togglebutton images

2008-10-15 08:37 RR, revision 56319

Mention why fudgefactor for wxODBC position under wxMac is required

2008-10-14 20:08 FM, revision 56315

output the list of the undocumented wx classes

2008-10-14 19:49 FM, revision 56314

further additions to avoid false warnings (ActsAsDefaultCtor, better wxArgumentType::SetDefaultValue)

2008-10-14 19:48 FM, revision 56313

enable more wx stuff when using gcc xml

2008-10-14 19:48 FM, revision 56312

misc fixes to function signatures

2008-10-14 19:40 FM, revision 56311

clarify the usage of debug macros, in particular for wxFAIL (which doesn't need () brackets) as reported by Jim Battle

2008-10-14 19:37 RR, revision 56310

Add a fudge factor to the size of wxODBC in wxProperty under wxMac. I've been unable to find out what shrinks the control under wxMac.

2008-10-14 17:15 JMS, revision 56309

wxPGProperty::AddChild() can now be used to add normal child properties (previously it was only used to add private children of derived property classes such as wxFontProperty and wxFlagsProperty). However, to allow backwards compatibility, SetParentalStyle(wxPG_PROP_MISC_PARENT) needs to be called before doing so. Also done: merged property initialization code from PrepareToAddItem() and PrepareSubProperties() to InitAfterAdded().

2008-10-14 16:13 KO, revision 56308

Fix install command and tweak the build script.

2008-10-14 14:13 VZ, revision 56307

fix bugs in FindFirst() (it gets URL, not filename, on input) and FindNext() (which always forgot the last match) (fixes #10077)

2008-10-14 13:34 VZ, revision 56306

added -1 (a.k.a. --single) command line option

2008-10-14 13:29 VZ, revision 56305

no real changes, just come cleanup (use constants instead of hardcoded values; remove _T()s; don't allocate things on the heap unnecessarily; don't make members public or protected

2008-10-14 12:32 RR, revision 56304

Correct positioning of wxTextCtrl in wxPropertyGrid for wxMac

2008-10-14 11:44 VZ, revision 56303

added wxXmlResource::FindXRCIDById() (#10026)

2008-10-14 09:43 RR, revision 56302

Also correct wxDList<T>

2008-10-14 09:31 RR, revision 56301

Fix off-by-1 error in wxChoice and wxComboBox (OSX reports 1 as 0)

2008-10-14 09:07 RR, revision 56300

Corrected some wxMac images

2008-10-14 09:04 VZ, revision 56299

fix the bug in insert(end(), value) and added unit test for it

2008-10-14 08:59 VZ, revision 56298

remove default value for the last parameter of insert(it, idx, value) which allowed insert(it, 17) to compile for lists of any type

2008-10-14 08:08 RR, revision 56297

Shrink screenshots a little

2008-10-13 22:25 VZ, revision 56294

make the default value of numeric parameter 0, not 1, to make testing for it more natural; also allow passing string parameter to the benchmarks

2008-10-13 21:43 KO, revision 56293

Get Python using the env tool.

2008-10-13 21:03 KO, revision 56292

Better test for the contrib dir.

2008-10-13 21:02 KO, revision 56291

Allow install command to take options.

2008-10-13 19:55 RR, revision 56290

add appearance tag to book controls

2008-10-13 19:53 RR, revision 56289

Add screenshots for wxNotebook, wxChoicebook, wxListbook

2008-10-13 19:22 RR, revision 56288

Added screenshots for wxSpinCtrlDouble

2008-10-13 19:13 RR, revision 56287

Add appearance of wxSpinCtrlDouble

2008-10-13 18:52 RR, revision 56286

Add screenshots for wxDataViewTreeCtrl

2008-10-13 18:50 RR, revision 56285

Corrected library association

2008-10-13 18:44 RR, revision 56284

Added wxDataViewCtrl screenshots

2008-10-13 18:34 KO, revision 56283

Adding experimental support for doing a lipo build on Mac.

2008-10-13 17:40 BP, revision 56282

Added documentation screenshots of wxMac controls.

2008-10-13 16:53 KO, revision 56281

First stab at a wx.Framework approach for building/distributing OS X binaries.

2008-10-13 15:27 VZ, revision 56280

fix final note language

2008-10-13 15:25 VZ, revision 56279

remove green colour from literal strings, this is annoyingly distracting for common things like true/false/NULL

2008-10-13 13:46 FM, revision 56278

misc fixes of ctor signatures

2008-10-13 13:24 VZ, revision 56277

no real changes, just also rename _Read/_Write() to DoRead/DoWrite() and clean them a little more too

2008-10-13 13:24 FM, revision 56276

automated changes: many (pure) virtual specifiers added

2008-10-13 13:00 VZ, revision 56275

Cleanup of wxSocket::_Wait(): - Rename to DoWait() to avoid symbols starting with underscores. - Added comments explaining how does it work. - Remove the pointless timeout manipulations: GSocket::Select() doesn't use timeout (any more?) anyhow. Also pass GSOCK_LOST_FLAG to DoWait() from WaitForWrite() for the same reasons it is done in WaitForRead().

2008-10-13 11:29 FM, revision 56274

access-specifier fixes

2008-10-13 11:21 RR, revision 56273

Use native closure buttons under GTK+

2008-10-13 11:09 FM, revision 56272

virtual/static attributes automated fixes by ifacecheck

2008-10-13 11:03 FM, revision 56271

add docs for the #define of wxBookCtrl

2008-10-13 10:52 RR, revision 56270

Correct spelling, now use Indices

2008-10-13 10:35 VZ, revision 56269

no need to test that the pointer is non-NULL before deleting it (closes #10070)

2008-10-13 10:27 FM, revision 56268

revised the documentation of the book controls; moved common API to wxBookCtrlBase

2008-10-13 08:55 FM, revision 56267

revised n*h headers

2008-10-13 08:51 FM, revision 56266

use wxEmptyString instead of wxString() for default values

2008-10-13 08:39 FM, revision 56265

remove ugly AD-HOC FIX for wxHyperlinkCtrl; use the generic facilities of RegisterControl() instead (patch by Utensil Candel)

2008-10-13 08:32 FM, revision 56264

patch by Utensil Candel to improve wxMac autocapture code

2008-10-13 08:31 FM, revision 56263

modified text for wxRichTextCtrl to show more features in less space (modified patch by Utensil)

2008-10-13 08:22 FM, revision 56262

build fix (SetBitmaps is only for wxMSW)

2008-10-13 08:11 FM, revision 56261

typo fix

2008-10-13 08:05 FM, revision 56260

re-enabled all @appearance tags

2008-10-12 23:04 VZ, revision 56259

no changes at all, just reformatted to use consistent indentation before the upcoming real changes

2008-10-12 22:55 VZ, revision 56258

create local event loop for the operations which need it; test reading with wxSOCKET_BLOCK flag

2008-10-12 22:55 VZ, revision 56257

use the currently active event loop for the event dispatching instead of wxYield(), this allows to create local event loops when using non-blocking sockets; assert if there is no active event loop under MSW as sockets won't work without it

2008-10-12 22:32 VZ, revision 56256

compilation fix for PCH-less build

2008-10-12 22:30 VZ, revision 56255

get rid of unused variable warning

2008-10-12 22:27 VZ, revision 56254

wxUSE_STL compilation fix

2008-10-12 20:57 VZ, revision 56253

don't allocate a too big buffer on stack

2008-10-12 20:45 VZ, revision 56252

add simple (and disabled by default) wxSocket client test

2008-10-12 18:07 RR, revision 56251

Correct spelling and signature of FixIndexesOfChildren

2008-10-12 15:15 VZ, revision 56247

don't replace . and .. with the corresponding directoties names in GetLongPath() as this breaks the normalization of file names without wxPATH_NORM_DOTS flag (#9814)

2008-10-12 14:51 VZ, revision 56246

fix off by one bug in the buffer size (fixes #10039)

2008-10-12 14:41 VZ, revision 56245

renamed the subdirectory to indicate that it contains stock icons

2008-10-12 14:24 VZ, revision 56244

add stock images to the stock items page (closes #9533)

2008-10-12 14:12 VZ, revision 56243

compilation fix for PCH-less build

2008-10-12 13:04 VZ, revision 56242

add wxGenericStaticText (#9656)

2008-10-12 13:03 VS, revision 56241

removed a warning that should only be a FIXME

2008-10-12 12:52 VZ, revision 56240

add a unit test for reading non existent values (to check for #10030)

2008-10-12 12:23 JMS, revision 56239

Eliminate (or at least reduce) 64-bit build warnings (as described in wxPG sourceforge bug report #2156069)

2008-10-12 11:29 JMS, revision 56238

Re-added GetSelectProperty() to wxPropertyGridManager

2008-10-12 11:25 JMS, revision 56237

Also update description text when wxPG_DESCRIPTION window style is toggled

2008-10-12 11:13 JMS, revision 56236

Set focus back to canvas when child editors are being destroyed (fixes wxGTK property selection focus bug)

2008-10-11 20:18 VS, revision 56234

get help frame's icon using wxART_FRAME_ICON wxArtClient hint, not wxART_HELP_BROWSER

2008-10-11 20:17 VS, revision 56233

get help frame's icon using wxART_FRAME_ICON wxArtClient hint, not wxART_HELP_BROWSER

2008-10-11 16:03 FM, revision 56232

init the file and dir pickers with dummy files/folders

2008-10-11 15:55 FM, revision 56231

fix the menu item bitmaps for wxMSW; fix the name of the screenshot generated for wxHyperlinkCtrl on platforms != wxGTK

2008-10-11 15:54 FM, revision 56230

Act as wxMSW and make an assert fail, if the user forgot to give a "type flag" (previously it assumed wxLC_LIST type flag).

2008-10-11 15:53 FM, revision 56229

added automatically generated screenshots of wxMSW controls

2008-10-11 13:15 FM, revision 56228

added automatically-generated bitmaps of wxWidgets controls

2008-10-11 13:10 FM, revision 56227

revised m*h headers

2008-10-11 06:00 SC, revision 56226

adding missing cast

2008-10-11 05:18 SC, revision 56225

superfluous embedding API

2008-10-10 22:51 FM, revision 56224

fix two bugs: 1) the missing NOT in the if (real) test; 2) the missing +1 in getID() function; add many checks and log messages

2008-10-10 21:20 VZ, revision 56223

STL build compilation fix

2008-10-10 21:12 VZ, revision 56222

fix C strings comparison in LoadSave() test in STL build

2008-10-10 20:56 FM, revision 56221

fixed the status of the second radio button; now (on wxGTK at least) it appears correctly as unchecked

2008-10-10 19:14 FM, revision 56220

fix doxygen warnings

2008-10-10 19:13 FM, revision 56219

group hit-test flags into an enum (like I did in docs); this makes easier to document them, but is also logically the best thing since wxRichTextBuffer::HitTest is documented to return only _one_ of those flags.

2008-10-10 19:01 SC, revision 56218

moving embedding to common API

2008-10-10 18:46 FM, revision 56217

better use of <wx-data>

2008-10-10 16:15 VZ, revision 56216

don't crash when the document contents can't be converted to the target encoding (#10064)

2008-10-10 16:13 VZ, revision 56215

just return false instead of crashing if the document contents can't be converted to the target encoding (#10064)

2008-10-10 16:11 VZ, revision 56214

don't crash when streaming out a wxString into an std::ostream, just set the failbit instead

2008-10-10 15:51 PC, revision 56213

use correct background color when drawing borders

2008-10-10 15:37 VZ, revision 56212

add a very simple test for Load/Save()

2008-10-10 15:22 JMS, revision 56211

GetPendingEditedValue() -> GetUncommittedPropertyValue() (more consistent API naming. Eg. there is also CommitChangesFromEditor())

2008-10-10 10:02 RR, revision 56210

Fix crash again

2008-10-10 08:44 RR, revision 56209

Trying to make introduction reappear

2008-10-10 07:36 RR, revision 56208

Fix crash with NULL pointer dereferencing

2008-10-09 19:18 RR, revision 56204

implement GetSizeAvailableForScrollTarget

2008-10-09 18:12 RR, revision 56203

Use g_signal_connect_after for wxRadioButton as well

2008-10-09 18:09 RR, revision 56202

Blind guess fix for wxRB_SINGLE

2008-10-09 17:00 FM, revision 56201

fixed a bug caused by passing a wxChar[] buffer to a function taking a wxString; the buffer was automatically converted but since it was not NULL-terminated, a crash resulted

2008-10-09 16:42 FM, revision 56200

doxygen warning fix

2008-10-09 16:30 FM, revision 56199

revised richtext headers

2008-10-09 14:23 FM, revision 56197

fix typo (missing P2 argument in template)

2008-10-09 13:45 FM, revision 56196

use standard tags @class,,@lib,@category for wxScopeGuard, too (to keep the documentation style uniform)

2008-10-09 11:27 VZ, revision 56195

use wxScopeGuard instead of an explicit try/catch(...)/throw: this suppresses wxUSE_EXCEPTIONS tests and also avoids MSVC unreachable code warnings

2008-10-09 11:26 VZ, revision 56194

add 3 parameter scope guard; improve its documentation

2008-10-09 09:49 VZ, revision 56193

use /nologo nmake switch to avoid many annoying copyright notices in output

2008-10-09 09:48 VZ, revision 56192

exclude contrib from build for as long as there is no makefile.vc there

2008-10-09 09:42 VZ, revision 56191

another attempt at fixing VC6 compilation

2008-10-09 09:39 VZ, revision 56190

trying to fix visibility problems for ObjC++ files after bakefile 0.2.4 upgrade

2008-10-09 09:33 VZ, revision 56189

fix bug in the test in STL build (where std::vector uses operator=() and not copy ctor to copy objects around, at least with g++)

2008-10-09 09:02 VZ, revision 56188

fix errors due to missing wxPrintf() declaration in STL build

2008-10-09 08:52 VZ, revision 56187

reverted the last commit and do not define operator<<(wxFileOffset) for VC > 6

2008-10-09 07:46 SC, revision 56186

rebaked with glgrab again

2008-10-09 05:36 SC, revision 56185

forgot to commit this file ...

2008-10-08 21:32 VZ, revision 56173

apparently operator<<(wxFileOffset) is needed for all VC versions, not just VC6

2008-10-08 18:55 RR, revision 56172

Added test for Select()

2008-10-08 18:46 RR, revision 56171

Forgot to set GtkIter stamp in Select() and friends

2008-10-08 18:19 JMS, revision 56170

Removed '#ifndef DOXYGEN' sections

2008-10-08 18:15 JMS, revision 56169

Removed dysfunctional wxPGPropery::PrepareValueForDialogEditing(); Replaced its functionality with wxPropertyGrid::GetPendingEditedValue(); Added wxPropertyGrid::PerformValidation() flags so it can be called in generic context.

2008-10-08 17:53 SN, revision 56168

Fixed header file conflict.

2008-10-08 17:02 JMS, revision 56167

Removed wxPropertyGridInterface::SetPropertyAttributes()

2008-10-08 16:53 VZ, revision 56166

regenerated after updating to 0.2.4 bakefile.m4

2008-10-08 16:52 VZ, revision 56165

define operator<<(wxFileOffset) for VC6 only, it breaks compilation for at least wxMac

2008-10-08 16:42 VZ, revision 56164

add VC9 project files (closes #9960)

2008-10-08 16:32 VZ, revision 56163

update to 0.2.4 version

2008-10-08 16:09 VZ, revision 56162

added wxDC::GetHDC() for backwards compatibility with the existing wxMSW code

2008-10-08 16:06 VZ, revision 56161

VC6 compilation fixes (#10059)

2008-10-08 15:58 VZ, revision 56160

added propgrid files

2008-10-08 15:47 VZ, revision 56159

rebaked makefiles with 0.2.4 (and now with forgotten files)

2008-10-08 15:44 VZ, revision 56158

rebaked makefiles with 0.2.4

2008-10-08 14:35 SC, revision 56157

focus propagation, fixes #10047

2008-10-08 14:32 SC, revision 56156

focus propagation, fixes #10047

2008-10-08 12:13 SN, revision 56155

Added missing include.

2008-10-08 12:11 SN, revision 56154

Workaround for bug in gcc-3.1 through gcc-3.3 in handling deprecation.

2008-10-07 22:22 SN, revision 56153

Avoid cyclic includes by forward declaring wxColour.

2008-10-07 17:51 FM, revision 56152

add wx_xrc.bkl bakefile wxpreset to the list of files to install; set Id in the svn:keyword for that file

2008-10-07 17:35 JMS, revision 56151

Removed SetPropertiesFlag() (high-level function using 'undocumented' wxPGProperty flags, IIRC was mostly used as poor-man's SetEditableState() and possibly for internal use until very recently)

2008-10-07 17:28 JMS, revision 56150

Eliminated last property generation macros from props.h (colour property gen ones, now use subclassing facilities present in wx(System)ColourProperty)

2008-10-07 17:22 FM, revision 56149

removed duplicated row of bitmap buttons added for error

2008-10-07 16:57 FM, revision 56148

revised st*.h headers

2008-10-07 16:56 JMS, revision 56147

Removed wxLongStringProperty derived property creator macros (just subclass and implement OnButtonClick()); Partially fixed wxPGProperty::PrepareValueForDialogEditing()

2008-10-07 16:16 FM, revision 56146

add missing semicolon; add some @see commands to link wxExecute/wxLaunchDefault* functions

2008-10-07 11:34 VZ, revision 56145

document that Set/ChangeValue() set the insertion point to 0

2008-10-07 09:29 MW, revision 56144

VC++ 6 compilo.

2008-10-07 08:05 RR, revision 56143

GTK+ version guard

2008-10-07 08:02 RR, revision 56142

Don't set HINT_COMBO as wxPopupWindow is used for different windows as well

2008-10-07 08:01 RR, revision 56141

Forgot to commit

2008-10-07 06:08 VS, revision 56140

fixed VC++ compiler checks

2008-10-06 23:25 MW, revision 56136

Add builds for the stable branch, and make the release builds quick builds.

2008-10-06 21:04 VZ, revision 56135

fix double to int conversion warning

2008-10-06 20:48 MW, revision 56134

Limit to one build at a time with a lock, share checkout dirs, do full builds out of tree and use ccache.

2008-10-06 20:04 FM, revision 56133

inside <wx-data> we need to use instead of /

2008-10-06 19:48 SC, revision 56132

porting dcscreen blit from 2.8

2008-10-06 16:09 JMS, revision 56129

Minimize use of editor class macros

2008-10-06 15:48 JMS, revision 56128

When registering editor, try wxRTTI class name in additon to result of wxPGEditor::GetName(). Allows creating custom editors without needing to implement GetName().

2008-10-06 15:38 JMS, revision 56127

Remove use of wxPG_EDITOR macro

2008-10-06 15:24 JMS, revision 56126

Removed GetExpandedProperties() (used to act as poor man's GetEditableState())

2008-10-06 15:14 JMS, revision 56125

Fix RCS-IDs

2008-10-06 15:10 JMS, revision 56124

Removed wxPropertyGridInterface::ClearPropertyValue() (use SetPropertyValue(defaultValue) instead)

2008-10-06 14:48 FM, revision 56123

make Capture() functions static members of AutoCaptureMechanism; adjusted slightly question boxes to fit the default wxGTK width of wxMessageBox

2008-10-06 14:08 FM, revision 56121

other cleanup; adjusted english in the UI

2008-10-06 13:55 VZ, revision 56120

implemented wxMemoryFSHandler::FindFirst/Next()

2008-10-06 13:37 VZ, revision 56119

made m_Hash object, not a pointer and moved hash declaration into the header as it's needed by the upcoming FindFirst/Next() implementation

2008-10-06 13:26 VZ, revision 56118

removed the strange __WXMSW__ test in AddFile(bitmap) -- why should this function silently do nothing in this case?

2008-10-06 13:25 VZ, revision 56117

rewrite using type safe wxHashMap instead of wxObject-based wxHashTable

2008-10-06 13:24 VZ, revision 56116

remove erase(const_iterator) overload, it should have never existed as const_iterators can't be used to modify the container

2008-10-06 13:09 VZ, revision 56115

no changes, just some minor cleanup

2008-10-06 12:13 RR, revision 56113

Make keyboard input to controls in a wxPopupWindow work in at least some cases, embedded wxListCtrl still doesn't work, wxVListBox does

2008-10-06 11:53 FM, revision 56112

many fixes; now the application correctly starts up

2008-10-06 11:01 RR, revision 56111

Wrong order of calls

2008-10-06 11:00 FM, revision 56110

better error messages, when possible

2008-10-06 10:41 SC, revision 56109

switching away from angle brackets includes, deactivating OSX workaround

2008-10-06 10:35 SC, revision 56108

moving more things to common API between carbon and cocoa, adapting WidthDefault etc, removing dependencies from wxClientDC from text measuring ops on wxWindow

2008-10-06 10:00 FM, revision 56107

add to utils.bkl the hhp2cached (why wasn't already there?) and screenshotgen utilities

2008-10-06 09:37 FM, revision 56106

added the automatic screenshot generator utility by Utensil Candel (with some revisions and reorganizations)

2008-10-06 09:32 FM, revision 56105

list also headers in the bakefile

2008-10-06 09:31 FM, revision 56104

rename README to README.txt to be compat with win systems

2008-10-06 09:29 VZ, revision 56103

set svn properties correctly

2008-10-05 22:56 VZ, revision 56100

correct the example/documentation of GetDocumentsDir() return value

2008-10-05 22:12 VZ, revision 56099

don't build mfc and memcheck samples by default as they don't always compile (#10031)

2008-10-05 18:03 JMS, revision 56096

Fix RCS-IDs

2008-10-05 17:57 JMS, revision 56095

Fix RCS-ID

2008-10-05 17:40 JMS, revision 56094

Better use of Connect()

2008-10-05 17:29 JMS, revision 56093

RCS-IDs

2008-10-05 14:23 JMS, revision 56091

Use wxPGEditor_X instead of wxPGEditor(X), as in new docs

2008-10-05 13:56 JMS, revision 56090

Need to call wxVScrolledWindow::UpdateScrollbar() in wxVListBox EVT_SIZE handler. Otherwise resizing wxVListBox does not update visible items count.

2008-10-05 11:24 FM, revision 56089

other s*h interface revisions

2008-10-05 09:47 JMS, revision 56088

Have GetDescBoxHeight() return value consistent with one given to SetDescBoxHeight(); In SetDescBoxHeight(), do not call RecalculatePositions() unless box height really changed

2008-10-05 09:45 JMS, revision 56087

Call RecreateControls() if relevant window style flag was toggled

2008-10-05 09:43 JMS, revision 56086

GetEditableState() with DescBoxState flag could assert

2008-10-04 23:23 VZ, revision 56085

added the possibility to draw grid lines across the entire window

2008-10-04 20:49 FM, revision 56084

fix for doxygen warnings

2008-10-04 19:34 RR, revision 56083

Also use F4 shortcut for textfield + button combination

2008-10-04 18:57 RR, revision 56082

Moved list of subclasses away from 'classes overview' corrected some wxGrid overview references

2008-10-04 18:41 FM, revision 56081

fix usage of MacRegisterDefaultTypeAndCreator

2008-10-04 18:41 FM, revision 56080

wxLogError=>LogError (in ifacecheck wxLog facilities are not used - actually I don't even remember why\!); fix wxScrolledT_Helper AD-HOC FIX

2008-10-04 14:52 FM, revision 56079

fix many doxygen warnings about undocumented parameters

2008-10-04 14:30 FM, revision 56078

some s*h interface headers reviews

2008-10-04 13:22 JMS, revision 56077

Fixed use of erase() in wxPGChoices::RemoveAt()

2008-10-04 11:55 FM, revision 56076

remaining t*h interface revisions

2008-10-04 11:01 FM, revision 56075

interface revisions of ta*h te*h headers; grouped wxTextAttr #defines into enums to make it easier to document them

2008-10-04 10:59 JMS, revision 56074

Added Description Box Height to saveable/restoreable editable state

2008-10-04 09:28 RR, revision 56073

Removed wxNavigationKey code, new keyboard navigation

2008-10-04 09:14 RR, revision 56072

Also use F4 as short-cut for opening pop-up

2008-10-03 22:15 VZ, revision 56070

don't duplicate base class m_acceleratorTable as m_accelTable in wxMenuBar, this is not only unnecessary but also doesn't allow using GetAcceleratorTable() to retrieve the menu bar accelerators (#9654)

2008-10-03 22:01 VZ, revision 56069

generate command events for accelerators even when there is no menu bar (#9784) fixing the bug introduced in r54510

2008-10-03 21:52 VZ, revision 56068

fix VC6 compilation problems due to its for variables scope brokenness (closes #10035)

2008-10-03 17:46 JMS, revision 56065

Explicitly call wxObject ctor in wxColourPropertyValue ctors

2008-10-03 17:39 JMS, revision 56064

Fixed bug: wxPG_EX_AUTO_UNSPECIFIED_VALUES was basically always on

2008-10-03 17:30 JMS, revision 56063

Increase properties' tolerance for wxNullVariant as old value

2008-10-03 17:11 JMS, revision 56062

Tweaked wxPGProperty::StringToValue() and IntToValue() docs

2008-10-03 16:29 JMS, revision 56060

Must still delete m_cells items by explicit type (since, after all, it was not yet converted to wxVector from wxArrayPtrVoid)

2008-10-03 15:51 VZ, revision 56059

return false if the file passed to Load() doesn't exist or is an archive without XRC files inside

2008-10-03 15:31 JMS, revision 56058

Minor additional clipper window related code and comment tweak

2008-10-03 15:30 VZ, revision 56057

fix off by one byg in ReserveId() (closes #10020)

2008-10-03 15:29 VZ, revision 56056

don't build memcheck (fails in release) and MFC (fails if MFC is not available) samples by default (#10031)

2008-10-03 15:23 JMS, revision 56055

Remove wxPGClipperWindow, use wxBORDER_NONE instead of wxNO_BORDER

2008-10-03 15:17 VZ, revision 56054

merged docvwmdi sample into docview one to avoid having 2 almost identical samples; and modernized and cleaned up the code in the process (and now with forgotten configure changes)

2008-10-03 15:16 VZ, revision 56053

merged docvwmdi sample into docview one to avoid having 2 almost identical samples; and modernized and cleaned up the code in the process

2008-10-03 15:13 VZ, revision 56052

corrected samples.h location

2008-10-03 15:10 VZ, revision 56051

update samples page location after switch to Doxygen

2008-10-03 15:08 JMS, revision 56050

Further fix m_children use with wxUSE_STL=1

2008-10-03 12:13 VZ, revision 56049

no changes, just removed commented out code accidentally checked in as part of r37393

2008-10-03 11:42 JJ, revision 56048

adding variable initialization to 0

2008-10-03 07:42 JJ, revision 56047

solving missing definitions in include/wx/x11/cursor.h

2008-10-02 23:47 MW, revision 56038

Update from Laurent.

2008-10-02 23:44 VZ, revision 56037

honour wx{CLOSE,MINIMIZE,MAXIMIZE}_BOX even for borderless windows; also always allow moving the windows as we don't have a special style to enable/disable this (#10029)

2008-10-02 16:02 JMS, revision 56035

SetButtonShortcut() merged with action system

2008-10-02 15:47 JMS, revision 56034

Updated docs, removed SetPropertyModifiedStatus() (use wxPGProperty::SetModifiedStatus() instead)

2008-10-02 15:36 JMS, revision 56033

Moved ClearModifiedStatus() to wxPropertyGridInterface

2008-10-02 14:37 JMS, revision 56032

Added missing propgrid related lines

2008-10-02 00:01 KO, revision 56025

Get MSVC building going with build-wxwidgets.py.

2008-10-01 19:57 VS, revision 56024

wxSpinButton was missing in XRC spec, added

2008-10-01 19:54 VS, revision 56023

get rid of public constants for various XRC defaults, there's no need for them outside of XRC loader

2008-10-01 17:56 JMS, revision 56022

Recognize lack of wxTAB_TRAVERSAL style

2008-10-01 17:43 JMS, revision 56021

Use wxPendingDelete

2008-10-01 17:20 JMS, revision 56020

Added useful comment

2008-10-01 17:11 JMS, revision 56019

Fixed wxPG sourceforge tracker bug #2138858, applied other appropriate uses of GetEditorControl() as well

2008-10-01 17:04 VZ, revision 56018

add a more readable wrapper for CreateDocument(wxEmptyString, wxDOC_NEW)

2008-10-01 16:24 JMS, revision 56017

Unfocus text editor when enter is pressed

2008-10-01 15:13 JMS, revision 56015

Use m_children as it were std::vector

2008-10-01 14:56 JS, revision 56014

Only ignore Alt down on Mac

2008-10-01 14:55 JS, revision 56013

Only ignore Alt down on Mac

2008-10-01 14:46 JS, revision 56012

wxRTC now accepts keycodes generated using Alt, for example Polish Pro input on Mac

2008-10-01 14:44 JS, revision 56011

Now accepts keys that are generated with Alt

2008-10-01 13:57 VZ, revision 56010

don't distribute negative extra space among box sizer items, this isn't useful as it results in overlapping windows (#10008)

2008-10-01 11:29 VS, revision 56008

compilation fix

2008-10-01 10:42 BIW, revision 56007

applied patch from ticket 10015; wxToolBar compatibility

2008-10-01 10:25 VS, revision 56006

finished XRC format specification: added docs for all standard controls

2008-10-01 10:24 VS, revision 56005

keep the old XRC unfinished 'spec' in 2.8, but add a prominent notice with URL of the new spec

2008-10-01 09:38 SC, revision 56004

copying sizes upon construction, HDC doesn't deliver these values reliably for things like memory dcs, fixes #10012

2008-10-01 08:09 SC, revision 56003

fixing release handling of dc

2008-10-01 07:18 JJ, revision 56002

wxMOTIF ?: wxcursor:wxcursor overload fix

2008-09-30 20:55 VS, revision 55992

don't cache tray protocol availability result in wxTaskBarIconAreaBase::IsProtocolSupported(), it may change at runtime

2008-09-30 20:54 VS, revision 55991

added wxTaskBarIcon::IsAvailable

2008-09-30 19:28 SC, revision 55990

supporting NO_BORDER for Cocoa as well

2008-09-30 17:23 JMS, revision 55989

Converted various wxArrayPtrVoids to wxVectors

2008-09-30 16:50 JMS, revision 55986

Fixed Connect() use sample case in CreateControls() docs

2008-09-30 16:46 JMS, revision 55985

Fix Connect() calls in SetupChildEventHandling()

2008-09-30 16:33 JMS, revision 55984

Try to make SetupChildEventHandling() more foolproof

2008-09-30 16:12 MW, revision 55983

Update from Brian.

2008-09-30 15:36 JMS, revision 55982

Added missing dllimpexp declaration, added missing GetFailureBehavior() implementation

2008-09-30 15:04 VS, revision 55981

fixed incorrect separators markup in samples/xrc

2008-09-30 14:37 VS, revision 55979

wxToolBar XRC handler should call SetupWindow() to handle standard window properties too

2008-09-30 14:36 VS, revision 55978

wxToolBar XRC handler should call SetupWindow() to handle standard window properties too

2008-09-30 11:59 SC, revision 55977

performance fix by Tim Kosse

2008-09-30 11:51 VS, revision 55976

wxWizard XRC handler should call SetupWindow() to handle standard window properties

2008-09-30 11:50 VS, revision 55975

wxWizard XRC handler should call SetupWindow() to handle standard window properties

2008-09-30 11:34 RR, revision 55974

Make wxPGCanvas accept focus even with child windows

2008-09-30 11:25 RR, revision 55973

Add wxPGCanvas RTTI for debugging purpose

2008-09-30 11:12 RR, revision 55972

wxGTK's wxTextCtrl's borders can be removed

2008-09-30 07:15 RR, revision 55971

Move body of SetFocusOnCanvas to .cpp file

2008-09-30 03:49 RD, revision 55966

2.8.9.1

2008-09-29 19:52 VS, revision 55963

wxART_MISSING_IMAGE is not a valid wxArtClient value and doesn't make sense here

2008-09-29 19:51 VS, revision 55962

wxART_MISSING_IMAGE is not a valid wxArtClient value and doesn't make sense here

2008-09-29 19:21 MW, revision 55961

Apply Brian's own changes.

2008-09-29 19:13 MW, revision 55960

Make the names consistent between the two builds.

2008-09-29 18:47 MW, revision 55959

Enable vc++ 9 quick builds.

2008-09-29 17:57 MW, revision 55958

Add a couple of missing close slashes.

2008-09-29 17:41 MW, revision 55957

Rename to ravnsgaard.xml.

2008-09-29 17:04 JMS, revision 55956

SetPropertyValue(prop, wxChar*) -> (prop, char*) and (prop, wxchar_t*)

2008-09-29 17:01 JMS, revision 55955

Moved wxPropertyGrid::SetPropertyName() to wxPropertyGridInterface

2008-09-29 16:52 JMS, revision 55954

Removed wxPG_EX_LEGACY_VALIDATORS

2008-09-29 16:50 JMS, revision 55953

RegisterAdditionalEditors() to work even if no wxPropertyGrids created, in sample moved editor registration before first CreateGrid() call to prevent crash, removed wxPG_USE_WXMODULE support

2008-09-29 16:36 MW, revision 55952

Switch to release builds.

2008-09-29 16:34 JMS, revision 55951

Added missing wxPGValidationInfo::SetFailureMessage() implementation

2008-09-29 16:31 JMS, revision 55950

Removed wxPropertyGridEvent::HasProperty() (use GetProperty() != NULL instead)

2008-09-29 16:23 JMS, revision 55949

Make wxPGValidationInfo class instead of struct, re-document it (used at least by derived wxPGProperty::ValidateValue())

2008-09-29 16:11 FM, revision 55948

BIG CHANGE: added parsing of base classes; now CompareClasses() is much smarter since it looks recursively in the parents of the class being checked;

2008-09-29 16:07 JMS, revision 55947

Doc and comment cleanup, fixes, tweaks

2008-09-29 15:49 JMS, revision 55946

Minor clarification

2008-09-29 12:10 VZ, revision 55945

no real changes, just fixed all occurences of 'occurence' typo

2008-09-29 12:08 VZ, revision 55944

fix After{First,Last}() to work for strings with non-ASCII characters in UTF-8 build and added unit tests for this

2008-09-29 10:53 FM, revision 55943

more logic to avoid false warnings

2008-09-29 10:52 FM, revision 55942

many ifacecheck automatic fixes + some access-specifier manual fix

2008-09-29 10:18 FM, revision 55941

remove deprecation from wxWizard::SetPageSize

2008-09-28 18:02 JS, revision 55936

Fix for deleting first word in the control

2008-09-28 18:01 JS, revision 55935

Fix for deleting first word in the control

2008-09-28 17:37 VZ, revision 55934

extact common GAddress declarations to the common header instead of duplicating them for Windows and Unix

2008-09-28 17:24 VZ, revision 55933

move check for wxUSE_IPV6 being defined to wx/chkconf.h where it belongs; reformatted/indented socket addresses classes declarations without really changing them (to avoid having unrelated changes in the upcoming commits)

2008-09-28 10:34 VZ, revision 55932

set native eol-style on source and make files

2008-09-28 10:32 VZ, revision 55931

fix (harmless) VC9 unreachable code warning

2008-09-28 10:32 VZ, revision 55930

fix VC9 compilation: interface is #defined as struct in SDK headers, don't use it as variable name

2008-09-28 10:26 VZ, revision 55929

fix VC9 compilation: FileNameInfo identifier conflicts with an enum name in the SDK it uses, so rename it to TestFileNameInfo [backport of r55906 from trunk]

2008-09-28 09:33 VS, revision 55928

wxGTK: Fixed printing to use fonts sizes adjustment consistent with wxMSW. In particular, screen resolution no longer affects text size in printed output when using wx's map-screen-to-paper approach to printing.

2008-09-28 09:12 VS, revision 55927

wxGTK: Fixed printing to use fonts sizes adjustment consistent with wxMSW. In particular, screen resolution no longer affects text size in printed output when using wx's map-screen-to-paper approach to printing.

2008-09-28 01:02 RD, revision 55925

Add changelog for 2.8.9.0

2008-09-27 20:31 MW, revision 55924

Change the locks to allow builds for different branches to run concurrently on Laurent's slave.

2008-09-27 20:26 FM, revision 55923

even more interface fixes

2008-09-27 18:57 FM, revision 55922

added wxMethodAccessSpecifier and the logic to extract both public and protected methods from gccXML and doxygenXML

2008-09-27 16:53 MW, revision 55921

Use shared checkouts with a fresh copy for each build to allow clean builds.

2008-09-27 15:29 JMS, revision 55920

Register multibutton editor class in frame ctor instead of CreateGrid() (this fixes memleak in tests)

2008-09-27 15:29 JMS, revision 55919

wxPropertyGrid::RegisterEditorClass() now CHECK_MSG()s for duplicate editor names

2008-09-27 15:17 JMS, revision 55918

Use wxPropertyGridEventHandler in commented-out sample connect code

2008-09-27 15:13 JMS, revision 55917

Use wxUSE_LONGLONG_NATIVE more

2008-09-27 15:09 JMS, revision 55916

wxPropertyGridInterface docs cleanup and fixes, removed some rarely needed member functions with simple workarounds

2008-09-27 14:03 JMS, revision 55915

Fixed wxPGMultiButton (event handling, FinalizePosition() -> Finalize(), no longer using PG specific class macros in its sample), other editors.h interface fixes

2008-09-27 13:13 JMS, revision 55914

Fixed a warning

2008-09-27 12:29 FM, revision 55913

more fixes

2008-09-27 11:21 FM, revision 55912

HUGE commit of ifacecheck-automated fixes to virtualness/constness/staticness of wxWidgets documented functions

2008-09-27 10:59 FM, revision 55911

final w*h interface header reviews

2008-09-27 10:58 FM, revision 55910

give a name to wxZlib enums to make it easier to document them

2008-09-27 10:28 FM, revision 55909

add wxPosixPermissions enumeration; it provides more readable synonims for wxS_I* flags and makes it easier to document which flags can be used in wxFile functions and wxFileName::Mkdir (and in future wxFileName::Chmod); part of commmit 55908

2008-09-27 10:27 FM, revision 55908

add wxPosixPermissions enumeration; it provides more readable synonims for wxS_I* flags and makes it easier to document which flags can be used in wxFile functions and wxFileName::Mkdir (and in future wxFileName::Chmod)

2008-09-27 09:54 JS, revision 55907

fix gcc warning

2008-09-27 09:20 VZ, revision 55906

fix VC9 compilation: FileNameInfo identifier conflicts with an enum name in the SDK it uses, so rename it to TestFileNameInfo

2008-09-26 18:20 JMS, revision 55903

Fixed and clarified editor control event handling

2008-09-26 17:36 VZ, revision 55902

eliminate the hysteresis when scrollbars didn't disappear when the window was resized to be less than its virtual size and then resized back to be slightly greater than it in the native GTK version too

2008-09-26 17:36 VZ, revision 55901

eliminate the hysteresis when scrollbars didn't disappear when the window was resized to be less than its virtual size and then resized back to be slightly greater than it in the native GTK version too

2008-09-26 15:27 VZ, revision 55900

fix ParseFormat("%d") to set the date it finds (#10002)

2008-09-26 15:18 VZ, revision 55899

using CLSCTX_ALL fails with Microsoft Office applications, correct the last change to use CLSCTX_SERVER only (see #9868)

2008-09-26 13:46 VZ, revision 55898

tried to make umask comment make more sense

2008-09-26 00:23 VZ, revision 55897

Brian Ravnsgaard Riis slave added

2008-09-26 00:19 MW, revision 55896

Configure a second Windows build and give the slave a new name.

2008-09-26 00:10 VZ, revision 55895

update from Laurent

2008-09-25 21:41 VZ, revision 55893

don't give errors if SetLayeredWindowAttributes() is not available (as is the case under Win95)

2008-09-25 21:31 FM, revision 55892

w*h interface revisions

2008-09-25 20:00 FM, revision 55891

final f*h interface header reviews

2008-09-25 19:15 FM, revision 55890

more f*h interface file revisions

2008-09-25 18:36 FM, revision 55889

fix for non-PCH builds

2008-09-25 18:31 SC, revision 55888

adding auibar, fixes #10006

2008-09-25 18:20 FM, revision 55887

build fix

2008-09-25 18:14 FM, revision 55886

revisions by Utensil Candel

2008-09-25 18:01 BP, revision 55885

Tagged 2.8.9 release from r55637 of WX_2_8_BRANCH.

2008-09-25 17:56 FM, revision 55884

provide backward-compat wxCursor(int) ctor; remove empty stubs of XBM ctor from all ports except gtk,motif; make all ports emit wxLogError on invalid bitmap types; implement wxCursor(const wxString&, ...) ctor on GTK (not tested yet)

2008-09-25 17:23 JMS, revision 55883

Removed wxPropertyGridManager::GetChildrentCount() member functions - now use page->GetRoot()->GetChildCount() and such

2008-09-25 17:19 JMS, revision 55882

AddPage(), InsertPage() now return page ptr instead of index

2008-09-25 17:19 VS, revision 55881

fixed pagebreaks computation in tables (#9935, backport of r55505)

2008-09-25 17:11 JMS, revision 55880

Reduce ambiguity of selection functions in wxPropertyGridManager, make them better match for wxPropertyGrid ones

2008-09-25 17:04 JMS, revision 55879

Removed wxPGProperty:GetArrIndex() in favor of GetIndexInParent()

2008-09-25 17:02 JMS, revision 55878

Removed redundant wxPGChoices::Set()

2008-09-25 17:00 JMS, revision 55877

Removed redundant wxPGProperty::SetChoices()

2008-09-25 16:50 VZ, revision 55876

don't test for both stream.fail() and stream.bad() as the latter implies the former; also use operator!() instead of fail() to make it more clear what's going on

2008-09-25 16:31 JMS, revision 55875

Slightly better wxStockCursor usage

2008-09-25 16:27 VZ, revision 55873

specify the file name in IO errors messages; also make Do{Open,Save}Document() use the same logic flow

2008-09-25 16:13 JMS, revision 55870

Fixed bug: Settings property attribute to wxNullVariant would cause GetAttribute() to fail (wxPG SourceForge bug #2128485)

2008-09-25 16:11 JMS, revision 55869

Fix wxCursor() ctor compilation by casting argument to wxStockCursor

2008-09-25 16:10 RD, revision 55868

Consolidate old and new implementations of Get/SetSelection

2008-09-25 16:08 RD, revision 55867

remove another SWIG #if

2008-09-25 15:59 JMS, revision 55866

Fixed bug: wxPGProperty::OnEvent() was never called if primary editor window was NULL (as could be if limited editing was used)

2008-09-25 15:34 RD, revision 55865

Revert last change

2008-09-25 15:27 VZ, revision 55864

fix parsing of IP literals in URIs, added test for it

2008-09-25 14:08 VZ, revision 55863

introduced more convenient and readable URI_ASSERT_XXX_EQUAL() macros

2008-09-25 14:07 FM, revision 55862

small changes to fix doxygen warnings

2008-09-25 14:03 FM, revision 55861

more revisions of f*h headers

2008-09-25 14:00 VZ, revision 55860

removed hardcoded size of 66 bytes of PRINTDLG struct for mingw32, this breaks printing under Win64; a couple of minor style fixes but no real changes otherwise

2008-09-25 13:39 FM, revision 55859

fix many doxygen warnings; added wxMotif section in platdetails (at the very least to fix warnings about missing page_port_wxmotif section) with its logo

2008-09-25 09:56 FM, revision 55857

small build fixes for PCH-less builds

2008-09-25 09:50 SC, revision 55856

optimization by Tim Kosse/Filezilla

2008-09-25 06:37 SC, revision 55852

avoiding crash for pure modifier events

2008-09-25 05:00 RD, revision 55851

More changes needed to fix problems resulting from unnecessary wxCursor changes :-(

2008-09-25 01:53 RD, revision 55850

Install kbdstate.h and mousestate.h

2008-09-25 00:02 KO, revision 55849

Get wxMediaCtrl stub impl. going for OS X Cocoa.

2008-09-25 00:01 KO, revision 55848

Remove some wxCocoa stuff that isn't in OS X Cocoa.

2008-09-24 23:53 KO, revision 55847

#ifdef Carbon-specific code to get stubbed DND support compiling for OS X Cocoa.

2008-09-24 23:46 RD, revision 55846

Fix OpenGL test on OSX

2008-09-24 23:44 RD, revision 55845

Unicode-related compile fixes

2008-09-24 23:43 RD, revision 55844

Ignore the DECLARE_*()'s when swigging

2008-09-24 23:41 RD, revision 55843

Fix wxStockCursor realted compile error

2008-09-24 23:29 FM, revision 55842

ifacecheck fixes to c*.h headers

2008-09-24 22:10 FM, revision 55841

made internal members of wxColourData public again; added a comment warning users to not use them directly

2008-09-24 21:58 FM, revision 55840

make m_strDefaultValueForCmp always non-empty; this simplifies the code; fix wxMethod::GetAsString() not to use wxType::GetAsCleanString for return type

2008-09-24 20:51 VZ, revision 55839

still define wxADJUST_MINSIZE when WXWIN_COMPATIBILITY_2_8 is 1 because it was defined (even if as just 0) in 2.8

2008-09-24 20:21 FM, revision 55838

fix build errors deriving from making wxColourData members private

2008-09-24 19:40 FM, revision 55837

use wxStockCursor (as documented and as already implemented in wxMotif) instead of a plain 'int'

2008-09-24 18:03 MW, revision 55836

Initial commit for Laurent Humbertclaude's Windows slave.

2008-09-24 17:58 FM, revision 55835

made internal members of wxColourData private; they were not documented to be public BTW so there should be no backward-compatibility issue

2008-09-24 17:57 FM, revision 55834

changed wxColourData::GetCustomColour to const; there's no reason for it to be non-const; fixed wxColourData iface header

2008-09-24 13:47 VZ, revision 55833

return false, not true, from wxSingleInstanceChecker::IsAnotherRunning() if an error occurred while opening or reading the lock file (#9986)

2008-09-24 13:38 VZ, revision 55832

reverted r55167, see #9854

2008-09-24 13:33 VZ, revision 55831

restore the original selection when the dropdown is cancelled even if it was -1; this fixes the problem of #9995 and the existing code didn't deal correctly with the problem of losing current text in the combobox when the dropdown was cancelled anyhow

2008-09-24 13:16 VZ, revision 55830

document Connect(host, port) overload

2008-09-24 09:18 SC, revision 55828

supporting GetSize, fixes #9969

2008-09-23 17:37 JMS, revision 55822

Document revisioning (including more wx-like formatting and internal function removal)

2008-09-23 15:38 JMS, revision 55821

Remove obsolete references to 'target page' concept

2008-09-23 15:35 JMS, revision 55820

Remove doc references to 'common value' (which is unfinished feature)

2008-09-23 10:00 SC, revision 55818

fixing compiles under certain flags

2008-09-22 22:42 VZ, revision 55817

copied and pasted 2.8.9 change log section (was there anything there that didn't apply to trunk?)

2008-09-22 22:39 FM, revision 55816

fix signature of wxClipboard::UserPrimarySelection; in particular change the default value from true to false since in the real sources the default value has always been the latter

2008-09-22 22:36 FM, revision 55815

fix typo

2008-09-22 21:55 FM, revision 55809

BIG CHANGES: - removed fix from the rungccxml.sh.in; not only it was unnecessary but it's also better to keep all references to specific wxWidgets classes in a single place: the ifacecheck sources; - added g_bLogEnabled and LogNull class; - added an HACK_TO_AUTO_CORRECT_ONLY_VIRTUAL_AND_CONST_ATTRIBUTES mode for fixing virtualness and constness of interface headers in an automated way - added options to wxMethod::GetAsString to provide an easier way to debug ifacecheck comparisons between wxMethods - fixed wxMethod::FixMethod for single-line prototypes and added a boolean return value from it

2008-09-22 19:01 FM, revision 55806

automated virtual/const fixes by ifacecheck

2008-09-22 18:21 FM, revision 55805

ifacecheck fixes

2008-09-22 17:33 VZ, revision 55804

compilation fix for PCH-less build

2008-09-22 16:30 VZ, revision 55803

use wxGetDisplayPPI() instead of redoing it

2008-09-22 16:27 VZ, revision 55802

use factor of 10, not 100, to convert mm to cm after mm2inches was fixed in r55800

2008-09-22 16:26 VZ, revision 55801

use inches2mm instead of literal constant in wxGetDisplayPPI()

2008-09-22 16:20 VZ, revision 55800

fix METRIC_CONVERSION_CONSTANT which got accidentally divided by 10 in r45721

2008-09-22 16:15 VZ, revision 55799

position the insertion point to the start, not end, of the selection for compatibility with MSW

2008-09-22 16:12 VZ, revision 55798

don't crash if the grid is being deleted while a cell editor is still shown (closes #9991)

2008-09-22 16:06 VZ, revision 55797

mention that width/height parameters to wxDisplaySize[MM]() can be NULL

2008-09-22 16:03 VZ, revision 55796

added a simple test for wxGetDisplayXXX() functions

2008-09-22 14:11 VZ, revision 55795

fix the event handling in presence of pushed event handlers broken by r55784 (closes #9992)

2008-09-22 14:00 SC, revision 55794

using new API instead of 2.8 compat, fixes #9990

2008-09-22 13:19 SC, revision 55793

fixing typo, thanks to Angelo Mottola

2008-09-22 12:43 VZ, revision 55792

no changes, just clarified meaning of various conversion functions in a comment

2008-09-22 12:24 SC, revision 55791

fixing override, fixes #9985 (second error)

2008-09-22 00:53 KO, revision 55790

Rebake after taskbar addition (apparently dlist.h commit didn't include rebake, so I'm committing that as well).

2008-09-22 00:51 KO, revision 55789

Adding compiling (but not yet working) taskbar implementation for OS X Cocoa, mostly borrowed from wxCocoa. Also enabled HTML Help support as it seems this compiles fine now.

2008-09-22 00:49 VZ, revision 55788

no changes, just some markup fixes

2008-09-22 00:34 VZ, revision 55787

use ProcessEventHere() instead of ProcessEvent() in TryValidator() to avoid passing the unhandled event to wxApp before it can be processed by this window itself

2008-09-22 00:33 VZ, revision 55786

hook the docview-specific customization of event handling logic at TryValidator() level instead of ProcessEvent(): this ensures that the events are not sent to wxApp before they're passed to all the handlers which might process them (before the events were passed to wxDocument and then immediately to wxApp)

2008-09-22 00:10 VZ, revision 55785

correct and expand (while omitting the irrelevant bits which only distract from the main topic) the explanation of how events are processed

2008-09-22 00:08 VZ, revision 55784

extracted the part of ProcessEvent() which is repeated multiple times during the handling of a single event in the new ProcessEventHere() method; this ensures that wxApp::FilterEvent() is not called multiple times for the same event unnecessarily

2008-09-21 23:48 FM, revision 55783

other ifacecheck fixes

2008-09-21 23:13 FM, revision 55782

various misc ifacecheck fixes (many virtual attributes missing)

2008-09-21 22:35 FM, revision 55781

revised and fixed some typos

2008-09-21 21:11 FM, revision 55780

ignore preprocessor lines which #define a symbol to 'nothing'

2008-09-21 21:09 FM, revision 55779

complete rev55777 with some icon.h modifications which I missed in the first place

2008-09-21 20:04 SC, revision 55778

fixing typo (lead to always floating layering for simple frames)

2008-09-21 20:03 FM, revision 55777

introduced wxICON_DEFAULT_TYPE and wxBITMAP_DEFAULT_TYPE; documented these default argument values; matched the wxBitmap and wxIcon interfaces to their real implementations; revised icon.h interface header

2008-09-21 19:58 JMS, revision 55776

Fixed non-precompiled headers compilation

2008-09-21 19:04 SC, revision 55775

fixes #9982

2008-09-21 18:54 VS, revision 55774

Removed too strict check from wx-config that prevented wxwin.m4 from wx-2.8 from working with trunk version of wx (the "Extra unknown input parameters : $input_parameters" error).

2008-09-21 18:52 SC, revision 55773

fixing focus, fixes #9985

2008-09-21 17:06 JMS, revision 55772

Revised #ifndef WX_PRECOMP headers, added missing #include wx/wxcrtvararg.h

2008-09-21 16:54 JMS, revision 55771

'wx(U)LongLong << variant' type safety improved (now works even if variant has plain long value). Added << operator and WXVARIANT template specialization for wx(U)LongLong_t as well. Changed WX_PG_DECLARE/IMPLEMENT_VARIANT_DATA so that classname << variant can be customized.

2008-09-21 16:50 FM, revision 55770

fix default argument values

2008-09-21 15:58 JMS, revision 55769

Remove redundant GetValueRef() from wxVariantData impl macro

2008-09-21 15:48 JMS, revision 55768

Removed #include <typeinfo> (since C++ RTTI is no longer used)

2008-09-21 15:42 JMS, revision 55767

Moved SetPropertyAttributeAll() to wxPropertyGridInterface

2008-09-21 14:13 JMS, revision 55766

A lot of documentation revision. Updated doctest code in propgrid sample to reflect sample code on overview page.

2008-09-21 13:05 VZ, revision 55765

don't waste time sending out update UI events for separators, they can't be updated anyhow

2008-09-21 11:38 VS, revision 55764

Get rid of gs_cairo; if wxGtkPrint* classes are used, Cairo is guaranteed to be available.

2008-09-21 10:27 VZ, revision 55763

no changes, just reformat/reindent, remove wxT()s

2008-09-21 09:42 VS, revision 55762

route all Cairo calls in GTK printing code through gs_cairo (is this still needed?)

2008-09-21 09:35 VS, revision 55761

added wxGetDisplayPPI() convenience function and wxPrintout::SetPPI*() overloads accepting single wxSize argument

2008-09-21 08:50 VS, revision 55760

progress message passed to wxDC::StartDoc() is not appropriate for PostScript document title

2008-09-21 08:49 VS, revision 55759

progress message passed to wxDC::StartDoc() is not appropriate for PostScript document title

2008-09-21 08:44 RR, revision 55758

Added wxDList<T>. not yet used anywhere

2008-09-21 00:53 KO, revision 55756

Rebake after changes.

2008-09-21 00:51 KO, revision 55755

Stubbed wxToolTip implementation to get code that uses it building.

2008-09-20 23:59 KO, revision 55754

Rebake after bakefile changes.

2008-09-20 23:56 KO, revision 55753

Copy headers and get MDI and glcanvas fully building for OS X Cocoa port.

2008-09-20 23:46 KO, revision 55752

Fix bakefiles. Precomp variable is used undefined when building samples (it was only defined inside the test bakefiles).

2008-09-20 23:06 KO, revision 55751

Source changes needed to get MDI support compiling on OS X Cocoa, and a explicit cast to CGImageRef so the compiler doesn't complain.

2008-09-20 22:03 VZ, revision 55750

add const synonyms for wxGridTableBase::GetNumberRows/Cols(), using const_cast<> all the time is painful

2008-09-20 21:58 VZ, revision 55749

fix g++ warning about order of objects in the initializer list

2008-09-20 00:09 VZ, revision 55748

use a single wxKeyboardEvent parameter instead of 4 bools in tons of places

2008-09-19 23:59 VZ, revision 55747

allow specifying the initial modifier keys values in the ctor

2008-09-19 23:33 VZ, revision 55746

- Main change is the addition of wxGridSelectRowsOrColumns selection mode (which is still probably buggy, wxGridSelection needs to be reviewed) - Add XYToCell() overloads returning wxGridCellCoords (instead of modifying the argument passed by reference -- where did this come from?) and document them. - Added GoToCell() which does make the new current cell visible unlike SetGridCursor() (which was documented as doing it, but wasn't) - Changed SetCurrentCell() to only not change the cell if wxEVT_GRID_SELECT_CELL it generates is vetoed, not just processed as this seems to make more sense - Split jumbo (~400 lines) ProcessGridCellMouseEvent() function into chunks - Add many more comments to make reading this code seem less like puzzle solving for the next unfortunate soul to do it

2008-09-19 18:41 VZ, revision 55745

make wxKeyEvent and wxMouseEvent derive from the same wxKeyboardState object (indirectly via wxMouseState in the case of the latter) to make Get/HasModifiers() available in wxMouseEvent as well while avoiding code duplication

2008-09-19 17:39 JMS, revision 55744

Removed macros to create enum and flag props with custom, static choice sets. Now use wxPGProperty::SetChoices() instead.

2008-09-19 17:24 JMS, revision 55743

Eliminated WX_PG_DECLARE/IMPLEMENT_DERIVED_PROPERTY_CLASS

2008-09-19 17:13 JMS, revision 55742

Eliminated WX_PG_DECLARE_X_METHODS macros

2008-09-19 17:10 JMS, revision 55741

Eliminate a warning

2008-09-19 16:57 JMS, revision 55740

Moved wxPGChoices m_choices member from various property classes to base wxPGProperty. This allows any property to have choices without subclassing and therefore work with Choice and ComboBox editors. Also removed redundant choice manipulation functions from wxPropertyGridinterface (ie. now use ones in wxPGProperty).

2008-09-19 16:43 JMS, revision 55739

Do not insert client data if client data is not used

2008-09-19 10:42 MW, revision 55735

Change <checkout> slightly so that it doesn't display the branch as it makes the column rather wide.

2008-09-19 10:28 FM, revision 55734

improved support for typedefs

2008-09-19 10:18 VZ, revision 55733

add unit test for wxTextEntry methods of wxComboBox

2008-09-19 10:17 VZ, revision 55732

fix bug in SetInsertionPoint(-1) implementation

2008-09-19 10:13 VZ, revision 55731

set selection point to end in wxTextEntryBase::SetValue() as this should be done in all ports and in all controls (fixes a unit test failure for wxComboBox)

2008-09-19 10:08 VZ, revision 55730

implement EnableTextChangedEvents() to make ChangeValue() work as expected, i.e. not generate any events

2008-09-19 09:03 VZ, revision 55729

do enable PCH for the tests, wx/wx.h was not precompiled for them resulting in much slower compilation than expected

2008-09-19 08:55 VZ, revision 55728

extract wxTextEntry unit tests in a reusable base class

2008-09-19 08:18 VZ, revision 55727

set buffer length after reading the file contents into it successfully (part of #9980)

2008-09-19 08:11 VZ, revision 55726

return 0 (meaning the file is not seekable, as the docs now explain) instead of 4KB for the files in sysfs under Linux (#9965)

2008-09-19 07:50 VZ, revision 55725

fix ownerdrawn button label drawing in ODS_NOACCEL case (#3519)

2008-09-19 07:38 VZ, revision 55720

cancel the current operation if mouse capture is lost (#9979)

2008-09-18 20:49 SC, revision 55712

making sure unknown charsets are not defaulting to a valid system default

2008-09-18 19:05 RR, revision 55711

Move definition of wxListIteratorFunction and ..SortFuntion to defs.h so it can be used from elsewhere

2008-09-18 18:47 FM, revision 55710

fix for gccxml

2008-09-18 18:47 FM, revision 55709

fix default arguments for various functions/ctors

2008-09-18 18:34 FM, revision 55708

few details fixed

2008-09-18 18:14 SC, revision 55707

remove tests, from trunk, until we've sorted out the hangs

2008-09-18 17:47 JMS, revision 55706

Removed unused comment

2008-09-18 17:43 JMS, revision 55705

Document struct wxPGPaintData in function docs of only function that uses it

2008-09-18 17:40 VZ, revision 55704

mention that you need to update samples/samples.dsw manually currently

2008-09-18 17:25 JMS, revision 55703

Added section for propgrid sample

2008-09-18 17:14 JMS, revision 55702

Replaced @link with @ref

2008-09-18 16:56 VZ, revision 55701

use #defines, not typedefs, for compatibility class names declarations to avoid breaking existing code forward declaring them

2008-09-18 16:53 JMS, revision 55700

Made section names more globally unique

2008-09-18 16:44 VZ, revision 55699

rebaked after propgrid sample addition

2008-09-18 15:23 JMS, revision 55698

Added 'propgrid'

2008-09-18 12:27 SC, revision 55697

adding new commands for tests

2008-09-18 09:12 SC, revision 55696

fixing deprecated constructors for osx

2008-09-18 08:38 SC, revision 55695

in release builds gcc on osx evaporates these inlines if not WXEXPORTed

2008-09-17 22:20 VZ, revision 55694

ensure that the copies of the bitmap passed to wxMemoryDC ctor are not modified when this bitmap is

2008-09-17 18:15 JMS, revision 55693

Removed wxPGProperty class overview docs from actual header file

2008-09-17 18:11 JMS, revision 55692

Fixed typos

2008-09-17 18:09 JMS, revision 55691

Removed unused commented-out define

2008-09-17 18:08 RR, revision 55690

minor corrections

2008-09-17 18:08 JMS, revision 55689

Removed #ifndef DOXYGEN

2008-09-17 17:34 JMS, revision 55688

Added separate SetFocusOnCanvas() function so that m_editorFocused will be more reliable updated

2008-09-17 15:49 JMS, revision 55687

Removed some old testing code. Added more appropriate minimal content.

2008-09-17 15:36 JMS, revision 55686

Try to improve focus problem situation by using more SetFocusIgnoringChildren() instead of SetFocus()

2008-09-17 15:00 JMS, revision 55685

wxUSE_PROPGRID is now recognized by source and header files

2008-09-17 08:13 SC, revision 55684

next attempt

2008-09-17 07:39 MW, revision 55673

General purpose slave lock.

2008-09-17 07:28 SC, revision 55672

reverting, something in locks wasn't good

2008-09-17 07:25 SC, revision 55671

MW speedups

2008-09-16 20:21 SC, revision 55669

osx_cocoa build

2008-09-16 18:37 JMS, revision 55668

Try to display '...' text on editor buttons more consistently on wxGTK. This is done by having minimum fixed width and by reducing size of used font.

2008-09-16 18:00 SC, revision 55667

fixing redefine warnings

2008-09-16 17:50 SC, revision 55666

next build

2008-09-16 17:39 SC, revision 55665

adding scheduler

2008-09-16 17:00 JMS, revision 55664

Do not incorrectly interprete StringToValue() returning false to mean that it failed

2008-09-16 16:31 VZ, revision 55663

more grid folding: got rid of duplicate version of methods for finding the closest row/column edge, appending/inserting/deleting rows/columns, and moving cursor vertically/horizontally

2008-09-16 16:18 VZ, revision 55662

document wxGridTableBase

2008-09-16 16:00 JMS, revision 55661

Removed some test code left in a long time ago

2008-09-16 15:55 JMS, revision 55660

Eliminated C++ RTTI (typeid etc) use. Eliminated wxPGVariantData (default default value for new types is now Null variant). Re-created variantdata creator macros based on those found in variant.h. Using DECLARE/IMPLEMENT_VARIANT_OBJECT whenever possible.

2008-09-16 14:03 MW, revision 55659

Fix -- in comment.

2008-09-16 13:37 SC, revision 55658

rollback just in case it was me. ...

2008-09-16 13:33 SC, revision 55657

different build dirs

2008-09-16 13:21 SC, revision 55656

expanding builds

2008-09-16 12:47 SC, revision 55655

buildbot test

2008-09-16 12:43 RR, revision 55654

Added reverse iterator to wxVector<T>

2008-09-16 10:58 JS, revision 55653

Switched off some buggy optimisation that caused caret positioning/drawn text mismatch. Fixed defragmentation.

2008-09-16 08:32 VZ, revision 55652

start of the great grid folding: introduce wxGridOperations class and use it to avoid duplicating the same code for rows and columns in a couple of methods

2008-09-16 08:03 VZ, revision 55651

disable AUI (and also MDI in 2.8) under CE, it doesn't make much sense there and doesn't currently compile anyhow

2008-09-15 16:13 VZ, revision 55650

use wxSwap()

2008-09-15 16:12 VZ, revision 55649

document wxDELETE() and wxDELETEA() (now committing the right file, please disregard comment of r55648)

2008-09-15 16:06 VZ, revision 55648

document wxDELETE() and wxDELETEA()

2008-09-15 14:43 JS, revision 55647

Fixed Freeze problem that rendered control invisible

2008-09-15 14:09 VZ, revision 55646

implement CreateGrid() in terms of SetTable() instead of duplicating its code and confusing the issue

2008-09-15 14:06 VZ, revision 55645

more cleanup (removed some TODOs/FIXMEs); use native header drawing for the corner window too if it is enabled at all

2008-09-15 14:05 VZ, revision 55644

add SetUseNativeColLabels() test

2008-09-15 13:36 VZ, revision 55643

remove the now unused GetScroll[XY]

2008-09-15 13:33 VZ, revision 55642

WinCE compilation fix: don't use FNERR_INVALIDFILENAME

2008-09-15 12:18 VZ, revision 55641

take old (wx 2.2? older?) wxGrid compatibility functions inside WXWIN_COMPATIBILITY_2_8; rearrange some declarations order but no real changes

2008-09-15 12:07 VZ, revision 55640

reviewed, updated and corrected wxGrid docs

2008-09-15 08:45 VZ, revision 55639

remove automatic selection of the current row/column in row/column selection mode when the current cell is changed using the mouse, this is inconsitent with both cell selection mode and the keyboard behaviour in row/column selection mode

2008-09-15 08:25 VZ, revision 55638

select current column when Ctrl-Space is pressed; the current row when Shift-Space is and everything on Shift-Ctrl-Space

2008-09-15 08:00 CE, revision 55637

2.8.9 ready

2008-09-15 07:58 CE, revision 55636

2.8.9 ready

2008-09-15 07:49 JJ, revision 55635

Update OpenVMS compile support

2008-09-15 00:33 VZ, revision 55633

improve display of hints during column move (#9884)

2008-09-15 00:28 VZ, revision 55632

don't steal focus back to wxGrid when it hides an editor in the result of losing it (#9844)

2008-09-15 00:19 VZ, revision 55631

fix drawing of the column move hint when the grid is scrolled to the right (#9776)

2008-09-15 00:11 VZ, revision 55630

fix repaining of highlight for merged cells (#9718)

2008-09-14 23:10 VZ, revision 55629

we don't need to round up the best/fitting grid size to a multiple of scroll units any more now that scrollbars behaviour is really correct

2008-09-14 23:06 VZ, revision 55628

need to AdjustScrollbars() after changing the virtual size in CalcDimensions()

2008-09-14 22:44 VZ, revision 55627

move the grid-specific workaround for scrollbar hysteresis to wxScrollHelper itself, the scrollbars now should not only appear but also disappear correctly during resizing

2008-09-14 21:28 VZ, revision 55626

no changes, just removed the unnecessary wxGrid:: qualifiers

2008-09-14 21:09 VZ, revision 55625

don't use SetScrollbars() as this forces the grid virtual size to always be the multiple of scroll line size which is simply wrong, the grid doesn't need to be that big (#3800)

2008-09-14 21:05 VZ, revision 55624

no changes, just clarified a comment

2008-09-14 20:43 VZ, revision 55623

make the simple canvas larger as otherwise the simple frame couldn't be resized to make the horizontal scrollbar appear in it because of the title string width; some small cleanup

2008-09-14 19:56 VZ, revision 55622

only request Enter key for the spin control if it has wxTE_PROCESS_ENTER style [partial backport of r55617 from trunk]

2008-09-14 19:53 VZ, revision 55619

delete the old labels when recreating the spin controls

2008-09-14 19:50 VZ, revision 55617

really, really fix handling Enter in spin controls: only request it for the control if wxTE_PROCESS_ENTER is used to avoid breaking the use of Enter for the default item activation if it isn't; also document wxTE_PROCESS_ENTER style for wxSpinCtrl and add it to the sample

2008-09-14 19:15 VZ, revision 55609

use transparent icons and clear the DC before drawing them to fix the background of state icons appearance (part of #9591)

2008-09-14 16:48 JMS, revision 55607

Have support for both char* and wchar_t* in wxPGPropArg. Moved wxPGPropArgCls member function to propgridiface.cpp which is more logical location since class is in propgridiface.h. Added char* test cases.

2008-09-14 16:20 JMS, revision 55606

Fixed bug: Setting property value string did not update children of composed parent (ported from wxPG SVN trunk)

2008-09-14 14:59 JMS, revision 55605

Removed remnant use of wxCHECK_VERSION

2008-09-14 13:53 JMS, revision 55604

Updated documentation to acknowledge the fact that properties can have identical labels, and that they must have non-empty name that is unique under parent

2008-09-14 13:53 VZ, revision 55603

some wxGrid docs cleanup, it's still a huge mess though

2008-09-14 13:14 JMS, revision 55602

wxVariant list used to translate between list of property child values and composite value string now maps values by names instead of labels. Naturally this means properties can no longer have empty name (this change allows using identical labels under same parent property. Ported from wxpropgrid SVN trunk)

2008-09-14 10:07 MW, revision 55601

New dev.

2008-09-14 10:00 JMS, revision 55600

Workaround for VC6 IDE internal compiler error

2008-09-14 09:47 JMS, revision 55599

Adapt to 'premature' events being sent from editor controls (fixes datepicker editor crash)

2008-09-14 09:02 JMS, revision 55598

Fixed ambiguity with bitwise operators

2008-09-14 08:46 JMS, revision 55597

Removed dllimpexp declaration from std::vector typedef

2008-09-14 01:18 VZ, revision 55596

added wxFileName::GetVolumeString() (#9950)

2008-09-14 01:09 VZ, revision 55595

compilation fix after the last commit

2008-09-14 00:46 VZ, revision 55594

don't give spurious error messages if the default browser doesn't provide DDE interface; also use SEE_MASK_FLAG_NO_UI to avoid shell error messages as we give them ourselves (#9948)

2008-09-14 00:26 VZ, revision 55593

build fixes for wxUSE_ON_FATAL_EXCEPTION==0 (#9937)

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

make ellipses drawn with transparent pen more wxGC/Cairo-like (closes #9899)

2008-09-14 00:04 VZ, revision 55591

check the item index inside Item() itself instead of checking it inside some callers of this function

2008-09-14 00:03 VZ, revision 55590

must include typeinfo before using typeid()

2008-09-13 21:28 VZ, revision 55589

cache the item text size to optimize tree layout/painting (#9956)

2008-09-13 20:55 VZ, revision 55588

no real changes, just some reformatting

2008-09-13 20:34 JMS, revision 55587

wxPropertyGrid::DoPropertyChanged() incorrectly passed raw m_wndEditor pointer to UpdateControl(). Now editor pointer is acquired via GetEditorControl(), as appropriate.

2008-09-13 20:14 JMS, revision 55586

wxPropertyGrid member m_visPropArray removed, now always recreated from scratch in DoDrawItems()

2008-09-13 20:02 RR, revision 55585

Fix crash

2008-09-13 19:43 JMS, revision 55584

Cleaned up wxPropertyGrid::SetCurrentCategory()

2008-09-13 19:35 JMS, revision 55583

Needed to convert string variable's type from wxChar* to wxString because result of wxGetTranslation was assigned to it

2008-09-13 19:18 JMS, revision 55582

Fixed warnings caused by docstrings in %pythoncode section

2008-09-13 16:29 RR, revision 55581

include <typeinfo> in all files

2008-09-12 22:14 VZ, revision 55580

must include typeinfo before using typeid()

2008-09-12 21:22 VZ, revision 55578

must include typeinfo before using typeid()

2008-09-12 21:19 VZ, revision 55577

PCH-less compilation fix

2008-09-12 20:57 VZ, revision 55576

added wxPropertyGrid from Jaakko Salli (#9934)

2008-09-12 19:38 SC, revision 55575

implementing changes in toolbartool directly

2008-09-12 18:36 SC, revision 55574

CoreText fixes

2008-09-12 18:35 SC, revision 55573

CoreText fixes

2008-09-12 18:30 SC, revision 55572

missin quote

2008-09-12 15:47 VZ, revision 55571

STL build fix

2008-09-12 14:09 VZ, revision 55570

return true from IsBeingDeleted() if any of the parent windows is marked for destruction too (see #9867)

2008-09-12 13:09 VZ, revision 55569

add grid category and mark all grid-related classes as belonging to it

2008-09-12 12:49 VZ, revision 55568

fix the event type in EVT_GRID_[CMD_]COL_MOVE declaration: this event handler receives wxGridEvent and not wxGridSizeEvent

2008-09-12 09:50 SC, revision 55567

making state changing calls on tool virtual

2008-09-12 08:48 JJ, revision 55566

Update setup for OpenVMS

2008-09-12 01:36 VZ, revision 55565

fix crash under MSW due to constructing a static wxDDEClient instance (this arguably should work but currently doesn't because of use of (yet uninitialized) wxDDEClientObjects in wxDDEClient ctor)

2008-09-12 00:06 VZ, revision 55564

add wxCANCEL_DEFAULT support

2008-09-11 23:41 VZ, revision 55563

added wxCANCEL_DEFAULT style to wxMessageDialog (only implemented for MSW for now); also tightened up the style checks in wxMessageDialog::SetMessageDialogStyle() (argh, another forgotten file, should have been part of r55561)

2008-09-11 23:40 VZ, revision 55562

test wxCANCEL_DEFAULT flag

2008-09-11 23:37 VZ, revision 55561

added wxCANCEL_DEFAULT style to wxMessageDialog (only implemented for MSW for now); also tightened up the style checks in wxMessageDialog::SetMessageDialogStyle()

2008-09-11 20:50 JJ, revision 55560

OpenVMS chokes on external templates

2008-09-11 18:55 SC, revision 55559

adding missing y axis flip

2008-09-11 17:02 SC, revision 55558

adding min and max size support for resizing events

2008-09-11 16:32 SC, revision 55557

fixes #9951

2008-09-11 16:26 SC, revision 55556

fix bugs in the last changes to min and max size handling, fixes #9947

2008-09-11 14:14 SC, revision 55555

adding new toolkits for osx

2008-09-11 14:03 VZ, revision 55554

made wxLogGui more flexible and documented it and added example of customizing it to the dialogs sample (now with the docs)

2008-09-11 14:00 VZ, revision 55553

added braces to suppress g++ 4.3 warnings

2008-09-11 13:58 VZ, revision 55552

made wxLogGui more flexible and documented it and added example of customizing it to the dialogs sample

2008-09-11 13:52 VZ, revision 55551

added swap() for the other arrays too (and now committing the right files)

2008-09-11 13:51 VZ, revision 55550

added swap() for the other arrays too

2008-09-11 13:35 VZ, revision 55549

added wxArrayString::swap()

2008-09-11 12:30 SC, revision 55548

adding new toolkits for osx

2008-09-11 11:22 VZ, revision 55547

don't use wxStrings in a statically initialized array of structs, VC6 doesn't like it (re-closes #9492)

2008-09-11 11:20 VZ, revision 55546

get rid of __WXCOCOA__ check in common CreateLogTarget(), the right way to do this is to override wxUSE_LOG_DIALOG option in wxCocoa-specific chkconf.h

2008-09-11 11:16 VZ, revision 55545

partially revert 55488: don't use message box with copy button as it doesn't behave correctly unfortunately (Esc doesn't work, copying the text unexpectedly closes the dialog)

2008-09-11 10:39 VZ, revision 55544

replace the static control in wxMessageDialog with an edit control with a vertical scrollbar if the message box is too big to fit on the screen

2008-09-11 07:40 SC, revision 55543

fixing compilo

2008-09-11 07:09 JJ, revision 55542

update OpenVMS compile support

2008-09-11 06:53 JJ, revision 55541

rename variable which was redefined inside a loop

2008-09-11 06:46 SC, revision 55540

solving osx problems (default inlines-hidden) by explicitely exporting the involved methods

2008-09-11 05:40 KO, revision 55539

DoGetAsBitmap implementation for Cocoa.

2008-09-11 05:35 KO, revision 55538

A few checks for null pointers to avoid problems during app shutdown.

2008-09-11 05:07 KO, revision 55537

Stop crash/asserts caused when Clear() deletes the wxRegionRefData.

2008-09-10 20:40 SC, revision 55536

32/64 bit universal builds support

2008-09-10 20:26 SC, revision 55535

conditionals for carbon only osx code

2008-09-10 20:19 SC, revision 55534

64 bit fixes

2008-09-10 16:09 VS, revision 55533

fixed typo in XRC error message

2008-09-10 14:58 SC, revision 55532

updating fixed config data for xcode builds for gcc 4.0 and 10.4 sdk as minimum environment

2008-09-09 19:36 VS, revision 55531

wxDir/FilePickerCtrl's message should be translatable

2008-09-09 19:34 VS, revision 55530

wxDir/FilePickerCtrl's message should be translatable

2008-09-09 17:25 VZ, revision 55528

add tests for the remaining message box flags (wxNO_DEFAULT and wxCENTRE)

2008-09-09 12:31 VS, revision 55526

removed superfluous font size scaling in wxGtkPrinterDCImpl::SetFont()

2008-09-08 09:56 BIW, revision 55523

fix aui sample breakage; added some accessor methods to wxAuiToolBarItem

2008-09-08 09:54 BIW, revision 55522

fix aui sample breakage; added some accessor methods to wxAuiToolBarItem

2008-09-08 08:00 RR, revision 55521

Test for reentrance into non-recursive wxMutex. If it happens, yield dead lock error, don't hang

2008-09-08 00:49 VZ, revision 55520

added a dialog for wxMessageBox testing

2008-09-07 23:35 KO, revision 55519

Remove a couple duplicate feature checks, and check for defines before setting them to avoid redefinition warnings.

2008-09-07 20:36 SC, revision 55518

avoiding crashes on osx during app shutdown

2008-09-07 20:10 SC, revision 55517

10.4 support for osx-cocoa

2008-09-07 20:09 SC, revision 55516

non-precomp fixes

2008-09-07 18:38 VZ, revision 55515

oops, fixed Mac header name incorrectly copied from trunk

2008-09-07 17:09 VZ, revision 55514

added UnsetToolTip() and use it in wxAUI code to fix wxX11 compilation [backport of r55269 from trunk

2008-09-07 17:04 VZ, revision 55513

fix wxUniv compilation by not using obsolete wxMenuItem ctor

2008-09-07 17:01 VZ, revision 55512

added missing wx/dcclient.h header for PCH-less compilation, removed several other unnecessary ones

2008-09-07 16:54 SC, revision 55511

reintroducing former default, reverting Robert's change to make graphiccontext enabled by default, since bots are complaining

2008-09-07 16:35 SC, revision 55510

reintroducing former default,

2008-09-07 15:59 SC, revision 55509

integrating Kevin's work, command line builds for osx variants

2008-09-07 15:35 JS, revision 55508

Fixed Cmd+Back, Cmd+Del word deletion behaviour in wxRichTextCtrl.

2008-09-07 15:35 JS, revision 55507

Fixed Cmd+Back, Cmd+Del word deletion behaviour in wxRichTextCtrl.

2008-09-07 14:44 SC, revision 55506

changes for command line builds of osx-cocoa

2008-09-07 10:22 VS, revision 55505

fixed pagebreaks computation in tables (#9935, patch by D.J.Stauffer)

2008-09-07 09:15 VS, revision 55504

whatever it is, wxXmlResource::GetFirstRoot() isn't implemented - removed

2008-09-07 09:15 VS, revision 55503

whatever it is, wxXmlResource::GetFirstRoot() isn't implemented - removed

2008-09-06 22:19 VZ, revision 55502

implement Empty() using clear() instead of Truncate(0)

2008-09-06 22:12 VZ, revision 55501

access TLS cache variable directly and not via a helper function when using compiler with native TLS support to work around an apparent bug in g++

2008-09-06 16:33 SC, revision 55500

several small fixes

2008-09-06 16:32 SC, revision 55499

RGBColor is part of ApplicationServices also under Cocoa

2008-09-06 16:30 SC, revision 55498

defines reordered, support for non-precomp cocoa

2008-09-06 16:29 SC, revision 55497

adapting to new platform constants

2008-09-06 15:41 VZ, revision 55496

add wxGTK_CONVs to fix STL and ANSI builds

2008-09-06 13:35 VS, revision 55495

added XRC format documentation to the manual (per-class properties docs still missing)

2008-09-06 13:31 VS, revision 55494

don't center tables, it looks ugly

2008-09-05 20:57 VZ, revision 55492

add missing header for PCH-less build

2008-09-05 20:25 SC, revision 55491

adapting to new msgdlg class hierarchy

2008-09-05 19:50 SC, revision 55490

adapting to new msgdlg class hierarchy

2008-09-05 19:41 VZ, revision 55489

no changes, fix typo

2008-09-05 19:32 VZ, revision 55488

allow copying text in the log dialogs

2008-09-05 19:28 VZ, revision 55487

adjust the labels before centering the dialog as doing it can change the dialog size

2008-09-05 19:02 SC, revision 55486

forward define for non precomp build, switching preproc constants for consistency

2008-09-05 18:29 VZ, revision 55485

allow passing literal strings and results of c_str() to SetXXXLabels() methods too

2008-09-05 18:03 SC, revision 55484

forward define for non precomp build

2008-09-05 18:02 VZ, revision 55483

make it possible to use stock ids for custom message box labels

2008-09-05 17:27 VZ, revision 55482

added support for custom labels in wxMessageBox for wxGTK too

2008-09-05 16:59 PC, revision 55481

fix memory leak

2008-09-05 16:56 VZ, revision 55480

use more clear messaage about the custom labels in message box test

2008-09-05 15:33 SC, revision 55479

adding common implementation file for search control

2008-09-05 14:43 SC, revision 55477

making things build under osx-cocoa as well

2008-09-05 14:41 SC, revision 55476

simplify native textcontrol creations, adding search control for cocoa

2008-09-05 14:39 VZ, revision 55475

implement support for custom button labels in wxMessageBox under MSW; refactor the code to reuse the existing setters in Mac ports for MSW as well

2008-09-05 14:10 VZ, revision 55474

extract button size calculation from button label size to a separate function to allow reusing it elsewhere

2008-09-05 13:26 VZ, revision 55472

extract wrapper for SystemParametersInfo(SPI_GETNONCLIENTMETRICS) in a header so that it could be reused from elsewhere

2008-09-05 11:15 RR, revision 55471

Fix #9940: wxDataViewCtrl left/right arrow press crash

2008-09-05 10:24 VZ, revision 55470

removed unnceessary gtk_window_set_transient_for() call already done by gtk_message_dialog_new() itself

2008-09-05 08:54 RR, revision 55469

Made wxMSW wxMutex non-recursive by checking reentrance

2008-09-05 08:26 RR, revision 55468

Formating corrections

2008-09-05 08:21 RR, revision 55467

Compilo for wxMac

2008-09-05 08:16 RR, revision 55466

More wxMutex doc updates

2008-09-05 08:06 RR, revision 55465

Add wxCRITSEC_DEFAULT and NON_RECURSIVE styles, updated and restored wxThread and related docs

2008-09-05 08:03 RR, revision 55464

Enable graphics context by default

2008-09-05 05:57 PC, revision 55463

fix for infinite loop when wxBeginBusyCursor is called from idle handler, #1547

2008-09-04 23:02 VZ, revision 55462

emphasize that mingw32-make and not MSYS make must be used to build using makefile.gcc

2008-09-04 12:47 VZ, revision 55458

show the "Window" menu only when we have any MDI children, it's unnecessary otherwise; some minor formatting/comments changes

2008-09-04 07:57 KO, revision 55457

rebake

2008-09-04 07:44 KO, revision 55456

Update files.bkl to match the changes Stefan made to Makefile.in earlier, to update the OS X Carbon port.

2008-09-04 07:19 KO, revision 55455

Renames to avoid object files with duplicate filenames. (Should we just make everything in this dir _osx for consistency?)

2008-09-04 07:16 KO, revision 55454

Split utility functions into base (in utilsexc_base.cpp) and gui (src/osx/carbon/utils.cpp for Carbon-specific ones) to ensure proper builds under multi-lib config.

2008-09-04 06:26 SC, revision 55451

gcc is too aggressively hiding these inlines on wxCriticialSection on osx, expose them for wxPython

2008-09-03 20:45 VZ, revision 55449

copy alpha presence flag when copying bitmaps using DIBs (#9883)

2008-09-03 20:36 VZ, revision 55448

fix some typos and other minor problems (#9886)

2008-09-03 20:28 VZ, revision 55447

better documentation of DeviceToLogicalXXX() (#9896)

2008-09-03 20:26 VZ, revision 55446

add wxSP_THIN_SASH for completeness (#9902)

2008-09-03 20:16 VZ, revision 55445

test showing parent/sibling items too (#9903)

2008-09-03 19:20 KO, revision 55444

Don't build contrib on newer wxWidgets versions where it doesn't exist.

2008-09-03 17:50 BIW, revision 55438

fix small logic error

2008-09-03 17:41 BIW, revision 55437

fix small logic error

2008-09-03 14:45 BIW, revision 55435

fixed a problem in the aui toolbar flags

2008-09-03 14:43 BIW, revision 55434

fixed a problem in the aui toolbar flags

2008-09-03 14:06 BIW, revision 55433

make members private in various wxAuiToolBar helper classes

2008-09-03 12:38 BIW, revision 55432

make members private in various wxAuiToolBar helper classes

2008-09-03 07:29 VZ, revision 55431

add more wxUSE_XXX checks

2008-09-03 07:28 VZ, revision 55430

include wx/control.h for the base class declaration (part of #9931)

2008-09-03 00:18 KO, revision 55429

Add option for building Cocoa.

2008-09-02 18:54 SC, revision 55427

warning fixes and fix for non precomp builtbot

2008-09-02 18:24 SC, revision 55426

fixing constant name

2008-09-02 18:16 SC, revision 55425

fixing merge bug

2008-09-02 18:00 SC, revision 55424

forgotten commit for osx new file layout

2008-09-02 17:03 VZ, revision 55422

reverted accidentally committed change

2008-09-02 17:01 VZ, revision 55421

use {short,long}_help_string parameters of AddTool() (part of #9931)

2008-09-02 17:00 SC, revision 55420

adaptions to new osx ouside the main trees

2008-09-02 16:53 SC, revision 55419

osx new layout

2008-09-02 13:00 VZ, revision 55418

don't set SHOW_FILES, its value is yes by default anyhow and using it provokes a warning from older doxygen versions

2008-09-02 11:52 SC, revision 55417

listctrl generic is used outside of osx-carbon

2008-09-02 11:50 SC, revision 55416

forward to generic implementations where the corresponding osx variant doesn't have an implementation yet

2008-09-02 10:44 JJ, revision 55415

2008-09-02 08:29 CE, revision 55414

up to 2.8.9rc1

2008-09-01 19:45 RR, revision 55413

Readded wxTreeCtrl event docs

2008-09-01 14:35 RR, revision 55412

Readded event docs for wxListCtrl

2008-09-01 14:32 SC, revision 55411

osx-cocoa updates

2008-09-01 14:22 RR, revision 55410

Mention wxEditableLisBox

2008-09-01 14:18 RR, revision 55409

Mention that wxEditableListBox emit events from wxListCtrl

2008-09-01 14:14 RR, revision 55408

Readded event documentation for wxDataViewCtrl

2008-09-01 13:48 RR, revision 55407

Minor doc update

2008-09-01 10:41 CE, revision 55406

2.8.9-rc1

2008-09-01 08:57 CE, revision 55405

need to get the correct bitmaps for future releases

2008-09-01 08:27 RR, revision 55404

use gtk_block_event instead of m_block event field

2008-09-01 07:17 SC, revision 55403

more common osx types

2008-09-01 07:15 SC, revision 55402

fixing paths for xcode proj

2008-09-01 00:50 VZ, revision 55401

define wxStringSortAscneding/Descending() even in non-STL build for compatibility

2008-08-31 23:48 PC, revision 55400

silence warning with GCC -Wextra

2008-08-31 23:47 PC, revision 55399

fix opengl dependency in monolithic build

2008-08-31 17:14 VZ, revision 55398

update after wx/mac/setup.h rename to wx/osx/setup.h; also order files alphabetically

2008-08-31 16:29 VZ, revision 55397

test for utils/wxrc/Makefile existence and not utils/wxrc which always exists when building in source directory (#9928)

2008-08-31 15:27 PC, revision 55396

remove declaration for ctor which is never defined

2008-08-31 15:07 VZ, revision 55395

rename ShowCacheStats to wxStrCacheStatsDumper

2008-08-31 15:05 VZ, revision 55394

compilation fix in wxUSE_STL case after r54761

2008-08-31 14:57 VZ, revision 55393

call GetCache() from a global object ctor to ensure that it is done before any threads are created

2008-08-31 14:41 VZ, revision 55392

fix compilation for wxUSE_STD_STRING==0 case after latest change

2008-08-31 14:39 VZ, revision 55391

fix wxUSE_STL compilation after latest changes

2008-08-31 14:15 VZ, revision 55390

define wxString::iterator::iterator_category correctly if wxUSE_STD_STRING and not only if wxUSE_STL

2008-08-31 14:00 VS, revision 55389

fixed memory corruption in wxHTML when parsing '&;' in the markup

2008-08-31 13:59 VS, revision 55388

fixed memory corruption in wxHTML when parsing '&;' in the markup

2008-08-31 08:05 RR, revision 55387

try to correct wxListCtrl docs

2008-08-30 23:58 VZ, revision 55386

more Doxygen warnings corrections and fixes from Tim S

2008-08-30 22:01 VZ, revision 55385

no changes, just de-TAB-bed

2008-08-30 21:55 SN, revision 55384

Added implementation of thread local storage for OS/2.

2008-08-30 21:27 VZ, revision 55383

fix another occurrence of g++ 3.3 problem with deprecated ctors

2008-08-30 21:21 SN, revision 55382

Workaround for bug in gcc-3.1 through gcc-3.3 in handling deprecation.

2008-08-30 21:08 VZ, revision 55381

no changes, fix typo in comment

2008-08-30 16:53 VZ, revision 55378

using ListView_Get[Sub]ItemRect() provokes warnings with mingw32 4.3, use our own versions

2008-08-30 16:31 VZ, revision 55377

avoid unnecessary heap allocation of BITMAPINFO struct

2008-08-30 16:30 VZ, revision 55376

fix some (harmless) mingw32 4.3 warnings

2008-08-30 16:30 VZ, revision 55375

implement operator!=() inline (forgot to commit before)

2008-08-30 15:01 VZ, revision 55372

fix mingw32 4.3 warning about passing literal string as non-const char*

2008-08-30 13:18 VZ, revision 55371

copy both alpha and mask in Paste() (#9658) [backport from trunk]

2008-08-30 12:55 VZ, revision 55370

use C99 isfinite() for 64 bit mingw32 instead of BSD-ish finite() which it apparently doesn't have

2008-08-30 12:52 VZ, revision 55369

test for __MINGW64__ in the huge files support section

2008-08-30 12:49 VZ, revision 55368

define HAVE_SSIZE_T if _SSIZE_T_DEFINED is defined for mingw32 (#9921)

2008-08-30 12:44 VZ, revision 55367

more Doxygen warnings corrections from Tim S

2008-08-30 08:03 SC, revision 55366

committing current cocoa state just to be safe ...

2008-08-29 23:28 VZ, revision 55361

chanegd wxTlsValue to be pointer-like instead of value-like which doesn't work for UDTs; use __thread keyword with mingw32 >= 4.3 too; use library-based thread-specific variables support in wxString cache now that it is fixed to work there; finally added a unit test for TLS stuff

2008-08-29 17:35 VZ, revision 55358

document wxCP_NO_TLW_RESIZE

2008-08-29 15:46 PC, revision 55354

replace m_insertCallback with a virtual function, contrary to the old comments a virtual works just fine

2008-08-29 14:00 RR, revision 55351

Typo

2008-08-29 13:57 RR, revision 55350

Fix #9917: File save dialog does not honor file extension on GTK

2008-08-29 13:56 VZ, revision 55349

make the length of string proportional to the parameter to study test time dependency on it

2008-08-29 12:46 RR, revision 55344

Mention wxString caching in UTF-8 ode

2008-08-29 12:15 RR, revision 55343

Another doc patch from Tim

2008-08-29 11:38 VZ, revision 55342

override DoOpen/SaveDocument() instead of OnOpen/SaveDocument(), just as in docmdi sample after r55141/r55142/r55143 changes (#9892)

2008-08-28 21:50 VZ, revision 55335

don't use new string caching code without compiler TLS support (temporary fix to compilation problems)

2008-08-28 19:39 VZ, revision 55334

compilation fix for non-UTF-8 build

2008-08-28 19:19 VZ, revision 55333

add cache for last used position and string length to UTF-8 wxString, dramatically improving performance of the code using indices to iterate over strings

2008-08-28 17:14 VZ, revision 55332

add the possibility to pass numeric parameters to benchmark functions

2008-08-28 15:46 PC, revision 55331

use 8 bits for alpha, nothing needs 16 bit alpha here

2008-08-28 15:45 PC, revision 55330

add wxPseudoTransparentFrame to parent, so it doesn't get leaked

2008-08-28 13:28 RR, revision 55327

More corrections to make dist

2008-08-28 13:21 RR, revision 55326

Minor correction

2008-08-28 12:56 RR, revision 55325

Minor corrections to make dist after reports

2008-08-27 23:03 VZ, revision 55322

no changes, just match the number of opening/closing braces to avoid upsetting Vim (and probably other editors) syntax highlighting

2008-08-27 20:37 VZ, revision 55319

unbuffer cout to work around bug in Debian version of cppunit

2008-08-27 19:40 VZ, revision 55317

use std::sort() instead of qsort() to implement wxArrayString::Sort(), this makes it thread-safe without any extra hacks and also makes the code simpler

2008-08-27 17:10 PC, revision 55315

get system colors directly from GTK styles, eliminating need for cached wxColor objects

2008-08-27 11:48 RR, revision 55313

Update <make win-dist>

2008-08-27 11:06 RR, revision 55312

Updated readme

2008-08-27 10:39 RR, revision 55311

Add XCode project files to wxMac's <make dist>

2008-08-27 09:59 VZ, revision 55310

get rid of duplicate enum (#9895)

2008-08-27 08:21 SC, revision 55309

fixing #9910

2008-08-27 08:18 SC, revision 55308

fixing #9910

2008-08-27 04:20 BP, revision 55304

Fix misc documentation warnings (patch by Tim Stahlhut).

2008-08-27 01:06 VZ, revision 55294

add a scoped_ptr-like wxGtkObject class which calls g_object_unref() automatically and use it in some GC-related code

2008-08-27 00:52 VZ, revision 55293

honour user scale and source offset in wxDC::Blit() (#2605)

2008-08-26 16:43 VZ, revision 55290

no changes, just a typo

2008-08-26 16:34 PC, revision 55289

put wxIconArray back in header, it's used by wxFSVolume

2008-08-26 16:19 PC, revision 55288

Hold a reference on m_widget for the life of the associated wxWindow object. This allows removing some ugly hacks, and leaking of GtkWidgets by wxNotebook.

2008-08-26 14:06 RR, revision 55287

Also make make dist for wxMac work

2008-08-26 13:29 VS, revision 55286

pch-less compilation fix for r55285

2008-08-26 13:02 VS, revision 55285

fixed writing to wxUniCharRef after its 'parent' iterator was destroyed

2008-08-26 12:35 VZ, revision 55284

update version script for wxAUI additions; use wxABI_VERSION check around the new wxAuiToolBar class

2008-08-26 11:13 RR, revision 55283

Update <make dist> for wxGTK (and probably other ports, too)

2008-08-26 11:03 RR, revision 55282

Update <make dist> for wxGTK

2008-08-26 10:02 CE, revision 55281

2.8.9 ready for rc-1

2008-08-26 09:56 CE, revision 55280

2.8.9 ready for rc-1

2008-08-26 09:53 CE, revision 55279

2.8.9 ready for rc-1

2008-08-26 09:53 CE, revision 55278

2.8.9 ready for rc-1

2008-08-26 06:34 PC, revision 55277

move wxIconArray declaration out of header, remove unneccessary copy ctor and assignment operator

2008-08-26 06:34 PC, revision 55276

don't use deprecated toolbar API

2008-08-26 05:28 PC, revision 55275

uncomment line accidentally left commented out in last commit

2008-08-26 05:10 PC, revision 55274

fix for GTK assertion `info->icon_pixmap == NULL' failed, #9905

2008-08-26 03:56 KO, revision 55273

Move no border tool window fix over to wxWebKit branch.

2008-08-26 03:11 KO, revision 55272

Create an API for showing a window but not setting focus to it on Mac.

2008-08-26 00:03 VZ, revision 55271

allow periods in wxFileSystem URL anchors (patch #2265) [backport from trunk]

2008-08-25 23:25 VZ, revision 55270

escape '@' symbols in the docs

2008-08-25 23:20 VZ, revision 55269

use UnsetToolTip() instead of SetToolTip(NULL) to fix wxX11 build broken on Buildbot since this file addition; fix some weird "else" indentation; use empty() instead of Length() > 0 tests

2008-08-25 23:19 VZ, revision 55268

added UnsetToolTip() which is also provided (as empty function) in wxUSE_TOOLTIPS==0 case unlike SetToolTip(NULL)

2008-08-25 22:06 KO, revision 55267

svn merge -r 54031:55250 http://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH

2008-08-25 19:28 VZ, revision 55264

compilation fixes for minimal build

2008-08-25 19:23 VZ, revision 55263

compilation fixes for wxUSE_CONSOLE_EVENTLOOP==0

2008-08-25 14:39 VZ, revision 55257

add parentheses for && inside || to fix g++ 4.3 warning

2008-08-25 14:39 VZ, revision 55256

fix a couple of harmless warnings reported by g++ 4.3

2008-08-25 14:34 VZ, revision 55255

fix a couple of harmless warnings reported by g++ 4.3

2008-08-25 11:38 BIW, revision 55253

updated for wxAUI changes

2008-08-25 09:12 RR, revision 55252

Docs corrections from Tim Stahlhut

2008-08-25 05:32 KO, revision 55251

Compilation fix, didn't realize initialization order of events is different on trunk.

2008-08-25 04:28 KO, revision 55250

Respect the wxNO_BORDER flag for tool windows without a titlebar.

2008-08-25 04:27 KO, revision 55249

Respect the wxNO_BORDER flag for tool windows without a titlebar.

2008-08-25 03:03 KO, revision 55246

Fix memory leak.

2008-08-25 03:01 KO, revision 55245

Fix memory leak.

2008-08-25 00:36 VZ, revision 55243

sometimes unused parameter warnings are really worth paying attention to

2008-08-25 00:31 VZ, revision 55241

don't use deprecated wxMenuItem ctor and don't use an unnecessary #ifdef

2008-08-25 00:30 VZ, revision 55240

changed wxAuiBlendColour() to work with unsigned chars instead of doubles as it's always used with them [forward port of rr55210 from 2.8]

2008-08-24 12:00 BIW, revision 55236

fix undefined variable color to colour

2008-08-24 10:56 BIW, revision 55235

don't use MacSetTheme()

2008-08-24 10:21 BIW, revision 55234

fixed include problem

2008-08-24 09:29 BIW, revision 55233

rebake because of new auibar.*

2008-08-24 09:28 BIW, revision 55232

updated aui sample

2008-08-24 09:28 BIW, revision 55231

added wxAuiToolBar

2008-08-24 04:14 RD, revision 55224

64-bit compile fixes. NOTE: These changes are done by hand and will need to be redone after rebaking the files, until the next version of bakefile is ready.

2008-08-24 04:11 RD, revision 55223

64-bit compile fixes, turn off optimizations in GetCustomDrawnItemRect to avoid an ICE.

2008-08-24 04:08 RD, revision 55222

64-bit compile fixes, cleanup and use GetTimeZoneInformation for Windows compilers

2008-08-24 04:06 RD, revision 55221

64-bit compile fixes

2008-08-23 18:54 VZ, revision 55215

use tr1::unordered_{map,set} if available for wxHash{Map,Set} in STL build (#9532) [backport from trunk]

2008-08-23 18:47 VZ, revision 55214

optimize wxGrid::BlockToDeviceRect() to avoid iterating over all cells, it's enough to only iterate over the visible ones (#9527) [backport from trunk]

2008-08-23 18:44 VZ, revision 55213

implement wxWinINetInputStream::GetSize() (#9600) [backport from trunk]

2008-08-23 18:38 VZ, revision 55212

don't use BS_AUTORADIOBUTTON at all, BS_RADIOBUTTON works just as well and doesn't hang the application in some circumstances (#9786) [backport from trunk]

2008-08-23 18:30 VZ, revision 55211

always define wxUSE_RICHEDIT[2] -- this is better than never defining them (#9514) [backport from trunk]

2008-08-23 18:17 VZ, revision 55210

fix warnings about passing double as unsigned char

2008-08-23 18:17 VZ, revision 55209

fix changing font/colour of label in buttons with images (#3939) [backport from trunk]

2008-08-23 17:53 VZ, revision 55208

don't reserve space for the icons if none are used, even if we're in icon view (#9472) [backport from trunk]

2008-08-23 17:49 VZ, revision 55207

handle FNERR_INVALIDFILENAME which happens if an invalid file name is passed to wxFileDialog (#9688) [backport from trunk]

2008-08-23 16:19 VZ, revision 55206

use wx_static_cast() instead of static_cast<> on an off chance that some compiler still doesn't have the latter; fix svn properties for the new file

2008-08-23 14:14 SC, revision 55204

fixing typo

2008-08-23 12:55 SC, revision 55203

cocoa implementation files

2008-08-23 12:43 SC, revision 55202

common implementation files

2008-08-23 08:20 RR, revision 55201

wxComboCtrlBase::Enable() does not refresh the control #9900

2008-08-23 08:19 RR, revision 55200

wxComboCtrlBase::Enable() does not refresh the control #9900

2008-08-23 07:57 BIW, revision 55199

add missing header for WXMAC

2008-08-23 07:24 BIW, revision 55198

fix header problems

2008-08-23 06:37 BIW, revision 55197

rebaked because of auibar.*

2008-08-23 06:35 BIW, revision 55196

updated aui sample with new toolbar

2008-08-23 06:31 BIW, revision 55195

added wxAuiToolBar

2008-08-22 22:27 VZ, revision 55182

fix a couple of spelling errors

2008-08-22 22:22 VZ, revision 55181

fix 2 doxygen errors

2008-08-22 15:22 JS, revision 55177

Documented wxRTC fixes

2008-08-22 15:21 JS, revision 55176

Improved auto list numbering Fixed selection bugs

2008-08-22 15:21 JS, revision 55175

Improved auto list numbering Fixed selection bugs

2008-08-22 14:00 JS, revision 55173

Typo corrections

2008-08-22 13:08 SC, revision 55172

routing SetTitle to SetLabel as MSW does, fixing potential zombie pointers after mouse down events which delete windows

2008-08-22 11:32 JS, revision 55171

Cleanup of previous fix

2008-08-22 10:34 JS, revision 55170

Generic caret no longer invisible on a dark background

2008-08-22 10:34 JS, revision 55169

Generic carent no longer invisible on a dark background

2008-08-22 10:08 JS, revision 55168

Improved style list size calculations

2008-08-22 09:18 RR, revision 55167

#9854 (AddPendingEvent - protect during wxEvtHandler destruction)

2008-08-22 06:47 SC, revision 55166

osx-cocoa event loop

2008-08-21 22:51 VZ, revision 55163

make ellipses drawn by wxDC more consistent with wxGC ones (closes #9887)

2008-08-21 22:31 VZ, revision 55161

use Pango to draw rotated text if possible (this supports text background and should be more efficient), fall back to the old method for old libraries (closes #9861)

2008-08-21 22:18 VZ, revision 55159

remove unneeded dependencies from bakefiles and regenerate the make/project files (closes #9850)

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

compilation fix for wxUniv/GTK (closes #9849)

2008-08-21 21:37 VZ, revision 55157

add a radio box to select the combobox type (#9845)

2008-08-21 21:14 VZ, revision 55156

document that text drawing is not affected by the current logical function and update the sample to not imply that it is (#9842)

2008-08-21 21:12 VZ, revision 55155

honour useMask parameter in DrawBitmap() and StretchBlit() (#9841)

2008-08-21 21:06 VZ, revision 55154

continue even if the bitmaps can't be found; look for them in argv[0] directory too; use more clear name for ROP screen in the menu (#9839)

2008-08-21 20:43 VZ, revision 55153

don't always create DIBs in wxBitmap(wxImage) ctor

2008-08-21 20:42 VS, revision 55152

fixed typo in 2.8 backport of MSW print preview fixes

2008-08-21 16:08 JS, revision 55147

Fixed default margin sizes

2008-08-21 16:07 JS, revision 55146

Fixed default margin sizes

2008-08-21 12:21 RR, revision 55145

#9876 (GC: added sanity check to wxGraphicsPathData::AddEllipse())

2008-08-21 12:06 RR, revision 55144

Ticket #9858 gtk wxDC::DrawText() - draw text background natively

2008-08-21 08:58 SC, revision 55143

updating the comment as well

2008-08-21 08:56 SC, revision 55142

using the 'new' bottleneck methods, fixing bugreport from Bengt Nilsson <bengt.nilsson11@spray.se>

2008-08-21 08:49 SC, revision 55141

using the 'new' bottleneck methods, fixing bugreport from Bengt Nilsson <bengt.nilsson11@spray.se>

2008-08-21 07:30 SC, revision 55140

mimetype common implementation

2008-08-21 07:29 SC, revision 55139

cocoa specific implementations

2008-08-21 07:28 SC, revision 55138

new common code files

2008-08-21 00:13 VZ, revision 55136

mention DoPrepareDC() relative origin offsetting

2008-08-20 21:59 VS, revision 55135

fixed scaling of print preview if there's not enough RAM for the full page

2008-08-20 21:58 VS, revision 55134

fixed scaling of print preview if there's not enough RAM for the full page

2008-08-20 21:35 VS, revision 55133

re-fix MinGW DLL compilation

2008-08-19 16:28 PC, revision 55132

remove text field from page data, add much more useful image widget pointer, lots of code simplification and cleanup

2008-08-19 16:28 PC, revision 55131

non-pch build fix

2008-08-19 04:50 SC, revision 55129

fixing leak in the 'old' non-graphics code, thanks to Kevin

2008-08-18 20:05 VZ, revision 55126

fix MSVC warning about int->bool conversion introduced by r55113 [forward port from 2.8 branch]

2008-08-18 20:04 VZ, revision 55125

fix MSVC warning about int->bool conversion introduced by r55113

2008-08-18 19:52 VZ, revision 55124

don't use WXDLLIMPEXP_BASE_DATA() around member data, this results in an error in MSVC DLL build

2008-08-18 13:40 VZ, revision 55120

don't use the same tool ids for multiple tools, this is bad idea under Windows and breaks tool commands handling

2008-08-18 13:27 VZ, revision 55118

add support for using bitmap2 for checked menu item bitmap in XRC (#9878)

2008-08-18 12:02 VZ, revision 55117

paint the space remaining after the columns too in wxListHeaderWindow::OnPaint() (#9855)

2008-08-18 11:57 VZ, revision 55116

use CLSCTX_ALL instead of CLSCTX_LOCAL_SERVER in CreateInstance() (#9868)

2008-08-18 11:51 VZ, revision 55115

don't terminate the event loop in EndModal() if it was already terminated because of an exception thrown inside it (#9838)

2008-08-18 11:41 VZ, revision 55114

document wxSpinCtrlDouble (#9834)

2008-08-18 11:30 VZ, revision 55113

add comparison operators for UUID class (#9871)

2008-08-17 22:00 MMK, revision 55112

Added more sample images

2008-08-17 17:19 MMK, revision 55108

Added sample images

2008-08-16 10:53 VZ, revision 55102

fix spurious assert failure in DestroyGripper() which happened if the dialog hadn't been shown at all (#9824)

2008-08-16 02:46 BP, revision 55100

Backported r45754 to 2.8 branch closing #4785.

2008-08-15 23:04 VZ, revision 55096

compilation fix for wxUSE_STL build after r54926 (#9810)

2008-08-15 23:01 VZ, revision 55095

compilation fix for wxUniv/MSW after r54937 (#9866)

2008-08-15 04:52 PC, revision 55094

fix for page change not working after veto, #3808

2008-08-14 14:22 MMK, revision 55087

Modified the loading sequence and changed the way item sizes are calculated

2008-08-13 15:48 VS, revision 55084

added wxString benchmark using 2.8's HTML parser

2008-08-13 15:47 VS, revision 55083

HAVE_BOOST_THREAD should be off by default

2008-08-13 15:20 SC, revision 55081

adding generic BUNDLE_RESOURCES for copying any special resources into the bundle, renaming BUNDLE_ICONS to BUNDLE_ICON = the path of the app icon

2008-08-13 15:14 SC, revision 55080

fixing remainder of bug #3776, clean activateAndIgnoreClick behaviour for DataBrowser

2008-08-13 14:56 PC, revision 55079

move notebook event definition to common code

2008-08-13 12:31 VZ, revision 55078

fix typo in __WWXMAC__

2008-08-13 10:35 JS, revision 55077

Event fix

2008-08-13 09:00 VS, revision 55076

add assert checking that GetCapture() and ms_winCaptureCurrentare in sync

2008-08-12 16:03 VS, revision 55070

apply Stefan's fix for wxHtmlDCRenderer clipping

2008-08-12 16:02 VS, revision 55069

apply Stefan's fix for wxHtmlDCRenderer clipping

2008-08-12 15:49 VS, revision 55068

fixed alphabetical order

2008-08-12 15:10 VS, revision 55067

made wxCharTypeBuffer<T>::release() const again, for compatibility

2008-08-12 12:43 MMK, revision 55066

Fixed bug with changing directories

2008-08-12 10:49 MMK, revision 55065

Documented all headers and moved data types into wallctrltypes.h

2008-08-11 19:31 VS, revision 55061

added microbenchmark for wxCharBuffer performance

2008-08-11 14:31 MMK, revision 55060

Added classes description document

2008-08-11 09:47 MMK, revision 55058

Added parent pointers for event propagation

2008-08-10 20:54 RD, revision 55056

Use WXUNUSED and give more explaination for the handler

2008-08-10 20:52 RD, revision 55055

Use WXUNUSED and give more explaination for the handler

2008-08-10 20:45 PC, revision 55054

don't modify position for default border if button is in a native widget

2008-08-10 20:44 PC, revision 55053

add control items from child inserter, so that correct style is set early enough

2008-08-10 20:41 VS, revision 55052

DLLs linking fix wxCharTypeBuffer<T>::NullData

2008-08-10 20:40 VS, revision 55051

pch-less compilation fix

2008-08-10 20:29 VS, revision 55050

compilation fix: wxUString uses it's own wxCharTypeBuffer<T> specializations and so needs NullData definitions for them too

2008-08-10 20:28 VS, revision 55049

radically simplified declarations of wxUString-specific char buffers: there are no compatibility concerns, so they can simply be typedefs for wxCharTypeBuffer<T>

2008-08-10 19:37 VS, revision 55048

added refcounting to wxCharBuffer to fix passing of wxCharBuffer to printf-like functions

2008-08-10 18:26 PC, revision 55047

some code cleanup

2008-08-10 18:24 PC, revision 55046

set extra widget from child inserter, so that correct style is set early enough

2008-08-10 12:47 MMK, revision 55045

Intercepting selection changed event. Not working yet.

2008-08-10 11:07 MMK, revision 55044

Factored out texture loading code and clipped seeking to number of items.

2008-08-10 00:26 RD, revision 55043

Avoid default child window focus behavior in generic wxListCtrl. Fixes #9563

2008-08-10 00:25 RD, revision 55042

Avoid default child window focus behavior in generic wxListCtrl. Fixes #9563

2008-08-10 00:19 PC, revision 55041

fix previous commit to respect minimum width

2008-08-10 00:14 VS, revision 55040

fixed typo

2008-08-09 22:44 VZ, revision 55039

initialize the button label correctly if the same wizard is ran again

2008-08-09 21:38 VS, revision 55036

more strict UTF-8 validity checks, as it should be (patch #9847)

2008-08-09 20:34 VZ, revision 55034

correct the bug with Replace()ing with empty string introduced by r54860 (re-fixes #9802)

2008-08-09 15:50 VZ, revision 55032

added test for Replace(whatever, "")

2008-08-08 19:00 VZ, revision 55030

undid changes accidentally committed as part of r55019

2008-08-08 05:09 RD, revision 55027

Bump subrelease number

2008-08-08 02:59 VZ, revision 55019

added wxTLS_TYPE() macro

2008-08-08 02:37 VZ, revision 55018

add DECLARE_NO_COPY_TEMPLATE_CLASS

2008-08-08 02:35 VZ, revision 55017

document DECLARE_NO_{COPY,ASSIGN}_CLASS

2008-08-08 01:13 VZ, revision 55016

added Win32 TLS tests

2008-08-08 00:43 VZ, revision 55015

add TLS access benchmark

2008-08-07 15:59 JS, revision 55012

Fixed scrolling bug where scrollbar was taken to be a valid child window

2008-08-07 15:59 PC, revision 55011

allow dialog to be resized smaller with extra control

2008-08-07 15:58 JS, revision 55010

Fixed scrolling problem where scrollbar was taken to be a valid child window

2008-08-07 12:17 VZ, revision 55009

don't call OnCloseDocument() from OnNewDocument(), this plainly doesn't make sense (#1508)

2008-08-07 11:46 VS, revision 55008

small wxArtProvider API improvements: added HasNativeProvider() and renamed confusingly-named Insert() to PushBack()

2008-08-07 09:29 JS, revision 55007

Fix from John Dallaway for jumping to the top when expanding/collapsing items.

2008-08-07 06:51 PC, revision 55005

build fixes

2008-08-07 06:51 PC, revision 55004

fix sizing of extra control

2008-08-06 22:34 VZ, revision 54998

initialize a local variable even if it doesn't really need to be initialized to suppress annoying g++ warning in optimized build

2008-08-06 17:53 VZ, revision 54997

pass asciistr, not utf8str, to FromAscii

2008-08-06 17:50 VZ, revision 54996

don't disable optimize if --enable-debug_info was specified, this makes it impossible to build an optimized version with debug info

2008-08-06 16:26 PC, revision 54995

use "new" GtkToolbar API

2008-08-06 14:22 VZ, revision 54994

show default values of the options in the usage message

2008-08-06 13:07 MMK, revision 54993

Removed implementations from header files

2008-08-06 10:25 VZ, revision 54992

replace wxASSERT in wxFindNextFile() with wxCHECK to avoid crashes in release build (#9828)

2008-08-05 22:47 VZ, revision 54984

fix an assert failure when a child TLW was created and destroyed while the parent window was frozen

2008-08-05 17:55 SC, revision 54982

fixing remainder of bug #3776, clean activateAndIgnoreClick behaviour for DataBrowser

2008-08-05 17:52 SC, revision 54981

fixing remainder of bug #3776, clean activateAndIgnoreClick behaviour for DataBrowser

2008-08-05 17:13 VZ, revision 54979

correct use of WXDLLIMPEXP_BASE for wxChar16 wxStrlen() overloads (#9827)

2008-08-05 16:58 VZ, revision 54978

label different controls on spin page (#9816)

2008-08-05 14:48 JS, revision 54977

Renamed sources

2008-08-05 13:10 MMK, revision 54976

Modified loading mechanism (not correctly using threads yet)

2008-08-05 11:55 SC, revision 54975

custom info.plist with supported document types

2008-08-05 11:49 SC, revision 54974

adding support for overwrites from project bkls for info.plist files and custom icons following directions from Vaclav

2008-08-05 01:55 VZ, revision 54971

mark holidays if wxCAL_SHOW_HOLIDAYS is on (replaces #9155)

2008-08-05 01:22 VZ, revision 54970

fix bug in Mark() which highlighted the day not only in the currently shown month but also in adjancet ones (see #9155)

2008-08-05 01:05 VZ, revision 54969

fix wxMenu leak (reopened #9089)

2008-08-04 18:02 BP, revision 54968

Review of socket.h interface header by Utensil Candel (#9584).

2008-08-04 15:33 JS, revision 54967

Allow small widths when setting initial strings.

2008-08-04 15:32 JS, revision 54966

Allow small widths if setting initial strings.

2008-08-04 00:37 VZ, revision 54965

general docview.cpp code cleanup; use wxVector<> instead of manually-allocated arrays; refactor wxDocManager::CreateDocument() and allow using wxDOC_SILENT with wxDOC_NEW; cleanup wxFileHistory code

2008-08-03 23:58 VZ, revision 54964

fix fatal bug in wxVector copy ctor

2008-08-03 17:36 SC, revision 54963

fixing name typo

2008-08-03 17:34 SC, revision 54962

moving osx files (rename will follow)

2008-08-03 14:34 VZ, revision 54961

return empty string instead of some garbage if strftime() failed

2008-08-03 13:58 BIW, revision 54960

fix mouse capture lost assert when dialog shown in tab change event handler

2008-08-03 13:57 BIW, revision 54959

fix mouse capture lost assert when dialog shown in tab change event handler

2008-08-03 12:24 VZ, revision 54958

compilation fix for PCH-less build; also moved some functions out of line

2008-08-03 12:15 VZ, revision 54957

fix view rectangle calculation for the control with scrollbars (#9467)

2008-08-03 11:53 VZ, revision 54956

add BSTR arrays handling in wxConvertOleToVariant() (#9636)

2008-08-03 11:47 VZ, revision 54955

add support for multiline labels in wxToggleButton

2008-08-03 11:27 VZ, revision 54954

no real changes, just refactor to remove some code duplication in wxToolBarTool

2008-08-03 11:23 VZ, revision 54953

implement wxToolBarTool::SetLabel() for wxOSX_USE_NATIVE_TOOLBAR (#9746)

2008-08-03 11:16 VZ, revision 54952

use wxPEN/BRUSH_XXX instead of wxXXX (#9812)

2008-08-03 11:12 VZ, revision 54951

make SetValidator() symmetric with GetValidator() (#9793)

2008-08-03 10:59 VZ, revision 54950

update for wxSHUTDOWN_LOGOFF/FORCE, should have been part of r54949

2008-08-03 10:56 VZ, revision 54949

added wxSHUTDOWN_LOGOFF flag, don't use EWX_FORCE by default but only if wxSHUTDOWN_FORCE is specified

2008-08-03 10:54 VZ, revision 54948

compilation fix for PCH-less build after last commit

2008-08-03 10:31 VZ, revision 54947

store palette information from XPM in wxImage (#9763)

2008-08-03 10:09 BIW, revision 54946

fix segfault when Update() is called inbetween mouse-up and mouse-down

2008-08-03 09:46 BIW, revision 54945

fix segfault when Update() is called inbetween mouse-up and mouse-down

2008-08-03 00:36 VZ, revision 54944

don't keep the transparent palette colour from the previous frame for the next one which may not have any transparency at all (#9747)

2008-08-03 00:32 VZ, revision 54943

no real changes, just some cleanup: use wxON_BLOCK_EXIT instead of littering the code with delete[] statements; don't use identifiers starting with underscore

2008-08-03 00:23 VZ, revision 54942

add support for reading alpha channel from BMP images (#9741)

2008-08-03 00:10 VZ, revision 54941

compilation after last commit: semicolon after wxDELETE() is now required; also removed some other extra semicolons and other minor cleanup

2008-08-02 22:49 VZ, revision 54940

made wxDELETE[A]() template functions instead of macros; they now also check that their argument is fully declared (#9685)

2008-08-02 22:34 VZ, revision 54939

don't use our custom WM_PAINT handler with composited window as this results in an endless repaint loop (#9666); also don't even define HandlePaint() under CE as it's never used there

2008-08-02 22:33 VZ, revision 54938

return true from IsDoubleBuffered() if our TLW parent is a composited window; the old version returned false in this case which probably was unintentional as it doesn't seem to make sense (see #9666)

2008-08-02 22:30 VZ, revision 54937

add wxGet/Set/HasWindowExStyle() helpers and use them

2008-08-02 22:24 VZ, revision 54936

compilation fix after last commit

2008-08-02 22:00 VZ, revision 54935

copy both alpha and mask in Paste() (#9658)

2008-08-02 21:51 VZ, revision 54934

add wxRenderer::GetCheckBoxSize(); refactor wxGTK code to avoid duplication (#9642)

2008-08-02 21:49 VZ, revision 54933

added trivial wxLaunchDefaultApplication() implementation for wxMac; added a test for it to the exec sample

2008-08-02 20:13 VZ, revision 54932

add wxImage::SetType() and use it in animation decoders (#9639)

2008-08-02 20:00 VZ, revision 54931

document "clear" parameter of ctor/Create() properly (part of #9639)

2008-08-02 19:45 VZ, revision 54930

fix keyboard navigation in radio boxes containing hidden or disabled items

2008-08-02 18:21 VZ, revision 54929

added enabled and hidden attributes to radio box items in XRC

2008-08-02 17:50 VZ, revision 54928

improve best size calculation; notably account for wxDP_ALLOWNONE

2008-08-02 15:59 VZ, revision 54927

ensure that one of wxRA_SPECIFY_{COLS,ROWS} is set in the radiobox style, otherwise layout code doesn't work correctly and this can easily happen if the radiobox is created from an XRC file not specifying its style at all

2008-08-02 15:31 VZ, revision 54926

implement wxLaunchDefaultApplication() for MSW and document it (#9810)

2008-08-02 15:20 VZ, revision 54925

PCH-less build fix after the last commit

2008-08-02 14:15 VZ, revision 54924

extract parts of wxXRC depending on wxAdv in a separate file to allow statically linking with wxXRC but without wxAdv; note that rebaked project/make files also contain ustring.cpp/h now

2008-08-02 14:14 RR, revision 54923

Support NOR logical function

2008-08-02 14:10 RR, revision 54922

Minor formating

2008-08-02 13:10 VZ, revision 54921

VC6 compilation warning fix for non-defined template class copy ctor

2008-08-02 11:02 MMK, revision 54920

Renamed navigator class

2008-08-02 06:40 SC, revision 54919

guarding all text methods against unset font

2008-08-02 06:31 SC, revision 54918

guarding all text methods against unset font

2008-08-02 04:47 SC, revision 54917

guarding preproc variable against undefined

2008-08-01 23:47 VZ, revision 54916

capitalize the application name in GetAppDisplayName() by default; this results in logging message appearance consistent with wx 2.8 and generally looks better

2008-08-01 23:39 VZ, revision 54915

add wxString::Capitalize() and MakeCapitalized() for consistency with Upper/Lower() we already have

2008-08-01 21:04 BIW, revision 54914

added a number of NULL ptr asserts (#4145)

2008-08-01 21:04 BIW, revision 54913

added a number of NULL ptr asserts (#4145)

2008-08-01 18:59 BIW, revision 54912

fix for defect #4827

2008-08-01 18:58 BIW, revision 54911

fix for defect #4827

2008-08-01 18:35 BIW, revision 54910

fix for ticket #4505, Floatable(false) wasn't working in all cases

2008-08-01 18:35 BIW, revision 54909

fix for ticket #4505, Floatable(false) wasn't working in all cases

2008-08-01 18:24 SC, revision 54908

adding info about opaque classes, making sure refs are displayed correctly in pdf

2008-08-01 17:24 SC, revision 54906

adding logo on frontpage of pdflatex output

2008-08-01 16:08 BIW, revision 54905

floating pane now respects IsFixed pane status; indirect fix for #4044

2008-08-01 16:07 BIW, revision 54904

floating pane now respects IsFixed pane status; indirect fix for #4044

2008-08-01 14:38 VZ, revision 54903

add more stock items (#9799)

2008-08-01 14:31 VZ, revision 54902

removed a cast to WPARAM which was unnecessary and provoked a warning (part of #9803)

2008-08-01 14:29 VZ, revision 54901

inherit wx_error_mgr from jpeg_error_mgr instead of embedding the latter in the former (part of #9803)

2008-08-01 14:22 VZ, revision 54900

remove wxSETranslator() entirely from wxUSE_ON_FATAL_EXCEPTION==0 build (part of #9803)

2008-08-01 14:19 VZ, revision 54899

fix warning about possible uninitialized variable with VC9 (part of #9803)

2008-08-01 14:12 VZ, revision 54898

no real changes, just some minor cleanup to fix a few compile- and run-time warnings (#9805)

2008-08-01 14:03 VZ, revision 54897

implement support for wxOR and wxCLEAR in wxCairoContext::SetLogicalFunction() (#9808)

2008-08-01 13:53 VZ, revision 54896

build fix for wxGTK/Univ build (#9706)

2008-08-01 13:46 VZ, revision 54895

use a single wxBookCtrlEvent class for all wxBookCtrlBase-derived controls (#9667)

2008-08-01 13:43 SC, revision 54894

activating ustring again

2008-08-01 12:05 RR, revision 54893

Forgot to commit

2008-08-01 10:51 JS, revision 54892

Fix for Vista splittree problem, by John Dallaway

2008-08-01 10:31 SC, revision 54891

attempt to commit as utf8

2008-08-01 07:16 RR, revision 54890

Compilation for wchar mode

2008-08-01 06:40 SC, revision 54889

moving common implementation for osx closer to unix, by using threadspsx.cpp and unix/dir.cpp, getting rid of morefile(x) and moving colour.cpp to core

2008-07-31 13:04 SC, revision 54887

OSXTimer for all variants (sorry Vaclav, should be about the last split comit ..)

2008-07-31 13:02 SC, revision 54886

OSXTimer for all variants

2008-07-31 12:35 RR, revision 54885

include <string>

2008-07-31 11:52 SC, revision 54884

although ustring.h/cpp are in files.bkl apparently rebaking was not a good idea, removed again

2008-07-31 10:45 SC, revision 54883

adapting osx file layout

2008-07-31 10:35 SC, revision 54882

adapting osx file layout

2008-07-31 10:27 SC, revision 54881

turning on core timer implementation for carbon as well

2008-07-31 10:23 SC, revision 54880

wxColour is implemented using CoreGraphics

2008-07-31 10:22 SC, revision 54879

wxColour is implemented using CoreGraphics

2008-07-31 10:21 SC, revision 54878
  • D /wxWidgets/trunk/include/wx/osx/carbon/colour.h

wxColour is implemented using CoreGraphics

2008-07-31 10:10 SC, revision 54877

wxColour is implemented using CoreGraphics

2008-07-31 10:04 SC, revision 54876
  • D /wxWidgets/trunk/src/osx/carbon/brush.cpp
  • D /wxWidgets/trunk/src/osx/carbon/pen.cpp

pen and brush are platform neutral on osx

2008-07-31 10:04 SC, revision 54875

pen and brush are platform neutral on osx

2008-07-31 09:59 SC, revision 54874

correcting header path

2008-07-31 09:57 SC, revision 54873
  • D /wxWidgets/trunk/include/wx/osx/carbon/brush.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/pen.h

pen and brush are platform neutral on osx

2008-07-31 09:56 SC, revision 54872

pen and brush are platform neutral on osx

2008-07-31 09:52 SC, revision 54871
  • D /wxWidgets/trunk/include/wx/osx/brush.h
  • D /wxWidgets/trunk/include/wx/osx/pen.h

brush and pen are implementation neutral on osx

2008-07-31 06:59 SC, revision 54870

better guarding when no printing architecture exists

2008-07-31 06:57 SC, revision 54869

better guarding when no printing architecture exists (patch from Joel Low)

2008-07-31 05:57 SC, revision 54868

better guarding when no printing architecture exists (patch from Joel Low)

2008-07-30 22:11 VZ, revision 54862

add operator[] to our wxStringImpl (blind fix for wxMac buildbot build)

2008-07-30 21:53 VZ, revision 54861

fix setting the initial value when it's not in the default 0..100 range [backport of r53550 from trunk]

2008-07-30 21:41 VZ, revision 54860

optimize Replace() for the common case of replacing one character with another one (#9802)

2008-07-30 19:25 VZ, revision 54858

document that numbers outside of the valid range are forced into it

2008-07-30 15:48 SC, revision 54853

default to using graphics context on osx

2008-07-30 15:32 VZ, revision 54852

use different strings for wchar_t and UTF-8-based Unicode builds

2008-07-30 15:25 VZ, revision 54851

added another Replace() test

2008-07-30 15:04 SC, revision 54850

OSX reshuffling

2008-07-30 15:02 SC, revision 54849

OSX reshuffling

2008-07-30 15:02 SC, revision 54848

OSX reshuffling

2008-07-30 15:01 SC, revision 54847

OSX reshuffling

2008-07-30 15:00 SC, revision 54846

OSX reshuffling

2008-07-30 14:52 SC, revision 54845

OSX renaming round 2

2008-07-30 13:56 VZ, revision 54844

added some Replace() benchmarks (#9802)

2008-07-30 04:57 SC, revision 54841

getting rid of warnings for unused params

2008-07-30 04:56 SC, revision 54840

adding header for non-precomp

2008-07-29 23:19 VZ, revision 54839

don't use BS_AUTORADIOBUTTON at all, BS_RADIOBUTTON works just as well and doesn't hang the application in some circumstances (see #9786)

2008-07-29 23:10 VS, revision 54838

optimize wxFormatStringArgumentFinder<T> for strings and make it work correctly for wxCharBuffer

2008-07-29 23:07 VZ, revision 54837

add PostSizeEvent() and use it in wxMSW status bar code (#9795)

2008-07-29 22:25 VS, revision 54836

fixed messed up indentation

2008-07-29 21:51 SC, revision 54835

adding constant which appears in Leopard SDK only

2008-07-29 21:12 SC, revision 54834

console builds need another header from xcode

2008-07-29 21:03 SC, revision 54833

avoiding warning because of missing define

2008-07-29 20:35 SC, revision 54832

osx regrouping

2008-07-29 20:30 SC, revision 54831

osx regrouping

2008-07-29 20:30 SC, revision 54830

osx regrouping

2008-07-29 20:28 SC, revision 54829

osx regrouping

2008-07-29 20:27 SC, revision 54828

osx regrouping

2008-07-29 20:26 SC, revision 54827

osx regrouping

2008-07-29 20:24 SC, revision 54826

osx regrouping

2008-07-29 20:23 SC, revision 54825

osx regrouping

2008-07-29 20:22 SC, revision 54824

osx regrouping

2008-07-29 20:15 SC, revision 54823

osx regrouping

2008-07-29 20:13 SC, revision 54822

osx regrouping

2008-07-29 20:11 SC, revision 54821

osx regrouping

2008-07-29 20:04 SC, revision 54820

osx regrouping

2008-07-29 19:58 SC, revision 54819

universal implementation for osx cocoa

2008-07-29 19:58 SC, revision 54818

universal implementation for iphone

2008-07-29 19:57 SC, revision 54817

OSX regrouping

2008-07-29 19:51 SC, revision 54816

OSX regrouping

2008-07-29 19:50 SC, revision 54815

OSX regrouping

2008-07-29 19:47 SC, revision 54814

OSX regrouping

2008-07-29 19:25 SC, revision 54813

new SDK has frame CGRect return param

2008-07-29 13:32 VS, revision 54811

added a test for passing wxCharBufer to wxprintf functions

2008-07-29 13:22 JS, revision 54810

Take on appropriate paragraph style in the newly created paragraph.

2008-07-29 13:22 JS, revision 54809

Take on appropriate paragraph style in the newly created paragraph.

2008-07-29 13:09 VZ, revision 54808

updated Hindi translations

2008-07-29 13:08 RR, revision 54807

Further corrections to wxFileName docs

2008-07-29 12:43 RR, revision 54806

Minor formating

2008-07-29 12:35 VZ, revision 54805

generate a size event from ShowWithEffect() for consistency with Show()

2008-07-29 12:34 VZ, revision 54804

send the size event in SendSizeEvent() instead of posting it, otherwise we have no way to trigger immediate relayout; if we need delayed version we should add a separate PostSizeEvent()

2008-07-29 12:32 VZ, revision 54803

move SendSizeEvent() down to wxWindow from wxFrame; added SendSizeEventToParent() helper

2008-07-29 11:01 RR, revision 54802

Added 32-bit (UCS-4) wxUString class

2008-07-28 16:58 PC, revision 54797

build fix for wxMac with wxUSE_THREADS==0

2008-07-28 16:30 MMK, revision 54796

Implemented spiral layered loading.

2008-07-28 14:07 VZ, revision 54795

implement wxBitmap ctor from XBM data

2008-07-28 11:56 VZ, revision 54794

mention that it may be impossible to set the size of a wxStaticLine in the transversal direction

2008-07-28 10:18 MMK, revision 54793

Now rendering only the current scope

2008-07-28 05:49 PC, revision 54792

fix Gtk-WARNING "... no property named `row-ending-details'" (#4809)

2008-07-26 23:07 VZ, revision 54790

added a simple benchmarking suite

2008-07-26 22:08 VZ, revision 54789

don't use assert dialog under wxDFB, it does more harm than good

2008-07-26 10:44 RR, revision 54788

Trying to make wxFileName docs readable again

2008-07-26 09:20 SC, revision 54787

extending docs according #9713

2008-07-26 09:13 SC, revision 54786

extending docs according #9713

2008-07-25 14:21 MMK, revision 54785

Fixed CreateTextureFromBitmap()

2008-07-24 09:22 JS, revision 54781

Fixed mismatch in project file, added Unicode configurations, scan for JPEGs as well as PNGs

2008-07-24 02:15 PC, revision 54779

build fix

2008-07-24 00:47 VZ, revision 54778

define wxHAS_RAW_BITMAP for wxDFB

2008-07-24 00:05 VZ, revision 54777

fix index checking in GetRange()

2008-07-23 23:56 VZ, revision 54776

add unit test for wxTextCtrl::GetInsertionPoint()

2008-07-23 23:34 VZ, revision 54775

add unit test for wxTextCtrl::SetSelection()

2008-07-23 23:26 VZ, revision 54774

forbid modifying wxImage by assigning to wxImagePixelData::Iterator::Data(), this doesn't work correctly

2008-07-23 23:23 VZ, revision 54773

fix a bug in the test which was corrupting 1 byte beyond wxImage buffer

2008-07-23 17:50 MMK, revision 54772

Changed navigation mechanism

2008-07-23 13:07 JS, revision 54771

Compile for VC++6

2008-07-22 20:16 VZ, revision 54766

fix crash when reading malformed PCX images (#3836)

2008-07-22 17:33 VZ, revision 54765

attempt to fix compilation after the last change

2008-07-22 15:41 SC, revision 54764

trying to fix dnd problems leopard refs #9748

2008-07-22 14:53 SC, revision 54763

trying to fix dnd problems with the unicodetextcontrol under leopard refs #9748

2008-07-22 01:02 VZ, revision 54762

remove the workaround for STL build bug in wxArrays fixed by r54761

2008-07-22 01:01 VZ, revision 54761

get rid of base arrays in wxUSE_STL build, we don't need them there and deriving wxFooPtr from wxBaseArrayPtrVoid makes it iterators return void pointers instead of those of the correct type; added test case to check for this

2008-07-21 22:10 VS, revision 54759

Fixed detection of Meta key state so that NumLock isn't misdetected as Meta.

2008-07-21 22:09 VS, revision 54758

Fixed detection of Meta key state so that NumLock isn't misdetected as Meta.

2008-07-21 17:34 VZ, revision 54757

another compilation fix for wxDFB STL build (#9754)

2008-07-21 17:17 VZ, revision 54755

compilation fix for wxDFB STL build (#9753)

2008-07-21 17:14 VZ, revision 54754

fix wxDFB compilation without wxUSE_LOG (#9752)

2008-07-21 17:05 VZ, revision 54750

compilation fix for wxDFB STL build (#9751)

2008-07-21 17:01 VZ, revision 54748

add missing headers for wxDFB cross-build (#9770)

2008-07-21 16:58 VZ, revision 54747

add missing trailing quote in a #warning (#9769)

2008-07-21 15:53 VZ, revision 54746

avoid unnecessary conversions in wxTextDataObject code in UTF-8 build

2008-07-21 15:27 SC, revision 54745

fix for #9045

2008-07-21 05:34 RD, revision 54743

2.8.8.1

2008-07-21 03:39 VZ, revision 54742

don't call gtk_selection_data_set_text() with non-UTF-8 data as we did in ANSI build (#2037)

2008-07-21 03:35 VZ, revision 54741

wxDF_UNICODETEXT shouldn't be supported at all in ANSI build

2008-07-21 03:02 VZ, revision 54740

no changes, just fixed a typo in comment

2008-07-21 02:51 VZ, revision 54739

use #if wxUSE_UNICODE instead of #ifdefs (which totally broke ANSI build)

2008-07-21 02:33 VZ, revision 54738

don't show warning to the user if session manager detection failed, this is annoying and irrelevant

2008-07-21 02:26 VZ, revision 54737

added FromUTF8Unchecked() for ANSI build too

2008-07-21 01:35 VZ, revision 54735

use (new) safer GetTraitsIfExists() in wxMutexGuiEnter/Leave() to avoid crashing on exit of wxGTK1 applications putting anything on clipboard (and maybe other cases)

2008-07-21 01:33 VZ, revision 54734

don't give error on startup of any application using wxHTML just because /usr/local/share/mime/globs doesn't exist

2008-07-21 01:33 VZ, revision 54733

don't use deprecated function

2008-07-20 22:48 VZ, revision 54732

fix generation of events for an initially empty wxDirPickerCtrl

2008-07-20 22:36 VZ, revision 54731

blind attempt to fix wxBitmap in wxMGL