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-03-24 13:02 FM, revision 52765

make the log file more readable; fix the count of warnings

2008-03-24 12:45 FM, revision 52764

use @a instead of @e where it makes sense

2008-03-24 12:45 FM, revision 52763

move macros out of the wxArray class decl

2008-03-24 12:23 FM, revision 52762

fix almost all deprecation warnings

2008-03-24 12:04 FM, revision 52761

add backward compat FindOrCreateFont

2008-03-24 02:38 VZ, revision 52756

fix (one off, so not really important) memory leak which happened if an application using XRCID() in event tables didn't initialize (and hence didn't shutdown) wx

2008-03-24 01:40 VZ, revision 52754

document wxSizerItem::SetMinSize()

2008-03-24 01:02 FM, revision 52753

final prototype fixes (done using ifacecheck)

2008-03-24 00:51 FM, revision 52752

fix the automatic modify mode

2008-03-24 00:51 FM, revision 52751

fix bug in buliding newtype string; fix GetAsString() to put proper spaces around args

2008-03-23 23:20 FM, revision 52750

add deprecation tags/attributes parsing

2008-03-23 23:19 FM, revision 52749

fix simple errors which block ifacecheck

2008-03-23 20:20 VZ, revision 52747

fix crash when pressing Up key in empty combobox

2008-03-23 19:39 BP, revision 52746

Removed @class command from templated classes. Doxygen doesn't seem to handle these well unless we just don't specify it, and let the parser find it from the declaration itself.

2008-03-23 19:16 FM, revision 52745

remove unused #defines; fix include header for MinGW32 wxMSW Trunk

2008-03-23 19:12 SN, revision 52744

Compilation fix.

2008-03-23 18:24 BP, revision 52743

Finished review/fixes of Math and Miscellaneous categories of functions and macros.

2008-03-23 18:24 PC, revision 52742

non-pch build fix

2008-03-23 18:08 FM, revision 52741

update infos about profiling under linux (callgrind utility has been merged with valgrind)

2008-03-23 18:04 FM, revision 52740

the control which can be enabled/disabled is a text control not a listbox

2008-03-23 17:41 SN, revision 52739

Updated brush/pen implementation for OS/2 to current implementation style.

2008-03-23 15:57 VZ, revision 52738

suppress warnings about hiding virtual functions in wxURLDataObject

2008-03-23 15:53 VZ, revision 52737

yet more compilation fixes after brush/pen style changes: remove trailing commas from enums

2008-03-23 14:54 SN, revision 52736

Fixed compilation after wxBrushStyle/wxPenStyle changes.

2008-03-23 14:41 SN, revision 52735

Compilation fix (CreateTimerImpl is taken from timerunx.cpp, so not inline).

2008-03-23 12:42 VS, revision 52733

wxError, wxFatalError, wxDebugMsg are not only deprecated, they don't exist anymore -- removed from docs

2008-03-23 12:41 VS, revision 52732

more utils.h fixes

2008-03-23 11:36 FM, revision 52730

further speedup the gccxml parser using dedicated ID-parsing char*-based functions instead of splitting wxStrings and searching inside them

2008-03-23 08:50 VS, revision 52727

restored wxWindow::Line/PageUp/Down docs

2008-03-23 06:25 BP, revision 52726

Finished review/fixes of Logging category of functions and macros.

2008-03-23 02:27 VZ, revision 52722

avoid needless Unicode<->MB conversions in Unix wxExecute(); simplify the code; provide both versions taking char** and wchar_t** for compatibility; also use wxMacExecute() (renamed to wxMacLaunch() to avoid confusion) from all wxExecute() overloads but don't use it if wxEXEC_SYNC was requested as it doesn't support it

2008-03-23 01:17 VZ, revision 52720

correct hhp2cached path

2008-03-23 01:07 KO, revision 52718

svn merge -r 51768:52524 http://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH

2008-03-23 00:08 FM, revision 52717

speedup a little the parser by converting gccXML ID attributes to numbers, instead of storing them as strings; remove 2nd argument to GetAttribute() calls

2008-03-23 00:05 FM, revision 52716

don't build ifacecheck on WinCE since it's a console app

2008-03-22 22:54 FM, revision 52715

use wxEmptyString as default value to return from GetAttribute()

2008-03-22 20:19 VS, revision 52714

fixed signatures of wxSizerFlags methods returning wxSizerFlags reference

2008-03-22 20:16 VS, revision 52713

documented wxRESERVE_SPACE_EVEN_IF_HIDDEN

2008-03-22 20:10 VZ, revision 52712

no changes, just removed unnecessary forward declaration

2008-03-22 20:04 VS, revision 52711

many formatting fixes to wxSizer docs

2008-03-22 19:18 FM, revision 52710

add Id keyword; remove old code (was commented out) which tried to implement alternative parsing strategies; basically those involved doing 4-5 passes on the gcc XML before actually passing it storing the list of the type IDs related in some way to wxWidgets, and then do the true parsing pass, skipping anything non-wx related. This approach (and its variations) showed however to be slower than building the full type table.

2008-03-22 19:09 VS, revision 52709

typo fix: doxygen uses -, not *, for lists

2008-03-22 18:02 FM, revision 52708

added the interface checker to the utils folder

2008-03-22 17:58 FM, revision 52707

silence bakefile warnings about the generation of project files for sample bakefiles using <wx-data>

2008-03-22 17:49 FM, revision 52706

remove the 1-space indentation from remaining pages; mark with @todo tags parts of the docs which need to be written yet

2008-03-22 17:42 FM, revision 52705

moved the samples in a separate page so it has a summary of all the samples descriptions and so writing references to samples is shorter (@ref page_samples_xxx instead of @ref page_utils_samples_xxx)

2008-03-22 16:07 VS, revision 52704

wxVector<T> is header-based, use @nolibrary

2008-03-22 15:54 VS, revision 52703

tagged wxNotebookSizer as deprecated

2008-03-22 15:41 VZ, revision 52702

add timing of synchronous execution

2008-03-22 15:37 VZ, revision 52701

don't use negative PID hack in GUI neither, add a separate flag to wxEndProcessData for this

2008-03-22 15:37 VZ, revision 52700

no real changes, just added a default value for the command used by exec with redirect to avoid having to type it every time

2008-03-22 15:02 VS, revision 52699

documented SelectAll()

2008-03-22 14:57 VS, revision 52698

upported wxHelpProvider docs fixes from r52197; minor tweaks to Doxygen docs of other classes in cshelp.h

2008-03-22 14:55 VZ, revision 52697

no real changes, just small cleanup after last few revisions

2008-03-22 14:50 VZ, revision 52696

refactored common code from XXX_EndProcessDetect in wxGTK[12] and wxMac/wxCocoa into wxHandleProcessTermination itself; also removed code dealing with negative pids as we don't use them any more

2008-03-22 14:49 VZ, revision 52695

don't show more than 20 lines of redirected IO, just 10 first and last ones is enough to check that the code works correctly

2008-03-22 14:43 VS, revision 52694

documented that Freeze and Thaw are now recursive

2008-03-22 14:15 VZ, revision 52693

get rid of traits functions unnecessary now that wxExecute() works in both base and GUI ports

2008-03-22 14:10 VZ, revision 52692

fixed IO redirection to work in wxExecute() in console applications (including the case when the child process outputs more than pipe buffer size) by using wxSelectDispatcher for multiplexing

2008-03-22 12:12 VZ, revision 52691

use wxGUIAppTraits::WaitForChild() in wxMac too

2008-03-22 12:11 VZ, revision 52690

fix warnings about unused parameters/variables in release build

2008-03-22 12:06 FM, revision 52689

use wx-style header and commets; fix indentation to be 4 spaces; move Doxygen comments in a new interface header; deprecate SetBrowser() in favour of SetViewer()

2008-03-22 11:55 VS, revision 52688

fixes to Freeze/Thawn when the window is shown or hidden in between Freeze and Thaw

2008-03-22 11:47 VS, revision 52687

fixed spurious debug message about unexpected focus change when wx focus changed more than once before event loop iteration

2008-03-22 04:19 VZ, revision 52681

make wxSelectDispatcher ctor public, it can be useful to create it in places other than wxFDIODispatcher

2008-03-22 04:08 VZ, revision 52679

correct the REDIRECT_COMMAND definition for Unix

2008-03-22 03:50 VZ, revision 52678

return bool from wxStreamTempInputBuffer::Update() indicating if anything was done; don't sleep in wxExecute() if IO is coming

2008-03-22 03:48 VZ, revision 52677

extracted GUI-specific part of utilsunx.cpp to a new unix/apptraits.cpp file and don't include utilsunx.cpp in both base and GUI libraries now so that we can get rid of BASE_AND_GUI_UNIX_SRC in files.bkl entirely

2008-03-22 03:46 VZ, revision 52676

extracted GUI-specific part of utilsunx.cpp to a new unix/apptraits.cpp file and don't include utilsunx.cpp in both base and GUI libraries now so that we can get rid of BASE_AND_GUI_UNIX_SRC in files.bkl entirely

2008-03-22 03:25 VZ, revision 52674
  • D /wxWidgets/trunk/src/unix/baseunix.cpp

unused any more (should have been part of r52667)

2008-03-22 03:15 VZ, revision 52673

rename classes use by generic wxSpinCtrl implementation to have "Generic" suffix to avoid conflicts with the classes with the same names in wxMac

2008-03-22 03:13 VZ, revision 52672

add comparison operators for wxPen/BrushStyle and wxSOLID/... constants to avoid warnings in the existing code using such comparisons

2008-03-22 03:06 VZ, revision 52671

added wxWindowDisabler ctor for conditionally disabling all windows and use it in WaitForChild()

2008-03-22 02:58 VZ, revision 52670

more compilation fixes after pen/brush styles changes

2008-03-22 00:07 VZ, revision 52667

replace wxAddProcessCallback() with wxAppTraits::AddProcessCallback() to fix linking problems in Unix ports; also reduce code duplication between GUI and base versions making src/unix/baseunix.cpp unnecessary any longer

2008-03-22 00:04 VZ, revision 52666

don't pass unnecessary arguments to FindOrCreateBrush/Pen()

2008-03-22 00:04 VZ, revision 52665

add default parameters for width and style parameters of FindOrCreatePen() for consistency with FindOrCreateBrush() and wxPen ctor

2008-03-22 00:02 VZ, revision 52664

add compatible FindOrCreateBrush(wxColour, int) (also fixes wxMotif compilation)

2008-03-21 23:55 VZ, revision 52663

kill the process launched by wxExecute(ASYNC) to avoid leaving unneeded processes running

2008-03-21 23:48 VZ, revision 52662

uncomment wxExecute(ASYNC) test now that it's supposed to work

2008-03-21 23:39 VZ, revision 52661

also use wx/private/*.h

2008-03-21 23:39 VZ, revision 52660

compilation fixes after pen/brush styles changes

2008-03-21 21:19 VS, revision 52659

fixed TABs positioning inside <pre> so that tags don't throw it apart

2008-03-21 21:19 VS, revision 52658

fixed TABs positioning inside <pre> so that tags don't throw it apart

2008-03-21 20:11 VS, revision 52657

remove needless casting (no real change)

2008-03-21 19:06 FM, revision 52656

some more comments about wxSortedArrayString::Sort

2008-03-21 18:23 VS, revision 52655

backported fix to wxSpinCtrl::GetClientSize() in wxMSW

2008-03-21 18:18 MW, revision 52654

Send build notification to wx-buildbot mailing list.

2008-03-21 18:04 FM, revision 52653

warn the user about using getters of objects in invalid state

2008-03-21 18:03 FM, revision 52652

add the default ctor

2008-03-21 16:21 VZ, revision 52651

restore setting m_appName broken by recent change (fixes bug 1921954)

2008-03-21 14:51 VS, revision 52647

misc wxVector<T> docs fixes

2008-03-21 14:36 VS, revision 52646

fixes to wxSharedPtr<T> docs

2008-03-21 14:22 FM, revision 52645

further prototype fixes (thanks to ifacecheck)

2008-03-21 14:21 FM, revision 52644

add to GetToolkitVersion() the = NULL default values for the two arguments: they were documented but not actually implemented

2008-03-21 14:20 VS, revision 52643

document standard IDs only in one place, not two; bring the list up to date

2008-03-21 09:37 FM, revision 52642

fix wxBrush for the mac build

2008-03-20 23:45 FM, revision 52641

splitted wxApp docs in wxApp+wxAppConsole docs; fix the signature of the documented functions

2008-03-20 22:33 FM, revision 52640

add the wxAnimation's ctor which automatically loads a file: it was documented but not present in the actual code

2008-03-20 22:32 FM, revision 52639

fix the signature of the documented functions and document some (relatively) new for wxAcceleratorEntry

2008-03-20 18:11 FM, revision 52638

fix header files so that they can be included directly without generating 'undefined reference' errors

2008-03-20 18:10 FM, revision 52637

fix a macroscopic error which made Doxygen generate invalid XML

2008-03-20 15:08 FM, revision 52636

make the Pen/Brush code backward compatible as discussed on wx-dev; marked the blocks of code to deprecate in future with FUTURE_WXWIN_COMPATIBILITY_3_0; add wxCHECK_MSG in all ports to block Get*() calls on invalid objects (as already is for all other refcounted objects and for most ports)

2008-03-20 15:06 VS, revision 52635

compilation fix for wxUSE_GUI=0

2008-03-20 13:45 VS, revision 52634

removed trailing whitespace in Doxygen files

2008-03-20 13:40 VS, revision 52633

removed wxAcceleratorTable copy ctor docs, no port implements it

2008-03-20 13:19 VS, revision 52631

forgot to fix one more place where it says accelerator tables can't be used with buttons in wxGTK

2008-03-20 06:00 BP, revision 52630

Finished review/fixes of GDI category of functions and macros.

2008-03-19 18:28 FM, revision 52626

further wxPenStyle/wxBrushStyle fixes for builds with compat off (partially by Marcin Wojdyr)

2008-03-19 14:09 SC, revision 52625

CGFloat

2008-03-19 13:26 SC, revision 52624

make background colour be the real color, to have inheritance work correctly

2008-03-19 13:24 SC, revision 52623

clean include

2008-03-19 13:23 SC, revision 52622

have bg style wxBG_STYLE_CUSTOM not skip event

2008-03-19 08:02 BP, revision 52620

Removed docs for old clipboard functions, and reviewed/fixed atomic ops, file & directory, and environment function categories.

2008-03-18 19:30 BP, revision 52618

Finished review of Dialogs category of functions and macros as well as choicdlg.h (assigned to myself).

2008-03-18 18:24 MW, revision 52617

Switch on build breakage email notifications.

2008-03-18 16:25 PC, revision 52616

revert removal of wxBU_AUTODRAW, now that it is again available with WXWIN_COMPATIBILITY_2_8==0

2008-03-18 16:21 VS, revision 52615

made wxAcceleratorTable work with buttons in wxGTK too

2008-03-18 16:19 VS, revision 52614

made wxAcceleratorTable work with buttons in wxGTK too

2008-03-18 16:17 VS, revision 52613

fixed unresolved symbols in wxSizer docs in 2.8

2008-03-18 14:04 VZ, revision 52612

added wxSpinCtrlDouble (slightly modified patch 1835864)

2008-03-18 13:27 VZ, revision 52611

provide stubs for Get/SetStippled() to fix the build

2008-03-18 12:52 FM, revision 52610

remove deprecation for wxBU_AUTODRAW; it needs some more work, too

2008-03-18 04:06 PC, revision 52605

remove duplicate wxTaskBarIconAreaBase::DoPopupMenu, extracting the one-line difference into a new virtual

2008-03-18 03:32 PC, revision 52604

move wxWindowGTK::DoPopupMenu back to window.cpp

2008-03-18 03:01 PC, revision 52603

simplify wxEVT_MENU_OPEN/CLOSE generation

2008-03-18 01:39 BP, revision 52602

Added explicit information about which functions and macros are declared in what headers from last commit.

2008-03-18 01:34 BP, revision 52601

Finished review of Application Initialization and Termination category of functions and macros.

2008-03-17 22:10 BP, revision 52598

Fixed GENERATE_TAGFILE setting after realizing that the setting turns it on, and sets the output file at the same time.

2008-03-17 22:05 BIW, revision 52597

vista tree crash fix

2008-03-17 21:22 BIW, revision 52596

vista tree crash fix

2008-03-17 21:14 BP, revision 52595

One last navigation tab font adjustment, and made search input only generate for HTML (what's used for daily online docs). All formats default to off, and need to be explicitly turned on in alternate configuration files (settings can be overridden).

2008-03-17 21:09 VZ, revision 52594

use static functions instead of static variables for critical sections to avoid crashing if a log function using a CS is called during static objects initialization

2008-03-17 21:00 RD, revision 52590

Make some wxDataViewCustomRenderer virtuals consistent across platforms. Add missing WXDLLIMPEXP_ADV. Add missing impl for wxDataViewEvent::GetPosition

2008-03-17 20:57 VZ, revision 52589

don't provide unnecessary (as default) arguments to wxPen ctor, this incidentally fixes deprecation warnings

2008-03-17 20:46 VZ, revision 52588

don't provide unnecessary (as default) arguments to wxPen ctor, this incidentally fixes deprecation warnings

2008-03-17 18:40 BP, revision 52587

Bumped up the size of fonts used in the top tabs and in member tables to something a little more reasonable (if I'm annoyed by the font size, it's definitely too small).

2008-03-17 18:26 PC, revision 52586

fix a huge number of build errors

2008-03-17 17:33 FM, revision 52585

restore previous encoding, changed for error to UTF8

2008-03-17 16:14 VS, revision 52584

added back docs for wxWindow::WindowToClientSize, added some missing @since tags

2008-03-17 13:48 MW, revision 52583

Show compiler version at the top of the logs.

2008-03-17 13:46 VZ, revision 52582

implement wxSpinCtrl::Reparent() to properly reparent both the spin button and the text control part [backport of r52543 from trunk]

2008-03-17 08:58 SC, revision 52581

fix default values after types were changed

2008-03-17 04:25 PC, revision 52579

reorganize deferred show logic a bit, to reset m_deferShow properly and avoid realizing unnecessarily

2008-03-17 00:47 FM, revision 52578

revised b* headers; moved wxPenList and wxBrushList to the correct places; partially revised wxPen docs

2008-03-17 00:46 FM, revision 52577

some more build fix for wxPen/wxBrush style changes

2008-03-16 22:42 FM, revision 52576

build fix (looking at buildbot)

2008-03-16 21:50 FM, revision 52575

pen.h depends from brush.h in compat mode

2008-03-16 21:36 FM, revision 52574

fix typos and update MSW code to use new wxPENSTYLE_* enum values

2008-03-16 21:11 FM, revision 52573

fix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap enums instead of plain int; remove from wxBrushStyle the styles wxPen-specific; add backward-compatible ctor to wxPen; don't include brush.h and pen.h from gdicmn.h, rather move wxPenList,wxBrushList,wxFontList in the relative headers

2008-03-16 20:14 CE, revision 52572

remove daily build of docs

2008-03-16 17:23 FM, revision 52571

sort the errors so it's easy to see if already processed headers still give out warnings

2008-03-16 17:00 FM, revision 52570

fix wxMSW build after wxBrush changes: return wxBRUSHSTYLE_MAX instead of zero; fix include loop in MSW headers

2008-03-16 16:47 FM, revision 52569

introduce wxBrushStyle enum and replace 'int style' occurrences in wxBrush code with 'wxBrushStyle style'; the change is backward compatible and documented in changes.txt

2008-03-16 14:43 FM, revision 52568

enable the search engine so that the manual which gets built on http://wx.ibaku.net/manual become 'searchable'

2008-03-16 13:50 JS, revision 52567

Don't accept picker text events from any old text control

2008-03-16 13:50 JS, revision 52566

Don't accept picker text events from any old text control

2008-03-16 11:10 VS, revision 52565

ShowWithEffect must call wxWindowBase::Show

2008-03-16 02:22 VZ, revision 52564

don't use generic process callback for wxGTK/Motif/MGL which have their own versions of it

2008-03-16 00:37 VS, revision 52562

Fixed generic art provider to scale bitmaps down to client-specific best size if needed.

2008-03-16 00:36 VS, revision 52561

Fixed generic art provider to scale bitmaps down to client-specific best size if needed.

2008-03-16 00:35 VS, revision 52560

if we can't detect tooltip color, yellow as used by Tiger is still better than white, which isn't used anywhere

2008-03-16 00:35 VS, revision 52559

if we can't detect tooltip color, yellow as used by Tiger is still better than white, which isn't used anywhere

2008-03-16 00:09 VZ, revision 52558

ignore WinCE projects and build directories

2008-03-16 00:08 VZ, revision 52557

ignore WinCE build directories

2008-03-16 00:04 VZ, revision 52556

added test of focusing/selecting another item

2008-03-16 00:02 BP, revision 52555

Removed layout constaints related docs as discussed on wx-dev.

2008-03-15 23:44 VZ, revision 52554

correct typo in wxDIR_STOP

2008-03-15 18:15 FM, revision 52553

revised base64.h;bitmap.h

2008-03-15 18:11 PC, revision 52552

use a different method to prevent an early size_allocate, removing child has undesirable size effects, such as unsetting the default widget

2008-03-15 16:53 VZ, revision 52551

rename fobr95.{cpp,h} files to foobar.{cpp,h}

2008-03-15 16:46 VZ, revision 52550

add support for asynchronous execution in wxBase (patch 1906889)

2008-03-15 13:58 FM, revision 52549

turn GENERATE_HTML on otherwise CHM generation does not work correctly

2008-03-15 13:36 FM, revision 52548

put the CHM in the out folder instead of out/html; be quiet during output generation

2008-03-15 12:33 VS, revision 52547

wxMSW: generate wxClipboardTextEvent from wxTextCtrl with wxTE_RICH style too

2008-03-15 12:28 VS, revision 52546

wxMSW: generate wxClipboardTextEvent from wxTextCtrl with wxTE_RICH style too

2008-03-15 12:26 FM, revision 52545

update generation info and mention that you need doxygen >= 1.5.4 to correctly regen wx docs

2008-03-15 12:25 VS, revision 52544

restored missing parts of wxClipboardTextEvent docs lost in the conversion

2008-03-15 04:10 VZ, revision 52543

implement wxSpinCtrl::Reparent() to properly reparent both the spin button and the text control part (slightly modified patch 1914190)

2008-03-15 03:45 VZ, revision 52542

use quotes around SRCROOT to handle the case when it contains spaces (patch 1912354)

2008-03-15 03:42 VZ, revision 52541

protect access to ms_aTraceMasks with a critical section (replaces patch 1911172)

2008-03-15 03:36 VZ, revision 52540

call OnNativeDestroyed() if the native window is destroyed independently from us

2008-03-15 03:28 VZ, revision 52539

fix crash in DoGetBestSize() if default widths are used (corrects patch 1386199 applied in r45202)

2008-03-15 03:14 BP, revision 52538

Categorized all functions and macros in the Debugging and Version categories.

2008-03-15 03:12 VZ, revision 52537

don't assign the returned value in wxMDIParentFrame::OnCreateClient() to any member variables, this is the job of the caller (according to documentation and wxMSW code) (modified patch 1910602)

2008-03-15 03:05 VZ, revision 52536

use less expensive GetLastPosition() instead of GetValue() to implement IsEmpty()

2008-03-15 03:04 VZ, revision 52535

don't call GetLastPosition() unnecessarily in SelectAll(), all platforms should support SetSelection(-1, -1) according to the docs (but wxGTK didn't, so fix it to do)

2008-03-15 02:58 VZ, revision 52534

refactored code reused in several different places in wxTextEntry::RemoveSelection() (patch 1910166)

2008-03-15 02:52 VZ, revision 52533

no real changes, just use more readable helper wxTextEntry methods (patch 1910165 )

2008-03-15 02:47 VZ, revision 52532

no real changes, just use more readable helper wxTextEntry methods (patch 1910160)

2008-03-15 02:38 VZ, revision 52531

initialize m_nCurLine in wxTextBuffer ctor (part of patch 1908134)

2008-03-15 02:33 VZ, revision 52530

added support for double arguments to wxCmdLineParser (patch 1907289)

2008-03-15 02:24 VZ, revision 52529

use wxTE_PROCESS_{ENTER,TAB} with the wxGridCellChoiceEditor combobox (slightly modified patch 1906581)

2008-03-15 02:12 VZ, revision 52528

don't generate duplicate resume events for PBT_APMRESUMEAUTOMATIC

2008-03-15 02:12 VZ, revision 52527

call OnNativeDestroyed() if the native window is destroyed independently from us

2008-03-15 02:10 VZ, revision 52526

initialize m_initial{Recv,Send}BufferSize in wxSocketClient ctor (patch 1905981)

2008-03-15 02:08 VZ, revision 52525

remove/replace redundant SetAutoLayout() and Fit() calls, leave just SetSizer[AndFit]() ones (patch 1905759)

2008-03-14 23:59 FM, revision 52524

replace @seealso with @see; as Vaclav pointed out we shouldn't use custom aliases only for styling purposes, CSS is designed for that; besides @seealso was already removed from all interface headers and from Doxygen_inc

2008-03-14 23:57 VZ, revision 52523

don't delete the context in ~wxGLCanvas(), the base class will do it (patch 1912776)

2008-03-14 23:49 VZ, revision 52522

changed eol-style to native for all .h files

2008-03-14 21:40 FM, revision 52511

mention wxMenuItem::* deprecations

2008-03-14 21:28 FM, revision 52510

remove wine path from doxygen_chm: instead add some comments with urls about where to get hhc.exe.

2008-03-14 21:26 FM, revision 52509

make the script a bit more intelligent using MS broken batch scripting (it took me 40 min to sort out the right syntax!)

2008-03-14 21:26 FM, revision 52508

remove wine path from doxygen_chm: instead add some comments with urls about where to get hhc.exe.

2008-03-14 21:16 BP, revision 52507

Updated doxygen launcher scripts to reflect new Doxyfile locations.

2008-03-14 20:54 VZ, revision 52506

rename Doxyfile.* to Doxyfile_* to avoid inappropriate extensions

2008-03-14 17:14 VZ, revision 52505

make wxCmdLineParser:Usage() const

2008-03-14 17:11 VZ, revision 52504

no changes, just fix a few typos and wrap long lines

2008-03-14 16:51 PC, revision 52503

minimize searching for tlw parent, remove useless code

2008-03-14 16:12 FM, revision 52502

revised wxAUI headers; added @todo in various places where docs are missing

2008-03-14 15:55 PC, revision 52501

fix for infinite sizing loop (partial patch 1907189)

2008-03-14 15:51 FM, revision 52500

extracted from wxArrayString docs the docs for wxSortedArrayString, which is declared as deriving from wxArrayString (not sure about the STL case); marked with @todo the two classes for STL clarifications

2008-03-14 15:35 FM, revision 52499

revised a* interface headers; categorized many functions; moved some functions to their correct header

2008-03-14 14:42 FM, revision 52498

remove @ingroup; use @category instead

2008-03-14 14:24 JS, revision 52497

Corrected typecasts (Sebastian Gottschalk)

2008-03-14 14:24 JS, revision 52496

Added typecasts (Sebastian Gottschalk)

2008-03-14 14:18 JS, revision 52495

Fixed bug in wxDialUpManagerMSW::GetISPNames - uses realloc() without checking for NULL, leading to a memory leak (Sebastian Gottschalk)

2008-03-14 14:18 JS, revision 52494

Fixed bug in wxDialUpManagerMSW::GetISPNames - uses realloc() without checking for NULL, leading to a memory leak (Sebastian Gottschalk)

2008-03-14 14:17 JS, revision 52493

Fixed bug for chars with ASCII value > 127, explicitly casting to an unsigned char (Sebastian Gottschalk)

2008-03-14 14:17 JS, revision 52492

Fixed bug for chars with ASCII value > 127, explicitly casting to an unsigned char (Sebastian Gottschalk)

2008-03-14 14:16 JS, revision 52491

Fixed bug for chars with ASCII value > 127, explicitly casting to an unsigned char (Sebastian Gottschalk)

2008-03-14 14:16 JS, revision 52490

Fixed bug for chars with ASCII value > 127, explicitly casting to an unsigned char (Sebastian Gottschalk)

2008-03-14 14:14 JS, revision 52489

Fixed buffer overflow (Sebastian Gottschalk)

2008-03-14 14:13 JS, revision 52488

Fixed bug in XTI constructor macro (Sebastian Gottschalk)

2008-03-14 10:34 SC, revision 52484

use the same font matching fallbacks for all layout operations

2008-03-14 10:33 SC, revision 52483

use the same font matching fallbacks for all layout operations

2008-03-14 08:05 BP, revision 52482

Fixed some function/define paramter names to match old docs.

2008-03-14 07:44 BP, revision 52479

Catagorized all functions and macros belonging to the RTTI and Versioning groups.

2008-03-14 06:06 PC, revision 52478

fix for size 1x1 wxChoice when SetSelection() is called before realization, bug 1913657

2008-03-14 05:47 BP, revision 52477

Added the function and macro group pages for Doxygen.

2008-03-14 01:14 VS, revision 52476

make sure FindFocus returns newly focused window immediately after SetFocus on 2.8 branch too

2008-03-14 01:10 VS, revision 52473

simplified and cleaned up wxGTK's focus handling

2008-03-13 23:58 VS, revision 52472

reverted Julian's r44600, it broke help window behavior so that it prevented apps from closing

2008-03-13 23:42 VS, revision 52471

fixed crash in wxHtmlHelpController if the help window is still open

2008-03-13 23:29 VS, revision 52470

fixed crash in wxHtmlHelpController if the help window is still open

2008-03-13 16:30 FM, revision 52468

revised archive header; changed overview_arc to overview_archive which reads better; modified the @category alias to point to the group pages and to spit out the @ingroup command

2008-03-13 14:21 VS, revision 52467

fixed unreadable formatting

2008-03-13 04:37 PC, revision 52465

fix for idle processing stopping without processing all pending events, replaces patch 1912157

2008-03-13 02:56 BP, revision 52464

Added the class group pages for Doxygen.

2008-03-12 22:18 FM, revision 52463

revised other headers

2008-03-12 21:28 VS, revision 52458

include 'Version' in version string, it's what Apple apps do

2008-03-12 21:28 VS, revision 52457

include 'Version' in version string, it's what Apple apps do

2008-03-12 20:47 VS, revision 52456

indent app name + version from the rest in about dialog; use i18n-friendly way of creating strings

2008-03-12 19:24 VZ, revision 52455

removed non-existent SockAddrLen()

2008-03-12 19:08 BP, revision 52454

Added class groups example to Doxygen and added parent "Functions and Macros", and "Classes by Category" groups. Also added CSS to add "Categories / " to the "Modules" tab label, and turned on DETAILS_AT_TOP setting.

2008-03-12 13:45 JS, revision 52453

Better fix

2008-03-12 13:45 JS, revision 52452

Better fix

2008-03-12 13:36 JS, revision 52451

Sizing/scrollbar corrections for Mac

2008-03-12 13:36 JS, revision 52450

Sizing/scrollbar corrections for Mac

2008-03-12 08:50 BP, revision 52448

Replaced /*! with /** in remaining Doxygen headers, and removed intentation of overviews [a-c].

2008-03-12 05:46 PC, revision 52447

don't defer showing if _NET_FRAME_EXTENTS handler is not connected

2008-03-11 18:20 MW, revision 52446

Add configuration for push builds.

2008-03-11 18:14 BP, revision 52445

Removed printer functions from doxygen docs (they were deprecated at least since 2.6, and don't actually exist in current source). Updated function and macro pages to use simply "()" and not "::" or "#".

2008-03-11 14:06 VZ, revision 52444

VC6 compilation fix: remove redundant end variable declaration in Destroy()

2008-03-11 11:31 JS, revision 52443

Typo correction

2008-03-11 09:35 VS, revision 52442

RPM spec files should use Unix line endings

2008-03-11 07:57 BP, revision 52438

Looking for comments on new functions and macros organization of Doxygen docs shown with this commit, see wx-dev.

2008-03-11 00:03 VZ, revision 52437

delete wxNativeContainerWindow when the native window is destroyed, even if this means leaking memory in GTK case -- still better than getting X errors and crashing

2008-03-10 19:40 VZ, revision 52430

fix handling of native toolkit command line options broken by wxCmdLineArgsArray change

2008-03-10 16:23 FM, revision 52429

interface headers reviewed

2008-03-10 15:54 VZ, revision 52428

compilation fix after last commit

2008-03-10 15:50 VZ, revision 52427

added wxNativeContainerWindow and implemented it for wxMSW and wxGTK

2008-03-10 15:36 FM, revision 52426

update the technote with the conventions recently defined

2008-03-10 15:24 FM, revision 52425

regenerated headers to remove @seealso in favour of @see; fixed links to global functions/macros; converted \since latex macros into @wxsince commands; changed headers purpose from 'documentation for' to 'interface of'

2008-03-10 15:19 FM, revision 52424

fixed links to global variables; fixed categories; use @see instead of @seealso

2008-03-10 15:11 FM, revision 52423

use CSS spans instead of \sections so that we uniform the look to the Doxygen HTML for @see tag; remove @seealso and rather use the std @see tag

2008-03-10 13:55 VZ, revision 52422

fix WXDLLIMPEXP_FWD declaration of wxCollapsiblePane

2008-03-10 02:55 VZ, revision 52420

further simplifiy USE_NATIVE_HEADER_WINDOW checks

2008-03-09 18:13 FM, revision 52419

remove spurious \b

2008-03-09 17:46 MW, revision 52418

Add interface/* to fileNotImportant.

2008-03-09 17:42 FM, revision 52417

revised the first two interface headers

2008-03-09 17:42 FM, revision 52416

use wxAcceleratorEntryFlags as wxACCEL_* enum name so it's easier to refer to it in wxDocs

2008-03-09 17:09 FM, revision 52415

fixed category

2008-03-09 16:24 FM, revision 52414

add const qualifiers

2008-03-09 13:14 VZ, revision 52412

remove wxTextAttr::CreateFont(); return wxNullFont from GetFont() if we have no font attributes

2008-03-09 12:59 VZ, revision 52411

use extra parentheses to fix Borland problems with operator?:

2008-03-09 12:57 VZ, revision 52410

don't use native headers in wxUniv build (this doesn't even link under MSW)

2008-03-09 12:55 VZ, revision 52409

suppress (harmless) warnings about unused variables

2008-03-09 12:47 VZ, revision 52408

document "wrap" attribute for wxStaticText

2008-03-09 12:33 FM, revision 52407

removed @NULL,@true,@false tags from the function prototypes; fixed * and & displacing in the prototypes; changed @param as discussed on wx-dev; use @see instead of @sa; better indentation for @returns,@remarks,@see paragraphs; other misc fixes

2008-03-09 12:31 FM, revision 52406

don't style using Doxygen tags; use <span> tags and CSS instead

2008-03-09 11:58 FM, revision 52405

fix missing end brace

2008-03-09 11:08 FM, revision 52404

adjust comments for latex Doxyfile; no real change; add Id keyword

2008-03-09 03:27 RD, revision 52399

Enable XRC to call wxStaticText::Wrap

2008-03-09 03:27 RD, revision 52398

Enable XRC to call wxStaticText::Wrap

2008-03-09 03:24 RD, revision 52397

Don't need to use wxHAVE_RAW_BITMAP any more.

2008-03-09 03:21 RD, revision 52396

Don't need to use wxHAVE_RAW_BITMAP any more.

2008-03-08 23:04 VZ, revision 52395

wxUniv compilation fix for gs_windowHandles assignment

2008-03-08 23:04 VS, revision 52394

fixed 'Select All' context menu in wxTextCtrl with wxTE_RICH style

2008-03-08 21:52 SC, revision 52393

latex include is not making things worse, so we use it all the same

2008-03-08 21:34 SC, revision 52392

latex include not properly working for links and titlepage

2008-03-08 21:32 SC, revision 52391

fixes

2008-03-08 21:18 SC, revision 52390

pdflatex support

2008-03-08 21:15 SC, revision 52389

adding files for pdflatex support

2008-03-08 17:32 FM, revision 52388

use SPAN.literal CSS style for @true, @false, @ifdef_ and similars

2008-03-08 17:30 FM, revision 52387

specify we don't use # character; other minor details

2008-03-08 16:08 MW, revision 52386

Typo in filesNotImportant.

2008-03-08 15:46 SC, revision 52385

cleaning up common OSX code

2008-03-08 15:30 FM, revision 52384

more comments

2008-03-08 14:43 FM, revision 52383

adjusted indentation with astyle; added Id keyword

2008-03-08 14:39 FM, revision 52382

make it callable from any path

2008-03-08 13:52 FM, revision 52381

added interface headers with latest discussed changes

2008-03-07 19:38 SC, revision 52378

cleaning up common OSX code

2008-03-07 16:56 SC, revision 52377

cleaning up common OSX code

2008-03-07 16:54 SC, revision 52376

cleaning up common OSX code

2008-03-07 16:53 SC, revision 52375

cleaning up common OSX code

2008-03-07 16:51 SC, revision 52374

cleaning up common OSX code

2008-03-07 16:50 SC, revision 52373

cleaning up common OSX code

2008-03-07 16:50 SC, revision 52372

cleaning up common OSX code

2008-03-07 16:44 SC, revision 52371

xcode_config moved

2008-03-07 16:41 SC, revision 52370

adding Aspen (iPhone)

2008-03-07 16:31 SC, revision 52369
  • D /wxWidgets/trunk/include/wx/mac/carbon/config_xcode.h

moving out of 'carbon' dir

2008-03-07 16:30 SC, revision 52368

moving out of 'carbon' dir

2008-03-07 16:29 SC, revision 52367

adding DLOPEN

2008-03-07 12:59 VS, revision 52366

fixed syntax error

2008-03-07 08:55 JS, revision 52365

Only use fonts in wxTextAttr::Combine if they are really present in the attributes.

2008-03-06 22:23 VS, revision 52364

fixed minsize setting after wxCollapsiblePane is expanded - should set client, not window, minsize

2008-03-06 19:28 VS, revision 52363

deprecated wxWindow::SetHelpTextForId()

2008-03-06 18:02 SC, revision 52362

fix for 1742682

2008-03-06 17:11 VZ, revision 52361

use %p for printing out a pointer

2008-03-06 14:41 VZ, revision 52360

use \newsince instead of incorrect \since

2008-03-06 13:48 VS, revision 52359

Unicode compilation fix

2008-03-06 12:24 SC, revision 52358

64/32 bit fixes

2008-03-06 12:20 SC, revision 52357

64/32 bit fixes

2008-03-06 10:12 VS, revision 52356

use 6px as the default wxSizer border in wxGTK to be a little bit closer to GNOME HIG

2008-03-06 09:44 SC, revision 52355

include fixed for non-precomp

2008-03-06 06:46 JJ, revision 52349

Update OpenVMS compile configuration

2008-03-05 23:12 VZ, revision 52348

remove wxFindFocusedChild() declaration too as g++ gets upset if an extern function is redefined as static

2008-03-05 21:27 SC, revision 52347

graphics context additions (work in progress for cocoa integration) and merging graphics bitmap additions from Kevin O.

2008-03-05 21:19 SC, revision 52346

graphics context additions (work in progress for cocoa integration) and merging graphics bitmap additions from Kevin O.

2008-03-05 21:16 SC, revision 52345

shaped can be minimized

2008-03-05 21:14 SC, revision 52344

graphics context additions and merging graphics bitmap additions from Kevin O.

2008-03-05 21:13 SC, revision 52343

graphics context additions and merging graphics bitmap additions from Kevin O.

2008-03-05 21:11 SC, revision 52342

graphics context additions and merging graphics bitmap additions from Kevin O.

2008-03-05 21:10 SC, revision 52341

merging graphics bitmap additions from Kevin O.

2008-03-05 19:13 FM, revision 52340

fix links to overviews

2008-03-05 19:08 FM, revision 52339

fixed all doxygen warnings fixable

2008-03-05 15:31 VS, revision 52338

made wxFindFocusedChild static, the comment wasn't telling truth anymore

2008-03-05 15:22 VZ, revision 52337

ignore more build files

2008-03-05 15:18 VZ, revision 52336

check that parent is non-NULL in CreateWindowFromHWND() instead of just crashing if it is; don't call SetEventHandler() unnecessarily; inherit the id from HWND in AdoptAttributesFromHWND()

2008-03-05 15:16 VZ, revision 52335

call SetHWND(hWnd) from SubclassWin(), this is consistent with calling SetHWND(0) from UnsubclassWin()

2008-03-05 15:14 VS, revision 52334

added wxRESERVE_SPACE_EVEN_IF_HIDDEN support to XRC

2008-03-05 15:14 VS, revision 52333

added wxRESERVE_SPACE_EVEN_IF_HIDDEN support to XRC

2008-03-05 15:09 VS, revision 52332

backported wxSizer::SetSizeHints() fix to make it work correctly when the best size decreases

2008-03-05 15:02 VS, revision 52331

backported wxSizer::ComputeFittingClientSize() and ComputeFittingWindowSize() to 2.8

2008-03-05 14:19 VS, revision 52330

backported ClientToWindowSize(), WindowToClientSize() to 2.8

2008-03-05 13:20 VZ, revision 52329

really use the position passed to ShowHelpAtPoint() when using CHM help controller [backport of r52203 from trunk]

2008-03-05 12:39 VZ, revision 52328

disable wxHAS_TEXT_WINDOW_STREAM for the old MSVC iostream.h library; don't disable it for DLL builds (why?)

2008-03-05 12:27 VZ, revision 52327

include wx/artprov.h to define wxArtID used in this header

2008-03-04 22:18 VS, revision 52320

format strings with no real text don't need translating

2008-03-04 17:46 VS, revision 52319

backported wxRESERVE_SPACE_EVEN_IF_HIDDEN to 2.8

2008-03-04 12:16 VZ, revision 52314

set wxUSE_IOSTREAMH to 0 by default, we're in 2008, not 1988

2008-03-04 12:14 VZ, revision 52313

remove leading dots from .ini/.conf in AddConfFileExtIfNeeded() as this results in double dots in the resulting file name

2008-03-04 12:06 VZ, revision 52312

remove duplicate end iterator declaration from Destroy()

2008-03-04 12:06 VZ, revision 52311

VC6 doesn't have wostream when using old iostream.h

2008-03-04 12:03 VS, revision 52310

added macros for checking for conflicts between flags values; use it in wxSizer code

2008-03-04 12:01 VS, revision 52309

added wxRESERVE_SPACE_EVEN_IF_HIDDEN sizer flag that prevents the sizer from changing size if a window is hidden

2008-03-04 10:06 VS, revision 52308

fixed wxGenericTreeCtrl::DoThaw to call base class' method

2008-03-04 10:05 VS, revision 52307

removed IsFrozen() from paint handler, no need for it there

2008-03-04 10:04 VS, revision 52306

test Freeze/Thaw completely, including clearing and setting insertion point

2008-03-04 10:03 VS, revision 52305

implemented Freeze/Thaw in wxGTK

2008-03-04 04:20 BP, revision 52297

Converted bitmaps to PNG (saving 600KB+), flattened any transparent PNGs in case of incompatible browsers/printing, and renamed a number of images to indicate what page it's used on.

2008-03-04 00:21 BP, revision 52296

Fixed non-precomp headers build.

2008-03-03 23:35 FM, revision 52295

add some explanation text for the new sections

2008-03-03 23:33 VZ, revision 52294

use the selection background colour set using SetSelectionBackground() in GetSelectedTextBgColour() by default

2008-03-03 23:27 FM, revision 52293

added the @appearance tag with a first test screenshot

2008-03-03 22:58 FM, revision 52292

added the logos for our main ports

2008-03-03 22:57 FM, revision 52291

use page_port as prefix since it's shorter and more suited to the new aliases added to Doxygen.inc

2008-03-03 22:56 FM, revision 52290

typo fix

2008-03-03 20:38 MW, revision 52289

Add stylesheet.

2008-03-03 12:23 FM, revision 52285

use rtti as shortcut for runtime type information

2008-03-03 12:22 FM, revision 52284

use rtti as shortcut for runtime type information

2008-03-03 11:30 VS, revision 52283

made Freeze/Thaw recursively (un)freeze child windows too

2008-03-03 10:15 BP, revision 52282

Updated library dependancy graph to use Graphviz (through Doxygen) while removing wxODBC library.

2008-03-03 03:05 BP, revision 52273

Removed wxImageList overview, and other @ref fixes.

2008-03-03 02:01 VZ, revision 52272

position help windows shown when Shift-F1 is pressed near the window and not at the mouse position unless the mouse is over the window [backport of r52271 from trunk]

2008-03-03 01:58 VZ, revision 52271

position help windows shown when Shift-F1 is pressed near the window and not at the mouse position unless the mouse is over the window (this avoids showing the tooltip in the opposite corner of the screen)

2008-03-02 23:50 BP, revision 52270

Fixed WX_2_8_7 tag from revision 50130.

2008-03-02 23:49 BP, revision 52269
  • D /wxWidgets/tags/WX_2_8_7

Removed faulty tag with two copies of wxWidgets to make room for fixed tag in next commit.

2008-03-02 23:28 VZ, revision 52268

always draw toolbar background ourselves under XP as it isn't drawn correctly with some themes (e.g. Zune one) otherwise (replaces patch 1783181)

2008-03-02 23:27 VZ, revision 52267

add test for setting toolbar background colour

2008-03-02 23:21 VZ, revision 52266

reverted the last 2 changes to this file, the border stuff has nothing to do with toolbar sample and is really confusing

2008-03-02 23:19 VS, revision 52265

there's no such thing as LANG_VALENCIAN

2008-03-02 23:05 VZ, revision 52264

use custom selection colours in wxHtmlListBox again (restores functionality broken by patch 1650804 in r44640)

2008-03-02 20:40 VS, revision 52263

fixed rendering of wxTextCtrl's border with wxTE_RICH(2) styles and XP's Classic theme

2008-03-02 20:24 FM, revision 52262

keep the list of event classes in a single place

2008-03-02 17:29 FM, revision 52261

fix include file syntax

2008-03-02 17:22 FM, revision 52260

added category pages for macros and functions

2008-03-02 17:21 FM, revision 52259

fix topic overview name

2008-03-02 15:35 FM, revision 52258

typofix

2008-03-02 15:33 FM, revision 52257

ensure all topic overviews have an horizontal rule with the list of the sections above

2008-03-02 15:18 FM, revision 52256

fixed @code sections

2008-03-02 15:03 FM, revision 52255

fix the @section tag

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

decouple item index from string value (patch 1905702)

2008-03-02 14:45 VZ, revision 52253

don't post WM_NULL if there is already a WM_NULL in the queue to avoid overflowing it (patch 1904771)

2008-03-02 14:33 VZ, revision 52252

add support for custom controls in file dialog in wxGTK and generic versions; also allow using generic dialogs in the sample with wxGTK2 (patch 1846837)

2008-03-02 14:29 VZ, revision 52251

don't clear value index in SetStringValue() if the value is invalid (patch 1905695)

2008-03-02 14:03 VZ, revision 52250

fix WPARAM typo

2008-03-02 11:00 VS, revision 52248

header files are not executable

2008-03-02 10:59 VS, revision 52247

wxMac: Fixed wxListCtrl to respect items' non-default fonts.

2008-03-02 10:52 VS, revision 52246

don't set m_font upfront in wxMac, let the GetDefaultAttributes mechanism used by other ports pick the right font if m_font is wxNullFont

2008-03-02 10:50 VS, revision 52245

added Get(Class)DefaultAttributes implementation for all controls using DataBrowser native control; fixed wxListBox's to return correct font

2008-03-02 10:48 BP, revision 52244

More doxygen topic overview cleanup.

2008-03-02 10:43 VS, revision 52243

wxMac: Fixed wxListCtrl to respect items' non-default fonts.

2008-03-02 04:32 BP, revision 52237

More doxygen topic overview cleanup.

2008-03-02 01:20 VZ, revision 52234

use generic dialogs under Palm (generic.diff part of patch 1894861)

2008-03-02 01:16 VZ, revision 52233

workarounds for Palm compiler errors (pacc-error.diff part of patch 1894861)

2008-03-02 01:14 VZ, revision 52232

define wxConfig where the header implementing it is defined; also define it for wxPalm and wxOS2 (confmove.diff part of patch 1894861)

2008-03-02 01:08 VZ, revision 52231

predefine wxUSE_LIBMSPACK as 0 for Palm (chkconf.diff part of patch 1894861)

2008-03-02 01:02 VZ, revision 52230

add platform info for Palm (add-wxpalm-info.diff part of patch 1894861)

2008-03-02 00:58 VZ, revision 52229

update the makefiles to take care of new files and improve dependencies support (makefile*.diff parts of patch 1894861)

2008-03-02 00:55 VZ, revision 52228

declare file-related APIs missing under Palm (pflib-missing.diff part of patch 1894861)

2008-03-02 00:53 VZ, revision 52227

compilation fixes for PalmOS and implementations of missing standard functions (pflib.diff part of patch 1894861)

2008-03-02 00:43 VZ, revision 52226

PalmOS compilation fixes (wx-trunk-out.diff part of patch 1894861)

2008-03-02 00:35 VZ, revision 52225

ignore VC7 projects created by importing VC6 ones

2008-03-02 00:32 VZ, revision 52224

mention that SetNativeFontInfo() resets the font in 2.8 but doesn't in the next versions

2008-03-02 00:12 VZ, revision 52223

add menu item to jump to DST start date

2008-03-01 17:26 RR, revision 52220

Mention wxURLDataObject some more

2008-03-01 17:22 RR, revision 52219

Implemented wxURLDataObject for wxGTK using text/x-moz-url

2008-03-01 17:20 RR, revision 52218

typo char_t -> char

2008-03-01 16:45 SC, revision 52217

guard against an m_peer being NULL which is the case for a wxMenuBar, and here tools with introspection from python crash on OS X because they display all attributes in inheritance ...

2008-03-01 13:44 FM, revision 52216

to be valid HTML4 alt attribute is needed

2008-03-01 13:41 FM, revision 52215

typo fix

2008-03-01 12:23 VZ, revision 52214

no real changes, just refactor/simplify the code to remove duplication and unnecessary casts

2008-03-01 11:23 JS, revision 52213

Image size fix

2008-03-01 10:25 RR, revision 52212

Patch for context menu event for generic/Windows code

2008-03-01 09:49 BP, revision 52211

More doxygen topic overview cleanup.

2008-03-01 02:05 BP, revision 52206

More doxygen topic overview cleanup.

2008-02-29 23:54 VZ, revision 52203

really use the position passed to ShowHelpAtPoint() when using CHM help controller (we always used the mouse position instead)

2008-02-29 21:11 VS, revision 52200

fixed ~wxWindowBase to remove associated context help from wxHelpProvider -- otherwise wrong help text could be reused by other controls later

2008-02-29 21:11 VS, revision 52199

fixed ~wxWindowBase to remove associated context help from wxHelpProvider -- otherwise wrong help text could be reused by other controls later

2008-02-29 20:47 SC, revision 52198

adjusting to changed ownership (font is only created in the GetFont call of wxTextAttr)

2008-02-29 20:02 VS, revision 52197

misc. fixes to wxHelpProvider docs

2008-02-29 19:51 VZ, revision 52196

fix asserts when the root is hidden [backport of r45135 from trunk]

2008-02-29 15:12 VS, revision 52195

fixed addition of wxLANGUAGE_VALENCIAN to be binary compatible

2008-02-29 09:19 BP, revision 52191

More doxygen topic overview cleanup.

2008-02-28 22:50 VS, revision 52186

clear statusbar 'Connecting...' message on failure

2008-02-28 22:50 VS, revision 52185

clear statusbar 'Connecting...' message on failure

2008-02-28 22:40 FM, revision 52184

fix little problem previously introduced: GENERATE_TAGFILE must be left empty

2008-02-28 21:58 FM, revision 52183

remove svn:executable property

2008-02-28 21:50 FM, revision 52182

splitted the Doxyfile in more files; now it's easy to generate only a single format or all of them without editing the cfg files

2008-02-28 21:33 FM, revision 52181

prepare for Doxygen renaming into Doxygen.inc

2008-02-28 21:29 FM, revision 52180

move cpp constants just before the wxUSE list

2008-02-28 18:44 JS, revision 52179

Open and Close clipboard properly

2008-02-28 18:44 JS, revision 52178

Open and Close clipboard properly

2008-02-28 08:13 FM, revision 52176

added missing std sections

2008-02-28 08:13 FM, revision 52175

added library missing section

2008-02-28 08:12 FM, revision 52174

adding missing quotes

2008-02-28 08:11 FM, revision 52173

fix the include files

2008-02-28 08:06 FM, revision 52172

removed samples topic overview; the samples are part of mainpages/utilities.h now

2008-02-28 06:34 PC, revision 52171

revert updating GTK size hints when window decorations change, it messes up min size set by a sizer

2008-02-28 06:34 PC, revision 52170

forward Show() to base, not wxWindow

2008-02-28 03:22 BP, revision 52169

Removed some remaining '#' references.

2008-02-28 03:13 BP, revision 52168

Last doxygen topic overview cleanup assigned to myself.

2008-02-28 02:52 VZ, revision 52167

correct WinCE compilation after last change: can't use global scope with GlobalLock/Unlock() there

2008-02-28 02:48 VZ, revision 52166

added DFCS_CHECKED to DrawCheckMark() (part of patch 1890974)

2008-02-28 02:22 VZ, revision 52165

more /Wp64 warning fixes: mostly use UINT_PTR instead of UINT and define our WX[WL]PARAM with __w64 if available to avoid hundreds of warnings when casting LPARAMs to pointers/handles

2008-02-28 00:41 VZ, revision 52164

use GlobalPtrLock (modified to allow not initializing it if the ptr is NULL) in wxGetPrinterDC() to avoid /Wp64 warnings and also make code safer

2008-02-28 00:22 VZ, revision 52163

compilation fix after last change

2008-02-27 18:37 BP, revision 52157

More doxygen topic overview cleanup.

2008-02-27 18:16 JS, revision 52156

Logged some changes.

2008-02-27 18:12 VZ, revision 52155

fix wxWeakRef<> for Borland C++ (slightly modified patch 1902415)

2008-02-27 18:07 JS, revision 52154

Take into account explorer associations and CurVer when finding the command to execute.

2008-02-27 18:07 JS, revision 52153

Take into account explorer associations and CurVer when finding the command to execute.

2008-02-27 18:03 VZ, revision 52152

don't attempt to create 0*0 bitmaps in GetBuffer() (patch 1899643)

2008-02-27 18:00 VZ, revision 52151

clip the text in report mode to prevent it from overflowing into the next column (patch 1898914)

2008-02-27 17:54 VZ, revision 52150

don't track handlers connected to this object itself (patch 1899730)

2008-02-27 17:46 VZ, revision 52149

add SetNativeTheme() (slightly modified patch 1884553)

2008-02-27 17:45 VZ, revision 52148

translate "Copy URL" string in the popup menu (feature request 1803958) (should have been part of r52131 but somehow wasn't committed)

2008-02-27 17:35 VZ, revision 52147

fixes for __WINCE_NET__ build (slightly modified patch 1892654)

2008-02-27 17:29 VZ, revision 52146

only define wxAuiFloatingFrameBaseClass as wxMiniFrame if wxUSE_MINIFRAME==1 (and do it under all platforms, why not?) (replaces part of patch 1892654)

2008-02-27 17:19 VZ, revision 52145

override SetDropTarget() in wxGrid to associate it with wxGridWindow as this is what things tend to be dropped on (patch 1903103)

2008-02-27 15:32 VS, revision 52144

forgot to add OnFocusChange to version-script.in in r52007

2008-02-27 15:08 VZ, revision 52143

forward WM_HELP from the buddy control to the main one in order to make context sensitive help work when the text part of wxSpinCtrl is clicked with "?" cursor

2008-02-27 14:49 VZ, revision 52142

don't hide the TLW being deleted unless there any other *visible* TLWs remaining (bug 1902632)

2008-02-27 08:58 JS, revision 52138

Added new symbols

2008-02-27 08:54 JS, revision 52137

Made wxRichTextCtrl cursors accessible

2008-02-27 08:54 JS, revision 52136

Made wxRichTextCtrl cursors accessible

2008-02-27 08:11 SC, revision 52135

applying patch 1873285

2008-02-27 07:55 SC, revision 52134

applying patch 1873285

2008-02-27 06:48 BP, revision 52133

More doxygen topic overview cleanup.

2008-02-27 04:40 BP, revision 52132

More doxygen topic overview cleanup.

2008-02-27 02:18 VZ, revision 52131

translate "Copy URL" string in the popup menu (feature request 1803958)

2008-02-27 02:01 VZ, revision 52130

no changes, just a couple of typo fixes in comments

2008-02-26 20:09 RR, revision 52129

restore wxComboBox's behaviour of reacting to <ENTER>

2008-02-26 18:37 BP, revision 52128

More doxygen overview cleanup.

2008-02-26 17:59 JS, revision 52127

Don't take the previous paragraph style when deleting paragraph marker

2008-02-26 17:59 JS, revision 52126

Don't take the previous paragraph style when deleting paragraph marker

2008-02-26 17:55 VZ, revision 52125

/Wp64 warnings fixes (mostly simply use wxUIntToPtr/wxPtrToUInt() instead of C casts)

2008-02-26 17:55 JS, revision 52124

Corrected GetFontAttributes

2008-02-26 17:42 VZ, revision 52123

fixes for MSVC compilation with /Wp64 (used by new _vc7 project files): define wxUIntPtr as size_t, not ulong; suppress warning about size_t to int conversion as there are simply too many of them to be fixed now

2008-02-26 17:17 VZ, revision 52122

check whether the grid is fully created in Refresh() (fixes a crash under Mac); refactored members initialization into a new InitVars() method to avoid duplication and ensure that they're always initialized (slightly modified patch 1901366)

2008-02-26 17:14 PC, revision 52121

initialize m_miniTitle, fix button press detection on caption area, remove support for obsolete wxTINY_CAPTION styles

2008-02-26 15:27 JS, revision 52120

Fixed [ 1775674 ] Invalid color in picker dialog

2008-02-26 15:27 JS, revision 52119

Fixed [ 1775674 ] Invalid color in picker dialog

2008-02-26 15:05 JS, revision 52118

Fixed [ 1720130 ] A minor 'bug' or 'annoyance' with header file.

2008-02-26 15:04 JS, revision 52117

Fixed [ 1720130 ] A minor 'bug' or 'annoyance' with header file.

2008-02-26 14:55 JS, revision 52116

Fixed bug [ 1714813 ] ApplyXXXToSelection remove style

2008-02-26 14:55 JS, revision 52115

Fixed bug [ 1714813 ] ApplyXXXToSelection remove style

2008-02-26 14:27 JS, revision 52114

Removed redundant Init call (bug 1724495)