2003-02-10 |
Chris Elliott | fix for making libraries |
tree | commitdiff |
2003-02-10 |
Stefan Csomor | bug fixes |
tree | commitdiff |
2003-02-10 |
Vadim Zeitlin | set orientation for scrolbar events |
tree | commitdiff |
2003-02-10 |
Robert Roebling | Support underscroes in menu item names under GTK2 |
tree | commitdiff |
2003-02-09 |
Vadim Zeitlin | use bigger than default page size to avoid 'library... |
tree | commitdiff |
2003-02-09 |
Vadim Zeitlin | don't trigger an assert in wxFileConfigGroup::DeleteSub... |
tree | commitdiff |
2003-02-09 |
Mattia Barbon | Do not use stipple when drawing text, use solid foreg... |
tree | commitdiff |
2003-02-09 |
Mattia Barbon | Replaced wxDebugMsg with wxLogError. |
tree | commitdiff |
2003-02-09 |
Stefan Csomor | crash upon hide fix |
tree | commitdiff |
2003-02-09 |
Stefan Csomor | code |
tree | commitdiff |
2003-02-09 |
Stefan Csomor | native tooltips |
tree | commitdiff |
2003-02-09 |
Stefan Csomor | redraw changes |
tree | commitdiff |
2003-02-09 |
Stefan Csomor | code changed along msw lines |
tree | commitdiff |
2003-02-09 |
Stefan Csomor | corrected disposal for b/w cursors and creation and... |
tree | commitdiff |
2003-02-09 |
Stefan Csomor | mask and hotspot corrections |
tree | commitdiff |
2003-02-09 |
Stefan Csomor | clipboard bitmap support extended |
tree | commitdiff |
2003-02-09 |
Stefan Csomor | clipboard |
tree | commitdiff |
2003-02-07 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2003-02-06 |
Julian Smart | Moved ffile inclusion |
tree | commitdiff |
2003-02-06 |
Robin Dunn | Check the image height when calulating the line height... |
tree | commitdiff |
2003-02-06 |
Vadim Zeitlin | allow compilation with wxUSE_DATETIME == 0 (patch 679822) |
tree | commitdiff |
2003-02-06 |
Vadim Zeitlin | compilation fix for WXWIN_COMPATIBILITY_2 == 1 |
tree | commitdiff |
2003-02-05 |
Robin Dunn | Scintilla uses a -1 index to unselect, we need to catch... |
tree | commitdiff |
2003-02-04 |
Stefan Csomor | added hints from QA 1061 |
tree | commitdiff |
2003-02-04 |
Stefan Csomor | OSX native tooltips |
tree | commitdiff |
2003-02-04 |
Stefan Csomor | carbon event savvy wakeup call |
tree | commitdiff |
2003-02-04 |
Mattia Barbon | Applied patch [ 679397 ] remove GPL code from motif... |
tree | commitdiff |
2003-02-04 |
Vadim Zeitlin | try to create smaller executables |
tree | commitdiff |
2003-02-04 |
Vadim Zeitlin | added wxLocale::FindLanguageInfo() |
tree | commitdiff |
2003-02-04 |
Vadim Zeitlin | fix for warnings when wxUSE_RESOURCE_LOADING_IN_MSW... |
tree | commitdiff |
2003-02-03 |
Václav Slavík | fixes to ShowFullScreen (KDE 3.1) |
tree | commitdiff |
2003-02-03 |
Mattia Barbon | Make wxr resources work in Unicode mode. |
tree | commitdiff |
2003-02-03 |
Mattia Barbon | MSVC 5 does not have BIF_EDITBOX. |
tree | commitdiff |
2003-02-03 |
Mattia Barbon | Do not #include an header where a forward declaration... |
tree | commitdiff |
2003-02-03 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2003-02-02 |
Vadim Zeitlin | changed C++ comments in C comments |
tree | commitdiff |
2003-02-02 |
Mattia Barbon | Fix client data handling: delete client data for... |
tree | commitdiff |
2003-02-02 |
Vadim Zeitlin | compilation fix for wxUSE_RESOURCE_LOADING_IN_MSW == 0 |
tree | commitdiff |
2003-02-02 |
Mattia Barbon | Implemented wxEventLoop for wxMotif, and used it... |
tree | commitdiff |
2003-02-02 |
Vadim Zeitlin | compilation fix for non-PCH |
tree | commitdiff |
2003-02-02 |
Julian Smart | Applied patch [ 678788 ] Dialog command event propagati... |
tree | commitdiff |
2003-02-02 |
Julian Smart | Applied patch [ 675376 ] Improves wxStaticBoxSizer |
tree | commitdiff |
2003-02-02 |
Julian Smart | Applied patch [ 677730 ] Menus with radio items (wxUniv) |
tree | commitdiff |
2003-02-02 |
Julian Smart | Applied patch [ 670782 ] Combobox uses popup window... |
tree | commitdiff |
2003-02-02 |
Julian Smart | Applied Patch 664399: wxButton default size should... |
tree | commitdiff |
2003-02-02 |
Vadim Zeitlin | Unicode compilation fixes after wxFFile change |
tree | commitdiff |
2003-02-02 |
Vadim Zeitlin | more std iostream + Unicode fixes; copy streams in... |
tree | commitdiff |
2003-02-02 |
Vadim Zeitlin | use wxChar, not char, for the second argument of Open... |
tree | commitdiff |
2003-02-02 |
Vadim Zeitlin | indicate whether this is a selection or a deselection... |
tree | commitdiff |
2003-02-02 |
Vadim Zeitlin | (blind) fix for compilation in standard iostreams ... |
tree | commitdiff |
2003-02-02 |
Vadim Zeitlin | big wxCursor cleanup |
tree | commitdiff |
2003-02-02 |
Vadim Zeitlin | unsuccessful attempts to create resizable dir dlg witho... |
tree | commitdiff |
2003-02-01 |
Chris Elliott | borland 5.5 on XP dislikes -WE line and dies; earlier... |
tree | commitdiff |
2003-02-01 |
Vadim Zeitlin | implemented wxFileSelectorEx() (this fixes docview... |
tree | commitdiff |
2003-02-01 |
Gilles Depeyrot | Only call use uppercase letter if control, alt, or... |
tree | commitdiff |
2003-01-31 |
Vadim Zeitlin | silently ignore any X-fields in mime.types |
tree | commitdiff |
2003-01-31 |
Vadim Zeitlin | compilation fix for HP-UX CC |
tree | commitdiff |
2003-01-31 |
Robert Roebling | Uncommented warning that causes crashes while |
tree | commitdiff |
2003-01-31 |
Stefan Csomor | using SelectWindow for Raise Implementation |
tree | commitdiff |
2003-01-31 |
Stefan Csomor | added AppleEvent Handler, somehow the standard event... |
tree | commitdiff |
2003-01-31 |
Robert Roebling | Typo. |
tree | commitdiff |
2003-01-31 |
Robert Roebling | Compile fix. |
tree | commitdiff |
2003-01-31 |
Robert Roebling | Corrected GTK2 creation of default font. |
tree | commitdiff |
2003-01-30 |
Robert Roebling | Printing update for Pango (GTK2 and X11-Unicode). |
tree | commitdiff |
2003-01-30 |
Robin Dunn | 1. Added m_count and maintain its value in InsertItem... |
tree | commitdiff |
2003-01-29 |
Stefan Csomor | carbon event support completed |
tree | commitdiff |
2003-01-29 |
Stefan Csomor | bug fix & carbon support |
tree | commitdiff |
2003-01-29 |
Stefan Csomor | string conversion |
tree | commitdiff |
2003-01-29 |
Stefan Csomor | carbon modal state |
tree | commitdiff |
2003-01-29 |
Stefan Csomor | bugfix : text background when using appearance text... |
tree | commitdiff |
2003-01-29 |
Stefan Csomor | getting rid of wxBuffer |
tree | commitdiff |
2003-01-29 |
Stefan Csomor | adaptions for cleaned up string conversions & carbon... |
tree | commitdiff |
2003-01-29 |
Stefan Csomor | adaptions for cleaned up string conversions |
tree | commitdiff |
2003-01-29 |
Stefan Csomor | moving string conversions at one place |
tree | commitdiff |
2003-01-29 |
Stefan Csomor | removing path corrections for wxMac, we now want a... |
tree | commitdiff |
2003-01-29 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2003-01-29 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2003-01-28 |
David Webster | listctrl update |
tree | commitdiff |
2003-01-28 |
Mattia Barbon | Regenerate makefiles. |
tree | commitdiff |
2003-01-28 |
Stefan Csomor | only handling inContent CarbonEvents if we are the... |
tree | commitdiff |
2003-01-28 |
Stefan Csomor | CarbonEvents Added |
tree | commitdiff |
2003-01-28 |
Stefan Csomor | Review, Carbon Events support |
tree | commitdiff |
2003-01-28 |
Stefan Csomor | static box parent warning added |
tree | commitdiff |
2003-01-28 |
Stefan Csomor | no new install of event handler |
tree | commitdiff |
2003-01-28 |
Stefan Csomor | cleanup, Carbon Events |
tree | commitdiff |
2003-01-28 |
Stefan Csomor | clipping before redraw in the setbackground callback |
tree | commitdiff |
2003-01-28 |
Stefan Csomor | closer clipping |
tree | commitdiff |
2003-01-28 |
Stefan Csomor | mini-patch for better layout under OSX |
tree | commitdiff |
2003-01-28 |
Stefan Csomor | new menu code |
tree | commitdiff |
2003-01-28 |
Stefan Csomor | not neede anymore |
tree | commitdiff |
2003-01-28 |
Stefan Csomor | corrected Yes/No |
tree | commitdiff |
2003-01-28 |
Stefan Csomor | wxMenu Review, added Carbon Events and full OSX Support |
tree | commitdiff |
2003-01-27 |
Gilles Depeyrot | improved Mac resource creation step in order to allow... |
tree | commitdiff |
2003-01-27 |
Ron Lee | Fixed bug in FlexGridSizer mods that prevented them... |
tree | commitdiff |
2003-01-27 |
Vadim Zeitlin | added Add/InsertTool() (patch 672032) |
tree | commitdiff |
2003-01-27 |
Vadim Zeitlin | the string 'Goto...' should be translated (patch 674569) |
tree | commitdiff |
2003-01-26 |
Václav Slavík | 1. added wxHtmlWindow::LoadFile |
tree | commitdiff |
2003-01-26 |
Václav Slavík | added wxSplitterWindow to XRC |
tree | commitdiff |
2003-01-26 |
Robert Roebling | Now scaling doesn't scale GetTextExtent() anymore... |
tree | commitdiff |
2003-01-26 |
Václav Slavík | fixed loading of GNOME2 mime icons (still not working... |
tree | commitdiff |
next |