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-02-11 15:19 SC, revision 51658

applying 1890924

2008-02-11 14:22 VZ, revision 51657

compilation fix for wxUSE_STL==1

2008-02-11 14:21 SC, revision 51656

applying 1890924

2008-02-11 08:59 CE, revision 51652

see http://thread.gmane.org/gmane.comp.lib.wxwidgets.devel/97537

2008-02-11 08:29 CE, revision 51651

fix SF bug 1890890

2008-02-11 07:29 DE, revision 51650

When Cocoa sends [tabView:didSelectTabViewItem:] create a page changed event instead of a page changing event and actually send it. Copyright 2008 Software 2000 Ltd.

2008-02-11 01:24 VZ, revision 51649

make wxGenericCollapsiblePane a wxControlContainer to allow keyboard navigation to and inside it

2008-02-11 01:23 VZ, revision 51648

docs for wxXLocale (should have been part of r51632)

2008-02-11 01:21 VZ, revision 51647

use CanAcceptFocus() instead of CanAcceptFocusFromKeyboard() when checking if we should TAB into a child because the latter is not recursive and we do want to TAB into panels which don't have focus themselves but have children that do

2008-02-11 00:14 VZ, revision 51645

no changes, just do the case of m_winLastFocused to wxRadioButton once instead of four times in wxMSW radiobutton navigation hack fragment

2008-02-11 00:09 VZ, revision 51644

don't use parent window of a TLW in HandleOnNavigationKey(), even if it's apparently harmless it's wrong to involve the parent TLW in the code navigating inside this one

2008-02-10 23:43 VZ, revision 51643

log Unicode data correctly, extract the logging code in MyConnectionBase class instead of quadriplicating it

2008-02-10 23:27 VZ, revision 51642

pass correct data size to DdeClientTransaction() in Unicode build

2008-02-10 21:17 MW, revision 51641

Fix IA64 VC++ 8 Stable to be a full build.

2008-02-10 21:15 MW, revision 51640

Fix for systems with old non-POSIX awk.

2008-02-10 17:45 VZ, revision 51639

mention wxXLocale

2008-02-10 17:43 VZ, revision 51638

cast char values to unsigned char before passing them to CRT functions as MSVC CRT asserts if passed a negative value

2008-02-10 17:38 VZ, revision 51637

fixed wxXLocale(wxLanguage) ctor under Windows, use it instead of ctor from locale string in the test

2008-02-10 17:18 VZ, revision 51636

fix compilation with VC7

2008-02-10 17:16 VZ, revision 51635

return int, not wxUniChar, from wxTo{upp,low}er_l() for consistency with the standard tow{upp,low}er()

2008-02-10 17:10 VZ, revision 51634

compilation fix for wxUSE_XLOCALE == 0

2008-02-10 17:08 VZ, revision 51633

add check for wxUSE_XLOCALE (and also wxUSE_INTL which wasn't checked for some reason)

2008-02-10 17:03 VZ, revision 51632

add wxXLocale class and wxIsxxx_l() and wxToxxx_l() functions (heavily modified and extended patch 1874287)

2008-02-10 14:41 VZ, revision 51631

Unicode compilation fix after last change

2008-02-10 13:26 VZ, revision 51630

update the samples to use new (non-deprecated) wxGLCanvas API; added more comments; some cleanup (modified patch 1882679)

2008-02-10 12:56 VZ, revision 51629

fix compilation after last change: wxCFStringRef doesn't exist in 2.8, wxMacCFStringHolder does

2008-02-10 10:59 DE, revision 51628

Move stackwalk.cpp and epolldispatcher.cpp to BASE_UNIX_AND_DARWIN_(SRC|HDR) from BASE_UNIX_(SRC|HDR). The stackwalk.cpp works fine on Leopard (which added backtrace) and epolldispatcher may work on a future OS X that implements epoll. Leave configure to determine whether or not the code is appropriate for Darwin systems. That is its purpose!

2008-02-10 07:20 DE, revision 51627

Add wxCocoa to the list of ports which don't need wxColour to derive from wxGDIObject.

2008-02-10 00:12 VZ, revision 51626

backported Mac version of GetInfo() from trunk

2008-02-10 00:11 VZ, revision 51625

use correct locale in GetInfo() under Mac (slightly modified patch 1884290)

2008-02-09 23:57 VZ, revision 51624

added wxDebugContext::SetShutdownNotifyFunction() (patch 1887210)

2008-02-09 23:51 VZ, revision 51623

don't close UDP socket if it receives an empty datagram (patch 1885472)

2008-02-09 23:37 VZ, revision 51622

add GetMDIParent() and use it to reduce the number of casts in the MDI code (patch 1885462)

2008-02-09 23:35 VZ, revision 51621

get wxSYS_COLOUR_MENU from a menu bar and not from a button (patch 1887197)

2008-02-09 23:30 VZ, revision 51620

use generic file picker in wxFLP_SAVE case as the native one doesn't allow to select non-existent files

2008-02-09 22:52 VZ, revision 51619

fix signed/unsigned comparison warning

2008-02-09 15:41 VZ, revision 51618

remove extraneous IncRef() from wxRichTextFontTable ctor (replaces patch 1884594)

2008-02-09 15:32 VZ, revision 51617

added alpha support to wxImage::Paste() (patch 1883497, bug 1831612)

2008-02-09 15:22 VZ, revision 51616

don't lose the contents of the combobox if it was set to a value not in a list and a popup has been opened and closed (patch 1883474)

2008-02-09 15:10 VZ, revision 51615

don't hardcode grey/white colours for non-MSW/Mac in InitColours(), use wxSystemSettings for all ports (even if some of them, such as wxGTK, still hardcode white for wxSYS_COLOUR_3DHILIGHT) (replaces patch 1883386)

2008-02-09 14:40 VZ, revision 51614

add wxUSE_WEAKREF (modified partially applied patch 1870445)

2008-02-09 11:04 VS, revision 51613

disable console targets for WinCE

2008-02-09 10:39 VS, revision 51612

fixed wxGTK assert when closing wxMessageDialog

2008-02-08 13:55 BIW, revision 51600

maximize bug fixed

2008-02-08 13:55 BIW, revision 51599

maximize bug fixed

2008-02-08 09:12 DE, revision 51595

Fix tracking rectangles in 64-bit build by remembering the tag as the 64-bit integer that it is in that mode.

2008-02-08 08:17 VZ, revision 51592

don't redeclare wxYield() if it had been already declared to fix g++ warnings with -Wredundant-decls

2008-02-08 08:06 DE, revision 51591

Reword the comment again. I forgot to save before committing.

2008-02-08 08:04 DE, revision 51590

Change the __NEXT_RUNTIME__ test to __OBJC_GC__ which is what I really meant but I had to look up which preprocessor define was emitted by -fobjc-gc. Also improve the comments a bit.

2008-02-08 04:24 DE, revision 51586

Avoid warnings in the Objective-C uniquifying code when running in GC mode.

2008-02-08 00:35 DE, revision 51585

Add wxGCSafeRetain/wxGCSafeRelease to the vast majority of wxCocoa code. Copyright 2008 Software 2000 Ltd.

2008-02-07 23:37 DE, revision 51584

Instead of using wxCFRetain/wxCFRelease directly for Objective-C objects add new wxGCSafeRetain/wxGCSafeRelease functions which are specific to Objective-C objects and can be compile-time switched to standard retain/release without breaking wxCFRetain/wxCFRelease for CF objects.

2008-02-07 21:29 DE, revision 51583

Regenerate configure.

2008-02-07 20:59 DE, revision 51582

Add in some support for separate CXXFLAGS and OBJCXXFLAGS. Add -DWX_PRECOMP to CXXFLAGS instead of CPPFLAGS. Combined with very slight Bakefile changes to use OBJCXXFLAGS, this greatly improves the wxCocoa build.

2008-02-07 16:42 JS, revision 51581

Show 3D border on XP Classic theme

2008-02-07 14:16 JS, revision 51580

Avoid scrolling parts of the screen that don't belong to us

2008-02-07 14:15 JS, revision 51579

Avoid scrolling parts of the screen that don't belong to us

2008-02-07 12:33 VS, revision 51578

removed unused SYMBOL_WXRICHTEXT.*_TITLE values that were only polluting translation files with untranslatable "titles" such as "wxRichTextBulletsPage"

2008-02-06 20:10 DE, revision 51576

Fix most of the Objective-C GC problems by using the stronger CFRetain/CFRelease in wxObjcAutoRef. Actually use wxObjcAutoRef for the wxNSViewNotificationObserver singleton to keep it from being finalized. Copyright 2008 Software 2000 Ltd.

2008-02-06 19:58 VZ, revision 51575

correction after the previous commit which introduced bug 1888014 [backport of r51574 from trunk]

2008-02-06 19:57 VZ, revision 51574

correction after the previous commit which introduced bug 1888014

2008-02-06 19:18 JS, revision 51573

Reset scroll position when clearing buffer

2008-02-06 19:18 JS, revision 51572

Reset scroll position when clearing buffer

2008-02-06 14:20 VZ, revision 51571

fix GetTLWParentIfNotBeingDeleted() to work correctly even if an intermediate non-TLW parent is being deleted, it should still return the TLW parent and not NULL in this case, otherwise we'd crash when a button child of a panel being deleted is current temporary default button [backport of r51570 from trunk]

2008-02-06 13:56 VZ, revision 51570

fix GetTLWParentIfNotBeingDeleted() to work correctly even if an intermediate non-TLW parent is being deleted, it should still return the TLW parent and not NULL in this case, otherwise we'd crash when a button child of a panel being deleted is current temporary default button

2008-02-06 08:45 JS, revision 51568

Resolved ambiguity for VC 9

2008-02-06 00:25 VZ, revision 51567

implement (trivially) wxGLApp ctor

2008-02-05 22:38 MW, revision 51566

Fix the email notification's fromaddr.

2008-02-05 22:29 MW, revision 51565

Try out email notifications, just to me initially.

2008-02-05 22:26 MW, revision 51564

Whitespace fixes.

2008-02-05 22:16 MW, revision 51563

Add email address lookup table for wx devs.

2008-02-05 19:13 VS, revision 51562

call Show(false) from ~wxDialog to call EndModal if the dialog is still modal consistently in all ports

2008-02-05 18:10 MW, revision 51561

Clean up the tools for offline checking of the configuration.

2008-02-05 11:07 VZ, revision 51560

fix typo in warning message

2008-02-05 09:12 JS, revision 51559

Strip menu codes from page label for consistency with other platforms

2008-02-05 09:12 JS, revision 51558

Strip menu codes from page label for consistency with other platforms

2008-02-05 07:24 VZ, revision 51557

length passed to WideCharToMultiByte() was off by one in the last commit

2008-02-04 17:06 VZ, revision 51551

set eol-style LF on even more Unix-only files

2008-02-04 17:05 VZ, revision 51550

set eol-style LF on even more Unix-only files

2008-02-04 16:58 VZ, revision 51549

set eol-style LF on more Unix-only files

2008-02-04 13:22 VS, revision 51548

updated list of aclocal m4 files

2008-02-04 13:21 VZ, revision 51547

upgrade m4 files to bakefile 0.2.3

2008-02-04 10:34 VZ, revision 51546

added links to wxWindowCreate/DestroyEvents

2008-02-04 08:08 VZ, revision 51542

use BSTR length to also deal with NULs inside BSTRs correctly in Unicode build

2008-02-04 08:04 VZ, revision 51541

use WideCharToMultiByte() instead of wcstombs() to deal with BSTRs containing NULs (modified patch 1886062)

2008-02-04 00:16 VZ, revision 51537

added console IPC sample (part of patch 1833150)

2008-02-03 23:59 VZ, revision 51536

undid change to GSocket::Select() done in r50831, do call select() here (part of patch 1833150)

2008-02-03 23:55 VZ, revision 51535

use wxSOCKET_REUSEADDR for IPC sockets (part of patch 1833150)

2008-02-03 23:43 VZ, revision 51534

another correction to indices used in StringToLines()

2008-02-03 21:32 VZ, revision 51533

wxFontData doesn't need to be static in wxGenericFontButton (unlike wxColourData in wxGenericColourButton where it was copied from) (patch 1883375)

2008-02-03 21:06 VZ, revision 51532

correct indices used in StringToLines() (modified patch 1882985)

2008-02-03 19:04 PC, revision 51531

add missing ! accidentally dropped in last commit

2008-02-03 17:08 VZ, revision 51530

set svn:eol-style to LF [backport of r50845 from trunk]

2008-02-03 15:00 VZ, revision 51528

initialize m_sharedContext and m_sharedContextOf to NULL when they're not used (patch 1881968)

2008-02-03 14:56 VZ, revision 51527

no real changes, just added 2 virtual keywords to (already virtual) functions (significant part of the patch 1881093)

2008-02-03 14:55 VZ, revision 51526

added wxGLCanvas::IsDisplaySupported() (patch 1879906)

2008-02-03 14:38 VZ, revision 51524

compilation fix for wchar_t-based builds after ParseISOXXX() additions

2008-02-03 14:12 VZ, revision 51523

build fix for wxUSE_INTL==0 (patch 1878908)

2008-02-03 14:11 VZ, revision 51522

don't use negative sizes for row/column labels subwindows to avoid GTK warnings (patch 1878512)

2008-02-03 14:08 VZ, revision 51521

make wxIdleEventHandler available in console applications too (patch 1878258)

2008-02-03 13:58 VZ, revision 51520

document AddAt() and IndexForItem() (patch 1877610)

2008-02-03 13:48 VZ, revision 51519

make XPM data const to avoid warnings from mingw 4.0 (patch 1874995)

2008-02-03 13:04 VZ, revision 51516

added wxDateTime::FormatISOCombined() and ParseISODate/Time/Combined()

2008-02-03 12:24 VZ, revision 51515

compilation fix with wxUSE_EXTENDED_RTTI==1

2008-02-03 12:20 VZ, revision 51514

generate include/wx/univ/setup0.h from setup_inc.h too

2008-02-03 04:12 PC, revision 51513

Remove remnants of GTK1 accelerator code. Change deprecated gtk_menu_item_remove_submenu() to gtk_menu_item_set_submenu().

2008-02-03 02:43 PC, revision 51511

remove unused wxMenuBar::m_style

2008-02-02 22:29 VS, revision 51509

fixed wxTextCtrl to not process clipboard events twice if there's a custom wxEVT_COMMAND_TEXT_* handler; move WM_PASTE/CUT/COPY processing to wxWindow where it belongs

2008-02-02 21:52 PC, revision 51508

avoid GCC warnings about breaking strict aliasing rules

2008-02-02 21:33 PC, revision 51507

Enable best size caching, remove unnecessary GetLabel() and SetForegroundColour(), remove hack for non-left alignment, it does not seem to be needed anymore.

2008-02-02 18:47 PC, revision 51506

fix wxALIGN_RIGHT in RTL mode

2008-02-02 17:58 PC, revision 51505

label clipping hack is not needed for GTK+ >= 2.12

2008-02-02 14:07 VS, revision 51504

fixed wxTextCtrl to not process clipboard events twice if there's a custom wxEVT_COMMAND_TEXT_* handler

2008-02-01 23:14 VS, revision 51498

eliminate code duplication in wxSizer::Fit()

2008-02-01 22:28 VS, revision 51497

fixed RR's change of wxSizer::Fit to set client size (r50717) to not be completely broken; it no longer confuses client and window sizes

2008-02-01 17:07 MW, revision 51496

Compile fix for --without-zlib --enable-compat26.

2008-02-01 16:44 MW, revision 51495

Compile fix when 2.6 compatibility on and --without-zlib.

2008-02-01 14:14 JS, revision 51494

Added a reset-buffer event to give an opportunity to set the default initial style

2008-02-01 14:13 JS, revision 51493

Added a reset-buffer event to give an opportunity to set the default initial style

2008-02-01 04:51 PC, revision 51482

remove unnecessary m_glWidget, fix return types for realize and map callbacks

2008-02-01 04:44 PC, revision 51481

fix for GTK assertion from gtk_widget_set_colormap, bug 1882040

2008-01-31 22:00 VS, revision 51480

compilation fix for wxUSE_BOOKCTRL=0

2008-01-31 21:58 VS, revision 51479

compilation fix for wxUSE_MENUS=0

2008-01-31 21:56 VS, revision 51478

wxUniv/MSW compilation fix after wxDC changes

2008-01-31 21:15 VS, revision 51477

added InitRGBA to generic wxColour to fix linking (patch #1881796)

2008-01-31 19:17 DE, revision 51476

Allow wxTopLevelWindowCocoa::SetDefaultItem(NULL)

2008-01-31 18:27 VZ, revision 51475

avoid implicitly converting a wxWindow* to wxGLCanvas

2008-01-31 17:21 VZ, revision 51474

no changes, just fix a typo in comment

2008-01-31 15:02 MW, revision 51473

Move mingw32 builds to another machine as the usual one is down.

2008-01-31 11:26 VS, revision 51471

Fixed compilation of wxVector<T> with VC6: * reverted VC6 hack in wxIf<>, using helper struct instead of typedef didn't fix compilation, only caused the compiler to crash instead of emitting semi-useful errors * changed wxVector to use typedef for Ops class instead of privately deriving from wxIf<...>::value; this is enough to make VC6 happy

2008-01-30 21:32 VZ, revision 51464

use HandleWindowEvent() in ProcessCommand(); return the value this function returns instead of returning true unconditionally

2008-01-30 21:31 VZ, revision 51463

return the result of ProcessEvent() from ProcessCommand() instead of always returning true unconditionally

2008-01-30 21:24 VZ, revision 51462

added missing wx/ prefix to the header file name

2008-01-30 19:49 VS, revision 51459

clarified EndModal assert message

2008-01-30 17:03 JS, revision 51458

Added checks to encoding conversion to avoid crash

2008-01-30 17:02 JS, revision 51457

Added checks to encoding conversion to avoid crash

2008-01-30 13:48 CE, revision 51456

add ms78 projects

2008-01-30 08:49 VS, revision 51454

do the VC6 hacks only when compiling with VC6

2008-01-29 23:31 VZ, revision 51452

more VC6 fixes: nested value must be real classes, not typedefs; skeleton declaration must contain value as well

2008-01-29 23:11 VZ, revision 51451

corrected comment: wxSingleInstance is not for Win32 only since about 10 years

2008-01-29 19:50 VS, revision 51450

corrected VC++ version check

2008-01-29 18:37 VZ, revision 51449

fix compilation with VC6

2008-01-29 17:41 RD, revision 51448

use import/export macro on wxTrackable to avoid warnings on derived classes in DLL build

2008-01-29 17:39 RD, revision 51447

Apply change in r51405 to this file too: don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly

2008-01-29 17:38 VS, revision 51446

VC5 didn't support partial specialization either, check for VC>=7

2008-01-29 14:09 VS, revision 51445

wx*DCImpl PCH-less compilation fix

2008-01-29 12:22 VS, revision 51444

added wxCHECK_VISUALC_VERSION macro

2008-01-29 11:26 VS, revision 51443

compilation fix for VC6, it doesn't support partial template specialization

2008-01-29 11:18 JS, revision 51442

Corrected wxSetCursor documentation.

2008-01-29 11:18 JS, revision 51441

Corrected wxSetCursor documentation.

2008-01-29 11:14 VZ, revision 51440

define __VISUALCn__ for n=5,6,7,8,9 and not only 8 (should have been part of r51353)

2008-01-29 11:11 VZ, revision 51439

significantly simplify this file by using token pasting in #incoude and #pragma comment(lib) instead of repeating them 4 or 8 times

2008-01-29 11:02 JS, revision 51438

Fixed global cursor setting on Mac, which fixes busy cursor and context help cursor

2008-01-29 11:01 JS, revision 51437

Fixed global cursor setting on Mac, which fixes busy cursor and context help cursor

2008-01-29 04:02 PC, revision 51427

Remove unnecessary IsRadioButton(). Replace m_blockEvent with g_signal_handlers_block(). Remove wxRadioButton::DoGetBestSize(), it just calls the base.

2008-01-28 21:03 PC, revision 51426

remove unnecessary ?: operator

2008-01-28 15:25 VZ, revision 51425

fix compilation error for wxUSE_DC_CACHEING==0; use more descriptive variables names

2008-01-28 04:15 PC, revision 51417

HP aC++ 3.80 can't handle parenthesized string literal in an initializer

2008-01-28 04:14 PC, revision 51416

another fix for HP-UX 11.11 vsscanf, should have been in r51260

2008-01-27 17:58 JS, revision 51415

Take basic style into account when applying style sheet

2008-01-27 17:37 JS, revision 51414

Take basic style into account when applying style sheet

2008-01-27 17:34 JS, revision 51413

Take basic style into account when showing style under cursor

2008-01-27 17:34 JS, revision 51412

Take basic style into account when showing style under cursor

2008-01-27 16:29 VS, revision 51411

UTF-8 build fixes for appending, setting or searching for NUL characters

2008-01-27 16:25 VS, revision 51410

converting temporary wxString to const wxChar* and storing that doesn't work (and doesn't even compile if wxUSE_STL), fixed

2008-01-27 15:28 VS, revision 51409

Fixed wxCURSOR_HAND to map to GDK_HAND2 and not GDK_HAND1, for consistency with other applications

2008-01-27 15:26 VS, revision 51408

Fixed wxCURSOR_HAND to map to GDK_HAND2 and not GDK_HAND1, for consistency with other applications

2008-01-27 14:10 VZ, revision 51407

add wxCONCAT[345]() helper macros

2008-01-27 13:21 VZ, revision 51405

don't use DECLARE_EVENT_TYPE() to avoid confusing people about its unused value parameter, declare the event type constants directly

2008-01-27 12:57 VZ, revision 51404

only define wxEventPtr in wxBase, not wxCore

2008-01-27 12:43 VZ, revision 51403

define (empty) SetIcon() method in wxGenericMDIChildFrame for compatibility with MSW implementation

2008-01-27 12:42 VZ, revision 51402

don't reference non-existent doc.xmb file

2008-01-27 11:38 VS, revision 51399

added VC7/8 project files for samples

2008-01-26 23:23 VZ, revision 51392

don't fail in wxTransferStreamToFile if file size is exact multiple of 4KB (bug 1835918)

2008-01-26 23:18 VZ, revision 51391

delete the event object in ProcessPendingEvents() even if the handler throws an exception (bug 1836010)

2008-01-26 22:54 VZ, revision 51390

set listview extended styles after switching to report view and not only when creating it (blind fix for bug 1874996)

2008-01-26 22:31 VZ, revision 51389

don't append anything back in DoDeleteOneItem() if the control becomes empty (fixes bug 1880411)

2008-01-26 22:20 VZ, revision 51388

fix the code to not use dangling pointers resulting in asserts about invalid Unicode strings mentioned in the bug 1880411

2008-01-26 21:54 VZ, revision 51387

fix a typo

2008-01-26 01:38 VZ, revision 51379

fix assert when using owner-drawn menu items with the newest (Vista) SDK [backport from trunk]

2008-01-26 01:34 VZ, revision 51378

fix assert when using owner-drawn menu items with the newest (Vista) SDK

2008-01-25 21:51 VZ, revision 51377

include wx/stopwatch.h to get wxMilliClock_t and wxGetLocalTimeMillis() declarations

2008-01-25 16:38 JS, revision 51376

Corrected image saving to HTML

2008-01-25 16:38 JS, revision 51375

Corrected image saving to HTML

2008-01-25 15:03 JS, revision 51374

HTML output corrections

2008-01-25 15:02 JS, revision 51373

HTML output corrections

2008-01-25 12:10 JS, revision 51371

Image objects should load and save attributes

2008-01-25 12:10 JS, revision 51370

Image objects should load and save attributes

2008-01-25 09:16 JS, revision 51368

Fixed a bug in HasAlignment

2008-01-25 09:15 JS, revision 51367

Fixed a bug in HasAlignment

2008-01-24 22:43 JS, revision 51365

Update caret in SetInsertionPoint

2008-01-24 22:43 JS, revision 51364

Update caret in SetInsertionPoint

2008-01-24 22:23 JS, revision 51363

Style removal fix

2008-01-24 18:13 PC, revision 51362

remove redundant WX_CLEAR_LIST, it's done by base dtor

2008-01-24 18:12 PC, revision 51361

don't clear m_items before deleting m_menu (partial backport of r49263)

2008-01-24 17:59 PC, revision 51360

fix memory leak when wxMenu is used as a popup

2008-01-24 17:28 JS, revision 51359

Optimization correction

2008-01-24 17:28 JS, revision 51358

Optimization correction

2008-01-24 11:25 VS, revision 51357

supress warning about in custom build steps with VC7+ (temporary workaround until bakefile 0.2.4)

2008-01-24 11:23 VZ, revision 51356

fix assert when calling ExpandAll() on hidden root item (bug 1768282)

2008-01-24 09:34 VZ, revision 51355

generate focus and kill focus events for wxTextCtrl at wxWindow level instead of doing it in wxTextCtrl itself and specifically disabling focus event generation for text controls in wxWindow

2008-01-23 23:32 VZ, revision 51354

compilation fix after r51188: only define operator<<() overloads for wxLongLong_t for VC6, next VC versions (and presumably all other compilers as we hadn't had problems with them before) define them in their standard library already

2008-01-23 23:30 VZ, revision 51353

define __VISUALCn__ for n=5,6,7,8,9 and not only 8; also document these symbols

2008-01-23 23:03 VZ, revision 51352

no real changes, just use HandleWindowEvent() instead of GetEventHandler()->SafelyProcessEvent() in the last change

2008-01-23 22:51 VS, revision 51351

use _vc8 suffix for VS2005 projects for consistency

2008-01-23 22:31 VS, revision 51350

catch exceptions when sending menu events

2008-01-23 20:48 RR, revision 51349

remove wxT()

2008-01-23 16:22 MW, revision 51348

Move the mac stable branch build onto an x86 machine, as it was on an ia64 machine by mistake which doesn't have the mac compiler in the path.

2008-01-23 13:03 JS, revision 51347

ABI compatibility

2008-01-23 12:13 VS, revision 51346

regenerated makefiles with bkl-0.2.3

2008-01-23 12:04 VS, revision 51345

updated bakefiles to take advantage of Bakefile 0.2.3 (now required)

2008-01-23 07:53 BP, revision 51340

Reverted wxAuiFloatingFrame dtor crash fix (r51324) in favor of wxWeakRef implementation, thanks Robert.

2008-01-23 07:29 JS, revision 51339

Splittree header commit

2008-01-22 19:31 VZ, revision 51338

remove the unnecessary non-const GetPage() overload

2008-01-22 14:02 SC, revision 51337

fixing 1877182

2008-01-22 13:59 SC, revision 51336

fixing 1877182

2008-01-22 13:33 VS, revision 51335

ignore Visual Studio per-user/machine settings files

2008-01-22 13:31 VS, revision 51334

updated include/wx/meta/* files list

2008-01-22 11:29 VS, revision 51330

fixed wxVector<T> to work with non-POD types again; added optimization to keep using (much faster) realloc with types that are movable

2008-01-22 10:20 VS, revision 51329

use xdg-open in wxLaunchDefaultBrowser() on Unix if available

2008-01-22 10:19 VS, revision 51328

use xdg-open in wxLaunchDefaultBrowser() on Unix if available

2008-01-22 08:23 JS, revision 51326

Added event handler macro

2008-01-22 08:23 JS, revision 51325

Added event handler macro

2008-01-22 08:20 BP, revision 51324

Fixed a rare wxAuiFloatingFrame dtor crash on MSW using a registration mechanism in wxAuiManager.

2008-01-21 22:34 VZ, revision 51323

temporary fix for shared build linking problems after the last change

2008-01-21 17:18 VS, revision 51315

call Create from wxGrid non-default ctor instead to ensure both methods of creation are in sync (they drifted apart already)

2008-01-21 17:16 VS, revision 51314

wxGrid focus handling fixes: - don't allow focus in helper labels subwindows - draw selection in different colour when not focused - hide cursor/highlight when not focused

2008-01-21 17:11 VS, revision 51313

wxGrid focus handling fixes: - don't allow focus in helper labels subwindows - draw selection in different colour when not focused - hide cursor/highlight when not focused

2008-01-21 16:30 VS, revision 51312

C++ files are not executable

2008-01-21 15:03 VS, revision 51311

prefix implementation methods of wxBitmapButton with 'GTK' to prevent shadowing of HasFocus

2008-01-21 14:51 VS, revision 51310

updated wxExecute checks in wxGTK to be same as in other Unix ports after recent changes

2008-01-21 13:53 VS, revision 51309

silence compiler warnings

2008-01-21 13:30 VS, revision 51308

added wxWindow::HasFocus() for more convenient way of determining if a (possibly composite) window has focus

2008-01-21 12:29 FM, revision 51306

mention also the contrib libraries removal/movements

2008-01-21 11:56 VS, revision 51305

use full path to headers in header guards

2008-01-21 10:07 VZ, revision 51304

document GetTemplates() instead of m_templates

2008-01-21 08:45 VS, revision 51303

reverted last commit, it was wrong

2008-01-21 08:42 VS, revision 51302

utils.h is not needed by wxVector, removed

2008-01-20 22:55 VZ, revision 51301

no changes, just come cleanup and more comments

2008-01-20 22:40 VZ, revision 51300

add wxDatePickerCtrl support in wxGenericValidator (patch 1870174)

2008-01-20 22:32 VZ, revision 51299

document LoadObject() (patch 1873045)

2008-01-20 12:34 FM, revision 51298

Gl library is not part of the monolithic library even when MONOLITHIC=1

2008-01-20 10:58 FM, revision 51296

set BUILD variable to release not only when DEBUG is empty but also when it contains 0

2008-01-19 21:15 SN, revision 51290

Fixed OS/2 compilation after wxDC changes

2008-01-19 14:15 SN, revision 51288

Applied patch #1875242 - fixing more bugs related to using OS/2's DevQueryCaps

2008-01-19 14:10 SN, revision 51287

Applied patch #1875242 - fixing more bugs related to using OS/2's DevQueryCaps

2008-01-19 03:51 VZ, revision 51284

use slash, not backslash, in #include

2008-01-19 03:42 VZ, revision 51283

use bgcolor when restoring styles as this is what we write, not backgroundcolor

2008-01-19 03:35 VZ, revision 51282

skip focus events after handling them in wxTextCtrl, otherwise they never reach wxApp (bug 1875046)

2008-01-18 21:38 SN, revision 51280

Fixed errors in OS/2's wxDC::SetMapMode (patch #1871556, needed for Filezilla).