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