2008-08-21 |
Stefan Csomor | mimetype common implementation |
tree | commitdiff |
2008-08-21 |
Stefan Csomor | cocoa specific implementations |
tree | commitdiff |
2008-08-21 |
Stefan Csomor | new common code files |
tree | commitdiff |
2008-08-20 |
Václav Slavík | fixed scaling of print preview if there's not enough... |
tree | commitdiff |
2008-08-19 |
Paul Cornett | remove text field from page data, add much more useful... |
tree | commitdiff |
2008-08-19 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2008-08-18 |
Vadim Zeitlin | fix MSVC warning about int->bool conversion introduced... |
tree | commitdiff |
2008-08-18 |
Vadim Zeitlin | add support for using bitmap2 for checked menu item... |
tree | commitdiff |
2008-08-18 |
Vadim Zeitlin | paint the space remaining after the columns too in... |
tree | commitdiff |
2008-08-18 |
Vadim Zeitlin | use CLSCTX_ALL instead of CLSCTX_LOCAL_SERVER in Create... |
tree | commitdiff |
2008-08-18 |
Vadim Zeitlin | don't terminate the event loop in EndModal() if it... |
tree | commitdiff |
2008-08-18 |
Vadim Zeitlin | add comparison operators for UUID class (#9871) |
tree | commitdiff |
2008-08-16 |
Vadim Zeitlin | fix spurious assert failure in DestroyGripper() which... |
tree | commitdiff |
2008-08-15 |
Vadim Zeitlin | compilation fix for wxUSE_STL build after r54926 (... |
tree | commitdiff |
2008-08-15 |
Paul Cornett | fix for page change not working after veto, #3808 |
tree | commitdiff |
2008-08-13 |
Paul Cornett | move notebook event definition to common code |
tree | commitdiff |
2008-08-13 |
Vadim Zeitlin | fix typo in __WWXMAC__ |
tree | commitdiff |
2008-08-13 |
Václav Slavík | add assert checking that GetCapture() and ms_winCapture... |
tree | commitdiff |
2008-08-12 |
Václav Slavík | apply Stefan's fix for wxHtmlDCRenderer clipping |
tree | commitdiff |
2008-08-10 |
Robin Dunn | Use WXUNUSED and give more explaination for the handler |
tree | commitdiff |
2008-08-10 |
Paul Cornett | don't modify position for default border if button... |
tree | commitdiff |
2008-08-10 |
Paul Cornett | add control items from child inserter, so that correct... |
tree | commitdiff |
2008-08-10 |
Václav Slavík | compilation fix: wxUString uses it's own wxCharTypeBuff... |
tree | commitdiff |
2008-08-10 |
Václav Slavík | added refcounting to wxCharBuffer to fix passing of... |
tree | commitdiff |
2008-08-10 |
Paul Cornett | some code cleanup |
tree | commitdiff |
2008-08-10 |
Paul Cornett | set extra widget from child inserter, so that correct... |
tree | commitdiff |
2008-08-10 |
Robin Dunn | Avoid default child window focus behavior in generic... |
tree | commitdiff |
2008-08-10 |
Paul Cornett | fix previous commit to respect minimum width |
tree | commitdiff |
2008-08-09 |
Vadim Zeitlin | initialize the button label correctly if the same wizar... |
tree | commitdiff |
2008-08-09 |
Václav Slavík | more strict UTF-8 validity checks, as it should be... |
tree | commitdiff |
2008-08-08 |
Vadim Zeitlin | undid changes accidentally committed as part of r55019 |
tree | commitdiff |
2008-08-08 |
Vadim Zeitlin | added wxTLS_TYPE() macro |
tree | commitdiff |
2008-08-07 |
Julian Smart | Fixed scrolling bug where scrollbar was taken to be... |
tree | commitdiff |
2008-08-07 |
Paul Cornett | allow dialog to be resized smaller with extra control |
tree | commitdiff |
2008-08-07 |
Vadim Zeitlin | don't call OnCloseDocument() from OnNewDocument(),... |
tree | commitdiff |
2008-08-07 |
Václav Slavík | small wxArtProvider API improvements: added HasNativePr... |
tree | commitdiff |
2008-08-07 |
Paul Cornett | fix sizing of extra control |
tree | commitdiff |
2008-08-06 |
Vadim Zeitlin | initialize a local variable even if it doesn't really... |
tree | commitdiff |
2008-08-06 |
Paul Cornett | use "new" GtkToolbar API |
tree | commitdiff |
2008-08-06 |
Vadim Zeitlin | replace wxASSERT in wxFindNextFile() with wxCHECK to... |
tree | commitdiff |
2008-08-05 |
Vadim Zeitlin | fix an assert failure when a child TLW was created... |
tree | commitdiff |
2008-08-05 |
Stefan Csomor | fixing remainder of bug #3776, clean activateAndIgnoreC... |
tree | commitdiff |
2008-08-05 |
Vadim Zeitlin | correct use of WXDLLIMPEXP_BASE for wxChar16 wxStrlen... |
tree | commitdiff |
2008-08-05 |
Vadim Zeitlin | mark holidays if wxCAL_SHOW_HOLIDAYS is on (replaces... |
tree | commitdiff |
2008-08-05 |
Vadim Zeitlin | fix bug in Mark() which highlighted the day not only... |
tree | commitdiff |
2008-08-04 |
Julian Smart | Allow small widths if setting initial strings. |
tree | commitdiff |
2008-08-04 |
Vadim Zeitlin | general docview.cpp code cleanup; use wxVector<> instea... |
tree | commitdiff |
2008-08-03 |
Stefan Csomor | fixing name typo |
tree | commitdiff |
2008-08-03 |
Stefan Csomor | moving osx files (rename will follow) |
tree | commitdiff |
2008-08-03 |
Vadim Zeitlin | return empty string instead of some garbage if strftime... |
tree | commitdiff |
2008-08-03 |
Benjamin Williams | fix mouse capture lost assert when dialog shown in... |
tree | commitdiff |
2008-08-03 |
Vadim Zeitlin | compilation fix for PCH-less build; also moved some... |
tree | commitdiff |
2008-08-03 |
Vadim Zeitlin | fix view rectangle calculation for the control with... |
tree | commitdiff |
2008-08-03 |
Vadim Zeitlin | add BSTR arrays handling in wxConvertOleToVariant(... |
tree | commitdiff |
2008-08-03 |
Vadim Zeitlin | add support for multiline labels in wxToggleButton |
tree | commitdiff |
2008-08-03 |
Vadim Zeitlin | no real changes, just refactor to remove some code... |
tree | commitdiff |
2008-08-03 |
Vadim Zeitlin | implement wxToolBarTool::SetLabel() for wxOSX_USE_NATIV... |
tree | commitdiff |
2008-08-03 |
Vadim Zeitlin | use wxPEN/BRUSH_XXX instead of wxXXX (#9812) |
tree | commitdiff |
2008-08-03 |
Vadim Zeitlin | make SetValidator() symmetric with GetValidator() ... |
tree | commitdiff |
2008-08-03 |
Vadim Zeitlin | update for wxSHUTDOWN_LOGOFF/FORCE, should have been... |
tree | commitdiff |
2008-08-03 |
Vadim Zeitlin | added wxSHUTDOWN_LOGOFF flag, don't use EWX_FORCE by... |
tree | commitdiff |
2008-08-03 |
Vadim Zeitlin | compilation fix for PCH-less build after last commit |
tree | commitdiff |
2008-08-03 |
Vadim Zeitlin | store palette information from XPM in wxImage (#9763) |
tree | commitdiff |
2008-08-03 |
Benjamin Williams | fix segfault when Update() is called inbetween mouse... |
tree | commitdiff |
2008-08-03 |
Vadim Zeitlin | don't keep the transparent palette colour from the... |
tree | commitdiff |
2008-08-03 |
Vadim Zeitlin | no real changes, just some cleanup: use wxON_BLOCK_EXIT... |
tree | commitdiff |
2008-08-03 |
Vadim Zeitlin | add support for reading alpha channel from BMP images... |
tree | commitdiff |
2008-08-03 |
Vadim Zeitlin | compilation after last commit: semicolon after wxDELETE... |
tree | commitdiff |
2008-08-02 |
Vadim Zeitlin | don't use our custom WM_PAINT handler with composited... |
tree | commitdiff |
2008-08-02 |
Vadim Zeitlin | return true from IsDoubleBuffered() if our TLW parent... |
tree | commitdiff |
2008-08-02 |
Vadim Zeitlin | add wxGet/Set/HasWindowExStyle() helpers and use them |
tree | commitdiff |
2008-08-02 |
Vadim Zeitlin | compilation fix after last commit |
tree | commitdiff |
2008-08-02 |
Vadim Zeitlin | copy both alpha and mask in Paste() (#9658) |
tree | commitdiff |
2008-08-02 |
Vadim Zeitlin | add wxRenderer::GetCheckBoxSize(); refactor wxGTK code... |
tree | commitdiff |
2008-08-02 |
Vadim Zeitlin | added trivial wxLaunchDefaultApplication() implementati... |
tree | commitdiff |
2008-08-02 |
Vadim Zeitlin | add wxImage::SetType() and use it in animation decoders... |
tree | commitdiff |
2008-08-02 |
Vadim Zeitlin | fix keyboard navigation in radio boxes containing hidde... |
tree | commitdiff |
2008-08-02 |
Vadim Zeitlin | added enabled and hidden attributes to radio box items... |
tree | commitdiff |
2008-08-02 |
Vadim Zeitlin | improve best size calculation; notably account for... |
tree | commitdiff |
2008-08-02 |
Vadim Zeitlin | ensure that one of wxRA_SPECIFY_{COLS,ROWS} is set... |
tree | commitdiff |
2008-08-02 |
Vadim Zeitlin | implement wxLaunchDefaultApplication() for MSW and... |
tree | commitdiff |
2008-08-02 |
Vadim Zeitlin | PCH-less build fix after the last commit |
tree | commitdiff |
2008-08-02 |
Vadim Zeitlin | extract parts of wxXRC depending on wxAdv in a separate... |
tree | commitdiff |
2008-08-02 |
Robert Roebling | Support NOR logical function |
tree | commitdiff |
2008-08-02 |
Stefan Csomor | guarding all text methods against unset font |
tree | commitdiff |
2008-08-01 |
Vadim Zeitlin | add wxString::Capitalize() and MakeCapitalized() for... |
tree | commitdiff |
2008-08-01 |
Benjamin Williams | added a number of NULL ptr asserts (#4145) |
tree | commitdiff |
2008-08-01 |
Benjamin Williams | fix for defect #4827 |
tree | commitdiff |
2008-08-01 |
Benjamin Williams | fix for ticket #4505, Floatable(false) wasn't working... |
tree | commitdiff |
2008-08-01 |
Benjamin Williams | floating pane now respects IsFixed pane status; indirec... |
tree | commitdiff |
2008-08-01 |
Vadim Zeitlin | add more stock items (#9799) |
tree | commitdiff |
2008-08-01 |
Vadim Zeitlin | removed a cast to WPARAM which was unnecessary and... |
tree | commitdiff |
2008-08-01 |
Vadim Zeitlin | inherit wx_error_mgr from jpeg_error_mgr instead of... |
tree | commitdiff |
2008-08-01 |
Vadim Zeitlin | remove wxSETranslator() entirely from wxUSE_ON_FATAL_EX... |
tree | commitdiff |
2008-08-01 |
Vadim Zeitlin | fix warning about possible uninitialized variable with... |
tree | commitdiff |
2008-08-01 |
Vadim Zeitlin | implement support for wxOR and wxCLEAR in wxCairoContex... |
tree | commitdiff |
2008-08-01 |
Vadim Zeitlin | use a single wxBookCtrlEvent class for all wxBookCtrlBa... |
tree | commitdiff |
2008-08-01 |
Stefan Csomor | moving common implementation for osx closer to unix... |
tree | commitdiff |
2008-07-31 |
Stefan Csomor | OSXTimer for all variants (sorry Vaclav, should be... |
tree | commitdiff |
2008-07-31 |
Stefan Csomor | OSXTimer for all variants |
tree | commitdiff |
next |