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

2009-01-24 18:07 SC, revision 58358

bring in the definition of wxSizer, making non-precomp builds working again after r58312

2009-01-24 17:01 SC, revision 58356

bring in the definition of wxScrollHelper, making non-precomp builds working again after r58312

2009-01-24 14:12 VZ, revision 58355

take into account the controlling wxChoice size in GetBestSize() (closes #10394)

2009-01-24 14:10 RR, revision 58354

Pseudo-sort MIME types (all application/xxx at the end) so that other types are found first

2009-01-24 14:04 VZ, revision 58353

minor fixes for custom controls support in wxFileDialog: slightly improve documentation, make variable names more clear and add more WinCE checks (closes #10416)

2009-01-24 13:42 FM, revision 58352

wxgtk_window_size_request_callback is not needed by wxStaticText anymore

2009-01-24 13:40 FM, revision 58351

do not export private symbols in wx shared libraries

2009-01-24 10:00 FM, revision 58350

add missing wxABI_VERSION checks for previously-committed wxAnimation ctors

2009-01-24 00:06 RR, revision 58348

Add comment explaining why we filter out application/x-blah-app like entries from the MIME db

2009-01-23 23:55 VZ, revision 58347

add missing wxUSE_DRAG_AND_DROP checks

2009-01-23 23:40 RR, revision 58346

Don't pretend to be a GtkTreeView where it isn't required

2009-01-23 23:35 RR, revision 58345

Optical improvements under OS X

2009-01-23 22:50 RR, revision 58344

Only use text/xxx, skip application/xxx in MIME database

2009-01-23 22:19 RR, revision 58343

Correct conversion from text file to charset (which is read in that text file)

2009-01-23 22:18 RR, revision 58342

Don't attempt to convert non-ascii strings to filenames

2009-01-23 19:50 SC, revision 58341

fixing some warnings

2009-01-23 19:25 SC, revision 58340

fixing 64 bit compile

2009-01-23 15:10 RR, revision 58333

Always use theme border for inner window under wxGTK

2009-01-23 14:04 RR, revision 58332

Postpone size event from wxTLW resizing to idle

2009-01-23 13:54 RR, revision 58331

Not calling _size_allocate() breaks a.o. the native wxDataViewCtrl

2009-01-23 13:30 VZ, revision 58330

added (wxMSW-only) wxToolTip::SetMaxWidth() and improve its default behaviour (#2817)

2009-01-23 13:26 VZ, revision 58329

added (wxMSW-only) wxToolTip::SetMaxWidth() and improve its default behaviour (#2817)

2009-01-23 13:04 RR, revision 58328

Prevent surplus calls of _size_allocate() if no change

2009-01-23 12:50 RR, revision 58327

Don't always show the vertical scrollbar

2009-01-23 12:39 RR, revision 58326

Remove scrollbar spacing from client size

2009-01-23 12:26 RR, revision 58325

Add simple wxListCtrl to complex sample

2009-01-23 11:55 RR, revision 58324

GTK+'s native controls usually have a bigger line height

2009-01-23 11:51 RR, revision 58323

Restore keyboard navi

2009-01-23 11:37 RR, revision 58322

Tried hard to get the selection/focus rectangle drawn right. The GTK+ theme API is beyond repair.

2009-01-23 09:23 VZ, revision 58321

rebake without persistence files

2009-01-23 08:47 RR, revision 58320

Forgot this one

2009-01-23 08:40 RR, revision 58319

Forgot header with OSX prefix

2009-01-23 08:36 RR, revision 58318

Give some OSX specific methods OSX prefix, fixes hidden virtual method warning elsewhere

2009-01-23 08:35 RR, revision 58317

wxDataViewCtrl fixes

2009-01-23 08:18 RR, revision 58316

Remove persistence related files ag ain

2009-01-23 08:14 RR, revision 58315

Remove persistence related files again

2009-01-23 00:30 VZ, revision 58313

fix wxEVT_SPIN_XXX definitions in a nicer (compatible with new events) way

2009-01-22 23:01 RR, revision 58312

Reorganized wxListCtrl's window layout (same as wxDataViewCtrl), call RecalculatePositions() from OnPaint() to get rid of flicker

2009-01-22 17:22 JMS, revision 58310

Add wxPropertyGridEditorEventForwarders into wxPendingDelete

2009-01-22 15:53 FM, revision 58309

add default explicit ctor

2009-01-22 15:29 FM, revision 58308

update KDE guide link; added to the list of the 'Changes which are compatible' the addition of a ctor

2009-01-22 15:28 FM, revision 58307

add the wxAnimation ctor which was documented but not present (backport of r52640 from trunk)

2009-01-22 15:11 RR, revision 58306

Use theme border in wxListCtrl sample

2009-01-22 15:08 FM, revision 58305

fix comment which otherwise produces misleading results in the configure-generated final script

2009-01-22 15:05 RR, revision 58304

Trying again to improve border type guessing

2009-01-22 14:44 RR, revision 58303

Don't extend last header column button, as the column itself doesn't do it neither

2009-01-22 14:40 RR, revision 58302

draw icon before text label in header (huh?)

2009-01-22 14:28 RR, revision 58301

Further header button details

2009-01-22 14:11 RR, revision 58300

typo

2009-01-22 14:09 RR, revision 58299

Further attempts at getting the header buttons right

2009-01-22 13:53 RR, revision 58298

Use wxCONTROL_SPECIAL to denote first header button

2009-01-22 13:51 RR, revision 58297

The last button also looks different in the header control

2009-01-22 13:41 RR, revision 58296

First and other header buttons look different

2009-01-22 13:40 RR, revision 58295

First and other header buttons look different

2009-01-22 13:34 RR, revision 58294

Respect that GTK+ wants to have space between scrollbar and client area

2009-01-22 13:33 RR, revision 58293

Try to be smarter about querying the border witdh

2009-01-22 13:33 RR, revision 58292

Override GetDefaultBorder, currently changes nothing

2009-01-22 11:53 FM, revision 58291

fix wxWindow::PushEventHandler and related wxWindow functions for the stack management; currently they don't work well when passing event handlers which are part of an event handler chain (see wx-dev thread 'wxWindow event handler stack'); implement wxEvtHandler Unlink() and IsUnlinked() functions and document them; revise docs of all involved functions of both wxEvtHandler and wxWindow, adding images for better explanations

2009-01-22 02:07 FM, revision 58290

a few more member groups, in line with the real header's groups

2009-01-22 01:45 FM, revision 58289

no real change: just grouped the tons of wxWindows function in meaningful groups

2009-01-21 23:47 BP, revision 58288

Quick 2.8 latex docs fix (properly escape &).

2009-01-21 23:42 VZ, revision 58287

tweak GetAppDir() to recognize more debug build directory suffixes

2009-01-21 23:34 FM, revision 58286

fix wxHtmlCell::Layout docs

2009-01-21 22:58 RR, revision 58285

Add visual drag hint

2009-01-21 22:56 FM, revision 58284

rename also motif logo

2009-01-21 22:54 FM, revision 58283

rename image files in a coherent way; remove old unused images

2009-01-21 22:32 VZ, revision 58282

fix problem with using wxEVT_SPIN in event tables after new events patch

2009-01-21 22:16 BP, revision 58281

Fixed unicode build after r58272.

2009-01-21 18:51 VZ, revision 58279

use standard [Shift-]Ctrl-Z accelerators for wxID_REDO/UNDO

2009-01-21 18:20 RR, revision 58278

Add drop hint

2009-01-21 18:04 BP, revision 58277

Applied minor documentation corrections to wxRegKey from charles (fixes #10407).

2009-01-21 17:44 RR, revision 58276

Call SetDataSource() from OnEnter() so that querying/accessing the data is possible from then on, rename to MSWxxx

2009-01-21 17:26 VZ, revision 58275

disable wxUSE_MEDIACTRL when wxUSE_ALL_FEATURES==no (closes #10415)

2009-01-21 17:08 VZ, revision 58274

fix compilation (but not working) of the code in wxUSE_FILESYSTEM==0 case (see #10414)

2009-01-21 17:05 VZ, revision 58273

fix compilation with wxUSE_SPIN{BTN,CTRL}==0 (closes #10413)

2009-01-21 17:02 VZ, revision 58272

fix wxURI::GetUser() for URIs without password; added unit test case for it (closes #10412)

2009-01-21 16:58 PC, revision 58271

don't use m_backing_window, it can't be drawn on

2009-01-21 15:32 VZ, revision 58270

allocate size for the extra controls in the file dialog (#9679)

2009-01-21 15:26 VZ, revision 58269

really fix compilation in !wxUSE_LOG_DIALOG case (still #10411)

2009-01-21 15:14 RR, revision 58268

Use wxDF_UNICODETEXT to make wxMSW crash

2009-01-21 15:04 RR, revision 58267

Reinitialise wxDataViewCustomRenderer's DC every time

2009-01-21 14:53 RR, revision 58266

iter = NULL in iter_n_children() means root

2009-01-21 14:49 VZ, revision 58265

fix compilation in !wxUSE_LOG_DIALOG case (closes #10411)

2009-01-21 14:47 VZ, revision 58264

add more wxUSE_XXX checks to allow compilation with some wx features disabled (closes #10410)

2009-01-21 14:39 RR, revision 58263

Copy and paste error

2009-01-21 14:02 RR, revision 58261

Implement simple Drop, doesn't work under wxMSW (?)

2009-01-21 14:01 RR, revision 58260

Add wxDataFormat GetMatchingPair() which wxGTK and wxMSW already had under different names

2009-01-21 14:01 VZ, revision 58259

added wxStandardPaths::GetAppDocumentsDir() and use it by default for loading/saving documents in wxDocManager

2009-01-21 13:59 RR, revision 58258

Compilation fix

2009-01-21 12:06 JS, revision 58257

wxRTC now properly honours margin size Added wxRE_CENTRE_CARET style to centre the caret line vertically

2009-01-21 12:05 JS, revision 58256

wxRTC now properly honours margin size Added wxRE_CENTRE_CARET style to centre the caret line vertically

2009-01-21 11:48 JS, revision 58255

Restore control focus after adaptation

2009-01-21 11:36 RR, revision 58254

Give GTK specific (but public) methods a Gtk prefix

2009-01-21 00:14 VZ, revision 58252

send destroy events for children before they're fully destroyed; document SendDestroyEvent() and explain when to call it

2009-01-20 23:53 VZ, revision 58250

make sure events are enabled in DoWait() before starting to wait for them (closes #10396)

2009-01-20 19:57 RR, revision 58249

Implement simple drag

2009-01-20 19:43 RR, revision 58248

FindNode() must return m_root for wxDataViewItem(0)

2009-01-20 19:04 RR, revision 58247

Skeleton for generic Drag code

2009-01-20 18:33 VZ, revision 58246

set m_isBeingDeleted to true (only) in SendDestroyEvent(); call it as early as possible during the window destruction to ensure that destroy event handlers can still access the full window object

2009-01-20 17:50 PC, revision 58245

build fixes and cleanup

2009-01-20 17:37 KO, revision 58244

Restore fixes needed for wxRenderer functions to work with wxGCDC.

2009-01-20 14:27 SC, revision 58243

streamlining slider, scroller, spinbutton for osx carbon and cocoa

2009-01-20 13:54 RR, revision 58242

Typo

2009-01-20 13:54 RR, revision 58241

Minor error

2009-01-20 13:46 RR, revision 58240

Add event based Drop API

2009-01-20 12:49 RR, revision 58239

Forgot this

2009-01-20 11:58 RR, revision 58238

Simplified event based Drag API for wxDataViewCtrl

2009-01-20 11:42 RR, revision 58237

Docuement wxDataObject::IsSupported()

2009-01-19 22:27 RR, revision 58236

New eventb based Drag interface for wxDataViewCtrl

2009-01-19 20:29 JJ, revision 58234

Update compile support for OpenVMS

2009-01-19 16:28 VZ, revision 58233

no changes, just added a clarifying comment

2009-01-19 14:49 RR, revision 58232

remove comment recommending (wxWindow*) NULL

2009-01-19 14:44 RR, revision 58231

Rename XxxxCol() -> XxxxColumn() and resolve inheritance problems from it

2009-01-19 14:43 VZ, revision 58230

use basetsd.h for non-MSVC compilers (including mingw32 too), replaces the previous fix

2009-01-19 14:40 VZ, revision 58229

compilation fix after NULL cast removal; also used it to get rid of an ugly OnTimerEvent(*(wxTimerEvent *)NULL) call

2009-01-19 13:55 VZ, revision 58228

return true from HasPending() if we have at least 1 event, not exactly 1 (closes #10397)

2009-01-19 13:55 VZ, revision 58227

don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither

2009-01-19 13:39 VZ, revision 58226

don't use annoying and unneeded in C++ casts of NULL to "T *"

2009-01-19 13:30 VZ, revision 58225

correct Id tags

2009-01-19 13:23 VZ, revision 58224

add wx/generic/private/*.h files

2009-01-19 11:53 RR, revision 58223

Forgot DeleteChildren()

2009-01-19 11:42 RR, revision 58222

Move model notification code of tree store from the store to the control, implement Insert() methods

2009-01-19 11:42 VZ, revision 58221

fix OS/2 compilation of wxDoGetCwd()

2009-01-19 11:40 VZ, revision 58220

fix OS/2 compilation of wxDoGetCwd()

2009-01-19 11:05 RR, revision 58219

Added missing public: statement to docs

2009-01-19 06:20 JJ, revision 58218

Update compile support for OpenVMS

2009-01-19 00:21 FM, revision 58217

fix some wording and a typo

2009-01-18 23:28 FM, revision 58216

no real change: divide in groups the wxEvtHandler methods

2009-01-18 23:27 FM, revision 58215

document some wxID_* constants

2009-01-18 23:00 VZ, revision 58214

use correct value for MTU - sizeof(TCP header)

2009-01-18 21:46 FM, revision 58212

remove usage of wxT() macro; it makes example code a bit harder to read

2009-01-18 21:35 VZ, revision 58211

added include/wx/generic/private files to distribution

2009-01-18 21:33 RD, revision 58210

destroy the abort dialog when done with it

2009-01-18 21:31 RD, revision 58209

destroy the abort dialog when done with it

2009-01-18 21:16 RD, revision 58208

Remove the wx-addons package

2009-01-18 20:46 RD, revision 58207

Use "test" for borne shell compatibility

2009-01-18 20:37 RR, revision 58204

Really set standard cursor when over title bar and decos

2009-01-18 20:05 JMS, revision 58203

Translate keycode(s) into character more consistenly in wxVListBoxComboPopup::HandleKey() (fixes #10395)

2009-01-18 19:57 JMS, revision 58202

Translate keycode(s) into character more consistenly in wxVListBoxComboPopup::HandleKey() (fixes #10395)

2009-01-18 19:43 FM, revision 58201

patch by Utensil Candel: implementation of the new interface and some bug fix

2009-01-18 19:30 JS, revision 58200

Applied Peter Most's EVT_SPIN crash fix

2009-01-18 18:49 VZ, revision 58199

move ClassRegInfo out from anonymous namespace to work around mingw32 4.3 bug

2009-01-18 16:10 SC, revision 58198

mouse and cursor additions for cocoa, see #10361

2009-01-18 15:09 VZ, revision 58197

compilation fix for old SDKs (VC6...) which don't define HDM_SETBITMAPMARGIN/Header_SetBitmapMargin

2009-01-18 14:23 VZ, revision 58196

reduce the margins around bitmaps to avoid truncating the label unnecessarily

2009-01-18 12:59 RR, revision 58195

Trying to make wxDataViewListCtrl docs appear

2009-01-18 12:34 JS, revision 58194

Workaround for GTK+ sensitivity bug

2009-01-18 12:30 VZ, revision 58193

added forward declaration of FrameSite apparently needed by mingw32 4.3

2009-01-18 12:29 JS, revision 58192

Enable/disable both widgets

2009-01-18 12:21 JS, revision 58191

Further tweaks to GTK+ sensitivity fix

2009-01-18 08:20 JMS, revision 58190

Fixed bug: splitter was not drawn for nested categories

2009-01-17 21:42 RR, revision 58189

Fix scrolled window bug when reducing the virtual size when being scrolled maximally down corrupted the display due to excess scrolling

2009-01-17 20:38 JS, revision 58188

Workaround for GTK+ sensitivity bug

2009-01-17 18:58 SC, revision 58187

fixing screen coordinate transformation

2009-01-17 18:57 SC, revision 58186

fixing include style

2009-01-17 17:50 JMS, revision 58185

Fix wxEnumProperty unspecified value by taking it into account in GetIndex()

2009-01-17 17:32 SC, revision 58184

missing commit

2009-01-17 16:24 SC, revision 58183

fixing dangling includes

2009-01-17 13:38 SC, revision 58182

fixing dangling includes

2009-01-17 13:29 JMS, revision 58181

Fixed relaying of wxEVT_MOUSEWHEEL to popup control

2009-01-17 13:25 SC, revision 58180

reverting to former mimetype routing to core

2009-01-17 13:22 VZ, revision 58179
  • D /wxWidgets/trunk/samples/access/access_vc9.sln
  • D /wxWidgets/trunk/samples/animate/anitest_vc9.sln
  • D /wxWidgets/trunk/samples/artprov/artprov_vc9.sln
  • D /wxWidgets/trunk/samples/aui/auidemo_vc9.sln
  • D /wxWidgets/trunk/samples/calendar/calendar_vc9.sln
  • D /wxWidgets/trunk/samples/caret/caret_vc9.sln
  • D /wxWidgets/trunk/samples/clipboard/clipboard.dsw
  • D /wxWidgets/trunk/samples/clipboard/clipboard_vc7.sln
  • D /wxWidgets/trunk/samples/clipboard/clipboard_vc8.sln
  • D /wxWidgets/trunk/samples/clipboard/clipboard_vc9.sln
  • D /wxWidgets/trunk/samples/collpane/collpane_vc9.sln
  • D /wxWidgets/trunk/samples/combo/combo_vc9.sln
  • D /wxWidgets/trunk/samples/config/config_vc9.sln
  • D /wxWidgets/trunk/samples/console/console_vc9.sln
  • D /wxWidgets/trunk/samples/controls/controls_vc9.sln
  • D /wxWidgets/trunk/samples/dataview/dataview_vc9.sln
  • D /wxWidgets/trunk/samples/debugrpt/debugrpt_vc9.sln
  • D /wxWidgets/trunk/samples/dialogs/dialogs_vc9.sln
  • D /wxWidgets/trunk/samples/dialup/dialup_vc9.sln
  • D /wxWidgets/trunk/samples/display/display_vc9.sln
  • D /wxWidgets/trunk/samples/dnd/dnd_vc9.sln
  • D /wxWidgets/trunk/samples/docview/docview_vc9.sln
  • D /wxWidgets/trunk/samples/dragimag/dragimag_vc9.sln
  • D /wxWidgets/trunk/samples/drawing/drawing_vc9.sln
  • D /wxWidgets/trunk/samples/editlbox/editlbox.dsw
  • D /wxWidgets/trunk/samples/editlbox/editlbox_vc9.sln
  • D /wxWidgets/trunk/samples/erase/erase_vc9.sln
  • D /wxWidgets/trunk/samples/event/event_vc9.sln
  • D /wxWidgets/trunk/samples/except/except_vc9.sln
  • D /wxWidgets/trunk/samples/exec/exec_vc9.sln
  • D /wxWidgets/trunk/samples/font/font_vc9.sln
  • D /wxWidgets/trunk/samples/grid/grid_vc9.sln
  • D /wxWidgets/trunk/samples/help/help_vc9.sln
  • D /wxWidgets/trunk/samples/htlbox/htlbox_vc9.sln
  • D /wxWidgets/trunk/samples/html/about/about_vc9.sln
  • D /wxWidgets/trunk/samples/html/help/help_vc9.sln
  • D /wxWidgets/trunk/samples/html/helpview/helpview_vc9.sln
  • D /wxWidgets/trunk/samples/html/printing/printing_vc9.sln
  • D /wxWidgets/trunk/samples/html/test/test_vc9.sln
  • D /wxWidgets/trunk/samples/html/virtual/virtual_vc9.sln
  • D /wxWidgets/trunk/samples/html/widget/widget_vc9.sln
  • D /wxWidgets/trunk/samples/html/zip/zip_vc9.sln
  • D /wxWidgets/trunk/samples/image/image_vc9.sln
  • D /wxWidgets/trunk/samples/internat/internat_vc9.sln
  • D /wxWidgets/trunk/samples/ipc/ipc_vc9.sln
  • D /wxWidgets/trunk/samples/joytest/joytest_vc9.sln
  • D /wxWidgets/trunk/samples/keyboard/keyboard_vc9.sln
  • D /wxWidgets/trunk/samples/layout/layout_vc9.sln
  • D /wxWidgets/trunk/samples/listctrl/listctrl_vc9.sln
  • D /wxWidgets/trunk/samples/mdi/mdi_vc9.sln
  • D /wxWidgets/trunk/samples/mediaplayer/mediaplayer_vc9.sln
  • D /wxWidgets/trunk/samples/memcheck/memcheck_vc9.sln
  • D /wxWidgets/trunk/samples/menu/menu_vc9.sln
  • D /wxWidgets/trunk/samples/mfc/mfc_vc9.sln
  • D /wxWidgets/trunk/samples/minimal/minimal_vc9.sln
  • D /wxWidgets/trunk/samples/mobile/styles/styles_vc9.sln
  • D /wxWidgets/trunk/samples/mobile/wxedit/wxedit_vc9.sln
  • D /wxWidgets/trunk/samples/nativdlg/nativdlg_vc9.sln
  • D /wxWidgets/trunk/samples/notebook/notebook_vc9.sln
  • D /wxWidgets/trunk/samples/oleauto/oleauto_vc9.sln
  • D /wxWidgets/trunk/samples/opengl/cube/cube_vc9.sln
  • D /wxWidgets/trunk/samples/opengl/isosurf/isosurf_vc9.sln
  • D /wxWidgets/trunk/samples/opengl/penguin/penguin_vc9.sln
  • D /wxWidgets/trunk/samples/ownerdrw/ownerdrw_vc9.sln
  • D /wxWidgets/trunk/samples/popup/popup_vc9.sln
  • D /wxWidgets/trunk/samples/power/power_vc9.sln
  • D /wxWidgets/trunk/samples/printing/printing_vc9.sln
  • D /wxWidgets/trunk/samples/propgrid/propgrid.dsw
  • D /wxWidgets/trunk/samples/propgrid/propgrid_vc7.sln
  • D /wxWidgets/trunk/samples/propgrid/propgrid_vc8.sln
  • D /wxWidgets/trunk/samples/propgrid/propgrid_vc9.sln
  • D /wxWidgets/trunk/samples/regtest/regtest_vc9.sln
  • D /wxWidgets/trunk/samples/render/render_vc9.sln
  • D /wxWidgets/trunk/samples/richtext/richtext_vc9.sln
  • D /wxWidgets/trunk/samples/sashtest/sashtest_vc9.sln
  • D /wxWidgets/trunk/samples/scroll/scroll_vc9.sln
  • D /wxWidgets/trunk/samples/shaped/shaped_vc9.sln
  • D /wxWidgets/trunk/samples/sockets/sockets_vc9.sln
  • D /wxWidgets/trunk/samples/sound/sound_vc9.sln
  • D /wxWidgets/trunk/samples/splash/splash_vc9.sln
  • D /wxWidgets/trunk/samples/splitter/splitter_vc9.sln
  • D /wxWidgets/trunk/samples/statbar/statbar_vc9.sln
  • D /wxWidgets/trunk/samples/stc/stctest_vc9.sln
  • D /wxWidgets/trunk/samples/svg/svgtest_vc9.sln
  • D /wxWidgets/trunk/samples/taborder/taborder_vc9.sln
  • D /wxWidgets/trunk/samples/taskbar/taskbar_vc9.sln
  • D /wxWidgets/trunk/samples/text/text_vc9.sln
  • D /wxWidgets/trunk/samples/thread/thread_vc9.sln
  • D /wxWidgets/trunk/samples/toolbar/toolbar_vc9.sln
  • D /wxWidgets/trunk/samples/treectrl/treectrl_vc9.sln
  • D /wxWidgets/trunk/samples/typetest/typetest_vc9.sln
  • D /wxWidgets/trunk/samples/validate/validate_vc9.sln
  • D /wxWidgets/trunk/samples/vscroll/vscroll_vc9.sln
  • D /wxWidgets/trunk/samples/widgets/widgets_vc9.sln
  • D /wxWidgets/trunk/samples/wizard/wizard_vc9.sln
  • D /wxWidgets/trunk/samples/wrapsizer/wrapsizer.dsw
  • D /wxWidgets/trunk/samples/wrapsizer/wrapsizer_vc7.sln
  • D /wxWidgets/trunk/samples/wrapsizer/wrapsizer_vc8.sln
  • D /wxWidgets/trunk/samples/wrapsizer/wrapsizer_vc9.sln
  • D /wxWidgets/trunk/samples/xrc/xrcdemo_vc9.sln

remove MSVC solution files from svn

2009-01-17 13:21 SC, revision 58178

wrong move

2009-01-17 13:16 VZ, revision 58177

implement wxTreeCtrl::ItemHasChildren() properly for virtual root item; added unit test for it

2009-01-17 13:01 VZ, revision 58176

compilation fix for VC7 which seems to somehow lose the default value for PopEventHandler() parameter inside scope guard templates

2009-01-17 12:07 VZ, revision 58175

added missing textfile test to 2.8 branch too

2009-01-17 12:02 VZ, revision 58174

added missing textfile test

2009-01-17 11:52 VZ, revision 58173

define [us]ptr_t properly for mingw64 compilation

2009-01-17 11:38 VZ, revision 58172

add wx/app.h for PCH-less compilation

2009-01-17 11:26 SC, revision 58171

printing adjustment

2009-01-17 11:10 SC, revision 58170

printing adjustment

2009-01-17 10:54 SC, revision 58169

headermove osx - building

2009-01-17 10:43 SC, revision 58168
  • R /wxWidgets/trunk/include/wx/osx/accel.h
  • R /wxWidgets/trunk/include/wx/osx/app.h
  • R /wxWidgets/trunk/include/wx/osx/bitmap.h
  • R /wxWidgets/trunk/include/wx/osx/bmpbuttn.h
  • R /wxWidgets/trunk/include/wx/osx/button.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/accel.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/app.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/bitmap.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/bmpbuttn.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/button.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/checkbox.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/checklst.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/choice.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/clipbrd.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/colordlg.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/combobox.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/control.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/cursor.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/dataform.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/dataobj.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/dataobj2.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/dc.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/dcclient.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/dcmemory.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/dcprint.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/dcscreen.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/dialog.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/dirdlg.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/dnd.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/filedlg.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/font.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/fontdlg.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/frame.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/gauge.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/glcanvas.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/helpxxxx.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/icon.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/imaglist.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/joystick.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/listbox.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/listctrl.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/mdi.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/menu.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/menuitem.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/metafile.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/mimetype.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/minifram.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/msgdlg.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/nonownedwnd.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/notebook.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/palette.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/pnghand.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/pngread.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/popupwin.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/printmac.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/radiobox.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/radiobut.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/scrolbar.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/slider.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/sound.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/spinbutt.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/spinctrl.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/srchctrl.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/statbox.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/statline.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/stattext.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/statusbr.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/taskbarosx.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/textctrl.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/tglbtn.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/toolbar.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/tooltip.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/toplevel.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/treectrl.h
  • D /wxWidgets/trunk/include/wx/osx/carbon/window.h
  • R /wxWidgets/trunk/include/wx/osx/checkbox.h
  • R /wxWidgets/trunk/include/wx/osx/checklst.h
  • R /wxWidgets/trunk/include/wx/osx/choice.h
  • R /wxWidgets/trunk/include/wx/osx/clipbrd.h
  • R /wxWidgets/trunk/include/wx/osx/colordlg.h
  • R /wxWidgets/trunk/include/wx/osx/combobox.h
  • R /wxWidgets/trunk/include/wx/osx/control.h
  • R /wxWidgets/trunk/include/wx/osx/cursor.h
  • R /wxWidgets/trunk/include/wx/osx/dataform.h
  • R /wxWidgets/trunk/include/wx/osx/dataobj.h
  • R /wxWidgets/trunk/include/wx/osx/dataobj2.h
  • R /wxWidgets/trunk/include/wx/osx/dc.h
  • R /wxWidgets/trunk/include/wx/osx/dcclient.h
  • R /wxWidgets/trunk/include/wx/osx/dcmemory.h
  • R /wxWidgets/trunk/include/wx/osx/dcprint.h
  • R /wxWidgets/trunk/include/wx/osx/dcscreen.h
  • R /wxWidgets/trunk/include/wx/osx/dialog.h
  • R /wxWidgets/trunk/include/wx/osx/dirdlg.h
  • R /wxWidgets/trunk/include/wx/osx/dnd.h
  • R /wxWidgets/trunk/include/wx/osx/filedlg.h
  • R /wxWidgets/trunk/include/wx/osx/font.h
  • R /wxWidgets/trunk/include/wx/osx/fontdlg.h
  • R /wxWidgets/trunk/include/wx/osx/frame.h
  • R /wxWidgets/trunk/include/wx/osx/gauge.h
  • R /wxWidgets/trunk/include/wx/osx/glcanvas.h
  • R /wxWidgets/trunk/include/wx/osx/helpxxxx.h
  • R /wxWidgets/trunk/include/wx/osx/icon.h
  • R /wxWidgets/trunk/include/wx/osx/imaglist.h
  • R /wxWidgets/trunk/include/wx/osx/joystick.h
  • R /wxWidgets/trunk/include/wx/osx/listbox.h
  • R /wxWidgets/trunk/include/wx/osx/listctrl.h
  • R /wxWidgets/trunk/include/wx/osx/mdi.h
  • R /wxWidgets/trunk/include/wx/osx/menu.h
  • R /wxWidgets/trunk/include/wx/osx/menuitem.h
  • R /wxWidgets/trunk/include/wx/osx/metafile.h
  • R /wxWidgets/trunk/include/wx/osx/mimetype.h
  • R /wxWidgets/trunk/include/wx/osx/minifram.h
  • R /wxWidgets/trunk/include/wx/osx/msgdlg.h
  • R /wxWidgets/trunk/include/wx/osx/nonownedwnd.h
  • R /wxWidgets/trunk/include/wx/osx/notebook.h
  • R /wxWidgets/trunk/include/wx/osx/palette.h
  • R /wxWidgets/trunk/include/wx/osx/pnghand.h
  • R /wxWidgets/trunk/include/wx/osx/pngread.h
  • R /wxWidgets/trunk/include/wx/osx/popupwin.h
  • R /wxWidgets/trunk/include/wx/osx/printmac.h
  • R /wxWidgets/trunk/include/wx/osx/radiobox.h
  • R /wxWidgets/trunk/include/wx/osx/radiobut.h
  • R /wxWidgets/trunk/include/wx/osx/scrolbar.h
  • R /wxWidgets/trunk/include/wx/osx/slider.h
  • R /wxWidgets/trunk/include/wx/osx/sound.h
  • R /wxWidgets/trunk/include/wx/osx/spinbutt.h
  • R /wxWidgets/trunk/include/wx/osx/spinctrl.h
  • R /wxWidgets/trunk/include/wx/osx/srchctrl.h
  • R /wxWidgets/trunk/include/wx/osx/statbox.h
  • R /wxWidgets/trunk/include/wx/osx/statline.h
  • R /wxWidgets/trunk/include/wx/osx/stattext.h
  • R /wxWidgets/trunk/include/wx/osx/statusbr.h
  • R /wxWidgets/trunk/include/wx/osx/taskbarosx.h
  • R /wxWidgets/trunk/include/wx/osx/textctrl.h
  • R /wxWidgets/trunk/include/wx/osx/tglbtn.h
  • R /wxWidgets/trunk/include/wx/osx/toolbar.h
  • R /wxWidgets/trunk/include/wx/osx/tooltip.h
  • R /wxWidgets/trunk/include/wx/osx/toplevel.h
  • R /wxWidgets/trunk/include/wx/osx/treectrl.h
  • R /wxWidgets/trunk/include/wx/osx/window.h

headermove osx - header files

2009-01-17 09:05 SC, revision 58167
  • D /wxWidgets/trunk/include/wx/osx/carbon/printdlg.h

testing header replace

2009-01-17 09:05 SC, revision 58166
  • R /wxWidgets/trunk/include/wx/osx/printdlg.h

testing header replace

2009-01-17 08:46 SC, revision 58165

adding NSPrintInfo support

2009-01-17 08:46 SC, revision 58164

streamlining printing support, adding printing support on osx-cocoa

2009-01-17 08:45 SC, revision 58163

avoiding warning for unused var in cocoa build

2009-01-16 23:01 VZ, revision 58161

add wx/window.h for MSVC compilation

2009-01-16 21:22 FM, revision 58160

fix sample

2009-01-16 20:46 FM, revision 58159

use enumerations instead of integers for wxFont style/weight/family

2009-01-16 20:09 FM, revision 58158

fix typos

2009-01-16 19:21 SC, revision 58157

simplifying code

2009-01-16 19:12 VZ, revision 58156

fix the size of bitmaps we create (re-closes #4563) [backport of r50895 from trunk]

2009-01-16 19:03 VZ, revision 58155

use wcs(n)casecmp() if available; use wxStricmp() to implement wxString::CmpNoCase() as it's significantly more efficient than wx code (closes #10375)

2009-01-16 18:49 VZ, revision 58154

make the preview frame float on parent by default as otherwise it is hidden when the parent is a modal dialog, at least under wxGTK (#10341)

2009-01-16 18:03 VZ, revision 58153

implement SetTimes() for directories too under MSW (#10250)

2009-01-16 17:48 VZ, revision 58152

calling wcsnlen(NULL) does crash (under Debian and, according to the docs, should also crash with MSVC), contrary to what the comment claimed so don't do this

2009-01-16 17:44 VZ, revision 58151

export wxActiveX stuff from core (not media) DLL (closes #8991)

2009-01-16 17:41 VZ, revision 58150

compilation fixes for 64 bit platforms

2009-01-16 17:19 VZ, revision 58149

forward declare wxEvent before using it

2009-01-16 16:37 VZ, revision 58148

add missing header for mingw32 PCH-less build

2009-01-16 16:21 FM, revision 58147

remove also wxT(); it's confusing, too; do load wxstd.mo catalog after calling wxLocale::Init as to show a localized error message when opening NOTEXIST.ING; add some notes about the logic of the program

2009-01-16 16:21 VZ, revision 58146

add a unit test checking that events are really propagated as they're supposed to

2009-01-16 16:18 JS, revision 58145

Fixed invisible CHM tooltip text bug when window text colour is black.

2009-01-16 16:07 VZ, revision 58144

ensure that ProcessEvent() is called for all the event handlers, not just the first one in event handlers list

2009-01-16 15:50 RR, revision 58143

Illustrate usage of wxDataViewListCtrl

2009-01-16 15:48 RR, revision 58142

Mention wxDataViewListCtrl

2009-01-16 15:44 RR, revision 58141

Document wxDataViewListCtrl, minor corrections

2009-01-16 15:32 FM, revision 58140

remove usage of _T(); it's just confusing and it's not needed anymore; use wxTRANSLATE instead of wxGetTranslation for the 'Bad luck...' literal

2009-01-16 15:31 SC, revision 58139

fixing infinite recursion for rotated text, introduced in cleanup r57915

2009-01-16 15:20 RR, revision 58138

Document wxDataViewListStore

2009-01-16 15:08 FM, revision 58137

Move SetDefaultTimeout to wxProtocol and set it to 60 seconds for both wxHTTP and wxFTP Move SetPassword and SetUser implementations to wxProtocol to avoid code redundancy Make const-correct various getters Reorganize wxFTP docs Move wxStringToStringHashMap to hashmap.h and document its existance

2009-01-16 15:04 RR, revision 58136

Added wxDataViewListCtrl, use it in the sample

2009-01-16 15:03 FM, revision 58135

document predefined array types

2009-01-16 14:35 JJ, revision 58134

Add combo sample to compile list of OpenVMS

2009-01-16 14:19 VZ, revision 58133

include wx/generic/grideditors.h for compatibility

2009-01-16 13:54 FM, revision 58132

fix motif combobox for Motif < 2.0

2009-01-16 13:40 FM, revision 58131

fix wxMotif build

2009-01-16 13:34 FM, revision 58130

make wxSocketBase::SetTimeout virtual and make it protected in wxFTP

2009-01-16 13:33 FM, revision 58129

no real change; just reorder functions

2009-01-16 13:24 VZ, revision 58128

don't use wxString::FromASCII() with possibly non-ASCII strings (fixes asserts when testing Japanese locale in the internat sample)

2009-01-16 13:09 VZ, revision 58127

add VC6 and command line VC makefile too

2009-01-16 12:07 VS, revision 58126

silence gcc warnings in "vararg" functions such as wxPrintf when compiling with -Wformat-security

2009-01-16 11:55 SC, revision 58125

supporting paper height, fixes #10376

2009-01-16 11:23 RR, revision 58124

Change GetValue() and SetValue() to GetValueByRow() and SetValueByRow() in row based interface, Add wxDataViewListStore (WIP)

2009-01-15 20:57 RR, revision 58123

Use paint handler instead of wxClientDC to draw DnD visual effects within wxTreeCtrl

2009-01-15 20:49 SC, revision 58122

make sure group boxes don't get the big font

2009-01-15 18:56 BP, revision 58121

Initialize m_action_window to NULL in wxAuiManager ctor (fixes #10383).

2009-01-15 18:56 BP, revision 58120

Initialize m_action_window to NULL in wxAuiManager ctor (fixes #10383).

2009-01-15 18:49 BP, revision 58119

Noted changes to wxVScrolledWindow in the 3.0 overview article.

2009-01-15 13:33 VZ, revision 58118

link with wininet.lib under Windows to avoid linking errors in wxUSE_URL_NATIVE==1 build (#10338)

2009-01-15 12:50 SC, revision 58117

adding missing header for non-precomp build

2009-01-15 12:45 VZ, revision 58116

fix PCH-less build with wxUSE_URL_NATIVE (see #10338)

2009-01-15 12:42 VZ, revision 58115

add missing .c_str() (closes #10337)

2009-01-15 12:17 VZ, revision 58114

added a (Windows-only) Flash sample

2009-01-15 11:31 SC, revision 58113

fixing controls with content areas, correcting radiobox layout

2009-01-15 09:20 JS, revision 58112

Added font family to wxTextAttr

2009-01-14 23:48 RR, revision 58111

Fixes #10382: Memory leak in wxDataViewMainWindow::IsExpanded

2009-01-14 23:45 RR, revision 58110

Don't make wxFrame grow when adding a native wxToolbar

2009-01-14 22:26 FM, revision 58109

add -k_T to the call to xgettext as otherwise a string of internat.cpp is not extracted

2009-01-14 22:25 FM, revision 58108

add Italian translation

2009-01-14 21:07 VZ, revision 58107

reduce IPC buffer size to be less than typical Ethernet MTU after accounting for TCP overhead

2009-01-14 19:26 FM, revision 58106

use wxStrnlen() and add NULL-checks in wxMsgCatalogFile::FillHash for safer handling of corrupted MO files (closes #3151)

2009-01-14 19:21 FM, revision 58105

do not assert when the validator style == wxFILTER_NONE

2009-01-14 18:24 FM, revision 58104

s/wxWindows/wxWidgets; update wx-dev mail address

2009-01-14 17:54 FM, revision 58103

add some wxIMAGE_OPTION_PNG_xxx options to wxImage and wxPNGHandler to allow the user to set the desired compression level (closes #10372)

2009-01-14 17:41 FM, revision 58102

no real change; just reorganize the sample splitting it in two source files

2009-01-14 17:26 FM, revision 58101

fix ANI loading; check for errors when calling Read()

2009-01-14 16:34 VZ, revision 58100

don't assert if the locale couldn't be set in AddCatalog(), we should still be able to use translations in this case

2009-01-14 16:10 FM, revision 58099

don't crash if an item has a NULL ID

2009-01-14 15:41 VZ, revision 58098

don't try to destroy the already destroyed OCX HWND

2009-01-14 15:25 FM, revision 58097

call event.Enable(true) in OnUpdateFileOpen and OnUpdateFileNew only if there are templates in the doc manager (closes #10163)

2009-01-14 15:03 FM, revision 58096

fix typo

2009-01-14 15:01 FM, revision 58095

part of commit r58093

2009-01-14 14:58 FM, revision 58094

Reenable TEST_ALL (and #define TEST_FTP in that case) Fix some warnings about unused functions Fix asserts coming from incorrect use of GetC(): new wxPutchar asserts when passing a NULL character Remove TestThreadExec() and MyExecThread: wxExecute can be used only from the main thread Remove TestFtpWuFtpd: we don't want to test for wu-ftp bugs and ftp.eudora.com doesn't respond anymore Do not leak the global FTP object

2009-01-14 14:38 FM, revision 58093

don't use hardcoded constant 200; use wxSTACKWALKER_MAX_DEPTH instead

2009-01-14 13:56 SC, revision 58092

cleaning up warnings, more common event code

2009-01-14 13:26 FM, revision 58091

patch from Utensil Candel which refactors and documents the AutoCaptureMechanism class

2009-01-14 08:58 SC, revision 58090

routing native events first to the wx class and only if skipped call native handler