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 |
2008-07-31 |
Stefan Csomor | wxColour is implemented using CoreGraphics |
tree | commitdiff |
2008-07-31 |
Stefan Csomor | pen and brush are platform neutral on osx |
tree | commitdiff |
2008-07-31 |
Stefan Csomor | pen and brush are platform neutral on osx |
tree | commitdiff |
2008-07-31 |
Stefan Csomor | better guarding when no printing architecture exists |
tree | commitdiff |
2008-07-31 |
Stefan Csomor | better guarding when no printing architecture exists... |
tree | commitdiff |
2008-07-30 |
Vadim Zeitlin | optimize Replace() for the common case of replacing... |
tree | commitdiff |
2008-07-30 |
Stefan Csomor | OSX renaming round 2 |
tree | commitdiff |
2008-07-30 |
Stefan Csomor | adding header for non-precomp |
tree | commitdiff |
2008-07-29 |
Vadim Zeitlin | don't use BS_AUTORADIOBUTTON at all, BS_RADIOBUTTON... |
tree | commitdiff |
2008-07-29 |
Vadim Zeitlin | add PostSizeEvent() and use it in wxMSW status bar... |
tree | commitdiff |
2008-07-29 |
Václav Slavík | fixed messed up indentation |
tree | commitdiff |
2008-07-29 |
Stefan Csomor | adding constant which appears in Leopard SDK only |
tree | commitdiff |
2008-07-29 |
Stefan Csomor | osx regrouping |
tree | commitdiff |
2008-07-29 |
Stefan Csomor | osx regrouping |
tree | commitdiff |
2008-07-29 |
Stefan Csomor | osx regrouping |
tree | commitdiff |
2008-07-29 |
Stefan Csomor | osx regrouping |
tree | commitdiff |
2008-07-29 |
Stefan Csomor | universal implementation for osx cocoa |
tree | commitdiff |
2008-07-29 |
Stefan Csomor | universal implementation for iphone |
tree | commitdiff |
2008-07-29 |
Stefan Csomor | OSX regrouping |
tree | commitdiff |
2008-07-29 |
Stefan Csomor | OSX regrouping |
tree | commitdiff |
2008-07-29 |
Stefan Csomor | OSX regrouping |
tree | commitdiff |
2008-07-29 |
Stefan Csomor | OSX regrouping |
tree | commitdiff |
2008-07-29 |
Stefan Csomor | new SDK has frame CGRect return param |
tree | commitdiff |
2008-07-29 |
Julian Smart | Take on appropriate paragraph style in the newly create... |
tree | commitdiff |
2008-07-29 |
Vadim Zeitlin | generate a size event from ShowWithEffect() for consist... |
tree | commitdiff |
2008-07-29 |
Vadim Zeitlin | send the size event in SendSizeEvent() instead of posti... |
tree | commitdiff |
2008-07-29 |
Vadim Zeitlin | move SendSizeEvent() down to wxWindow from wxFrame... |
tree | commitdiff |
2008-07-29 |
Robert Roebling | Added 32-bit (UCS-4) wxUString class |
tree | commitdiff |
2008-07-28 |
Vadim Zeitlin | implement wxBitmap ctor from XBM data |
tree | commitdiff |
2008-07-28 |
Paul Cornett | fix Gtk-WARNING "... no property named `row-ending... |
tree | commitdiff |
2008-07-26 |
Vadim Zeitlin | don't use assert dialog under wxDFB, it does more harm... |
tree | commitdiff |
2008-07-24 |
Vadim Zeitlin | fix index checking in GetRange() |
tree | commitdiff |
2008-07-22 |
Vadim Zeitlin | fix crash when reading malformed PCX images (#3836) |
tree | commitdiff |
2008-07-22 |
Vadim Zeitlin | attempt to fix compilation after the last change |
tree | commitdiff |
2008-07-22 |
Vadim Zeitlin | remove the workaround for STL build bug in wxArrays... |
tree | commitdiff |
2008-07-22 |
Vadim Zeitlin | get rid of base arrays in wxUSE_STL build, we don't... |
tree | commitdiff |
2008-07-21 |
Václav Slavík | Fixed detection of Meta key state so that NumLock isn... |
tree | commitdiff |
2008-07-21 |
Vadim Zeitlin | avoid unnecessary conversions in wxTextDataObject code... |
tree | commitdiff |
2008-07-21 |
Vadim Zeitlin | don't call gtk_selection_data_set_text() with non-UTF... |
tree | commitdiff |
2008-07-21 |
Vadim Zeitlin | wxDF_UNICODETEXT shouldn't be supported at all in ANSI... |
tree | commitdiff |
2008-07-21 |
Vadim Zeitlin | no changes, just fixed a typo in comment |
tree | commitdiff |
2008-07-21 |
Vadim Zeitlin | use #if wxUSE_UNICODE instead of #ifdefs (which totally... |
tree | commitdiff |
2008-07-21 |
Vadim Zeitlin | don't show warning to the user if session manager detec... |
tree | commitdiff |
2008-07-21 |
Vadim Zeitlin | use (new) safer GetTraitsIfExists() in wxMutexGuiEnter... |
tree | commitdiff |
2008-07-21 |
Vadim Zeitlin | don't give error on startup of any application using... |
tree | commitdiff |
2008-07-21 |
Vadim Zeitlin | don't use deprecated function |
tree | commitdiff |
next |