projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Use client size determined by size-allocate when possible
[wxWidgets.git]
/
src
/
gtk
/
2012-12-20
Paul Cornett
Use client size determined by size-allocate when possible
tree
|
commitdiff
2012-12-16
Paul Cornett
Fix for toolbars and menus not being disabled on Ubuntu
tree
|
commitdiff
2012-12-14
Paul Cornett
compute scrollbar spacing the same way GtkScrolledWindo...
tree
|
commitdiff
2012-12-14
Paul Cornett
Get DC size from GDK window if possible, client size...
tree
|
commitdiff
2012-12-13
Paul Cornett
decrease number of skipped frames in assert dialog...
tree
|
commitdiff
2012-12-11
Paul Cornett
use correct signature for callback
tree
|
commitdiff
2012-12-11
Paul Cornett
make local functions static
tree
|
commitdiff
2012-12-11
Paul Cornett
add wrappers to avoid compiling code which will never...
tree
|
commitdiff
2012-12-10
Vadim Zeitlin
Use wxSetWorkingDirectory() instead of chdir().
tree
|
commitdiff
2012-12-08
Vadim Zeitlin
Don't test for key code being valid unnecessarily.
tree
|
commitdiff
2012-12-08
Vadim Zeitlin
Check gtk_tree_model_iter_nth_child() return value...
tree
|
commitdiff
2012-12-06
Paul Cornett
disable Ubuntu "overlay scrollbar", see #14871
tree
|
commitdiff
2012-12-02
Vadim Zeitlin
Add wxControlWithItems::SendSelectionChangedEvent(...
tree
|
commitdiff
2012-11-26
Paul Cornett
disconnect "toggled" signal in dtor when style has...
tree
|
commitdiff
2012-11-26
Paul Cornett
fix for GTK assert after r72696, a draw/expose_event...
tree
|
commitdiff
2012-11-26
Vadim Zeitlin
Fix wxALWAYS_SHOW_SB behaviour in wxGTK.
tree
|
commitdiff
2012-11-25
Vadim Zeitlin
Restore generic GetPartialTextExtents() version use...
tree
|
commitdiff
2012-11-25
Vadim Zeitlin
Don't dereference NULL output pointer in wxTextMeasure.
tree
|
commitdiff
2012-11-25
Vadim Zeitlin
Handle UBUNTU_MENUPROXY=0 as "not using global menu".
tree
|
commitdiff
2012-11-25
Paul Cornett
avoid functions deprecated in GTK3
tree
|
commitdiff
2012-11-25
Paul Cornett
fix wxBitmapComboBox Gtk-CRITICAL assertion `GTK_IS_ENT...
tree
|
commitdiff
2012-11-25
Paul Cornett
Simplify GetDefaultAttributesFromGTKWidget() by passing...
tree
|
commitdiff
2012-11-25
Vadim Zeitlin
Add wxApp::GTKIsUsingGlobalMenu() helper to wxGTK.
tree
|
commitdiff
2012-11-25
Vadim Zeitlin
Ignore menu events while modal dialogs are shown in...
tree
|
commitdiff
2012-11-24
Vadim Zeitlin
Add check for destroying window with mouse capture...
tree
|
commitdiff
2012-11-20
Vadim Zeitlin
Implement GetSizeFromTextSize() for wxSpinCtrl.
tree
|
commitdiff
2012-11-20
Vadim Zeitlin
Revert all wxNOEXCEPT-related changes.
tree
|
commitdiff
2012-11-19
Vadim Zeitlin
More compilation fixes after wxNOEXCEPT introduction.
tree
|
commitdiff
2012-11-19
Paul Cornett
put both versions of wxGetMousePosition in one place...
tree
|
commitdiff
2012-11-19
Paul Cornett
fix object referencing with wxSL_MIN_MAX_LABELS
tree
|
commitdiff
2012-11-17
Vadim Zeitlin
Fix path returned from wxGTK wxFileDialog too.
tree
|
commitdiff
2012-11-16
Paul Cornett
avoid deprecated functions with GTK3
tree
|
commitdiff
2012-11-16
Paul Cornett
silence warnings about unhandled enum value in switch
tree
|
commitdiff
2012-11-16
Paul Cornett
Remove code that has no effect
tree
|
commitdiff
2012-11-14
Paul Cornett
Fix GetClientSize() when scrollbars are present
tree
|
commitdiff
2012-11-14
Vadim Zeitlin
Handle wxBORDER_NONE in wxGTK wxTextCtrl::DoGetSizeFrom...
tree
|
commitdiff
2012-11-14
Vadim Zeitlin
Don't call setlocale("") on startup by default any...
tree
|
commitdiff
2012-11-13
Paul Cornett
re-enable drawing our own resize grip with GTK3, themes...
tree
|
commitdiff
2012-11-13
Václav Slavík
Fix wxGTK's wxFileDialog:Get/SetFilename() to be in...
tree
|
commitdiff
2012-11-09
Vadim Zeitlin
Add wxControl::GetSizeFromTextSize() to size the contro...
tree
|
commitdiff
2012-11-09
Paul Cornett
avoid deprecated functions with GTK3
tree
|
commitdiff
2012-11-08
Paul Cornett
avoid using deprecated gdk_cursor_unref() with GTK3
tree
|
commitdiff
2012-11-08
Paul Cornett
Disable GTK2-specific code to change theme when buildin...
tree
|
commitdiff
2012-11-07
Paul Cornett
update fullscreen state when it is changed by the WM
tree
|
commitdiff
2012-11-07
Jouk Jansen
Update OpenVMS make-files
tree
|
commitdiff
2012-11-07
Paul Cornett
add GTK3 implementations for remaining renderer functions
tree
|
commitdiff
2012-11-06
Paul Cornett
add GTK3-specific code for DrawItemSelectionRect()...
tree
|
commitdiff
2012-11-04
Paul Cornett
fix setting background color in wxGTK3 with themes...
tree
|
commitdiff
2012-11-01
Vadim Zeitlin
Refactor and simplify wxChoice::DoGetBestSize().
tree
|
commitdiff
2012-11-01
Vadim Zeitlin
Allow constructing wxGTK wxTextMeasure with NULL font.
tree
|
commitdiff
2012-11-01
Václav Slavík
Add wxTEST_DIALOG for testing of modal dialogs.
tree
|
commitdiff
2012-10-31
Paul Cornett
fix WakeUpIdle() when called from another thread while...
tree
|
commitdiff
2012-10-27
Vadim Zeitlin
Allow wxTextMeasure to work with non-native wxDC object...
tree
|
commitdiff
2012-10-27
Vadim Zeitlin
Just fix header comments of wxTextMeasure-related files...
tree
|
commitdiff
2012-10-25
Vadim Zeitlin
Compilation fix for STL build after the last commit.
tree
|
commitdiff
2012-10-25
Vadim Zeitlin
Store the selected directory in wxGTK wxDirDialog.
tree
|
commitdiff
2012-10-25
Vadim Zeitlin
Prevent pasting too much text into limited length wxTex...
tree
|
commitdiff
2012-10-23
Paul Cornett
non-pch build fix
tree
|
commitdiff
2012-10-23
Vadim Zeitlin
Process pending events from wxYield() in wxGTK.
tree
|
commitdiff
2012-10-21
Vadim Zeitlin
Remove unnecessary SetInitialSize() from wxGTK wxComboB...
tree
|
commitdiff
2012-10-18
Paul Cornett
non-pch build fix
tree
|
commitdiff
2012-10-17
Vadim Zeitlin
Factor out text measurement from wxDC and wxWindow...
tree
|
commitdiff
2012-10-17
Paul Cornett
Disconnect all GTK signals referencing a wx object...
tree
|
commitdiff
2012-10-16
Paul Cornett
fix crash in wxWindowGTK::GTKHandleUnrealize(), closes...
tree
|
commitdiff
2012-10-16
Vadim Zeitlin
Add a debug helper to show information about a GtkWidge...
tree
|
commitdiff
2012-10-14
Vadim Zeitlin
Make GetClippingBox() work for wxPrinterDC in wxGTK.
tree
|
commitdiff
2012-10-09
Vadim Zeitlin
Fix printing in landscape mode in wxGTK.
tree
|
commitdiff
2012-10-08
Vadim Zeitlin
Recreate GtkPrintOperation every time when printing...
tree
|
commitdiff
2012-10-07
Vadim Zeitlin
Ensure that key events are sent to focused window first...
tree
|
commitdiff
2012-10-04
Paul Cornett
non-pch build fix
tree
|
commitdiff
2012-10-04
Paul Cornett
silence warnings about shadowed variables with GCC...
tree
|
commitdiff
2012-10-02
Paul Cornett
remove some unnecessary casts
tree
|
commitdiff
2012-09-28
Paul Cornett
Avoid unrealizing a frozen window
tree
|
commitdiff
2012-09-26
Vadim Zeitlin
Do not unref GtkWidget of unattached wxMenuBar.
tree
|
commitdiff
2012-09-26
Vadim Zeitlin
Fix GTK warnings when destroying unattached wxMenuBar.
tree
|
commitdiff
2012-09-26
Vadim Zeitlin
Don't crash in wxMenuBar::Remove() if unattached in...
tree
|
commitdiff
2012-09-25
Paul Cornett
call Thaw() instead of DoThaw() so frozen status will...
tree
|
commitdiff
2012-09-25
Paul Cornett
fix deleting a frozen multi-line wxTextCtrl, see #13543
tree
|
commitdiff
2012-09-25
Vadim Zeitlin
Really fix stack dumps for asserts and wxStackWalker...
tree
|
commitdiff
2012-09-25
Vadim Zeitlin
Use utf8_str(), not mb_str(), for strings passed to...
tree
|
commitdiff
2012-09-20
Vadim Zeitlin
No real changes, just remove an unnecessary variable...
tree
|
commitdiff
2012-09-15
Vadim Zeitlin
Handle underlined and strikethrough attributes in wxGTK...
tree
|
commitdiff
2012-09-15
Vadim Zeitlin
Take into account wxFONTFLAG_STRIKETHROUGH in wxGTK...
tree
|
commitdiff
2012-09-09
Vadim Zeitlin
Fix handling of wxTextEntry hints in wxGTK.
tree
|
commitdiff
2012-09-09
Vadim Zeitlin
Allow using versions of libnotify < 0.7 in wxGTK.
tree
|
commitdiff
2012-09-09
Vadim Zeitlin
Set modifiers properly for the key events with AltGr...
tree
|
commitdiff
2012-09-09
Vadim Zeitlin
Simplify and correct setting of initial directory for...
tree
|
commitdiff
2012-08-30
Vadim Zeitlin
Add wxSpinCtrl::SetBase() to allow entering hexadecimal...
tree
|
commitdiff
2012-08-30
Vadim Zeitlin
Remove wxRTTI macros from wxSpinCtrlGTKBase.
tree
|
commitdiff
2012-08-28
Steve Lamerton
Add support for searching and highlighting a wxWebView.
tree
|
commitdiff
2012-08-26
Vadim Zeitlin
Avoid crashes when creating initially hidden MDI child...
tree
|
commitdiff
2012-07-31
Vadim Zeitlin
Fix wxKeyEvent::m_uniChar for EVT_CHAR for native contr...
tree
|
commitdiff
2012-07-29
Vadim Zeitlin
Generate clipboard events for wxComboBox in wxGTK too.
tree
|
commitdiff
2012-07-29
Vadim Zeitlin
Add a wxGTK-specific function to set wxNotificationMess...
tree
|
commitdiff
2012-07-28
Robin Dunn
wxDC::GetHandle support for wxGTK
tree
|
commitdiff
2012-07-27
Vadim Zeitlin
Fix compilation of new wxNotificationMessage for wxGTK...
tree
|
commitdiff
2012-07-27
Vadim Zeitlin
Implement wxNotificationMessage using libnotify in...
tree
|
commitdiff
2012-07-24
Vadim Zeitlin
Don't eagerly set wxKeyEvent position fields.
tree
|
commitdiff
2012-07-24
Vadim Zeitlin
Set up scrollbars correctly for wxWebView in wxGTK.
tree
|
commitdiff
2012-07-24
Vadim Zeitlin
Refactor: extract GtkScrolledWindow creation from wxWin...
tree
|
commitdiff
next