2009-03-04 |
Francesco Montorsi | add headers to the samples' bakefiles so that they... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Francesco Montorsi | revert addition of the simple listctrl; it doesn't... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Jouk Jansen | inserting missing include for non PCH-build |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Kevin Ollivier | More fixes for clickCount... even sometimes when respon... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Francesco Montorsi | clarify the list of bitmap handlers natively supported. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Jaakko Salli | Remove unneeded workaround for a ScrolledWindow issue... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Jaakko Salli | Remove wxEnumProperty::ms_prevIndex |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Francesco Montorsi | update the list of samples |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Vadim Zeitlin | use ldlibs, not ldflags, for wx-config --libs output... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Julian Smart | Don't crash if no scrollbar |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Vadim Zeitlin | compilation fix after last commit |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Vadim Zeitlin | fix wxGTK1 compilation after wxTextEntry DoGetValue... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Vadim Zeitlin | fix virtual function hiding warnings |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Vadim Zeitlin | fix virtual function hiding warnings |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Francesco Montorsi | ProcessPendingEvents() is now in wxApp |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Vadim Zeitlin | don't generate non-MSVC makefiles for MSVC-only samples |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Francesco Montorsi | move pending event processing back to wxApp (these... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Vadim Zeitlin | wxOSX build fix for wxRichTextCtrl after wxTextEntry... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Francesco Montorsi | remove references to datetime_constants; they're not... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Kevin Ollivier | Land the rest of the changes made by a rebake after... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Francesco Montorsi | revert r59246; the window parameter was there by purpos... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Vadim Zeitlin | another wxOSX build fix after wxTextEntry::GetValue... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Vadim Zeitlin | wxOSX build fix after wxTextEntry::GetValue() renaming... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Kevin Ollivier | Rebake after OS X Cocoa header changes. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Kevin Ollivier | Commit changes caused by setting configure.in's svn... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Kevin Ollivier | Update files.bkl to look in the proper place for moved... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Vadim Zeitlin | build fix: define DoGetValue() and GetEditableWindow() |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Vadim Zeitlin | compilation fix after GetEditableWindow() signature... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Vadim Zeitlin | fix warning about possibly uninitialized variable in... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Vadim Zeitlin | remove SetValue() which is not needed and which definit... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Vadim Zeitlin | make GetEditableWindow() protected as it's used by... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Vadim Zeitlin | wxUniv compilation fixes after wxTextEntry::DoGetValue... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Vadim Zeitlin | fix overloaded virtual warning |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Vadim Zeitlin | added wxTextEntry::DoGetValue() to allow returning... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Vadim Zeitlin | set correct properties |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Vadim Zeitlin | added wxTextEntry::SetHint() (a.k.a. cue banner or... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Vadim Zeitlin | add ugly macros to abstract the difference between... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Vadim Zeitlin | update to Dutch translations from Gideon van Melle |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Francesco Montorsi | document that wxDialog::ShowModal() creates its own... |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Francesco Montorsi | document internal wxDateTime enums the way they're... |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Francesco Montorsi | do not duplicate large blocks of docs; use @overload... |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Francesco Montorsi | fix rendering of wxGrid on wxMSW when a dialog is over... |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Francesco Montorsi | use wxRenderer::GetCheckBoxSize() instead of doing... |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Francesco Montorsi | deprecated GetCheckBoxSize(wxWindow *) in favour of... |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Francesco Montorsi | move wxGridCellRenderer::Draw before other derived... |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Francesco Montorsi | force use of generic about dialog as to test unfocused... |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Francesco Montorsi | name the enum with wxDir flags to make it easier to... |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Chris Elliott | avoid error of menu with zero ID |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Francesco Montorsi | remove old and outdated tech notes |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Francesco Montorsi | better document the possible arguments accepted by... |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Vadim Zeitlin | recognize schemes other than http and ftp in wxLaunchDe... |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Vadim Zeitlin | document wxTextEntry |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Vadim Zeitlin | added const_cast<> to silence gcc warnings (see #10520) |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Robert Roebling | Never show tree lines when there are tree buttons under... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Robert Roebling | Use gdk_window_invalidate instead of gtk_widget_queue_d... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Bryan Petty | wxPosition doesn't need renamed, it's supposed to be... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Vadim Zeitlin | compilation fixes for ANSI mode build (closes #10518) |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Vadim Zeitlin | reset the tooltip text before changing it, this apparen... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Kevin Ollivier | Cast needed to fix compilation on 10.4 --This line... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Vadim Zeitlin | add missing WXDLLIMPEXP_CORE (which surprisingly is... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Vadim Zeitlin | Turkish translation update from Hakkı Doğusan |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Julian Smart | Compile fix under wxGTK |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Francesco Montorsi | add references to OnEventLoopEnter/Exit callbacks |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Francesco Montorsi | fix doxygen warnings |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Francesco Montorsi | mention that some event logic now requires a running... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Vadim Zeitlin | VC6 compilation fix after last change: WXDLLIMPEXP_TEMP... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Vadim Zeitlin | refactor wxDocChildFrame and wxDocMDIChildFrame to... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Vadim Zeitlin | added wxDECLARE_NO_COPY_TEMPLATE_CLASS_2 |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Julian Smart | Fixed wxRichTextCtrl base class |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Vadim Zeitlin | move functions using deprecated methods out of line... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Julian Smart | Corrected IMPLEMENT_CLASS/BEGIN_EVENT_TABLE base class |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Stefan Csomor | applying patch, fixes #10523 |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Stefan Csomor | applying patch, fixes #10524 |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Jaakko Salli | No longer overestimate virtual height given to the... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Jaakko Salli | wxPropertyGrid::IsEditorFocused() is now public |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Vadim Zeitlin | fix Remove() argument in the example (closes #10521) |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Vadim Zeitlin | deprecate the old TryValidator/Parent() and replace... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Vadim Zeitlin | added wxDEPRECATED_BUT_USED_INTERNALLY_INLINE |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Vadim Zeitlin | override TryValidator() in wxMDIParentFrame to implemen... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Vadim Zeitlin | another missing WXDLLIMPEXP to fix DLL build |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Jouk Jansen | Updating OpenVMS compile configuration |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Václav Slavík | added wxXmlResource::LoadFile() to avoid URL-vs-filenam... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Václav Slavík | fixed wxXmlResource::Load's detection of filenames... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Vadim Zeitlin | added wxGrid::{Set,Get}{Row,Col}Sizes() methods allowin... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Vadim Zeitlin | compilation fix after last commit |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Vadim Zeitlin | don't use template assign() with VC6, even though it... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Vadim Zeitlin | compilation fix after the previous commit |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Vadim Zeitlin | fix for DLL build: wxEvtHandlerArray should be in wxBas... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Vadim Zeitlin | undo the change of r57522, it's not needed any more... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Vadim Zeitlin | postpone the check for the validity of growable rows... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Vadim Zeitlin | replace templae Connect() overloads with separate Bind... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Francesco Montorsi | add wxAppConsoleBase::OnEventLoopEnter/Exit callbacks... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Francesco Montorsi | document wxPolygonFillMode |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Francesco Montorsi | no real change: just group functions in a logic manner |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Vadim Zeitlin | don't call Refresh(empty-rect) unnecessarily |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Francesco Montorsi | try to clear the device/logical unit fog; remove unused... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Francesco Montorsi | revise all code; do not use many global objects; use... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Jouk Jansen | Update compile configuration for OpenVMS |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Kevin Ollivier | Remove no longer necessary re-entrancy check, fix funct... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Vadim Zeitlin | fix handling of long lines in wxGridCellAutoWrapStringR... |
commit | commitdiff | tree | snapshot |
next |