2004-11-10 |
Stefan Csomor | text attributes corrected |
tree | commitdiff |
2004-11-09 |
Stefan Csomor | toplevel creation respecting wxDefaultPosition again |
tree | commitdiff |
2004-11-09 |
Stefan Csomor | move offscreen before in order to avoid transitions... |
tree | commitdiff |
2004-11-09 |
Stefan Csomor | allow arbitrary positions for toplevel windows (also... |
tree | commitdiff |
2004-11-08 |
Ryan Norton | *** empty log message *** |
tree | commitdiff |
2004-11-08 |
Ryan Norton | fix playbackrate |
tree | commitdiff |
2004-11-08 |
Ryan Norton | finalize MAC implementation |
tree | commitdiff |
2004-11-07 |
Kevin Hock | The spacing just isn't right without the 4 pixel border... |
tree | commitdiff |
2004-11-07 |
Ryan Norton | some setup.h changes for wxMovieCtrl |
tree | commitdiff |
2004-11-07 |
Ryan Norton | quick fixup |
tree | commitdiff |
2004-11-07 |
Ryan Norton | allow multiple movie loading as per Julian's suggestion... |
tree | commitdiff |
2004-11-07 |
Ryan Norton | correct Stopping - go to start of movie if stopped... |
tree | commitdiff |
2004-11-07 |
Ryan Norton | add Length, Tell, SetPlaybackRate and GetPlaybackRate... |
tree | commitdiff |
2004-11-07 |
Ryan Norton | wxMovieCtrl - for playing movies - mac carbon QT 3... |
tree | commitdiff |
2004-11-07 |
Ryan Norton | [ 1057587 ] MacOSX build fails with --disable-gauge... |
tree | commitdiff |
2004-11-06 |
Stefan Csomor | selection handling for data browser |
tree | commitdiff |
2004-11-05 |
Robert Roebling | I admit I have no good solution for wxPrinter::Setup... |
tree | commitdiff |
2004-11-05 |
Stefan Csomor | Faster Deselect |
tree | commitdiff |
2004-11-05 |
Ryan Norton | switch needsfocusrect to hiveiw version |
tree | commitdiff |
2004-11-05 |
Stefan Csomor | Listbox fixes |
tree | commitdiff |
2004-11-04 |
David Elliott | Tabs to spaces |
tree | commitdiff |
2004-11-04 |
David Elliott | Moved duplicated wxMac/wxCocoa code into src/mac/corefo... |
tree | commitdiff |
2004-11-04 |
Ryan Norton | remove hack since it doubly-draws focus rects |
tree | commitdiff |
2004-11-01 |
David Elliott | Declare namespace std {} before using namespace std... |
tree | commitdiff |
2004-11-01 |
David Elliott | Work around the fact that Metrowerks (CW 8.3) and Apple... |
tree | commitdiff |
2004-10-31 |
David Elliott | #include "wx/settings.h" wxSystemSettings is needed... |
tree | commitdiff |
2004-10-31 |
David Elliott | Do not use framework includes in CFM builds. |
tree | commitdiff |
2004-10-29 |
David Elliott | Added wxStandardPaths for wxMac and wxCocoa. |
tree | commitdiff |
2004-10-29 |
David Elliott | Moved wxCFStringHolder and some other string functions... |
tree | commitdiff |
2004-10-29 |
Ryan Norton | Remove erronues file |
tree | commitdiff |
2004-10-27 |
Stefan Csomor | setting the invoking window added to two other wxMenuBa... |
tree | commitdiff |
2004-10-27 |
Stefan Csomor | fixes angle calculation (on mac ALWAYS clockwise) |
tree | commitdiff |
2004-10-24 |
Stefan Csomor | corrected textbackground for theme text output |
tree | commitdiff |
2004-10-24 |
Stefan Csomor | adding Offset to wxRegion / carbon |
tree | commitdiff |
2004-10-23 |
Vadim Zeitlin | don't give focus to the window if it ate the left mouse... |
tree | commitdiff |
2004-10-19 |
Stefan Csomor | eliminate double deletion |
tree | commitdiff |
2004-10-19 |
Stefan Csomor | leads to a double call of AddChild, if we don't see... |
tree | commitdiff |
2004-10-18 |
Vadim Zeitlin | remove the selection when SetSelection(-1) is called... |
tree | commitdiff |
2004-10-17 |
Stefan Csomor | guard against m_peer = NULL in Show() |
tree | commitdiff |
2004-10-17 |
Stefan Csomor | don't restrict to OS9 API for Mac-Builds |
tree | commitdiff |
2004-10-17 |
Stefan Csomor | __WXMAC_OSBUILDTYPE__ selections are now only defined... |
tree | commitdiff |
2004-10-17 |
Vadim Zeitlin | use common code to determine best notebook size instaed... |
tree | commitdiff |
2004-10-16 |
Robert Roebling | Began work on print dialogs. Now wxPrintDialog |
tree | commitdiff |
2004-10-16 |
Vadim Zeitlin | don't leave two conscutive separators after "moving... |
tree | commitdiff |
2004-10-16 |
Vadim Zeitlin | don't reset tool/status bar pointers manually, it is... |
tree | commitdiff |
2004-10-16 |
Vadim Zeitlin | call AddChild() when the control is already reallly... |
tree | commitdiff |
2004-10-16 |
Dimitri Schoolwerth | fixed CFM build linking error |
tree | commitdiff |
2004-10-15 |
Stefan Csomor | removed IsShown guards, allowing now for manipulation... |
tree | commitdiff |
2004-10-07 |
Ryan Norton | some preparation for carbon/cocoa interop |
tree | commitdiff |
2004-10-07 |
Dimitri Schoolwerth | fixed Carbon compilation; call HID keyboard dtor for... |
tree | commitdiff |
2004-10-07 |
Ryan Norton | 2.5.3 - cleanups, fixes, etc. etc. - |
tree | commitdiff |
2004-10-06 |
Kevin Hock | Mac sockets events must be added to the RunLoop in... |
tree | commitdiff |
2004-10-06 |
Kevin Hock | Added back compile-time check for about/prefs menu... |
tree | commitdiff |
2004-10-06 |
Stefan Csomor | adjusting DoGetBestSize according MSW |
tree | commitdiff |
2004-10-04 |
Robin Dunn | Bail out if GetCurrentMenu returns NULL |
tree | commitdiff |
2004-10-04 |
Ryan Norton | native wxFontDialog for carbon, second shot |
tree | commitdiff |
2004-10-03 |
Julian Smart | Workaround for special menu items not always being... |
tree | commitdiff |
2004-10-03 |
Vadim Zeitlin | don't include headers not needed when wxUSE_GUI == 0 |
tree | commitdiff |
2004-10-01 |
Ryan Norton | *** empty log message *** |
tree | commitdiff |
2004-10-01 |
Ryan Norton | OSX only (a runtime check would be preferable as Kevin... |
tree | commitdiff |
2004-10-01 |
Kevin Hock | Increase status bar height from 15 to 18, allows common... |
tree | commitdiff |
2004-10-01 |
Ryan Norton | only do the seperator between about and preferences... |
tree | commitdiff |
2004-10-01 |
Kevin Hock | wx apps did not have the separator like other apps... |
tree | commitdiff |
2004-10-01 |
Vadim Zeitlin | hack: hide the MDI parent frame by moving it off screen |
tree | commitdiff |
2004-09-30 |
Václav Slavík | moved wxWindow::GetBestSize implementation into DoGetBe... |
tree | commitdiff |
2004-09-30 |
Ryan Norton | have it work the old way with PopupMenu(), and have... |
tree | commitdiff |
2004-09-29 |
Robin Dunn | wxSystemSettings::GetMetric returns -1 if the metric... |
tree | commitdiff |
2004-09-29 |
Robin Dunn | Create a mask for the icon if it doesn't already have one |
tree | commitdiff |
2004-09-29 |
Václav Slavík | changes to make wxWindow::FindFocus work as expected... |
tree | commitdiff |
2004-09-29 |
Kevin Hock | Send EVT_COMMAND_TEXT_UPDATED from the spin control... |
tree | commitdiff |
2004-09-28 |
Kevin Hock | When enabling events, use CommonModes instead of Defaul... |
tree | commitdiff |
2004-09-28 |
Ryan Norton | possibly fix compilo error w/xcode |
tree | commitdiff |
2004-09-28 |
Ryan Norton | Fix some bugs |
tree | commitdiff |
2004-09-28 |
Ryan Norton | fix unicode stuff |
tree | commitdiff |
2004-09-27 |
Ryan Norton | source nice-ness and remove erronous files |
tree | commitdiff |
2004-09-27 |
Ryan Norton | revert bad change |
tree | commitdiff |
2004-09-27 |
Ryan Norton | remove stuff |
tree | commitdiff |
2004-09-27 |
Ryan Norton | [ 1035247 ] fix the number of ticks in slider (with... |
tree | commitdiff |
2004-09-27 |
Ryan Norton | pass by reference, not value |
tree | commitdiff |
2004-09-27 |
Ryan Norton | fix warnings |
tree | commitdiff |
2004-09-27 |
Ryan Norton | fix non-void function not returning value warning |
tree | commitdiff |
2004-09-27 |
Ryan Norton | Add HID keyboard functionality |
tree | commitdiff |
2004-09-26 |
Vadim Zeitlin | made GetTempBuffer() static to avoid duplicate function... |
tree | commitdiff |
2004-09-26 |
Ryan Norton | hid integration |
tree | commitdiff |
2004-09-26 |
Ryan Norton | cleanups |
tree | commitdiff |
2004-09-26 |
Ryan Norton | recall initial font |
tree | commitdiff |
2004-09-26 |
Ryan Norton | cleanup |
tree | commitdiff |
2004-09-26 |
Julian Smart | Applied Kevin Hock's combobox patch for text update... |
tree | commitdiff |
2004-09-26 |
Ryan Norton | fix remaining bugs |
tree | commitdiff |
2004-09-26 |
Ryan Norton | fix font styles |
tree | commitdiff |
2004-09-26 |
Ryan Norton | fix facename |
tree | commitdiff |
2004-09-26 |
Ryan Norton | native font dialog implementation for mac os x 10.2+ |
tree | commitdiff |
2004-09-26 |
Stefan Csomor | dependency fix for clipping |
tree | commitdiff |
2004-09-26 |
Stefan Csomor | unicode fix |
tree | commitdiff |
2004-09-26 |
Ryan Norton | Lots of fixes/cleanups for OSX taskbar |
tree | commitdiff |
2004-09-26 |
Ryan Norton | Fix some of vadim's compilation problems |
tree | commitdiff |
2004-09-26 |
Stefan Csomor | making newline fixes depending on the encoding of \n |
tree | commitdiff |
2004-09-26 |
Ryan Norton | cleanups, proper event handling/cleanup |
tree | commitdiff |
2004-09-26 |
Ryan Norton | info |
tree | commitdiff |
2004-09-26 |
Ryan Norton | Fix 10.2 focus issues |
tree | commitdiff |
next |