2008-09-15 |
Vadim Zeitlin | fix repaining of highlight for merged cells (#9718) |
tree | commitdiff |
2008-09-14 |
Vadim Zeitlin | we don't need to round up the best/fitting grid size... |
tree | commitdiff |
2008-09-14 |
Vadim Zeitlin | need to AdjustScrollbars() after changing the virtual... |
tree | commitdiff |
2008-09-14 |
Vadim Zeitlin | move the grid-specific workaround for scrollbar hystere... |
tree | commitdiff |
2008-09-14 |
Vadim Zeitlin | don't use SetScrollbars() as this forces the grid virtu... |
tree | commitdiff |
2008-09-14 |
Vadim Zeitlin | no changes, just clarified a comment |
tree | commitdiff |
2008-09-14 |
Vadim Zeitlin | really, really fix handling Enter in spin controls... |
tree | commitdiff |
2008-09-14 |
Jaakko Salli | Have support for both char* and wchar_t* in wxPGPropArg... |
tree | commitdiff |
2008-09-14 |
Jaakko Salli | Fixed bug: Setting property value string did not update... |
tree | commitdiff |
2008-09-14 |
Jaakko Salli | wxVariant list used to translate between list of proper... |
tree | commitdiff |
2008-09-14 |
Jaakko Salli | Adapt to 'premature' events being sent from editor... |
tree | commitdiff |
2008-09-14 |
Jaakko Salli | Fixed ambiguity with bitwise operators |
tree | commitdiff |
2008-09-14 |
Vadim Zeitlin | added wxFileName::GetVolumeString() (#9950) |
tree | commitdiff |
2008-09-14 |
Vadim Zeitlin | compilation fix after the last commit |
tree | commitdiff |
2008-09-14 |
Vadim Zeitlin | don't give spurious error messages if the default brows... |
tree | commitdiff |
2008-09-14 |
Vadim Zeitlin | build fixes for wxUSE_ON_FATAL_EXCEPTION==0 (#9937) |
tree | commitdiff |
2008-09-14 |
Vadim Zeitlin | make ellipses drawn with transparent pen more wxGC... |
tree | commitdiff |
2008-09-14 |
Vadim Zeitlin | must include typeinfo before using typeid() |
tree | commitdiff |
2008-09-13 |
Vadim Zeitlin | cache the item text size to optimize tree layout/painti... |
tree | commitdiff |
2008-09-13 |
Vadim Zeitlin | no real changes, just some reformatting |
tree | commitdiff |
2008-09-13 |
Jaakko Salli | wxPropertyGrid::DoPropertyChanged() incorrectly passed... |
tree | commitdiff |
2008-09-13 |
Jaakko Salli | wxPropertyGrid member m_visPropArray removed, now alway... |
tree | commitdiff |
2008-09-13 |
Robert Roebling | Fix crash |
tree | commitdiff |
2008-09-13 |
Jaakko Salli | Needed to convert string variable's type from wxChar... |
tree | commitdiff |
2008-09-13 |
Robert Roebling | include <typeinfo> in all files |
tree | commitdiff |
2008-09-12 |
Vadim Zeitlin | must include typeinfo before using typeid() |
tree | commitdiff |
2008-09-12 |
Vadim Zeitlin | must include typeinfo before using typeid() |
tree | commitdiff |
2008-09-12 |
Vadim Zeitlin | PCH-less compilation fix |
tree | commitdiff |
2008-09-12 |
Vadim Zeitlin | added wxPropertyGrid from Jaakko Salli (#9934) |
tree | commitdiff |
2008-09-12 |
Stefan Csomor | implementing changes in toolbartool directly |
tree | commitdiff |
2008-09-12 |
Stefan Csomor | CoreText fixes |
tree | commitdiff |
2008-09-12 |
Vadim Zeitlin | STL build fix |
tree | commitdiff |
2008-09-12 |
Vadim Zeitlin | return true from IsBeingDeleted() if any of the parent... |
tree | commitdiff |
2008-09-12 |
Vadim Zeitlin | add wxCANCEL_DEFAULT support |
tree | commitdiff |
2008-09-11 |
Vadim Zeitlin | added wxCANCEL_DEFAULT style to wxMessageDialog (only... |
tree | commitdiff |
2008-09-11 |
Jouk Jansen | OpenVMS chokes on external templates |
tree | commitdiff |
2008-09-11 |
Stefan Csomor | adding missing y axis flip |
tree | commitdiff |
2008-09-11 |
Stefan Csomor | adding min and max size support for resizing events |
tree | commitdiff |
2008-09-11 |
Stefan Csomor | fixes #9951 |
tree | commitdiff |
2008-09-11 |
Stefan Csomor | fix bugs in the last changes to min and max size handli... |
tree | commitdiff |
2008-09-11 |
Vadim Zeitlin | made wxLogGui more flexible and documented it and added... |
tree | commitdiff |
2008-09-11 |
Vadim Zeitlin | get rid of __WXCOCOA__ check in common CreateLogTarget... |
tree | commitdiff |
2008-09-11 |
Vadim Zeitlin | partially revert 55488: don't use message box with... |
tree | commitdiff |
2008-09-11 |
Vadim Zeitlin | replace the static control in wxMessageDialog with... |
tree | commitdiff |
2008-09-11 |
Jouk Jansen | update OpenVMS compile support |
tree | commitdiff |
2008-09-11 |
Jouk Jansen | rename variable which was redefined inside a loop |
tree | commitdiff |
2008-09-11 |
Stefan Csomor | solving osx problems (default inlines-hidden) by explic... |
tree | commitdiff |
2008-09-11 |
Kevin Ollivier | DoGetAsBitmap implementation for Cocoa. |
tree | commitdiff |
2008-09-11 |
Kevin Ollivier | A few checks for null pointers to avoid problems during... |
tree | commitdiff |
2008-09-11 |
Kevin Ollivier | Stop crash/asserts caused when Clear() deletes the... |
tree | commitdiff |
2008-09-10 |
Stefan Csomor | conditionals for carbon only osx code |
tree | commitdiff |
2008-09-10 |
Stefan Csomor | 64 bit fixes |
tree | commitdiff |
2008-09-10 |
Václav Slavík | fixed typo in XRC error message |
tree | commitdiff |
2008-09-09 |
Václav Slavík | wxDir/FilePickerCtrl's message should be translatable |
tree | commitdiff |
2008-09-09 |
Václav Slavík | removed superfluous font size scaling in wxGtkPrinterDC... |
tree | commitdiff |
2008-09-08 |
Robert Roebling | Test for reentrance into non-recursive wxMutex. If... |
tree | commitdiff |
2008-09-07 |
Stefan Csomor | 10.4 support for osx-cocoa |
tree | commitdiff |
2008-09-07 |
Stefan Csomor | non-precomp fixes |
tree | commitdiff |
2008-09-07 |
Vadim Zeitlin | added missing wx/dcclient.h header for PCH-less compila... |
tree | commitdiff |
2008-09-07 |
Julian Smart | Fixed Cmd+Back, Cmd+Del word deletion behaviour in... |
tree | commitdiff |
2008-09-07 |
Stefan Csomor | changes for command line builds of osx-cocoa |
tree | commitdiff |
2008-09-07 |
Václav Slavík | fixed pagebreaks computation in tables (#9935, patch... |
tree | commitdiff |
2008-09-06 |
Vadim Zeitlin | access TLS cache variable directly and not via a helper... |
tree | commitdiff |
2008-09-06 |
Stefan Csomor | several small fixes |
tree | commitdiff |
2008-09-06 |
Stefan Csomor | RGBColor is part of ApplicationServices also under... |
tree | commitdiff |
2008-09-06 |
Vadim Zeitlin | add wxGTK_CONVs to fix STL and ANSI builds |
tree | commitdiff |
2008-09-05 |
Vadim Zeitlin | add missing header for PCH-less build |
tree | commitdiff |
2008-09-05 |
Stefan Csomor | adapting to new msgdlg class hierarchy |
tree | commitdiff |
2008-09-05 |
Vadim Zeitlin | allow copying text in the log dialogs |
tree | commitdiff |
2008-09-05 |
Vadim Zeitlin | adjust the labels before centering the dialog as doing... |
tree | commitdiff |
2008-09-05 |
Stefan Csomor | forward define for non precomp build, switching preproc... |
tree | commitdiff |
2008-09-05 |
Vadim Zeitlin | make it possible to use stock ids for custom message... |
tree | commitdiff |
2008-09-05 |
Vadim Zeitlin | added support for custom labels in wxMessageBox for... |
tree | commitdiff |
2008-09-05 |
Paul Cornett | fix memory leak |
tree | commitdiff |
2008-09-05 |
Stefan Csomor | making things build under osx-cocoa as well |
tree | commitdiff |
2008-09-05 |
Stefan Csomor | simplify native textcontrol creations, adding search... |
tree | commitdiff |
2008-09-05 |
Vadim Zeitlin | implement support for custom button labels in wxMessage... |
tree | commitdiff |
2008-09-05 |
Vadim Zeitlin | extract button size calculation from button label size... |
tree | commitdiff |
2008-09-05 |
Vadim Zeitlin | extract wrapper for SystemParametersInfo(SPI_GETNONCLIE... |
tree | commitdiff |
2008-09-05 |
Robert Roebling | Fix #9940: wxDataViewCtrl left/right arrow press crash |
tree | commitdiff |
2008-09-05 |
Vadim Zeitlin | removed unnceessary gtk_window_set_transient_for()... |
tree | commitdiff |
2008-09-05 |
Robert Roebling | Made wxMSW wxMutex non-recursive by checking reentrance |
tree | commitdiff |
2008-09-05 |
Robert Roebling | Compilo for wxMac |
tree | commitdiff |
2008-09-05 |
Robert Roebling | Add wxCRITSEC_DEFAULT and NON_RECURSIVE styles, updated... |
tree | commitdiff |
2008-09-05 |
Paul Cornett | fix for infinite loop when wxBeginBusyCursor is called... |
tree | commitdiff |
2008-09-04 |
Vadim Zeitlin | show the "Window" menu only when we have any MDI childr... |
tree | commitdiff |
2008-09-04 |
Kevin Ollivier | Renames to avoid object files with duplicate filenames... |
tree | commitdiff |
2008-09-04 |
Kevin Ollivier | Split utility functions into base (in utilsexc_base... |
tree | commitdiff |
2008-09-04 |
Stefan Csomor | gcc is too aggressively hiding these inlines on wxCriti... |
tree | commitdiff |
2008-09-03 |
Vadim Zeitlin | copy alpha presence flag when copying bitmaps using... |
tree | commitdiff |
2008-09-03 |
Benjamin Williams | fix small logic error |
tree | commitdiff |
2008-09-03 |
Benjamin Williams | fixed a problem in the aui toolbar flags |
tree | commitdiff |
2008-09-03 |
Benjamin Williams | make members private in various wxAuiToolBar helper... |
tree | commitdiff |
2008-09-03 |
Vadim Zeitlin | add more wxUSE_XXX checks |
tree | commitdiff |
2008-09-02 |
Stefan Csomor | fixing constant name |
tree | commitdiff |
2008-09-02 |
Stefan Csomor | fixing merge bug |
tree | commitdiff |
2008-09-02 |
Vadim Zeitlin | use {short,long}_help_string parameters of AddTool... |
tree | commitdiff |
2008-09-02 |
Stefan Csomor | adaptions to new osx ouside the main trees |
tree | commitdiff |
2008-09-02 |
Stefan Csomor | osx new layout |
tree | commitdiff |
2008-09-01 |
Stefan Csomor | osx-cocoa updates |
tree | commitdiff |
next |