2009-02-08 |
Francesco Montorsi | revert insert=>append change; only for wxELLIPSIZE_END... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Francesco Montorsi | remove mobile samples from samples.bkl (last part of... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Stefan Csomor | turning on icons for osx-cocoa |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Vadim Zeitlin | remove remaining traces of samples/mobile (continuation... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Francesco Montorsi | remove 'mobile' samples as they're not useful from... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Francesco Montorsi | update italian translation; add a Q+A for updating... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Francesco Montorsi | put MyFrame creation code in its ctor, not in MyApp... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Vadim Zeitlin | don't react to wxEVT_DESTROY events from child windows |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Francesco Montorsi | use Ellipsize() in wxStatusBarGeneric so that the text... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Francesco Montorsi | split wxControl::Ellipsize() in two functions for bette... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Stefan Csomor | menu fixes, also fixes #10479 |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Stefan Csomor | adding scroll wheel support |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Vadim Zeitlin | only do (c) and (C) translation in Unicode build |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Vadim Zeitlin | make dtor public to fix VC6 build |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Vadim Zeitlin | use bitmap mask if any in splash screen (closes #10470) |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Francesco Montorsi | some more SetIcon() calls added; cleanup indentation... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Francesco Montorsi | always call SetIcon() on the main frame of the sample... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Francesco Montorsi | merge wxEditableListBox sample in widgets sample (it... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Vadim Zeitlin | fix other insert() overloads to work when inserting... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Vadim Zeitlin | removed wrong check from splice(it, list, first) |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Kevin Ollivier | Implement GetDashCount() for Carbon/Cocoa. |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Kevin Ollivier | Add (currently unimplemented) missing wxRegion construc... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Kevin Ollivier | Assert if these methods are triggered to alert the... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Francesco Montorsi | build wrapsizer sample when wxUSE_GUI==1 |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Kevin Ollivier | The GL library needs access to this. |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Vadim Zeitlin | fix wxList::erase(it, end()) in non-STL build (see... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Vadim Zeitlin | fix (harmless for now) g++ warning about non-virtual... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Francesco Montorsi | fix repaint problems when resizing the frame |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Vadim Zeitlin | yet another wxUSE_DRAG_AND_DROP==0 compilation fix |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Vadim Zeitlin | another attempt to run tests with verbose logging in... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Vadim Zeitlin | add semicolons after wxDEFINE_EVENT() |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Václav Slavík | wxrc: fix incorrectly generated code with --extra... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Vadim Zeitlin | require semicolon after wxDECLARE/DEFINE_EVENT() (close... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Francesco Montorsi | allow the user to set the contents of the status fields |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Vadim Zeitlin | update custom event definition documentation; document... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Vadim Zeitlin | fix typo in last commit |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Vadim Zeitlin | rename wxDECLARE_LOCAL_EVENT to just wxDECLARE_EVENT |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Vadim Zeitlin | update/reorganize events overview and changed links... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Francesco Montorsi | do not use preprocessor macros in interface headers... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Vadim Zeitlin | extract the important overviews in their own section... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Stefan Csomor | OSX currently doesn't expose an OnPaint anymore |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Francesco Montorsi | document the wxWindow::Get/SetLayoutDirection functions |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Francesco Montorsi | no real change: put event handlers together at the... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Jaakko Salli | Eliminated two unneeded arguments from wxPropertyGrid... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Jaakko Salli | Fixed and refactored wxPropertyGridManager decsription... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Stefan Csomor | reworking event handling to redirect to c++ virtual... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Jaakko Salli | Added workaround for a bug that causes splitters not... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Stefan Csomor | correct shortcuts on mac, fixes #10464 |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Vadim Zeitlin | remove incorrect cast of wxString to char* (unnecessary... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Vadim Zeitlin | compilation fix for wxEVENTS_COMPATIBILITY_2_8 case |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Francesco Montorsi | fix some typos (return types) |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Francesco Montorsi | remove typo |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Francesco Montorsi | fix title of the previously-modified section |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Vadim Zeitlin | allow handling events in a function taking the base... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Francesco Montorsi | more user-friendly error message |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Francesco Montorsi | mention wxwindow::SetExtraStyle( wxWS_EX_VALIDATE_RECUR... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Francesco Montorsi | fix LoadPanel() docs (closes #10467) |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Francesco Montorsi | document the protected functions of wxTextValidator... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Francesco Montorsi | remove mention of wxMutexGuiEnter/leave from the multit... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Francesco Montorsi | fix the size of the generated controls using wxDefaultS... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Francesco Montorsi | add code for debugging sizers/window sizes; it may... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Francesco Montorsi | always use wxSTAY_ON_TOP (closes #10447) |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Francesco Montorsi | fix warning about function hiding by using the 'On... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Francesco Montorsi | fix warning |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Francesco Montorsi | add many references to the overview_windowsizing topic... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Paul Cornett | use the right GdkWindow and origin for non-pizza widget... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Bryan Petty | Documented wxAuiManagerEvent and it's related event... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Vadim Zeitlin | fix MSVC warning about implicit int to bool conversion |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Bryan Petty | Properly distribute docs on string comparison operators... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Vadim Zeitlin | PCH-less compilation fix |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Robert Roebling | Use gtk_range_set_value() to set scrollbar and do that... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Vadim Zeitlin | use WXDLLIMPEXP_FWD_BASE instead of WXDLLIMPEXP_BASE... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Vadim Zeitlin | another compilation fix to switch in DoYield() |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Francesco Montorsi | fix no-PCH builds for wxMac |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Robert Roebling | Use wxRound() instead of (int)(my_double + 0.5); |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Vadim Zeitlin | compilation fixes to DoYield() after latest changes |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Francesco Montorsi | add a wxEventType argument to wxThreadEvent for coheren... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Francesco Montorsi | use WXDLLIMPEXP_CORE, not WXDLLIMPEXP_BASE for wxThread... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Francesco Montorsi | fix wxThreadEvent linking in shared builds |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Francesco Montorsi | update to the latest version of the patch at #10320... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Jaakko Salli | Added useful comment to a code sample snippet |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Francesco Montorsi | fix the new wxThreadEvent class adopting the new type... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Francesco Montorsi | check in the 'selective yield' patch (see ticket #10320): |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Francesco Montorsi | in debug mode when clicking with the middle mouse butto... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Francesco Montorsi | document new wxBLUE_PEN object; add some more details... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Jaakko Salli | Added proper COW to wxPGChoices, moved wxPGChoices... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Francesco Montorsi | add standard wxBLUE_PEN for coherency with the colours... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Vadim Zeitlin | fix MSVC warning about implicit int to bool conversion |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Francesco Montorsi | update list of classes supported by wxGenericValidator |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Vadim Zeitlin | restore the default bitmap icons size to 16*15, making... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Vadim Zeitlin | compilation fixes for wxMSW/Univ |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Vadim Zeitlin | move generic animation sources to ADVANCED_MSW_NATIVE_S... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Vadim Zeitlin | added back compatibility headers (apparently svn can... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Paul Cornett | revert last commit, it re-introduces the first problem |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Paul Cornett | fix bug introduced in last commit, contents not scrolli... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Francesco Montorsi | Re-add support for multiple text validator styles but |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Vadim Zeitlin | added wxPersistentRegisterAndRestore() function to... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Vadim Zeitlin | renamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Robert Roebling | Add space all around std buttons as per Apple HIG ... |
commit | commitdiff | tree | snapshot |
next |