2004-10-03 |
Vadim Zeitlin | don't keep a dirty flag in each entry/group, this is... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Vadim Zeitlin | use wxFileName::MacSetTypeAndCreator() in Flush() inste... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Vadim Zeitlin | added wxUmaskChanger class and wxCHANGE_UMASK macro... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Václav Slavík | fixed menu destruction if it was removed from menubar... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Václav Slavík | fixed transiency when the parent is MDI child frame |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Julian Smart | Workaround for special menu items not always being... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Václav Slavík | fixed crash on invalid data (patch 1039453) |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Vadim Zeitlin | don't include headers not needed when wxUSE_GUI == 0 |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Robert Roebling | Reworked TLW and app activation event code, also |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Vadim Zeitlin | store bitmap data in premultiplied by alpha format... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Vadim Zeitlin | use AlphaBlt() when blitting to a bitmap with alpha... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Vadim Zeitlin | update the disabled buttons appearance when system... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Vadim Zeitlin | oops, AdjustFontSize() had no effect; fixed (patch... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Vadim Zeitlin | Metrowerks fixes after huge file patch (patch 1037951) |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Ron Lee | Use the same paranoia we already apply to lib lists... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Vadim Zeitlin | destroy any TLWs still alive when the app terminates... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Julian Smart | Updated version number |
commit | commitdiff | tree | snapshot |
2004-10-02 |
Vadim Zeitlin | fixes for Metrowerks command line compiler (avoid redef... |
commit | commitdiff | tree | snapshot |
2004-10-02 |
Vadim Zeitlin | Metrowerks doesn't have isascii() |
commit | commitdiff | tree | snapshot |
2004-10-02 |
Vadim Zeitlin | $#include "expat_config.h" instead of <expat_config... |
commit | commitdiff | tree | snapshot |
2004-10-02 |
Václav Slavík | don't cd into utils/xrc if USE_XRC=0 |
commit | commitdiff | tree | snapshot |
2004-10-02 |
Václav Slavík | don't cd into utils/xrc if USE_XRC=0 |
commit | commitdiff | tree | snapshot |
2004-10-02 |
Vadim Zeitlin | removed non-const wxDC accessors for pens, brushes... |
commit | commitdiff | tree | snapshot |
2004-10-02 |
Vadim Zeitlin | only use __attribute__(regparm) for x86, this results... |
commit | commitdiff | tree | snapshot |
2004-10-02 |
Vadim Zeitlin | use AC_LINK to check for va_copy, not AC_COMPILE |
commit | commitdiff | tree | snapshot |
2004-10-02 |
Ryan Norton | warning for 2.5.3 |
commit | commitdiff | tree | snapshot |
2004-10-02 |
Vadim Zeitlin | added tests for va_copy and va_list |
commit | commitdiff | tree | snapshot |
2004-10-02 |
Vadim Zeitlin | added wxVaCopy() and use it to fix wxVsnprintf() crash... |
commit | commitdiff | tree | snapshot |
2004-10-02 |
Vadim Zeitlin | fixed dll import specification of wxGetHInstance() |
commit | commitdiff | tree | snapshot |
2004-10-02 |
Vadim Zeitlin | removed trailing comma from enum (gcc 3.4 compilation... |
commit | commitdiff | tree | snapshot |
2004-10-02 |
Václav Slavík | generated resources code doesn't have to include <wx... |
commit | commitdiff | tree | snapshot |
2004-10-02 |
Julian Smart | Blind fixes for Mac project files (version number,... |
commit | commitdiff | tree | snapshot |
2004-10-02 |
Václav Slavík | compilation fixes for gcc-3.4 |
commit | commitdiff | tree | snapshot |
2004-10-02 |
Václav Slavík | don't link GUI libs into wxrc |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Robin Dunn | Fixed typo, patch from Will |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Ron Lee | Filter any arguments back to 2.4.2.6 syntax before |
commit | commitdiff | tree | snapshot |
2004-10-01 |
David Elliott | wxCocoa needs OpenGL/*.h instead of GL/*.h (for OpenGL... |
commit | commitdiff | tree | snapshot |
2004-10-01 |
David Elliott | wxCocoa: Added (mostly) stubs for wxGLCanvas and friends. |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Ron Lee | Add wxversion/ to the dist tarball. |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Ron Lee | Add support for legacy 2.4 installs to wx-config. |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Ryan Norton | fix const to normal warning |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Václav Slavík | use default GUI font in wxHtmlListBox |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Václav Slavík | gcc-3.4 compilation fix |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Chris Elliott | update script to use vars |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Ryan Norton | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Ryan Norton | OSX only (a runtime check would be preferable as Kevin... |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Kevin Hock | Increase status bar height from 15 to 18, allows common... |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Ryan Norton | only do the seperator between about and preferences... |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Kevin Hock | wx apps did not have the separator like other apps... |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Ryan Norton | fix dialogs sample after change to generic on OSX |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Vadim Zeitlin | hack: hide the MDI parent frame by moving it off screen |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Vadim Zeitlin | relayout frame contents when tool/statusbar is shown... |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Vadim Zeitlin | extracted OnSize() body in a new DoLayout() method... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Robin Dunn | no need to build separate xrc lib anymore |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Robin Dunn | reSWIGged |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Robin Dunn | Correct call to shape.Show() |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Vadim Zeitlin | don't deprecate SetItemImage() with 3 parameters; just... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Václav Slavík | build and install wxrc by default |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Václav Slavík | removed remaining XRC files from contrib |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Václav Slavík | wxrc is in core utils now |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Václav Slavík | install wxrc as wxrc-2.5, with symlink |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Václav Slavík | blind compilation fix for MSVC |
commit | commitdiff | tree | snapshot |
2004-09-30 |
David Elliott | Use struct qualifier with objc_object (it is and always... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Robin Dunn | Don't need to tickle the Idle process any more for... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Julian Smart | Deprecations |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Julian Smart | Deprecated SetItemImage with 2 image ids |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Julian Smart | Applied patch 1037938 by Zbigniew Zagorski to fix Unico... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Václav Slavík | moved wxWindow::GetBestSize implementation into DoGetBe... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Václav Slavík | moved wxWindow::GetBestSize implementation into DoGetBe... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Robin Dunn | Fix for crash when the child has no menu |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Václav Slavík | resize parent's frame client area correctly when status... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Julian Smart | Blind fix for missing files |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Julian Smart | Added XRC project |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Ryan Norton | have it work the old way with PopupMenu(), and have... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Włodzimierz... | Missed labels to replace number of 'topicNNN' in anchor... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Vadim Zeitlin | compilation fix for wxGetEmptyString() with wxUSE_STL... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Robin Dunn | A better fix for GetXWindow that can handle both the... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Robin Dunn | wxSystemSettings::GetMetric returns -1 if the metric... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Robin Dunn | Change which image is used in the taskbar |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Robin Dunn | Stop the timer before closing the demo |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Robin Dunn | Overridable CreatePopupMenu in TaskBarIcon |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Robin Dunn | Overridable CreatePopupMenu in TaskBarIcon |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Václav Slavík | fixed flicker during MDI children creation: the frame... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Robin Dunn | Create a mask for the icon if it doesn't already have one |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Julian Smart | Fixed case sensitivity |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Vadim Zeitlin | fixed memory leak in Submit(cmd, false) (bug 1037115) |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Robin Dunn | Just return zero without failing for unknown metrics... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Robin Dunn | off_t --> wxFileOffset changes |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Julian Smart | Temp fix for VC6/XTI |
commit | commitdiff | tree | snapshot |
2004-09-29 |
David Elliott | Get the stock label when stock ID is used with empty... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Václav Slavík | implementation should use DoFindFocus |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Václav Slavík | changes to make wxWindow::FindFocus work as expected... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Julian Smart | Applied patch [ 1036833 ] Hiding declaration of wxScrol... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Julian Smart | Increased a buffer size |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Włodzimierz... | Missed labels to replace number of 'topicNNN' in anchor... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Vadim Zeitlin | signed/unsigned comparison warning fix |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Vadim Zeitlin | removed C++ comments from C files |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Włodzimierz... | wxTLW::SetLeft/RightMenu of smart phones documented. |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Vadim Zeitlin | more 64 bit correctness fixes |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Ron Lee | Update the wx-config man page. |
commit | commitdiff | tree | snapshot |
next |