2006-10-08 |
Stefan Neis | Use system colours for ownerdrawn highlighting (patch... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | small code simplification in DoSetValue() after the... |
tree | commitdiff |
2006-10-08 |
Robert Roebling | Compile fix. |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | compilation fix after last commit (apparently patch... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | testing whether signed char is greater than 127 is... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added wxTextCtrl::IsEmpty() |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added wxTextCtrl::ChangeValue() which is the same as... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added wxBookCtrl::ChangeSelection() which is the same... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | avoid bitmap distortion when a non standard bitmap... |
tree | commitdiff |
2006-10-08 |
Robert Roebling | New magic number for positioning the tree triangle. |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | corrected last commit: Inflate() should be Deflate() |
tree | commitdiff |
2006-10-08 |
Julian Smart | Strip menu codes out from notebook page labels |
tree | commitdiff |
2006-10-08 |
Paul Cornett | small cleanup |
tree | commitdiff |
2006-10-08 |
Robert Roebling | [ 1572220 ] Show popup when wxComboCtrl image area... |
tree | commitdiff |
2006-10-08 |
Julian Smart | It's valid to pass wxNOT_FOUND to SetSelection in order... |
tree | commitdiff |
2006-10-08 |
Paul Cornett | restore needed functions, wxMSW doesn't use wxBitmapHan... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | compilation fix for PCH-less builds |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | add support for wxCONTROL_ISDEFAULT to wxRendererMSW... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | close the dialog when close button is pressed, this... |
tree | commitdiff |
2006-10-08 |
Julian Smart | Added missing include and missing underscores |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | we need to set URL hook for the link to appear as a... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | use translators if explicitely specified, fall back... |
tree | commitdiff |
2006-10-08 |
Julian Smart | Added formatting and symbols dialogs. |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added example of customizing the generic about dialog... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | fixed double free crash introduced by last commit |
tree | commitdiff |
2006-10-08 |
Julian Smart | Added a customisable formatting dialog for wxRichTextCt... |
tree | commitdiff |
2006-10-08 |
Julian Smart | Added a symbol selection dialog, with optional font... |
tree | commitdiff |
2006-10-08 |
Julian Smart | Added option to set style from style listbox when single |
tree | commitdiff |
2006-10-08 |
Julian Smart | Support for characters below 32 (not supported as text or |
tree | commitdiff |
2006-10-08 |
Julian Smart | Use paragraph's attributes for paragraph-related styles... |
tree | commitdiff |
2006-10-08 |
Julian Smart | Don't use double buffering on platforms that do it... |
tree | commitdiff |
2006-10-08 |
Julian Smart | Added paragraph symbol font (Get/SetSymbolFont in attri... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | Unicode compilation fix |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | rebaked with aboutdlg.* files |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added GTK+ 2.6 implementation of wxAboutBox |
tree | commitdiff |
2006-10-08 |
Julian Smart | Added missing image.h header |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added native Mac implementation of wxAboutBox(); also... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | use wxSTRINGIZE_T instead of _T(wxSTRINGIZE()) |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | use wxSTRINGIZE instead of redefining a special STRINGI... |
tree | commitdiff |
2006-10-08 |
Paul Cornett | Move some things to wxBitmapBase to avoid much duplication. |
tree | commitdiff |
2006-10-08 |
Robin Dunn | return values of overloaded virtuals should match the... |
tree | commitdiff |
2006-10-08 |
Robin Dunn | Override CreateItem so wxListBox can turn its notificat... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | use the main frame icon if no icon is explicitely specified |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | initial implementation of wxAboutBox() |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | fixed VC warning about unreachable code |
tree | commitdiff |
2006-10-07 |
Paul Cornett | small cleanup |
tree | commitdiff |
2006-10-07 |
Paul Cornett | some cleanup, and plug a few small holes |
tree | commitdiff |
2006-10-07 |
Robert Roebling | Not everything has to be virtual. |
tree | commitdiff |
2006-10-06 |
Vadim Zeitlin | fix for handling from Francesco |
tree | commitdiff |
2006-10-06 |
Robert Roebling | Return toolbars "own" GdkWindow, required among |
tree | commitdiff |
2006-10-06 |
Robin Dunn | more informative assert message |
tree | commitdiff |
2006-10-06 |
Paul Cornett | make pixbuf/alpha handling more coherent in gtk wxBitma... |
tree | commitdiff |
2006-10-06 |
Paul Cornett | don't invert mono bitmaps in Rescale |
tree | commitdiff |
2006-10-06 |
Robert Roebling | Implemended column header mouse clicks. |
tree | commitdiff |
2006-10-06 |
Robin Dunn | Allow the native toolbar to have more han one button... |
tree | commitdiff |
2006-10-06 |
Robin Dunn | Applied second part of patch #1570448, use the device... |
tree | commitdiff |
2006-10-05 |
Robin Dunn | Part of patch# 1570448, use dwRop for StretchBIBits too |
tree | commitdiff |
2006-10-05 |
Jamie Gadd | Need to update the bg brush when the first page is... |
tree | commitdiff |
2006-10-05 |
Robert Roebling | Added sort order and alignement for column headers. |
tree | commitdiff |
2006-10-05 |
Mattia Barbon | Fix buffer overrun in Linux/x86_64 (Pixel is a 64... |
tree | commitdiff |
2006-10-05 |
Robert Roebling | Add support for bitmaps in headers. |
tree | commitdiff |
2006-10-05 |
Robert Roebling | [ 1560785 ] wxFileName::IsReadable/Writable/Executable |
tree | commitdiff |
2006-10-05 |
Włodzimierz Skiba | Warning fixes and TODO markup for easier finding by... |
tree | commitdiff |
2006-10-04 |
Vadim Zeitlin | honour wxBU_EXACTFIT in wxToggleButton (patch 1567892) |
tree | commitdiff |
2006-10-04 |
Vadim Zeitlin | fixed off by 2 error in HasPage() (patch 1562871) |
tree | commitdiff |
2006-10-04 |
Vadim Zeitlin | fix the length passed to wxMB2WC (replaces patch 155443... |
tree | commitdiff |
2006-10-04 |
Vadim Zeitlin | corrected date in header; removed extra wx/wxprec.h... |
tree | commitdiff |
2006-10-04 |
Vadim Zeitlin | updated copyright year, s/wxWindows/wxWidgets/ |
tree | commitdiff |
2006-10-04 |
Vadim Zeitlin | fixed unused var warning |
tree | commitdiff |
2006-10-04 |
Robert Roebling | Add row activated event. |
tree | commitdiff |
2006-10-04 |
Robert Roebling | Fix warning for unknown menu stock id. |
tree | commitdiff |
2006-10-04 |
Robin Dunn | Avoid warnings when wxMAC_USE_CORE_GRAPHICS_BLEND_MODES... |
tree | commitdiff |
2006-10-04 |
Robin Dunn | Bakefile changes for building the graphics context... |
tree | commitdiff |
2006-10-03 |
Robin Dunn | Wrap module in #if wxUSE_GRAPHICS_CONTEXT |
tree | commitdiff |
2006-10-03 |
Robin Dunn | fix parameter type |
tree | commitdiff |
2006-10-03 |
Robin Dunn | Avoid ambigous overload errors |
tree | commitdiff |
2006-10-03 |
Paul Cornett | univ build fix |
tree | commitdiff |
2006-10-03 |
Robert Roebling | More selection work in GTK+ version. |
tree | commitdiff |
2006-10-03 |
Stefan Csomor | fixes for non precompiled headers |
tree | commitdiff |
2006-10-03 |
Stefan Csomor | cairo implementation |
tree | commitdiff |
2006-10-03 |
Stefan Csomor | adding alpha to gtk colour |
tree | commitdiff |
2006-10-03 |
Paul Cornett | Don't free a string that is managed by wxGtkString... |
tree | commitdiff |
2006-10-03 |
Robert Roebling | Renamed wxDataViewCell to wxDataViewRenderer since the |
tree | commitdiff |
2006-10-03 |
Vadim Zeitlin | make wxSemaphore::Post() return wxSEMA_OVERFLOW as... |
tree | commitdiff |
2006-10-03 |
Robert Roebling | Implemented GetSelection() and GetSelections(). |
tree | commitdiff |
2006-10-03 |
Vadim Zeitlin | avoid flicker in methods which don't change listbox... |
tree | commitdiff |
2006-10-03 |
Vadim Zeitlin | fixes for compilation with wxUSE_XXX==0 and some other... |
tree | commitdiff |
2006-10-03 |
Vadim Zeitlin | fix wxFilesystem compilation if wxUSE_FFILE is 0 but... |
tree | commitdiff |
2006-10-03 |
Paul Cornett | don't set negative window size |
tree | commitdiff |
2006-10-03 |
Paul Cornett | header cleanup |
tree | commitdiff |
2006-10-03 |
Robert Roebling | Added event skeletons, defines, event ids.. |
tree | commitdiff |
2006-10-03 |
Robert Roebling | Added selection API. |
tree | commitdiff |
2006-10-03 |
Robert Roebling | Replaces size_t with unsigned int in wxDataViewCtrl... |
tree | commitdiff |
2006-10-02 |
Kevin Ollivier | Remove the ability to sort by column in virtual wxListC... |
tree | commitdiff |
2006-10-02 |
Vadim Zeitlin | added wxUSE_ACTIVEX which depends on wxUSE_VARIANT... |
tree | commitdiff |
2006-10-02 |
Robert Roebling | Always set colormap for PangoContext. This silences... |
tree | commitdiff |
2006-10-02 |
Stefan Csomor | making virtual lists faster by not sorting items |
tree | commitdiff |
2006-10-02 |
Stefan Csomor | first stab at the selection iterator |
tree | commitdiff |
2006-10-02 |
Paul Cornett | listctrl header cleanup |
tree | commitdiff |
2006-10-02 |
Paul Cornett | build fix |
tree | commitdiff |
next |